CVS log for pegasus/src/Pegasus/Server/EnumerationContext.h

(logo)

Help

(back) Up to [Pegasus] / pegasus / src / Pegasus / Server

Request diff between arbitrary revisions


Default branch: MAIN
Bookmark a link to: HEAD / (download)

Revision 1.7 / (view) - annotate - [select for diffs] , Fri Jan 23 15:02:55 2015 UTC (9 years, 4 months ago) by karl
Branch: MAIN
CVS Tags: RELEASE_2_14_1, RELEASE_2_14_0-RC2, RELEASE_2_14_0-RC1, RELEASE_2_14_0, RELEASE_2_14-root, RELEASE_2_14-branch, HEAD
Changes since 1.6: +4 -1 lines
Diff to previous 1.6
BUG#: 10019
TITLE: Assure that saveOperations are released for pull operations

DESCRIPTION: Added code to release if found in some edge cases.

Revision 1.6 / (view) - annotate - [select for diffs] , Thu Jan 15 19:57:58 2015 UTC (9 years, 4 months ago) by karl
Branch: MAIN
Changes since 1.5: +8 -5 lines
Diff to previous 1.5
BUG#: 10004
TITLE: EnumerationContext does not free instances on timeout

DESCRIPTION: rewrote timeout processing to clarify and cover more issues.
This patch fixes a couple of minor editoral issues in cimcli and also
adds a test suite to test to test if, at least under the test conditions,
it actually releases all of the enumerationContexts.

Revision 1.5 / (view) - annotate - [select for diffs] , Sat Dec 6 21:26:30 2014 UTC (9 years, 5 months ago) by karl
Branch: MAIN
Changes since 1.4: +5 -4 lines
Diff to previous 1.4
BUG#: 9985
TITLE: Pull Operation Memory loss, Server sends out delayed responses
when It should not be.

DESCRIPTION: Corrected: 1) issues with delayed response, 2) issue with
closing EnumTimerThread 3) clean up of traces so the flow of pull operations can be seen with a simple trace search including adding
the MessageId to messages in ProviderMessageHandler.cpp 4) change
of the delayed pull response timeout from 15 to 9 sec.

Revision 1.4 / (view) - annotate - [select for diffs] , Thu Dec 4 17:18:36 2014 UTC (9 years, 5 months ago) by karl
Branch: MAIN
Changes since 1.3: +0 -6 lines
Diff to previous 1.3
BUG#: 9984
TITLE: Bad test found in EnumerationContextTable causes extra
thread calls

DESCRIPTION: Fixes 5 problems a) the test that causes the thread
to shutdown when it should not, EnumerationContextTable variable
ordering warning, error in format specification for Uint64 statistics
output, variable that was never used in EnumerationContext,
parameter passed that was never used.

Revision 1.3 / (view) - annotate - [select for diffs] , Wed Nov 19 00:12:40 2014 UTC (9 years, 6 months ago) by karl
Branch: MAIN
Changes since 1.2: +56 -6 lines
Diff to previous 1.2
BUG#: 9950
TITLE: The server crashes when processing large PULL operations.

DESCRIPTION: Add call to OOPProviderManagerRouter to clean up
enumerationContexts.  Other minor changes found during tests. also.

Revision 1.2 / (view) - annotate - [select for diffs] , Wed Aug 27 22:10:11 2014 UTC (9 years, 9 months ago) by karl
Branch: MAIN
CVS Tags: postBug9676
Changes since 1.1: +592 -0 lines
Diff to previous 1.1
BUG#: 9676
TITLE: Add pull operations to the OpenPegasusclient and server

DESCRIPTION: This patch is the implementation of the pull operations
defined in DSP0200 for both the CIM Client and CIM Server.  It includes
test programs in Pegasus/Client/tests and extends cimcli to make pull
requests and receive pull operation responses. There are still limitations
and issues noted in the readme.pulloperations file as well as some KS_TOD
comments marking things to do in the source code.

Revision 1.1.2.36 / (view) - annotate - [select for diffs] , Tue Aug 19 17:07:57 2014 UTC (9 years, 9 months ago) by karl
Branch: TASK-PEP317_pullop-branch
CVS Tags: TASK-PEP317_pullop-merged_out_to_branch, TASK-PEP317_pullop-merged_in_from_branch
Changes since 1.1.2.35: +2 -2 lines
Diff to previous 1.1.2.35 to branch point 1.1 to next main 1.2
BUG#: 9676
TITLE: TASK-PEP317_pullop-branch Clean up TODOS, etc.

DESCRIPTION: Clean up TODO comments and make some changes for
code efficiency.  Should be No behavior changes.

Revision 1.1.2.35 / (view) - annotate - [select for diffs] , Thu Jun 12 19:35:17 2014 UTC (9 years, 11 months ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.1.2.34: +22 -15 lines
Diff to previous 1.1.2.34 to branch point 1.1
BUG#: 9676
TITLE: TASK-PEP317_pullop-branch. Fix errors from comments in bug on
11 June 2014.  Implement code for cimconfig calls (note that it is
commented out until we do bug 9819). Remove ExecInfo.h header include
ref.

DESCRIPTION: Correct several places where there was const on pass-by-value
argument in client. Implement code for cimconfig parameters. Corrected
documentation for pull operations. Remove erroneous header from
PullErrors.cpp

Revision 1.1.2.34 / (view) - annotate - [select for diffs] , Thu May 29 22:55:35 2014 UTC (10 years ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.1.2.33: +2 -2 lines
Diff to previous 1.1.2.33 to branch point 1.1
BUG#: 9676
TITLE: TASK-PEP317_pullop-branch. Correct error noted in  bug9676,
Clean up OpenQueryInstances, error in cimcli handling of FQL
language parameter results in reject of request.

DESCRIPTION: Finished code for OpenQueryInstances to create common path
for ExecQuery and OpenQueryInstances. ExecQuery tested. fixed issue
in cimcli.  Corrected erroneous inclusion of execinfo.h header include,
removed more diagnostic messages, modified CreateContext function
interface.

Revision 1.1.2.33 / (view) - annotate - [select for diffs] , Mon May 26 17:46:22 2014 UTC (10 years ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.1.2.32: +2 -5 lines
Diff to previous 1.1.2.32 to branch point 1.1
BUG#: 9676
TITLE: TASK-PEP317_pullop-branch. Modifications to function per doc.

DESCRIPTION: EnumerationContextTable hash table dynamic size based on
max number of open contexts. Remove diagnostic messages. Other miscellaneous
changes.

Revision 1.1.2.32 / (view) - annotate - [select for diffs] , Sat May 10 19:19:58 2014 UTC (10 years ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.1.2.31: +11 -8 lines
Diff to previous 1.1.2.31 to branch point 1.1
BUG#: 9676
TITLE: TASK-PEP317_pullop-branch. Added some clean up logic and
removed/commented out several diagnostics. Enabled limit test on
pull operations provider side.

DESCRIPTION: Added clear function to CIMResponseData. Removed a
couple of functions.  Enabled the limit in the Pull cache that
pushes back on providers by sitting on the provider responses until
cache clears and the means to clear cache completely when client
closed. Removed number of diagnostics and comment out others

Revision 1.1.2.31 / (view) - annotate - [select for diffs] , Fri May 9 15:46:16 2014 UTC (10 years ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.1.2.30: +15 -0 lines
Diff to previous 1.1.2.30 to branch point 1.1
BUG#: 9676
TITLE: TASK-PEP317_pullop-branch. Code rework and add some new validation.

DESCRIPTION: Redo CIMMessage to put constructors in cpp and add
intermediate messages in hiearchy for more efficient processing
of open and pull messages.  Moved several template functions to
real functions.  Added new input parameter check for namespace to
pull operations.

Revision 1.1.2.30 / (view) - annotate - [select for diffs] , Sun May 4 22:05:10 2014 UTC (10 years, 1 month ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.1.2.29: +15 -20 lines
Diff to previous 1.1.2.29 to branch point 1.1
BUG#: 9676
TITLE: TASK-PEP317_pullop-branch. Clean up thread interface, fix error
causing nightly test error, remove some diagnostics.

DESCRIPTION: Added semaphore to thread interface.  Fixed error in Release
Context that was causing use of enumerationContext after release. Removed
some diagnostics.

Revision 1.1.2.29 / (view) - annotate - [select for diffs] , Thu May 1 17:58:24 2014 UTC (10 years, 1 month ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.1.2.28: +100 -80 lines
Diff to previous 1.1.2.28 to branch point 1.1
BUG#: 9676
TITLE: TASK-PEP317_pullop-branch Cleanup some code and remove some issues
with the timeout thread.

DESCRIPTION: Cleaned up and removed marked out code. Removed conflict issue
with timer thread. Changed names on number of variables for clarity. Removed
one EnumeationContext unused variable (namespace).

Revision 1.1.2.28 / (view) - annotate - [select for diffs] , Fri Apr 25 16:42:03 2014 UTC (10 years, 1 month ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.1.2.27: +2 -2 lines
Diff to previous 1.1.2.27 to branch point 1.1
BUG#: 9676
PEP#: DELETE ONE OF THESE LINES
TITLE: TASK-PEP317_pullop-branch. Multiple updates to


DESCRIPTION: Changed PullResponse... msg to OpenOrPullResponseDataMessage,
Added diagnostics to catch errant issue with EnumerationContextTable,
fixed issue in msg bundle, corrected issues with static tests and other
miscellaneous minor changes.

Revision 1.1.2.27 / (view) - annotate - [select for diffs] , Thu Apr 17 23:12:05 2014 UTC (10 years, 1 month ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.1.2.26: +22 -28 lines
Diff to previous 1.1.2.26 to branch point 1.1
BUG#: 9676
TITLE: Cleanup of messy code and removal of some diagnostics.

DESCRIPTION: Cleaned up some interfaces, added documentation,
made number of PEGASUS_ASSERTS into PEGASUS_DEBUG_ASSERT and fixed
issue in pullop Makefile tests causing failure in tests of large
numbers of responses

Revision 1.1.2.26 / (view) - annotate - [select for diffs] , Wed Apr 16 22:31:50 2014 UTC (10 years, 1 month ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.1.2.25: +9 -5 lines
Diff to previous 1.1.2.25 to branch point 1.1
BUG#: 9676
TITLE: Modify common access to EnumerationContext to improve
thread separation.

DESCRIPTION: Modifiey the locked code to eliminate thread deadlock
holes and added internationalization to a number of the
CIMOperationRequestDispatcher CIMException response messages.

Revision 1.1.2.25 / (view) - annotate - [select for diffs] , Wed Apr 16 00:11:31 2014 UTC (10 years, 1 month ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.1.2.24: +4 -15 lines
Diff to previous 1.1.2.24 to branch point 1.1
BUG#: 9676
TITLE: TASK-PEP317_pullop-branch. Clean up handling of interoperation
timeouts and extend error tests

DESCRIPTION: Cleaned up thread code for detecting interoperation timeouts
and extended error tests. Added some internationalized msgs.

Revision 1.1.2.24 / (view) - annotate - [select for diffs] , Thu Apr 10 23:33:16 2014 UTC (10 years, 1 month ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.1.2.23: +17 -6 lines
Diff to previous 1.1.2.23 to branch point 1.1
BUG#: 9676
TITLE: TASK-PEP317_pullop-branch

DESCRIPTION: Clean up issue with issueing pull responses that was causing
failures. Clean up code and remove some diagnostics in EnumerationContext
and EnumerationContextTable files.

Revision 1.1.2.23 / (view) - annotate - [select for diffs] , Mon Apr 7 21:00:22 2014 UTC (10 years, 1 month ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.1.2.22: +52 -24 lines
Diff to previous 1.1.2.22 to branch point 1.1
BUG#: 9676
TITLE: Clean up issue with thread block in OOP mode.

DESCRIPTION: Dropped the condition variable for getting from cache and
moved the client response to the provider return thread.  Other minor
cleanup and also renamed EnumerationContext in WsmProcessor to avoid
name conflict.

Revision 1.1.2.22 / (view) - annotate - [select for diffs] , Mon Mar 17 14:24:50 2014 UTC (10 years, 2 months ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.1.2.21: +8 -20 lines
Diff to previous 1.1.2.21 to branch point 1.1
BUG#: 9676
TITLE: TASK-PEP317_pullop-branch Fix CIM/XML output issues

DESCRIPTION: Fix issue with Qualifiers appearing on instances in some cases
and issue with error code in pull response from a single provider getting
lost.

Revision 1.1.2.21 / (view) - annotate - [select for diffs] , Fri Mar 14 16:30:21 2014 UTC (10 years, 2 months ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.1.2.20: +3 -2 lines
Diff to previous 1.1.2.20 to branch point 1.1
BUG#: 9676
TITLE: TASK-PEP317_pullop-branch. Commit change to correct problem where
some providers returning qualifiers on instances.

DESCRIPTION: Corrected code in CIMOperationDispatcher to be sure that the
CIMResponseData object used to output carries the correct attributes for
includeQualifier and ClassOrigin

Revision 1.1.2.20 / (view) - annotate - [select for diffs] , Sat Nov 30 16:16:05 2013 UTC (10 years, 6 months ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.1.2.19: +27 -14 lines
Diff to previous 1.1.2.19 to branch point 1.1
PEP#:317
TITLE: TASK-PEP317_pullop-branch. CIMClient.h documentation and
some interprocess issues between timer thread and operation threads


DESCRIPTION: Added documentation for remaining functions in CIMClient.h
. Add protection for thread issues between timing thread and operation
threads. Clean up several TODOs in Cliient Response Doceder.

Revision 1.1.2.19 / (view) - annotate - [select for diffs] , Thu Nov 21 20:55:20 2013 UTC (10 years, 6 months ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.1.2.18: +1 -1 lines
Diff to previous 1.1.2.18 to branch point 1.1
PEP#: 317
TITLE: TASK-PEP317_pullop-branch Fix up headers for UintArg and remove
old files (NUmericArg and old code in Server)

DESCRIPTION: Changed headers to use UintArgs.h and removed NumericArgs files. Deleted old unused code that was original pull implementation.

Revision 1.1.2.18 / (view) - annotate - [select for diffs] , Thu Nov 21 20:39:55 2013 UTC (10 years, 6 months ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.1.2.17: +1 -1 lines
Diff to previous 1.1.2.17 to branch point 1.1
PEP#: 317
TITLE: TASK-PEP317_pullop-branch, Move to use UintArgs function

DESCRIPTION: chaged header refs and Makefiles. Fixed one
test error in cli tests.

Revision 1.1.2.17 / (view) - annotate - [select for diffs] , Tue Nov 12 17:04:12 2013 UTC (10 years, 6 months ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.1.2.16: +1 -1 lines
Diff to previous 1.1.2.16 to branch point 1.1
PEP#: 317
TITLE: TASK-PEP317_pullop-branch Minor cleanup to EnumerationContext and
its table

DESCRIPTION: Primarily comments, etc.

Revision 1.1.2.16 / (view) - annotate - [select for diffs] , Mon Nov 11 01:52:26 2013 UTC (10 years, 6 months ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.1.2.15: +6 -6 lines
Diff to previous 1.1.2.15 to branch point 1.1
PEP#: 317
TITLE: TASK-PEP317_pullop-branch Continued clean up

DESCRIPTION: Remove possible threading issue and remove some redundant
tests.

Revision 1.1.2.15 / (view) - annotate - [select for diffs] , Sun Oct 13 20:32:03 2013 UTC (10 years, 7 months ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.1.2.14: +25 -23 lines
Diff to previous 1.1.2.14 to branch point 1.1
PEP#: 317
TITLE: Fix issues with OOP and enable NumericArg code.

DESCRIPTION: Clean up responses of XML data from OOP providers and
enable NumericArg code. Removed UintArgs and old EnumerationTable.*
Note that the statistics code is bad at this point, waiting for
another bug to head of tree.

Revision 1.1.2.14 / (view) - annotate - [select for diffs] , Sun Sep 29 18:09:52 2013 UTC (10 years, 8 months ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.1.2.13: +7 -0 lines
Diff to previous 1.1.2.13 to branch point 1.1
PEP#: 317
TITLE: Clean up OOP to correctly process XML response for pull. Clean
up of statisticalData

DESCRIPTION: Changed OOP path to provider more info to ProviderAgent,
Modified StatisticalData interface to handle Open & Pull operations,
Clean up issues with ExecQuery. and a number of other minor changes.

Revision 1.1.2.13 / (view) - annotate - [select for diffs] , Thu Sep 19 09:56:59 2013 UTC (10 years, 8 months ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.1.2.12: +11 -6 lines
Diff to previous 1.1.2.12 to branch point 1.1
PEP#: 317
TITLE: TASK-PEP317_pullop-branch Pull Operations.Number of minor errors in code.

DESCRIPTION: Fixed one overlooked compile issue from previous checkin.  Added
detailed timers for wait queues. Cleaned out temp change to XmlWriter.cpp,
Enabled time thread as diagnostic tool

Revision 1.1.2.12 / (view) - annotate - [select for diffs] , Tue Sep 17 15:24:37 2013 UTC (10 years, 8 months ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.1.2.11: +9 -5 lines
Diff to previous 1.1.2.11 to branch point 1.1
PEP#: 317
TITLE: TASK-PEP317_pullop-branch. Working code update

DESCRIPTION: Detailed description in readme.pulloperations. Generally
minor reorganization of parameters in OpenExecQuery, remove memory leak
move more CIMOperationRequestDispatcher code to templates.

Revision 1.1.2.11 / (view) - annotate - [select for diffs] , Sat Sep 14 22:08:23 2013 UTC (10 years, 8 months ago) by karl
Branch: TASK-PEP317_pullop-branch
CVS Tags: POSTAUG25UPDATE
Changes since 1.1.2.10: +61 -37 lines
Diff to previous 1.1.2.10 to branch point 1.1
PEP#: 317
TITLE: PEP 317, Pull Operations mergeout and code cleanup.

DESCRIPTION: No new functionality added but cleaned up a number of issues.
Merged out up to 25 August. Note that most functions run today except for
OpenExecQuery which is not tested.  See the readme.pulloperations for more
details

Revision 1.1.2.10 / (view) - annotate - [select for diffs] , Sat Jul 20 15:43:48 2013 UTC (10 years, 10 months ago) by karl
Branch: TASK-PEP317_pullop-branch
CVS Tags: PREAUG25UPDATE
Changes since 1.1.2.9: +27 -21 lines
Diff to previous 1.1.2.9 to branch point 1.1
PEP#: 317
TITLE: TaskBranch Pull operations changes

DESCRIPTION: Move code around in dispatcher and clean up some comments

Revision 1.1.2.9 / (view) - annotate - [select for diffs] , Sun Jun 16 11:46:44 2013 UTC (10 years, 11 months ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.1.2.8: +5 -1 lines
Diff to previous 1.1.2.8 to branch point 1.1
PEP#: 317
TITLE: Task 317-pullop branch

DESCRIPTION: Clean up release of enumeration context for error completions and clean up of
context table upon close of server

Revision 1.1.2.8 / (view) - annotate - [select for diffs] , Sun Jun 9 16:18:40 2013 UTC (10 years, 11 months ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.1.2.7: +36 -18 lines
Diff to previous 1.1.2.7 to branch point 1.1
PEP#: 317
TITLE: TASK PEP 317, Pull Operations

DESCRIPTION: Add OpenQuery, Clean up EnumContext

Revision 1.1.2.7 / (view) - annotate - [select for diffs] , Tue Jun 4 14:10:45 2013 UTC (11 years ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.1.2.6: +87 -68 lines
Diff to previous 1.1.2.6 to branch point 1.1
PEP#: 317
TITLE: TASK-PEP317_pullop-branch Minor Cleanup

DESCRIPTION: Rename Couple of files and cleanup some todos. Nothing major
in this checkin

Revision 1.1.2.6 / (view) - annotate - [select for diffs] , Mon Jun 3 21:36:36 2013 UTC (11 years ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.1.2.5: +7 -8 lines
Diff to previous 1.1.2.5 to branch point 1.1
BUG#: 9999
TITLE: TASK_317-Pull Operations update.

DESCRIPTION: This update brings this branch back in line with the current
head of tree and cleans up a number of outstanding issues in the code.  Note
That there are still a lot of outstanding issues being worked on.

Revision 1.1.2.5 / (view) - annotate - [select for diffs] , Tue Feb 21 17:22:11 2012 UTC (12 years, 3 months ago) by karl
Branch: TASK-PEP317_pullop-branch
CVS Tags: TASK_PEP317_1JUNE_2013
Changes since 1.1.2.4: +11 -0 lines
Diff to previous 1.1.2.4 to branch point 1.1
BUG#: 99999
TITLE: Task PEP317 branch Pull ops

DESCRIPTION: Bring property list processing into line

Revision 1.1.2.4 / (view) - annotate - [select for diffs] , Tue Oct 11 17:18:28 2011 UTC (12 years, 7 months ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.1.2.3: +3 -3 lines
Diff to previous 1.1.2.3 to branch point 1.1
BUG#: 9999
TITLE: Merge out head to Task-PEP317 branch using Task Makefile

DESCRIPTION:  Update this working branch to Pegasus Head of Tree as of
about 8 Oct 2011

Revision 1.1.2.3 / (view) - annotate - [select for diffs] , Fri Jan 21 02:25:43 2011 UTC (13 years, 4 months ago) by karl
Branch: TASK-PEP317_pullop-branch
CVS Tags: BeforeUpdateToHeadOct82011
Changes since 1.1.2.2: +7 -2 lines
Diff to previous 1.1.2.2 to branch point 1.1
BUG#: 8874
TITLE: TASK-PEP317_pullop-branch. Fix issues causing server crash

DESCRIPTION: Fixed  several issues in EnumerationContext causing crash
and cleand up close functionality.  Added new tests.

Revision 1.1.2.2 / (view) - annotate - [select for diffs] , Wed Jan 19 01:18:57 2011 UTC (13 years, 4 months ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.1.2.1: +79 -243 lines
Diff to previous 1.1.2.1 to branch point 1.1
BUG#: 8874
TITLE:Pull Operations modifications from Disccussions With Marek into
branch TASK-PEP317_pullop-branch

DESCRIPTION: 1. Nor-Recursive Mutex, 2) Separate EnumerationTable
file,3 AUtomutex from Mutex in several Places, 3) AtomicInt for
counter 4), CIMMessage initializers,  and other cleanups.

Revision 1.1.2.1 / (view) - annotate - [select for diffs] , Sat Jan 15 21:26:58 2011 UTC (13 years, 4 months ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.1: +587 -0 lines
Diff to previous 1.1
BUG#: 8874
TITLE: Commit code for pull operations to branch TASK-PEP317_pullop-branch

DESCRIPTION: Commits the current code for the pull operations to a
task branch for further review and testing before it is committed to
the Pegasus head.

Revision 1.1 , Sat Jan 15 21:26:58 2011 UTC (13 years, 4 months ago) by karl
Branch: MAIN
CVS Tags: TASK-PEP362_RestfulService-merged_out_from_trunk, TASK-PEP317_pullop-merged_out_from_trunk, TASK-PEP317_pullop-merged_in_to_trunk
Branch point for: TASK-PEP317_pullop-branch
FILE REMOVED
file EnumerationContext.h was initially added on branch TASK-PEP317_pullop-branch.

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Diffs between and
Type of Diff should be a

View only Branch:
Sort log by:

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2