CVS log for pegasus/src/Pegasus/Common/CIMResponseData.cpp

(logo)

Help

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

Request diff between arbitrary revisions


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

Revision 1.15 / (view) - annotate - [select for diffs] , Wed Aug 27 22:10:08 2014 UTC (9 years, 10 months ago) by karl
Branch: MAIN
CVS Tags: postBug9676, 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.14: +894 -114 lines
Diff to previous 1.14
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.5.2.32 / (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.5.2.31: +9 -7 lines
Diff to previous 1.5.2.31 to branch point 1.5 to next main 1.6
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.5.2.31 / (view) - annotate - [select for diffs] , Sat Aug 16 11:52:22 2014 UTC (9 years, 10 months ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.5.2.30: +1 -1 lines
Diff to previous 1.5.2.30 to branch point 1.5
BUG#: 9676
TITLE: Remove a number of TODO comments left in the code

DESCRIPTION: Removed TODO comments and commented or some of the diagnostic
traces that were in the code from development. No functional changes

Revision 1.5.2.30 / (view) - annotate - [select for diffs] , Thu Aug 14 17:42:37 2014 UTC (9 years, 10 months ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.5.2.29: +2 -9 lines
Diff to previous 1.5.2.29 to branch point 1.5
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.5.2.29 / (view) - annotate - [select for diffs] , Thu Jul 17 20:01:31 2014 UTC (9 years, 11 months ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.5.2.28: +2 -29 lines
Diff to previous 1.5.2.28 to branch point 1.5
BUG#: 9676
TITLE: Testing issues found in pullop, CIMOperationRequestDispatcher for
DISABLE_QUERY, PullErrors

DESCRIPTION: Fixed.  see Readme.PullOperations for 16 July 2014

Revision 1.5.2.28 / (view) - annotate - [select for diffs] , Sun Jun 1 18:26:52 2014 UTC (10 years ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.5.2.27: +45 -27 lines
Diff to previous 1.5.2.27 to branch point 1.5
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.5.2.27 / (view) - annotate - [select for diffs] , Thu May 15 19:52:48 2014 UTC (10 years, 1 month ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.5.2.26: +21 -42 lines
Diff to previous 1.5.2.26 to branch point 1.5
BUG#: 9676
TITLE: TASK-PEP317_pullop-branch. Remove a number of diagnostics and clean
others

DESCRIPTION: About all diagnostics we will want to remove before final
checkin will be found by searching KS_TODO.  Also some commented code we
will remove has 4 / and a space to make it easy to find (//// ). Cleaned
up the enumContext unittest code so it compiles and runs.

Revision 1.5.2.26 / (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.5.2.25: +25 -0 lines
Diff to previous 1.5.2.25 to branch point 1.5
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.5.2.25 / (view) - annotate - [select for diffs] , Sun Apr 27 21:54:45 2014 UTC (10 years, 2 months ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.5.2.24: +8 -66 lines
Diff to previous 1.5.2.24 to branch point 1.5
BUG#: 9676
TITLE: TASK-PEP317_pullop-branch. remove diagnostics from CIMResponseData.cpp

DESCRIPTION: Removed much of the working diagnostic traces from
CIMResponseData.cpp.  Note that there are a couple left.

Revision 1.5.2.24 / (view) - annotate - [select for diffs] , Wed Apr 16 22:31:49 2014 UTC (10 years, 2 months ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.5.2.23: +6 -6 lines
Diff to previous 1.5.2.23 to branch point 1.5
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.5.2.23 / (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.5.2.22: +1 -3 lines
Diff to previous 1.5.2.22 to branch point 1.5
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.5.2.22 / (view) - annotate - [select for diffs] , Mon Apr 7 21:00:22 2014 UTC (10 years, 2 months ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.5.2.21: +10 -6 lines
Diff to previous 1.5.2.21 to branch point 1.5
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.5.2.21 / (view) - annotate - [select for diffs] , Mon Mar 31 21:46:03 2014 UTC (10 years, 2 months ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.5.2.20: +127 -37 lines
Diff to previous 1.5.2.20 to branch point 1.5
BUG#: 9676
TITLE: TASK-PEP317_pullop-branch. Fixes to xml output issues from
OOP processors with pull reference and associator calls.

DESCRIPTION: Corrected CIMResponseData to generate correct
XmlInternalEncoder call for pull and nonpull xml output. Added a
couple of traces to better track through these calls. Fixed error
in PullErrors for timeout. Added first statistics on shutdown
for EnumerationContextTable. Removed ConditionVariable from
getCache for the moment since it was causing the thread block with
monitor.  Right now this means open almost always returns 0 objects
since this is temp fix. Also had to block static tests since the
test for objects in response.  Note this means pullop returns
warning messages about "too few objects in response." Will fix this
issue in next checkin.

Revision 1.5.2.20 / (view) - annotate - [select for diffs] , Tue Mar 18 13:37:49 2014 UTC (10 years, 3 months ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.5.2.19: +3 -2 lines
Diff to previous 1.5.2.19 to branch point 1.5
BUG#: 9676
TITLE: Add trace for binMsg functions minor changes

DESCRIPTION: Add some diagnostics to CIMBinMsg functions (trace data
on calls) and other minor cleanup.  No major changes this checkin

Revision 1.5.2.19 / (view) - annotate - [select for diffs] , Mon Mar 17 14:24:50 2014 UTC (10 years, 3 months ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.5.2.18: +3 -6 lines
Diff to previous 1.5.2.18 to branch point 1.5
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.5.2.18 / (view) - annotate - [select for diffs] , Fri Mar 14 16:30:20 2014 UTC (10 years, 3 months ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.5.2.17: +4 -4 lines
Diff to previous 1.5.2.17 to branch point 1.5
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.5.2.17 / (view) - annotate - [select for diffs] , Wed Mar 12 19:21:37 2014 UTC (10 years, 3 months ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.5.2.16: +4 -3 lines
Diff to previous 1.5.2.16 to branch point 1.5
BUG#: 9676
TITLE: Clean up of several functions

DESCRIPTION: Cleanup of a bunch of minor issues.  Note that this patch
inserted some diagnostics into the code since we are still looking for
a couple of failures.  They are marked KS Temp and are to be removed
before commit to head of tree.

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

DESCRIPTION:

Revision 1.5.2.15 / (view) - annotate - [select for diffs] , Wed Nov 20 23:35:44 2013 UTC (10 years, 7 months ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.5.2.14: +77 -44 lines
Diff to previous 1.5.2.14 to branch point 1.5
PEP#: 317
TITLE: TASK-PEP317_pullop-branch - Add CIMOperationResponse
encoder for OpenQueryInstances and pullInstances

DESCRIPTION: Add responder that returns just instances in
CIMResponseData for OpenQueryInstances and pullInstances

Revision 1.5.2.14 / (view) - annotate - [select for diffs] , Wed Nov 20 00:31:51 2013 UTC (10 years, 7 months ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.5.2.13: +12 -13 lines
Diff to previous 1.5.2.13 to branch point 1.5
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.5.2.13 / (view) - annotate - [select for diffs] , Sun Oct 13 20:31:59 2013 UTC (10 years, 8 months ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.5.2.12: +90 -23 lines
Diff to previous 1.5.2.12 to branch point 1.5
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.5.2.12 / (view) - annotate - [select for diffs] , Sun Sep 29 18:09:50 2013 UTC (10 years, 8 months ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.5.2.11: +113 -4 lines
Diff to previous 1.5.2.11 to branch point 1.5
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.5.2.11 / (view) - annotate - [select for diffs] , Mon Sep 23 12:55:57 2013 UTC (10 years, 9 months ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.5.2.10: +94 -73 lines
Diff to previous 1.5.2.10 to branch point 1.5
PEP#: 317
TITLE: TASK-PEP317_pullop-branch Pull Operations update, Clean up diagonstic
code and fix error in Dispatcher

DESCRIPTION: Cleaned up Diagnostic code in CIMREsponseData. Fixed error
in Dispatcher where we were not passing correct classname on any Enumerates.
Fixed CLITestProvider/tests non SSL help files. Remove bunch of tests
for bad enum context from PullErrors by commenting them out.

Revision 1.5.2.10 / (view) - annotate - [select for diffs] , Sat Sep 14 22:08:17 2013 UTC (10 years, 9 months ago) by karl
Branch: TASK-PEP317_pullop-branch
CVS Tags: POSTAUG25UPDATE
Changes since 1.5.2.9: +1 -1 lines
Diff to previous 1.5.2.9 to branch point 1.5
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.5.2.9 / (view) - annotate - [select for diffs] , Sat Jul 20 15:43:47 2013 UTC (10 years, 11 months ago) by karl
Branch: TASK-PEP317_pullop-branch
CVS Tags: PREAUG25UPDATE
Changes since 1.5.2.8: +16 -11 lines
Diff to previous 1.5.2.8 to branch point 1.5
PEP#: 317
TITLE: TaskBranch Pull operations changes

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

Revision 1.5.2.8 / (view) - annotate - [select for diffs] , Wed Jun 5 18:14:16 2013 UTC (11 years ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.5.2.7: +11 -2 lines
Diff to previous 1.5.2.7 to branch point 1.5
BUG#: 317
TITLE: Task 317, Pull Operations. Update to code to fix issues with pullop,etc

DESCRIPTION: Extend Pullop.  Change name of ResponseStressTest to have separate
classes for c++ and CMPI, Fixed timing issue in CIMResponseData

Revision 1.5.2.7 / (view) - annotate - [select for diffs] , Mon Jun 3 21:35:12 2013 UTC (11 years ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.5.2.6: +173 -128 lines
Diff to previous 1.5.2.6 to branch point 1.5
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.14 / (view) - annotate - [select for diffs] , Sat Apr 13 18:03:09 2013 UTC (11 years, 2 months ago) by karl
Branch: MAIN
CVS Tags: preBug9676, TASK-TASK_PEP362_RestfulService_branch-root, TASK-TASK_PEP362_RestfulService_branch-merged_out_from_trunk, TASK-TASK_PEP362_RestfulService_branch-merged_in_to_trunk, TASK-TASK_PEP362_RestfulService_branch-merged_in_from_branch, TASK-TASK_PEP362_RestfulService_branch-branch, TASK-PEP362_RestfulService-root, TASK-PEP362_RestfulService-merged_out_to_branch, TASK-PEP362_RestfulService-merged_out_from_trunk, TASK-PEP362_RestfulService-merged_in_to_trunk, TASK-PEP362_RestfulService-merged_in_from_branch, TASK-PEP362_RestfulService-branch, TASK-PEP317_pullop-merged_out_from_trunk, TASK-PEP317_pullop-merged_in_to_trunk, RELEASE_2_13_0-RC2, RELEASE_2_13_0-RC1, RELEASE_2_13_0-FC, RELEASE_2_13_0, RELEASE_2_13-root, RELEASE_2_13-branch, CIMRS_WORK_20130824
Changes since 1.13: +12 -3 lines
Diff to previous 1.13
BUG#: 9613
TITLE: CIMRespondata.cpp issue with testing for class in getSCMO() function

DESCRIPTION: Modify CIMResponse Data to use data already in CIMResponseData
and document issue in a number of places in the code for future changes
when we agree to bug 3302

Revision 1.13 / (view) - annotate - [select for diffs] , Thu Mar 28 18:54:32 2013 UTC (11 years, 3 months ago) by karl
Branch: MAIN
Changes since 1.12: +25 -18 lines
Diff to previous 1.12
BUG#: 5904
TITLE: Generates non-conformant xml for associators response

DESCRIPTION: Modify response paths to insure that only the correct
objectpath type (ClassPath or InstancePath) is generated and move
the hole decision path for class vs. instance requests back as close
to the client as possible so that the server uses operation request
information and not keybinding counts to determine if a cimobjectpath
is class or instance

Revision 1.12 / (view) - annotate - [select for diffs] , Wed Feb 13 11:39:58 2013 UTC (11 years, 4 months ago) by marek
Branch: MAIN
Changes since 1.11: +7 -0 lines
Diff to previous 1.11
BUG#:9400
TITLE: Add pointers to Single Chunk Memory Object Model design documents in code

DESCRIPTION:

Revision 1.11 / (view) - annotate - [select for diffs] , Wed Aug 8 07:27:59 2012 UTC (11 years, 10 months ago) by thilo.boehm
Branch: MAIN
CVS Tags: RELEASE_2_12_1-RC1, RELEASE_2_12_1, RELEASE_2_12_0-RC1, RELEASE_2_12_0, RELEASE_2_12-root, RELEASE_2_12-branch
Changes since 1.10: +115 -94 lines
Diff to previous 1.10
BUG#: 9339
TITLE: CIMResponseData_resolveXmlToCIM() invalid array access.

DESCRIPTION: Adding the check for empty instances and references.

Revision 1.9.2.1 / (view) - annotate - [select for diffs] , Fri May 25 12:04:22 2012 UTC (12 years, 1 month ago) by marek
Branch: RELEASE_2_11-branch
CVS Tags: RELEASE_2_11_2-RC1, RELEASE_2_11_2
Changes since 1.9: +5 -8 lines
Diff to previous 1.9 to next main 1.10
BUG#:9280
TITLE: completeHostNameAndNamespace() does not set hostname on empty hostname v2.11.2

DESCRIPTION:

Revision 1.10 / (view) - annotate - [select for diffs] , Mon May 21 12:57:59 2012 UTC (12 years, 1 month ago) by marek
Branch: MAIN
CVS Tags: RELEASE_2_12_0-FC
Changes since 1.9: +5 -8 lines
Diff to previous 1.9
BUG#:9255
TITLE: completeHostNameAndNamespace() does not set hostname on empty hostname

DESCRIPTION:

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

DESCRIPTION: Bring property list processing into line

Revision 1.5.2.5 / (view) - annotate - [select for diffs] , Wed Feb 15 17:47:06 2012 UTC (12 years, 4 months ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.5.2.4: +56 -24 lines
Diff to previous 1.5.2.4 to branch point 1.5
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.5.2.4 / (view) - annotate - [select for diffs] , Thu Oct 13 15:17:12 2011 UTC (12 years, 8 months ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.5.2.3: +1 -0 lines
Diff to previous 1.5.2.3 to branch point 1.5
BUG#: 9999
TITLE:Minor changes after Merge from head of tree

DESCRIPTION: Minor Changes after Merge-Out

Revision 1.5.2.3 / (view) - annotate - [select for diffs] , Tue Oct 11 17:18:08 2011 UTC (12 years, 8 months ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.5.2.2: +156 -45 lines
Diff to previous 1.5.2.2 to branch point 1.5
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.9 / (view) - annotate - [select for diffs] , Tue Mar 29 04:15:47 2011 UTC (13 years, 3 months ago) by anusha.kandepu
Branch: MAIN
CVS Tags: RELEASE_2_11_1-RC1, RELEASE_2_11_1, RELEASE_2_11_0, RELEASE_2_11-root
Branch point for: RELEASE_2_11-branch
Changes since 1.8: +0 -2 lines
Diff to previous 1.8
BUG#:8951
TITLE:Duplicate Properties in operation property list cause duplicate properties in Response.
DESCRIPTION: Remove the duplicate properties from the propertyList while decoding the request.

Revision 1.8 / (view) - annotate - [select for diffs] , Thu Feb 17 14:23:34 2011 UTC (13 years, 4 months ago) by marek
Branch: MAIN
CVS Tags: RELEASE_2_11_0-RC1
Changes since 1.7: +0 -9 lines
Diff to previous 1.7
BUG#:8926
TITLE: C++Default Client interface does not filter with binary enabled

DESCRIPTION:

Revision 1.7 / (view) - annotate - [select for diffs] , Wed Feb 2 05:43:48 2011 UTC (13 years, 4 months ago) by ashok.pathak
Branch: MAIN
Changes since 1.6: +1 -0 lines
Diff to previous 1.6
BUG#: 8910
TITLE: break' statement is missing in CIMResponseData::completeNamespace()


DESCRIPTION:

Revision 1.6 / (view) - annotate - [select for diffs] , Tue Jan 25 11:24:24 2011 UTC (13 years, 5 months ago) by anusha.kandepu
Branch: MAIN
CVS Tags: RELEASE_2_11_0-FC
Changes since 1.5: +104 -36 lines
Diff to previous 1.5
BUG#:8830
TITLE:CIMOM does not filter instances based on propertyList.
DESCRIPTION: CIMOM infrastructure will do the filtering for both Default C++ and CMPI providers.

Revision 1.5.2.2 / (view) - annotate - [select for diffs] , Fri Jan 21 02:25:43 2011 UTC (13 years, 5 months ago) by karl
Branch: TASK-PEP317_pullop-branch
CVS Tags: BeforeUpdateToHeadOct82011
Changes since 1.5.2.1: +10 -2 lines
Diff to previous 1.5.2.1 to branch point 1.5
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.5.2.1 / (view) - annotate - [select for diffs] , Sat Jan 15 21:26:53 2011 UTC (13 years, 5 months ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.5: +434 -33 lines
Diff to previous 1.5
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.5 / (view) - annotate - [select for diffs] , Fri Jan 7 02:17:20 2011 UTC (13 years, 5 months ago) by karl
Branch: MAIN
CVS Tags: TASK-PEP317_pullop-root
Branch point for: TASK-PEP317_pullop-branch
Changes since 1.4: +24 -17 lines
Diff to previous 1.4
BUG#: 8892
TITLE:D
cument and minor code redo for CIMResponseData set Binary function

DESCRIPTION: Changes to create separate function for
setRemainingBinary and document functions in CIMBuffer and remove
unused includes for BinaryCodec

Revision 1.4 / (view) - annotate - [select for diffs] , Thu Jan 28 09:16:45 2010 UTC (14 years, 5 months ago) by r.kieninger
Branch: MAIN
CVS Tags: RELEASE_2_10_1-RC1, RELEASE_2_10_1, RELEASE_2_10_0-RC2, RELEASE_2_10_0-RC1, RELEASE_2_10_0, RELEASE_2_10-root, RELEASE_2_10-branch
Changes since 1.3: +6 -6 lines
Diff to previous 1.3
BUG#:8706
TITLE: Obsolete newline in trace messages

DESCRIPTION: Removing newline characters from trace messages and changing level to 3 for some

Revision 1.3 / (view) - annotate - [select for diffs] , Tue Dec 15 11:39:33 2009 UTC (14 years, 6 months ago) by thilo.boehm
Branch: MAIN
Changes since 1.2: +1156 -564 lines
Diff to previous 1.2
PEP#: 348
TITLE: Initial commit of SCMO for CMPI

DESCRIPTION: Initial commit of SCMO for CMPI

Revision 1.2.2.23 / (view) - annotate - [select for diffs] , Thu Dec 10 11:32:44 2009 UTC (14 years, 6 months ago) by thilo.boehm
Branch: TASK-PEP348_SCMO-branch
Changes since 1.2.2.22: +1 -1 lines
Diff to previous 1.2.2.22 to branch point 1.2 to next main 1.3
PEP#: 348
TITLE: Fix Windows loss of data warnings + TestSCMO

DESCRIPTION:  Fix Windows loss of data warnings + TestSCMO

Revision 1.2.2.22 / (view) - annotate - [select for diffs] , Mon Nov 30 10:59:36 2009 UTC (14 years, 6 months ago) by thilo.boehm
Branch: TASK-PEP348_SCMO-branch
CVS Tags: TASK-PEP348_SCMO-merged_out_to_branch
Changes since 1.2.2.21: +8 -0 lines
Diff to previous 1.2.2.21 to branch point 1.2
PEP#: 348
TITLE: Bug fixes for binary encoding

DESCRIPTION: Bug fixes for binary encoding

Revision 1.2.2.21 / (view) - annotate - [select for diffs] , Thu Nov 26 08:52:01 2009 UTC (14 years, 7 months ago) by marek
Branch: TASK-PEP348_SCMO-branch
Changes since 1.2.2.20: +66 -54 lines
Diff to previous 1.2.2.20 to branch point 1.2
PEP#:348
TITLE: Cleanup of Internal Xml encoding + bug fixes

DESCRIPTION:
Added support for internal Xml and binary in function completeHostnameAndNamespaces() which is used by the ResponseAggregators to add hostname and namespaces if necessary
Removed unused functions and variables
Added capability to transform internal Xml directly into external Xml without the need of a resolving inbetween for operations using CIMObject (i.e. associator and execQuery)

Revision 1.2.2.20 / (view) - annotate - [select for diffs] , Mon Nov 23 08:10:21 2009 UTC (14 years, 7 months ago) by r.kieninger
Branch: TASK-PEP348_SCMO-branch
Changes since 1.2.2.19: +21 -6 lines
Diff to previous 1.2.2.19 to branch point 1.2
PEP#:348
TITLE: SCMO: Enable ResponseData encoding for mixed responses

DESCRIPTION: SCMO: Enable ResponseData encoding for mixed responses (SCMO+CIM)

Revision 1.2.2.19 / (view) - annotate - [select for diffs] , Thu Nov 19 16:39:01 2009 UTC (14 years, 7 months ago) by thilo.boehm
Branch: TASK-PEP348_SCMO-branch
Changes since 1.2.2.18: +2 -2 lines
Diff to previous 1.2.2.18 to branch point 1.2
PEP#: 348
TITLE: Bug fixes for binary encoding

DESCRIPTION: Bug fixes for binary encoding

Revision 1.2.2.18 / (view) - annotate - [select for diffs] , Wed Nov 18 07:26:30 2009 UTC (14 years, 7 months ago) by r.kieninger
Branch: TASK-PEP348_SCMO-branch
Changes since 1.2.2.17: +47 -6 lines
Diff to previous 1.2.2.17 to branch point 1.2
PEP#:348
TITLE: SCMO binary OOP bugfixes

DESCRIPTION:

Revision 1.2.2.17 / (view) - annotate - [select for diffs] , Tue Nov 17 11:14:53 2009 UTC (14 years, 7 months ago) by r.kieninger
Branch: TASK-PEP348_SCMO-branch
Changes since 1.2.2.16: +2 -3 lines
Diff to previous 1.2.2.16 to branch point 1.2
PEP#:348
TITLE: SCMO Binary OOP support

DESCRIPTION:

Revision 1.2.2.16 / (view) - annotate - [select for diffs] , Mon Nov 16 17:07:31 2009 UTC (14 years, 7 months ago) by r.kieninger
Branch: TASK-PEP348_SCMO-branch
Changes since 1.2.2.15: +104 -39 lines
Diff to previous 1.2.2.15 to branch point 1.2
PEP#:348
TITLE: SCMO binary protocol optimization stage1

DESCRIPTION:

Revision 1.2.2.15 / (view) - annotate - [select for diffs] , Wed Nov 11 10:12:12 2009 UTC (14 years, 7 months ago) by marek
Branch: TASK-PEP348_SCMO-branch
Changes since 1.2.2.14: +233 -63 lines
Diff to previous 1.2.2.14 to branch point 1.2
PEP#:348
TITLE: Add InternalXml support in the binary encoder

DESCRIPTION:
The following operations do support InternalXml in OOP mode: gI, eI, associators and execQuery.

- updated CIMBinMsgSerializer and CIMBinMsgDeserializer to use encodeInternalXml() and setXml() functions from class CIMResponseData
- completed the two new classes CIMInternalXmlEncoder and SCMOInternalXmlEncoder
- fixed a Bug introduced into the SCMOInstance::getXXX_l function family (size of 0 was reported as 2^32-1)

Revision 1.2.2.14 / (view) - annotate - [select for diffs] , Tue Nov 3 13:11:51 2009 UTC (14 years, 7 months ago) by thilo.boehm
Branch: TASK-PEP348_SCMO-branch
Changes since 1.2.2.13: +6 -101 lines
Diff to previous 1.2.2.13 to branch point 1.2
PEP#: 348
TITLE: Add new constructors for SCMOInstances

DESCRIPTION:  Add constructor from CIMInstance, CIMObjectPath and CIMObject. All constructors are using the SCMOClassCache to resolve SCMOClasses.
              A empty SCMOClass is defined. A SCMOClass is empty if it does not contain any propertie information.

Revision 1.2.2.13 / (view) - annotate - [select for diffs] , Wed Oct 21 14:12:50 2009 UTC (14 years, 8 months ago) by marek
Branch: TASK-PEP348_SCMO-branch
Changes since 1.2.2.12: +4 -1 lines
Diff to previous 1.2.2.12 to branch point 1.2
PEP#:348
TITLE: add completeNamespace(SCMOInstance*) function in support of CMPI

DESCRIPTION:

Revision 1.2.2.12 / (view) - annotate - [select for diffs] , Wed Oct 21 12:08:49 2009 UTC (14 years, 8 months ago) by marek
Branch: TASK-PEP348_SCMO-branch
Changes since 1.2.2.11: +81 -1 lines
Diff to previous 1.2.2.11 to branch point 1.2
PEP#:348
TITLE: add completeNamespace() function to CIMResponseData object

DESCRIPTION:
Function will allow CMPI to recomplete data with the namespace from the request

Revision 1.2.2.11 / (view) - annotate - [select for diffs] , Tue Oct 20 15:20:51 2009 UTC (14 years, 8 months ago) by marek
Branch: TASK-PEP348_SCMO-branch
Changes since 1.2.2.10: +4 -8 lines
Diff to previous 1.2.2.10 to branch point 1.2
PEP#:348
TITLE: Fix a Bug in the execQuery handling in WQLOperationDispatcher

DESCRIPTION:
Avoid direct appending of objects to the arrays within CIMResponseData() because the encoding will not be set correct.

Revision 1.2.2.10 / (view) - annotate - [select for diffs] , Tue Oct 20 12:21:19 2009 UTC (14 years, 8 months ago) by marek
Branch: TASK-PEP348_SCMO-branch
Changes since 1.2.2.9: +46 -49 lines
Diff to previous 1.2.2.9 to branch point 1.2
PEP#:348
TITLE: Complete SCMOXmlWriter

DESCRIPTION:
- added support for Reference Values
- added support of instance/object values
- added embedded instance/object support

- added extra-fast strncasecmp() to System class

Revision 1.2.2.9 / (view) - annotate - [select for diffs] , Thu Oct 15 14:19:25 2009 UTC (14 years, 8 months ago) by marek
Branch: TASK-PEP348_SCMO-branch
Changes since 1.2.2.8: +121 -13 lines
Diff to previous 1.2.2.8 to branch point 1.2
PEP#:348
TITLE: Bugfixes for CIMResponseData and CIMOpReqDispatcher

DESCRIPTION:
- fixed the object duplication Bug in the CIMOperationRequestDispatcher
- added support for hostname and namespace setting on a,an,r,rn operations in the Aggregators
- further cleanup etc.

Revision 1.2.2.8 / (view) - annotate - [select for diffs] , Thu Oct 15 10:47:35 2009 UTC (14 years, 8 months ago) by marek
Branch: TASK-PEP348_SCMO-branch
Changes since 1.2.2.7: +40 -33 lines
Diff to previous 1.2.2.7 to branch point 1.2
PEP#:348
TITLE: Few Bugfixes

DESCRIPTION:
- getting all test cases to compile again
- rechecked _encoding handling in CIMResponseData

Revision 1.2.2.7 / (view) - annotate - [select for diffs] , Wed Oct 14 11:47:15 2009 UTC (14 years, 8 months ago) by marek
Branch: TASK-PEP348_SCMO-branch
Changes since 1.2.2.6: +13 -7 lines
Diff to previous 1.2.2.6 to branch point 1.2
PEP#:348
TITLE: Support objects and objectpaths in SCMOXmlWriter

DESCRIPTION:

Revision 1.2.2.6 / (view) - annotate - [select for diffs] , Wed Oct 14 09:12:39 2009 UTC (14 years, 8 months ago) by marek
Branch: TASK-PEP348_SCMO-branch
Changes since 1.2.2.5: +28 -15 lines
Diff to previous 1.2.2.5 to branch point 1.2
PEP#:348
TITLE: Bugfixing and updates to upcall path through CIM server

DESCRIPTION:
- Fixes an issue with not copying objects on transfer() operation from ResponeHandler to ResponseMessage
- fix CMPI association performance test provider
- extend SCMOXmlWriter to now support references (objects and embedded instances still outstanding)

Revision 1.2.2.5 / (view) - annotate - [select for diffs] , Tue Oct 13 12:39:24 2009 UTC (14 years, 8 months ago) by marek
Branch: TASK-PEP348_SCMO-branch
Changes since 1.2.2.4: +733 -996 lines
Diff to previous 1.2.2.4 to branch point 1.2
PEP#:348
TITLE: Building path through server for all data formats using the CIMResponseData class.

DESCRIPTION:

Open items:

Binary transformation for SCMO
Internal Xml transformation for SCMO
SCMOXmlWriter not yet complete

Other places are marked using TODO

Revision 1.2.2.4 / (view) - annotate - [select for diffs] , Thu Oct 1 08:33:36 2009 UTC (14 years, 8 months ago) by r.kieninger
Branch: TASK-PEP348_SCMO-branch
Changes since 1.2.2.3: +62 -8 lines
Diff to previous 1.2.2.3 to branch point 1.2
PEP#:348
TITLE: SCMO CMPI Implementation

DESCRIPTION: Enable GetInstance operation and implement CMPI_Arguments support

Revision 1.2.2.3 / (view) - annotate - [select for diffs] , Thu Sep 24 12:22:52 2009 UTC (14 years, 9 months ago) by marek
Branch: TASK-PEP348_SCMO-branch
Changes since 1.2.2.2: +2 -3 lines
Diff to previous 1.2.2.2 to branch point 1.2
PEP#:348
TITLE: Add key bindings support to SCMOXmlWriter

DESCRIPTION:
Complete the code to write object paths complete.

Revision 1.2.2.2 / (view) - annotate - [select for diffs] , Thu Sep 3 12:54:05 2009 UTC (14 years, 9 months ago) by marek
Branch: TASK-PEP348_SCMO-branch
Changes since 1.2.2.1: +32 -1 lines
Diff to previous 1.2.2.1 to branch point 1.2
PEP#:348
TITLE: Prototype implementation for writing SCMO objects as CIM-Xml

DESCRIPTION:
Updates contain linear path through the CIM Server from a CMPI provider to the SCMOXmlWriter. Only function implemented currently is the enumeration, no support for Arrays, ReferenceProperties and Instances yet.

Revision 1.2.2.1 / (view) - annotate - [select for diffs] , Mon Aug 17 12:47:46 2009 UTC (14 years, 10 months ago) by r.kieninger
Branch: TASK-PEP348_SCMO-branch
Changes since 1.2: +364 -18 lines
Diff to previous 1.2
PEP#:348
TITLE: Implementing CMPI_Instance and CMPI_ObjectPath through SCMO

DESCRIPTION: Initial implementation of CMPI for SCMO usage and scaffolding test code

Revision 1.2 / (view) - annotate - [select for diffs] , Wed Jul 8 12:48:26 2009 UTC (14 years, 11 months ago) by r.kieninger
Branch: MAIN
CVS Tags: TASK-PEP348_SCMO-root, TASK-PEP348_SCMO-merged_out_from_trunk, TASK-PEP348_SCMO-merged_in_to_trunk, TASK-PEP348_SCMO-merged_in_from_branch
Branch point for: TASK-PEP348_SCMO-branch
Changes since 1.1: +77 -32 lines
Diff to previous 1.1
BUG#:8400
TITLE: Delay resolution of binary data in client

DESCRIPTION: Delay resolution of binary data in client

Revision 1.1 / (view) - annotate - [select for diffs] , Tue Jun 30 09:31:30 2009 UTC (15 years ago) by r.kieninger
Branch: MAIN
BUG#:8393
TITLE: Extend On-demand de-serialization for Associators and ExecQuery

DESCRIPTION: Extend On-demand de-serialization for Associators and ExecQuery

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