CVS log for pegasus/src/Pegasus/Common/BinaryCodec.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.21 / (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.20: +2360 -120 lines
Diff to previous 1.20
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.12.2.16 / (view) - annotate - [select for diffs] , Tue Aug 19 17:07:56 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.12.2.15: +3 -0 lines
Diff to previous 1.12.2.15 to branch point 1.12 to next main 1.13
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.12.2.15 / (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.12.2.14: +0 -9 lines
Diff to previous 1.12.2.14 to branch point 1.12
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.12.2.14 / (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.12.2.13: +2 -2 lines
Diff to previous 1.12.2.13 to branch point 1.12
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.12.2.13 / (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.12.2.12: +9 -8 lines
Diff to previous 1.12.2.12 to branch point 1.12
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.12.2.12 / (view) - annotate - [select for diffs] , Wed Mar 12 21:35:02 2014 UTC (10 years, 3 months ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.12.2.11: +0 -1 lines
Diff to previous 1.12.2.11 to branch point 1.12
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.20 / (view) - annotate - [select for diffs] , Wed Jan 15 13:32:30 2014 UTC (10 years, 5 months ago) by dl.meetei
Branch: MAIN
CVS Tags: preBug9676, TASK-PEP317_pullop-merged_out_from_trunk, TASK-PEP317_pullop-merged_in_to_trunk
Changes since 1.19: +0 -1 lines
Diff to previous 1.19
BUG#: 9844
TITLE: pegasus build failed with clang 3.4

DESCRIPTION:

Revision 1.12.2.11 / (view) - annotate - [select for diffs] , Sat Dec 14 18:02:17 2013 UTC (10 years, 6 months ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.12.2.10: +0 -10 lines
Diff to previous 1.12.2.10 to branch point 1.12
PEP#: 317
TITLE: TASK-PEP317_pullop-branch Pull Operations update

DESCRIPTION: Fix number of issued brought up in review including:
Unreachable code, bad char in string in CIMCLICLIOperations,
redundant code in CIMCLIClient and ResponseStressTestProvider

Revision 1.12.2.10 / (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.12.2.9: +4 -5 lines
Diff to previous 1.12.2.9 to branch point 1.12
PEP#: 317
TITLE: TASK-PEP317_pullop-branch Merge Out from head of tree effective 21 Nov 2013.

DESCRIPTION:

Revision 1.12.2.9 / (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.12.2.8: +147 -1 lines
Diff to previous 1.12.2.8 to branch point 1.12
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.18.10.1 / (view) - annotate - [select for diffs] , Wed Oct 23 02:46:12 2013 UTC (10 years, 8 months ago) by lawrence.luo
Branch: TASK-PEP362_RestfulService-branch
CVS Tags: TASK-PEP362_RestfulService-merged_out_to_branch
Changes since 1.18: +2 -2 lines
Diff to previous 1.18 to next main 1.19
PEP#: 362
TITLE: Webadmin and Restful Services

DESCRIPTION:
Syc with Head branch

Revision 1.19 / (view) - annotate - [select for diffs] , Tue Oct 15 17:43:44 2013 UTC (10 years, 8 months ago) by karl
Branch: MAIN
CVS Tags: TASK-PEP362_RestfulService-merged_out_from_trunk
Changes since 1.18: +2 -2 lines
Diff to previous 1.18
BUG#: 9802
TITLE: Clean Up some doc and trailing blank issues in head of tree to simplify pull mergein

DESCRIPTION: Removed trailing blansk from number of files and added couple
of comments.  Approved as Trivial bug

Revision 1.12.2.8 / (view) - annotate - [select for diffs] , Tue Sep 17 15:24:36 2013 UTC (10 years, 9 months ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.12.2.7: +2 -2 lines
Diff to previous 1.12.2.7 to branch point 1.12
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.12.2.7 / (view) - annotate - [select for diffs] , Sun Sep 15 22:00:27 2013 UTC (10 years, 9 months ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.12.2.6: +67 -39 lines
Diff to previous 1.12.2.6 to branch point 1.12
PEP#: 317
TITLE: TASK-PEP317_pullop-branch pull operations, Clean up CIMMessage

DESCRIPTION: Clean up some code in CIMMessage.cpp and CIMMessage.h. This
moved some of the inheritance for the OpenResponse Classes and made
the constructors with optional parameters.   Moved the constructors to
CIMMessage.cpp

Revision 1.12.2.6 / (view) - annotate - [select for diffs] , Tue Jun 11 22:17:43 2013 UTC (11 years ago) by karl
Branch: TASK-PEP317_pullop-branch
CVS Tags: PREAUG25UPDATE, POSTAUG25UPDATE
Changes since 1.12.2.5: +171 -0 lines
Diff to previous 1.12.2.5 to branch point 1.12
PEP#: 317
TITLE: Task Branch PEP 317

DESCRIPTION: Fix BinaryCodec.cpp and issue with PullErrors

Revision 1.12.2.5 / (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.12.2.4: +32 -29 lines
Diff to previous 1.12.2.4 to branch point 1.12
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.18 / (view) - annotate - [select for diffs] , Thu Apr 25 12:00:20 2013 UTC (11 years, 2 months ago) by dl.meetei
Branch: MAIN
CVS Tags: 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_in_to_trunk, TASK-PEP362_RestfulService-merged_in_from_branch, 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
Branch point for: TASK-PEP362_RestfulService-branch
Changes since 1.17: +4 -5 lines
Diff to previous 1.17
BUG#: 9628
TITLE: PEGASUS_ASSERT used in places where PEGASUS_UNREACHABLE should be used

DESCRIPTION:

Revision 1.17 / (view) - annotate - [select for diffs] , Mon Jan 14 10:11:35 2013 UTC (11 years, 5 months ago) by ashok.pathak
Branch: MAIN
Changes since 1.16: +4 -1 lines
Diff to previous 1.16
BUG#: 9534

TITLE: Build breaks when  PEGASUS_DISABLE_INSTANCE_QUALIFIERS=true

DESCRIPTION:

Revision 1.16 / (view) - annotate - [select for diffs] , Thu Dec 13 14:38:54 2012 UTC (11 years, 6 months ago) by marek
Branch: MAIN
Changes since 1.15: +1 -1 lines
Diff to previous 1.15
BUG#:9482
TITLE: Cleanup unused parameters warnings in the pegcommon library and half of interal SLP API

DESCRIPTION:

Revision 1.12.2.4 / (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.12.2.3: +24 -6 lines
Diff to previous 1.12.2.3 to branch point 1.12
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.12.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.12.2.2: +82 -46 lines
Diff to previous 1.12.2.2 to branch point 1.12
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.15 / (view) - annotate - [select for diffs] , Wed Feb 23 09:41:09 2011 UTC (13 years, 4 months ago) by marek
Branch: MAIN
CVS Tags: RELEASE_2_12_1-RC1, RELEASE_2_12_1, RELEASE_2_12_0-RC1, RELEASE_2_12_0-FC, RELEASE_2_12_0, RELEASE_2_12-root, RELEASE_2_12-branch, 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.14: +48 -37 lines
Diff to previous 1.14
BUG#:8911
TITLE: Nightly build failure due to "Bus error" on running CQL/tests/QueryContext

DESCRIPTION:

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

DESCRIPTION:

Revision 1.13 / (view) - annotate - [select for diffs] , Tue Jan 25 12:10:21 2011 UTC (13 years, 5 months ago) by marek
Branch: MAIN
CVS Tags: RELEASE_2_11_0-FC
Changes since 1.12: +0 -54 lines
Diff to previous 1.12
BUG#:8544
TITLE: Add tracing for binary protocol data

DESCRIPTION:

Revision 1.12.2.2 / (view) - annotate - [select for diffs] , Sun Jan 16 21:11:31 2011 UTC (13 years, 5 months ago) by karl
Branch: TASK-PEP317_pullop-branch
CVS Tags: BeforeUpdateToHeadOct82011
Changes since 1.12.2.1: +0 -1 lines
Diff to previous 1.12.2.1 to branch point 1.12
BUG#: 8874
TITLE: Minor changes and add readme

DESCRIPTION: Add readme file (Contains current status). Comment out
timer test to help find crash

Revision 1.12.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.12: +2023 -192 lines
Diff to previous 1.12
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.12 / (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.11: +9 -9 lines
Diff to previous 1.11
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.11 / (view) - annotate - [select for diffs] , Wed Feb 17 11:28:21 2010 UTC (14 years, 4 months ago) by thilo.boehm
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.10: +48 -119 lines
Diff to previous 1.10
BUG#: 8728
TITLE: Warnings about static SCMO functions in SCMO.cpp

DESCRIPTION: For SCMO move stativ function declaration from header into cpp file.
 Cleaning up parameter lists of internal functions and unsed variables.

Revision 1.10 / (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.9: +84 -95 lines
Diff to previous 1.9
PEP#: 348
TITLE: Initial commit of SCMO for CMPI

DESCRIPTION: Initial commit of SCMO for CMPI

Revision 1.9.2.4 / (view) - annotate - [select for diffs] , Fri Dec 4 14:09:02 2009 UTC (14 years, 6 months ago) by thilo.boehm
Branch: TASK-PEP348_SCMO-branch
Changes since 1.9.2.3: +0 -12 lines
Diff to previous 1.9.2.3 to branch point 1.9 to next main 1.10
PEP#: 348
TITLE: Clean up for patch + Fix WSMan.

DESCRIPTION: Clean up for patch + Fix WSMan.

Revision 1.9.2.3 / (view) - annotate - [select for diffs] , Mon Oct 19 14:20:03 2009 UTC (14 years, 8 months ago) by r.kieninger
Branch: TASK-PEP348_SCMO-branch
CVS Tags: TASK-PEP348_SCMO-merged_out_to_branch
Changes since 1.9.2.2: +34 -48 lines
Diff to previous 1.9.2.2 to branch point 1.9
PEP#:348
TITLE: Extend just-in-time resolution in cim client

DESCRIPTION: Enable just-in-time resolution for an, r and rn operations

Revision 1.9.2.2 / (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.9.2.1: +33 -29 lines
Diff to previous 1.9.2.1 to branch point 1.9
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.9.2.1 / (view) - annotate - [select for diffs] , Mon Aug 17 12:47:45 2009 UTC (14 years, 10 months ago) by r.kieninger
Branch: TASK-PEP348_SCMO-branch
Changes since 1.9: +22 -11 lines
Diff to previous 1.9
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.9 / (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.8: +47 -67 lines
Diff to previous 1.8
BUG#:8400
TITLE: Delay resolution of binary data in client

DESCRIPTION: Delay resolution of binary data in client

Revision 1.8 / (view) - annotate - [select for diffs] , Tue Jun 30 09:31:30 2009 UTC (15 years ago) by r.kieninger
Branch: MAIN
Changes since 1.7: +31 -38 lines
Diff to previous 1.7
BUG#:8393
TITLE: Extend On-demand de-serialization for Associators and ExecQuery

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

Revision 1.7 / (view) - annotate - [select for diffs] , Thu Feb 19 18:01:05 2009 UTC (15 years, 4 months ago) by kumpf
Branch: MAIN
Changes since 1.6: +0 -8 lines
Diff to previous 1.6
BUG#: 8389
TITLE: Remove localOnly processing on instance operations from server parts
DESCRIPTION: Remove the localOnly parameter and processing from instance operation interfaces and logic within the CIM Server implementation.  The external behavior is not changed.

Revision 1.6 / (view) - annotate - [select for diffs] , Tue Dec 16 18:55:59 2008 UTC (15 years, 6 months ago) by kumpf
Branch: MAIN
CVS Tags: RELEASE_2_9_2-RC2, RELEASE_2_9_2-RC1, RELEASE_2_9_2, RELEASE_2_9_1-RC1, RELEASE_2_9_1, RELEASE_2_9_0-RC1, RELEASE_2_9_0, RELEASE_2_9-root, RELEASE_2_9-branch, HPUX_TEST
Changes since 1.5: +6 -6 lines
Diff to previous 1.5
BUG#: 8273
TITLE: Remove trailing space characters
DESCRIPTION: Remove meaningless whitespace.

Revision 1.5 / (view) - annotate - [select for diffs] , Tue Dec 9 18:47:44 2008 UTC (15 years, 6 months ago) by kumpf
Branch: MAIN
Changes since 1.4: +2 -2 lines
Diff to previous 1.4
BUG#: 2418
TITLE: Questionable casting of getData() return values
DESCRIPTION: Do not cast away constness where it is not required.

Revision 1.4 / (view) - annotate - [select for diffs] , Tue Dec 2 09:00:42 2008 UTC (15 years, 6 months ago) by martin
Branch: MAIN
CVS Tags: RELEASE_2_9_0-FC
Changes since 1.3: +6 -6 lines
Diff to previous 1.3
BUG#: 8123
TITLE: Update copyright/license text

DESCRIPTION:

Fixing trailing spaces in copyright/license text

Revision 1.3 / (view) - annotate - [select for diffs] , Mon Dec 1 17:49:47 2008 UTC (15 years, 6 months ago) by martin
Branch: MAIN
Changes since 1.2: +27 -29 lines
Diff to previous 1.2
BUG#: 8123
TITLE: Update Coyright/License text

DESCRIPTION:

Adding the new copyright/license text to almost all files

Revision 1.2 / (view) - annotate - [select for diffs] , Tue Nov 25 23:46:58 2008 UTC (15 years, 7 months ago) by kumpf
Branch: MAIN
Changes since 1.1: +1 -1 lines
Diff to previous 1.1
BUG#: 8200
TITLE: Compile warning in BinaryCodec.cpp
DESCRIPTION: Remove a trailing comma.

Revision 1.1 / (view) - annotate - [select for diffs] , Tue Nov 25 19:27:27 2008 UTC (15 years, 7 months ago) by mike
Branch: MAIN
BUG#: 8171
TITLE: Binary Protocol

DESCRIPTION: Initial commit of binary protocol feature.

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