CVS log for pegasus/src/Pegasus/Server/CIMOperationRequestDecoder.cpp

(logo)

Help

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

Request diff between arbitrary revisions


Default branch: MAIN
Bookmark a link to: HEAD / (download)
Current tag: TASK-PEP317_pullop-branch

Revision 1.127.2.24 / (view) - annotate - [select for diffs] , Tue Aug 19 17:07:57 2014 UTC (9 years, 10 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.127.2.23: +6 -6 lines
Diff to previous 1.127.2.23 to branch point 1.127 to next main 1.128
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.127.2.23 / (view) - annotate - [select for diffs] , Thu Aug 14 17:42:38 2014 UTC (9 years, 10 months ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.127.2.22: +2 -2 lines
Diff to previous 1.127.2.22 to branch point 1.127
BUG#: 9676
TITLE: TASK-PEP317_pullop-branch  Issue with executing the pull opts
tests on some platforms

DESCRIPTION: Modified pullop Makefile to reduce max size of responses
in tests.  Also cleaned up a number of left over TODOs from the
development

Revision 1.127.2.22 / (view) - annotate - [select for diffs] , Sun Jun 1 18:26:52 2014 UTC (10 years, 1 month ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.127.2.21: +4 -10 lines
Diff to previous 1.127.2.21 to branch point 1.127
BUG#: 9676
TITLE: TASK-PEP317_pullop-branch. New functionality and code cleanup

DESCRIPTION: OpenQueryInstances now working. Fixed issue with cimcli,
fixed UIntArgs to use smart pointers, Cleaned up CreateContext, Cleaned
up code in WQL/CQLOperationRequestDispatcher.cpp to create common
function, other minor.  See readme for 30 May for list.

Revision 1.127.2.21 / (view) - annotate - [select for diffs] , Sat May 10 19:19:58 2014 UTC (10 years, 1 month ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.127.2.20: +2 -2 lines
Diff to previous 1.127.2.20 to branch point 1.127
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.127.2.20 / (view) - annotate - [select for diffs] , Mon May 5 19:59:42 2014 UTC (10 years, 1 month ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.127.2.19: +1 -1 lines
Diff to previous 1.127.2.19 to branch point 1.127
BUG#: 9676
TITLE: TASK-PEP317_pullop-branch. Minor editorial changes

DESCRIPTION: Changes to comments, etc. Note. Marked one unused function
in BinaryCodec with comments (//// ) for later removal

Revision 1.127.2.19 / (view) - annotate - [select for diffs] , Fri Apr 25 16:42:03 2014 UTC (10 years, 2 months ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.127.2.18: +8 -6 lines
Diff to previous 1.127.2.18 to branch point 1.127
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.127.2.18 / (view) - annotate - [select for diffs] , Mon Apr 21 12:42:07 2014 UTC (10 years, 2 months ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.127.2.17: +8 -6 lines
Diff to previous 1.127.2.17 to branch point 1.127
BUG#: 9676
TITLE: TASK-PEP317_pullop-branch

DESCRIPTION: Decoder cleanup of the ...IParam classes and some exception
responses. Fixed issues in the Enumeration Timeout thread. Enabled
0 reject 0 operationTimeout exception and added internal variable to
control it.

Revision 1.127.2.17 / (view) - annotate - [select for diffs] , Sat Apr 19 18:21:49 2014 UTC (10 years, 2 months ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.127.2.16: +1 -0 lines
Diff to previous 1.127.2.16 to branch point 1.127
BUG#: 9676
TITLE: TASK-PEP317_pullop-branch. One line change to previous commit
for same file

DESCRIPTION: No code change

Revision 1.127.2.16 / (view) - annotate - [select for diffs] , Sat Apr 19 18:20:02 2014 UTC (10 years, 2 months ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.127.2.15: +298 -323 lines
Diff to previous 1.127.2.15 to branch point 1.127
BUG#: 9676
TITLE: Code Cleanup. No functionality change

DESCRIPTION: Cleaned up the set of classes used to analyze input
parameters and created a class heirachy.

Revision 1.127.2.15 / (view) - annotate - [select for diffs] , Sat Apr 19 13:51:02 2014 UTC (10 years, 2 months ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.127.2.14: +192 -202 lines
Diff to previous 1.127.2.14 to branch point 1.127
BUG#: 9676
TITLE: Internationalize messages in CIMOperationRequestDecoder.cpp
and converted the open and pull to use the parameter classes as
core for processing

DESCRIPTION: Internationalized and reorganized the CIMException
responses in CIMOperationRequestDecoder.cpp. Note that this modified
a number of the messages to privide additional text where before
they were just providing the Status code with no explanation. Thus,
for example, we made a single function for the duplicate parameter error, added
text to say it was a parameter duplication and internationalized
the message. Cleaned up the decoders for the open and pull operations
so that they all use the parameter classes for processing. This meant
that some of the test/wetest/static tests changes because the returned
messages changed.

Revision 1.127.2.14 / (view) - annotate - [select for diffs] , Wed Mar 12 21:35:05 2014 UTC (10 years, 3 months ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.127.2.13: +4 -0 lines
Diff to previous 1.127.2.13 to branch point 1.127
BUG#: 9676
TITLE: TASK-PEP317_pullop-branch.Mergeout from head of tree 10 March 2014

DESCRIPTION: This is mergout out to bring up to date this branch. From
previous mergeout

Revision 1.127.2.13 / (view) - annotate - [select for diffs] , Thu Nov 21 17:59:48 2013 UTC (10 years, 7 months ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.127.2.12: +9 -15 lines
Diff to previous 1.127.2.12 to branch point 1.127
PEP#: 317
TITLE: TASK-PEP317_pullop-branch Merge Out from head of tree effective 21 Nov 2013.

DESCRIPTION:

Revision 1.127.2.12 / (view) - annotate - [select for diffs] , Wed Nov 20 02:22:03 2013 UTC (10 years, 7 months ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.127.2.11: +6 -8 lines
Diff to previous 1.127.2.11 to branch point 1.127
PEP#: 317
TITLE: Extend code for openQueryInstances through client, etc.

DESCRIPTION: Finished openQueryInstances to client code. Moved one parameter
in openQueryInstances to match other pull operations. Added openQueryInstance
to cimcli.  Added to CIMOperationRequestDecoder.

Revision 1.127.2.11 / (view) - annotate - [select for diffs] , Wed Nov 20 00:31:52 2013 UTC (10 years, 7 months ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.127.2.10: +86 -7 lines
Diff to previous 1.127.2.10 to branch point 1.127
PEP#: 317
TITLE: TASK-PEP317_pullop-branch Extend processing Path for PullInstances

DESCRIPTION: Add code for PullInstances which is the pull component for the
OpenQueryInstances enumeration sequence.

Revision 1.127.2.10 / (view) - annotate - [select for diffs] , Wed Oct 16 23:54:40 2013 UTC (10 years, 8 months ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.127.2.9: +6 -0 lines
Diff to previous 1.127.2.9 to branch point 1.127
PEP#: 317
TITLE: Correct accidental bad commit TASK-PEP317_pullop-branch

DESCRIPTION: Accidently did commit of some bad files during mergeout
This corrects that error

Revision 1.127.2.9 / (view) - annotate - [select for diffs] , Tue Oct 15 14:33:18 2013 UTC (10 years, 8 months ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.127.2.8: +4 -16 lines
Diff to previous 1.127.2.8 to branch point 1.127
PEP#: 317
TITLE: TASK-PEP317_pullop-branch pull operations, very minor changes
to better sync branch with head of tree

DESCRIPTION: Removed some unused code, etc.

Revision 1.127.2.8 / (view) - annotate - [select for diffs] , Tue Sep 17 15:24:37 2013 UTC (10 years, 9 months ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.127.2.7: +1 -1 lines
Diff to previous 1.127.2.7 to branch point 1.127
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.127.2.7 / (view) - annotate - [select for diffs] , Sat Jul 20 17:32:58 2013 UTC (10 years, 11 months ago) by karl
Branch: TASK-PEP317_pullop-branch
CVS Tags: PREAUG25UPDATE, POSTAUG25UPDATE
Changes since 1.127.2.6: +255 -2 lines
Diff to previous 1.127.2.6 to branch point 1.127
PEP#: 317
TITLE: Update merge out from last 2.13.0.

DESCRIPTION: Sync with 2.13.0 just before release.  Note that we kept
the Development status.

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

DESCRIPTION: Add OpenQuery, Clean up EnumContext

Revision 1.127.2.5 / (view) - annotate - [select for diffs] , Mon Jun 3 21:36:36 2013 UTC (11 years, 1 month ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.127.2.4: +1258 -1534 lines
Diff to previous 1.127.2.4 to branch point 1.127
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.127.2.4 / (view) - annotate - [select for diffs] , Tue Feb 21 17:22:11 2012 UTC (12 years, 4 months ago) by karl
Branch: TASK-PEP317_pullop-branch
CVS Tags: TASK_PEP317_1JUNE_2013
Changes since 1.127.2.3: +51 -37 lines
Diff to previous 1.127.2.3 to branch point 1.127
BUG#: 99999
TITLE: Task PEP317 branch Pull ops

DESCRIPTION: Bring property list processing into line

Revision 1.127.2.3 / (view) - annotate - [select for diffs] , Wed Feb 15 17:47:18 2012 UTC (12 years, 4 months ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.127.2.2: +3 -2 lines
Diff to previous 1.127.2.2 to branch point 1.127
BUG#: 99999
TITLE: Task317 Branch -- pull operations. Sync to head of tree

DESCRIPTION: Sync the branch back to the head of cvs tree

Revision 1.127.2.2 / (view) - annotate - [select for diffs] , Tue Oct 11 17:18:27 2011 UTC (12 years, 8 months ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.127.2.1: +29 -36 lines
Diff to previous 1.127.2.1 to branch point 1.127
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.127.2.1 / (view) - annotate - [select for diffs] , Sat Jan 15 21:26:58 2011 UTC (13 years, 5 months ago) by karl
Branch: TASK-PEP317_pullop-branch
CVS Tags: BeforeUpdateToHeadOct82011
Changes since 1.127: +1313 -3 lines
Diff to previous 1.127
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.127 / (view) - annotate - [select for diffs] , Sun Jun 6 16:04:18 2010 UTC (14 years ago) by marek
Branch: MAIN
CVS Tags: TASK-PEP317_pullop-root
Branch point for: TASK-PEP317_pullop-branch
Changes since 1.126: +2 -2 lines
Diff to previous 1.126
BUG#:8642
TITLE: New warnings reported by gcc 4.3

DESCRIPTION:

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