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)
Current tag: MAIN

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.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.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.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 / (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 / (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