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

(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.14 / (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.13: +223 -22 lines
Diff to previous 1.13
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.6.2.22 / (view) - annotate - [select for diffs] , Sun Jun 1 18:26:52 2014 UTC (10 years 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.21: +16 -6 lines
Diff to previous 1.6.2.21 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.21 / (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.6.2.20: +4 -11 lines
Diff to previous 1.6.2.20 to branch point 1.6
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.6.2.20 / (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.6.2.19: +8 -7 lines
Diff to previous 1.6.2.19 to branch point 1.6
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.6.2.19 / (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.6.2.18: +2 -3 lines
Diff to previous 1.6.2.18 to branch point 1.6
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.6.2.18 / (view) - annotate - [select for diffs] , Fri May 2 18:36:25 2014 UTC (10 years, 1 month ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.6.2.17: +6 -15 lines
Diff to previous 1.6.2.17 to branch point 1.6
BUG#: 9676
TITLE: TASK-PEP317_pullop-branch. Correct bug causing removeContext
failure and clean up some threading code

DESCRIPTION: Removed more diagnostics. Correct setup of EnumContextTimer
thread. move limit setting for enumcontexttable to dispatcher. Increased
size of hashtable. Corrected error causing failure of remove
EnumerationContexts

Revision 1.6.2.17 / (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.6.2.16: +0 -15 lines
Diff to previous 1.6.2.16 to branch point 1.6
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.6.2.16 / (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.15: +1 -7 lines
Diff to previous 1.6.2.15 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.15 / (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.6.2.14: +4 -2 lines
Diff to previous 1.6.2.14 to branch point 1.6
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.6.2.14 / (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.6.2.13: +60 -26 lines
Diff to previous 1.6.2.13 to branch point 1.6
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.6.2.13 / (view) - annotate - [select for diffs] , Sun Dec 15 19:27:56 2013 UTC (10 years, 6 months ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.6.2.12: +18 -1 lines
Diff to previous 1.6.2.12 to branch point 1.6
BUG#: 9676
TITLE: TASK-PEP317_pullop-branch, Fixes to comments from week of 9 Dec.
Also added one more template for the associators functions and enabled
it (setAsssocRequestToProviders).

DESCRIPTION:

Revision 1.6.2.12 / (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.6.2.11: +7 -2 lines
Diff to previous 1.6.2.11 to branch point 1.6
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.6.2.11 / (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.6.2.10: +9 -8 lines
Diff to previous 1.6.2.10 to branch point 1.6
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.6.2.10 / (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.6.2.9: +3 -1 lines
Diff to previous 1.6.2.9 to branch point 1.6
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.6.2.9 / (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.6.2.8: +19 -3 lines
Diff to previous 1.6.2.8 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.8 / (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.6.2.7: +19 -34 lines
Diff to previous 1.6.2.7 to branch point 1.6
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.6.2.7 / (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.6.2.6: +1 -1 lines
Diff to previous 1.6.2.6 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.6 / (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.6.2.5: +9 -2 lines
Diff to previous 1.6.2.5 to branch point 1.6
PEP#: 317
TITLE: TaskBranch Pull operations changes

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

Revision 1.6.2.5 / (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.6.2.4: +4 -0 lines
Diff to previous 1.6.2.4 to branch point 1.6
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.6.2.4 / (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.6.2.3: +52 -13 lines
Diff to previous 1.6.2.3 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.13 / (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.12: +4 -2 lines
Diff to previous 1.12
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.12 / (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.11: +23 -5 lines
Diff to previous 1.11
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.11 / (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.10: +7 -0 lines
Diff to previous 1.10
BUG#:9400
TITLE: Add pointers to Single Chunk Memory Object Model design documents in code

DESCRIPTION:

Revision 1.10 / (view) - annotate - [select for diffs] , Tue Jan 22 14:18:39 2013 UTC (11 years, 5 months ago) by marek
Branch: MAIN
Changes since 1.9: +0 -1 lines
Diff to previous 1.9
BUG#:9555
TITLE: Footprint - Remove SCMODump from binaries ifndef PEGASUS_DEBUG

DESCRIPTION:

Revision 1.9 / (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.8: +4 -0 lines
Diff to previous 1.8
BUG#: 9339
TITLE: CIMResponseData_resolveXmlToCIM() invalid array access.

DESCRIPTION: Adding the check for empty instances and references.

Revision 1.6.2.3 / (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
CVS Tags: TASK_PEP317_1JUNE_2013
Changes since 1.6.2.2: +34 -10 lines
Diff to previous 1.6.2.2 to branch point 1.6
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.6.2.2 / (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.6.2.1: +64 -8 lines
Diff to previous 1.6.2.1 to branch point 1.6
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.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_12_0-FC, RELEASE_2_11_2-RC1, RELEASE_2_11_2, RELEASE_2_11_1-RC1, RELEASE_2_11_1, RELEASE_2_11_0-RC1, RELEASE_2_11_0, RELEASE_2_11-root, RELEASE_2_11-branch
Changes since 1.7: +12 -7 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] , 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.6: +28 -5 lines
Diff to previous 1.6
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.6.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
CVS Tags: BeforeUpdateToHeadOct82011
Changes since 1.6: +101 -7 lines
Diff to previous 1.6
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.6 / (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.5: +7 -2 lines
Diff to previous 1.5
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.5 / (view) - annotate - [select for diffs] , Fri Jan 29 10:07:06 2010 UTC (14 years, 5 months ago) by marek
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.4: +15 -0 lines
Diff to previous 1.4
BUG#:8703
TITLE: Missing copy constructor in CIMResponseData

DESCRIPTION:

Revision 1.4 / (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.3: +127 -227 lines
Diff to previous 1.3
PEP#: 348
TITLE: Initial commit of SCMO for CMPI

DESCRIPTION: Initial commit of SCMO for CMPI

Revision 1.3.2.13 / (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.3.2.12: +0 -5 lines
Diff to previous 1.3.2.12 to branch point 1.3 to next main 1.4
PEP#: 348
TITLE: Bug fixes for binary encoding

DESCRIPTION: Bug fixes for binary encoding

Revision 1.3.2.12 / (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.3.2.11: +3 -5 lines
Diff to previous 1.3.2.11 to branch point 1.3
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.3.2.11 / (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.3.2.10: +12 -1 lines
Diff to previous 1.3.2.10 to branch point 1.3
PEP#:348
TITLE: SCMO binary OOP bugfixes

DESCRIPTION:

Revision 1.3.2.10 / (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.3.2.9: +1 -1 lines
Diff to previous 1.3.2.9 to branch point 1.3
PEP#:348
TITLE: SCMO binary protocol optimization stage1

DESCRIPTION:

Revision 1.3.2.9 / (view) - annotate - [select for diffs] , Tue Nov 10 09:43:32 2009 UTC (14 years, 7 months ago) by marek
Branch: TASK-PEP348_SCMO-branch
Changes since 1.3.2.8: +1 -4 lines
Diff to previous 1.3.2.8 to branch point 1.3
PEP#:348
TITLE: Update CIMMessageSerializer and CIMMessageDeserializer to use CIMResponseData

DESCRIPTION:
Current implementation does transform SCMO to C++ objects instead of using the SCMOXmlWriter.
Two major reasons:

1. deprecated way to run Out-of-Process
2. the little overhead caused by this approach disappears in the large overhead of writing objects as Xml in the cimprovagt and parsing the Xml back into objects in the CIM Server

Revision 1.3.2.8 / (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.3.2.7: +3 -2 lines
Diff to previous 1.3.2.7 to branch point 1.3
PEP#:348
TITLE: add completeNamespace(SCMOInstance*) function in support of CMPI

DESCRIPTION:

Revision 1.3.2.7 / (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.3.2.6: +3 -0 lines
Diff to previous 1.3.2.6 to branch point 1.3
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.3.2.6 / (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.3.2.5: +10 -7 lines
Diff to previous 1.3.2.5 to branch point 1.3
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.3.2.5 / (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.3.2.4: +4 -7 lines
Diff to previous 1.3.2.4 to branch point 1.3
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.3.2.4 / (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.3.2.3: +106 -408 lines
Diff to previous 1.3.2.3 to branch point 1.3
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.3.2.3 / (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.3.2.2: +25 -4 lines
Diff to previous 1.3.2.2 to branch point 1.3
PEP#:348
TITLE: SCMO CMPI Implementation

DESCRIPTION: Enable GetInstance operation and implement CMPI_Arguments support

Revision 1.3.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.3.2.1: +8 -2 lines
Diff to previous 1.3.2.1 to branch point 1.3
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.3.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.3: +177 -7 lines
Diff to previous 1.3
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.3 / (view) - annotate - [select for diffs] , Thu Jul 9 08:19:41 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.2: +15 -0 lines
Diff to previous 1.2
BUG#:8401
TITLE:Enabled retrieval of binary objects in CIMClientRep

DESCRIPTION: Enabled retrieval of binary objects in CIMClientRep

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
Changes since 1.1: +3 -3 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