CVS log for pegasus/src/Pegasus/Server/CQLOperationRequestDispatcher.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.6.2.11 / (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
CVS Tags: TASK-PEP317_pullop-merged_out_to_branch, TASK-PEP317_pullop-merged_in_from_branch
Changes since 1.6.2.10: +6 -146 lines
Diff to previous 1.6.2.10 to branch point 1.6 to next main 1.7
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.6.2.10 / (view) - annotate - [select for diffs] , Thu May 29 22:55:35 2014 UTC (10 years, 1 month ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.6.2.9: +11 -15 lines
Diff to previous 1.6.2.9 to branch point 1.6
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.6.2.9 / (view) - annotate - [select for diffs] , Thu Apr 17 23:12:05 2014 UTC (10 years, 2 months ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.6.2.8: +2 -2 lines
Diff to previous 1.6.2.8 to branch point 1.6
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.6.2.8 / (view) - annotate - [select for diffs] , Mon Apr 14 16:33:11 2014 UTC (10 years, 2 months ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.6.2.7: +0 -1 lines
Diff to previous 1.6.2.7 to branch point 1.6
BUG#: 9676
TITLE: TASK-PEP317_pullop-branch  Code clean up.

DESCRIPTION: Added pullinstances for OpenExecQuery.  Clean up tests in
PullErrors, Remove Assert in CIMResponseData causing end-end test to
fail.

Revision 1.6.2.7 / (view) - annotate - [select for diffs] , Wed Oct 16 23:54:41 2013 UTC (10 years, 8 months ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.6.2.6: +1 -1 lines
Diff to previous 1.6.2.6 to branch point 1.6
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.6.2.6 / (view) - annotate - [select for diffs] , Sun Sep 29 18:09:52 2013 UTC (10 years, 9 months ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.6.2.5: +6 -0 lines
Diff to previous 1.6.2.5 to branch point 1.6
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.6.2.5 / (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.6.2.4: +9 -1 lines
Diff to previous 1.6.2.4 to branch point 1.6
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.6.2.4 / (view) - annotate - [select for diffs] , Sat Sep 14 22:08:23 2013 UTC (10 years, 9 months ago) by karl
Branch: TASK-PEP317_pullop-branch
CVS Tags: POSTAUG25UPDATE
Changes since 1.6.2.3: +34 -97 lines
Diff to previous 1.6.2.3 to branch point 1.6
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.6.2.3 / (view) - annotate - [select for diffs] , Sat Jul 20 17:32:59 2013 UTC (10 years, 11 months ago) by karl
Branch: TASK-PEP317_pullop-branch
CVS Tags: PREAUG25UPDATE
Changes since 1.6.2.2: +3 -112 lines
Diff to previous 1.6.2.2 to branch point 1.6
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.6.2.2 / (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.6.2.1: +469 -0 lines
Diff to previous 1.6.2.1 to branch point 1.6
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.6.2.1 , Wed May 1 22:20:09 2013 UTC (11 years, 2 months ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.6: +0 -467 lines
FILE REMOVED
file CQLOperationRequestDispatcher.cpp was added on branch TASK-PEP317_pullop-branch on 2013-06-03 22:36:36 +0000

Revision 1.6 / (view) - annotate - [select for diffs] , Wed May 1 22:20:09 2013 UTC (11 years, 2 months ago) by karl
Branch: MAIN
CVS Tags: RELEASE_2_13_0-FC
Branch point for: TASK-PEP317_pullop-branch
Changes since 1.5: +1 -1 lines
Diff to previous 1.5
BUG#: 9644
TITLE: Minor cleanup to OperationDispatcher to use correct CIMMessage on request

DESCRIPTION: Change all use of CIMRequestMessage in operation dispatcher to
CIMOperationRequestDispatcher.  No real functional changes.

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