CVS log for pegasus/src/Pegasus/Common/CIMMessage.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.49 / (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.48: +695 -0 lines
Diff to previous 1.48
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.43.2.18 / (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
CVS Tags: TASK-PEP317_pullop-merged_out_to_branch, TASK-PEP317_pullop-merged_in_from_branch
Changes since 1.43.2.17: +2 -2 lines
Diff to previous 1.43.2.17 to branch point 1.43 to next main 1.44
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.43.2.17 / (view) - annotate - [select for diffs] , Thu Jun 19 01:08:57 2014 UTC (10 years ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.43.2.16: +1 -1 lines
Diff to previous 1.43.2.16 to branch point 1.43
BUG#: 9676
TITLE: TASK-PEP317_pullop-branch Issues noted with code in bug comments
58,60

DESCRIPTION: These issues fixed.

Revision 1.43.2.16 / (view) - annotate - [select for diffs] , Thu Jun 12 19:35:16 2014 UTC (10 years ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.43.2.15: +16 -16 lines
Diff to previous 1.43.2.15 to branch point 1.43
BUG#: 9676
TITLE: TASK-PEP317_pullop-branch. Fix errors from comments in bug on
11 June 2014.  Implement code for cimconfig calls (note that it is
commented out until we do bug 9819). Remove ExecInfo.h header include
ref.

DESCRIPTION: Correct several places where there was const on pass-by-value
argument in client. Implement code for cimconfig parameters. Corrected
documentation for pull operations. Remove erroneous header from
PullErrors.cpp

Revision 1.43.2.15 / (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.43.2.14: +32 -10 lines
Diff to previous 1.43.2.14 to branch point 1.43
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.43.2.14 / (view) - annotate - [select for diffs] , Fri May 9 15:46:16 2014 UTC (10 years, 1 month ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.43.2.13: +307 -0 lines
Diff to previous 1.43.2.13 to branch point 1.43
BUG#: 9676
TITLE: TASK-PEP317_pullop-branch. Code rework and add some new validation.

DESCRIPTION: Redo CIMMessage to put constructors in cpp and add
intermediate messages in hiearchy for more efficient processing
of open and pull messages.  Moved several template functions to
real functions.  Added new input parameter check for namespace to
pull operations.

Revision 1.43.2.13 / (view) - annotate - [select for diffs] , Fri Apr 25 16:42:03 2014 UTC (10 years, 2 months ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.43.2.12: +14 -10 lines
Diff to previous 1.43.2.12 to branch point 1.43
BUG#: 9676
PEP#: DELETE ONE OF THESE LINES
TITLE: TASK-PEP317_pullop-branch. Multiple updates to


DESCRIPTION: Changed PullResponse... msg to OpenOrPullResponseDataMessage,
Added diagnostics to catch errant issue with EnumerationContextTable,
fixed issue in msg bundle, corrected issues with static tests and other
miscellaneous minor changes.

Revision 1.43.2.12 / (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.43.2.11: +47 -36 lines
Diff to previous 1.43.2.11 to branch point 1.43
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.43.2.11 / (view) - annotate - [select for diffs] , Wed Nov 20 02:22:03 2013 UTC (10 years, 7 months ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.43.2.10: +16 -0 lines
Diff to previous 1.43.2.10 to branch point 1.43
PEP#: 317
TITLE: Extend code for openQueryInstances through client, etc.

DESCRIPTION: Finished openQueryInstances to client code. Moved one parameter
in openQueryInstances to match other pull operations. Added openQueryInstance
to cimcli.  Added to CIMOperationRequestDecoder.

Revision 1.43.2.10 / (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.43.2.9: +14 -0 lines
Diff to previous 1.43.2.9 to branch point 1.43
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.47.10.2 / (view) - annotate - [select for diffs] , Tue Oct 15 04:10:39 2013 UTC (10 years, 8 months ago) by dl.meetei
Branch: TASK-PEP362_RestfulService-branch
CVS Tags: TASK-PEP362_RestfulService-merged_out_to_branch
Changes since 1.47.10.1: +0 -0 lines
Diff to previous 1.47.10.1 to branch point 1.47 to next main 1.48
PEP#: 362
TITLE: RestfulServices

DESCRIPTION: Sync up with head of tree

Revision 1.47.10.1 / (view) - annotate - [select for diffs] , Tue Oct 15 04:10:36 2013 UTC (10 years, 8 months ago) by dl.meetei
Branch: TASK-PEP362_RestfulService-branch
Changes since 1.47: +6 -6 lines
Diff to previous 1.47
PEP#: 362
TITLE: RestfulServices

DESCRIPTION: Sync up with head of tree

Revision 1.48 / (view) - annotate - [select for diffs] , Sun Oct 13 21:46:58 2013 UTC (10 years, 8 months ago) by karl
Branch: MAIN
CVS Tags: preBug9676, TASK-PEP362_RestfulService-merged_out_from_trunk, TASK-PEP317_pullop-merged_out_from_trunk, TASK-PEP317_pullop-merged_in_to_trunk
Changes since 1.47: +6 -6 lines
Diff to previous 1.47
BUG#: 9786
TITLE: CIM Statistics Generation Does not adher to class used.

DESCRIPTION: Modified CIMMessage to pass msgType directly and
statistics to map to internal stat types.  Modifed stats to correctly
use the CIM_CIMOMStatistics.mof:OperationType property correctly so that
only the defined types are put into this field.  All types not defined
specifically in the ValueMap qualifier are marked other and the name of
the statistics put into the OtherOperationType field. Note that this
means invokeMethod is an "otherOperationType"

Revision 1.43.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.43.2.8: +8 -6 lines
Diff to previous 1.43.2.8 to branch point 1.43
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.43.2.8 / (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.43.2.7: +163 -4 lines
Diff to previous 1.43.2.7 to branch point 1.43
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.43.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.43.2.6: +2 -14 lines
Diff to previous 1.43.2.6 to branch point 1.43
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.43.2.6 / (view) - annotate - [select for diffs] , Sat Jul 20 17:32:39 2013 UTC (10 years, 11 months ago) by karl
Branch: TASK-PEP317_pullop-branch
CVS Tags: PREAUG25UPDATE
Changes since 1.43.2.5: +4 -2 lines
Diff to previous 1.43.2.5 to branch point 1.43
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.47 / (view) - annotate - [select for diffs] , Tue Jun 11 10:18:29 2013 UTC (11 years ago) by karl
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.46: +4 -2 lines
Diff to previous 1.46
BUG#: 9604
TITLE: Implement subscription's OnFatalErrorPolicy

DESCRIPTION: Implemented code to feedback Fatal Error from handler to
subscription and execute OnFaltaErrorPolicy

Revision 1.43.2.5 / (view) - annotate - [select for diffs] , Sun Jun 9 16:18:38 2013 UTC (11 years ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.43.2.4: +21 -0 lines
Diff to previous 1.43.2.4 to branch point 1.43
PEP#: 317
TITLE: TASK PEP 317, Pull Operations

DESCRIPTION: Add OpenQuery, Clean up EnumContext

Revision 1.43.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.43.2.3: +1275 -0 lines
Diff to previous 1.43.2.3 to branch point 1.43
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.46 / (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.45: +18 -4 lines
Diff to previous 1.45
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.45 / (view) - annotate - [select for diffs] , Thu Feb 21 12:09:16 2013 UTC (11 years, 4 months ago) by dl.meetei
Branch: MAIN
Changes since 1.44: +1246 -0 lines
Diff to previous 1.44
BUG#: 9580
TITLE: Footprint:- Remove inline from CIMMessage.h constructors

DESCRIPTION: made ctors as non inline

Revision 1.43.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.43.2.2: +2 -3 lines
Diff to previous 1.43.2.2 to branch point 1.43
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.43.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.43.2.1: +21 -0 lines
Diff to previous 1.43.2.1 to branch point 1.43
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.44 / (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_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-FC, RELEASE_2_11_0, RELEASE_2_11-root, RELEASE_2_11-branch
Changes since 1.43: +21 -0 lines
Diff to previous 1.43
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.43.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.43: +137 -0 lines
Diff to previous 1.43
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.43 / (view) - annotate - [select for diffs] , Mon Jul 5 07:58:35 2010 UTC (13 years, 11 months ago) by venkat.puvvada
Branch: MAIN
CVS Tags: TASK-PEP317_pullop-root
Branch point for: TASK-PEP317_pullop-branch
Changes since 1.42: +24 -0 lines
Diff to previous 1.42
BUG#: 7626
TITLE: PEP#324 DMTF Indications Profile (DSP1054) Implementation, stage 2.
DESCRIPTION: PEP 324 implementation

Revision 1.42 / (view) - annotate - [select for diffs] , Fri Jul 2 08:26:31 2010 UTC (13 years, 11 months ago) by sahana.prabhakar
Branch: MAIN
Changes since 1.41: +4 -2 lines
Diff to previous 1.41
BUG#: 8762
TITLE: PEP 349 implementation.
DESCRIPTION: Improve the availability of the CIMOM by better isolation from faulty providers.

Revision 1.41 / (view) - annotate - [select for diffs] , Tue Dec 15 11:39:33 2009 UTC (14 years, 6 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.40: +16 -8 lines
Diff to previous 1.40
PEP#: 348
TITLE: Initial commit of SCMO for CMPI

DESCRIPTION: Initial commit of SCMO for CMPI

Revision 1.40.2.3 / (view) - annotate - [select for diffs] , Thu Dec 3 15:53:26 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.40.2.2: +12 -0 lines
Diff to previous 1.40.2.2 to branch point 1.40 to next main 1.41
PEP#: 348
TITLE: Improve OOP upcall for SCMOClasses

DESCRIPTION: Improve OOP upcall for SCMOClasses

Revision 1.40.2.2 / (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
Changes since 1.40.2.1: +3 -6 lines
Diff to previous 1.40.2.1 to branch point 1.40
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.40.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.40: +1 -2 lines
Diff to previous 1.40
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.40 / (view) - annotate - [select for diffs] , Tue Jun 30 09:31:30 2009 UTC (15 years 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.39: +2 -4 lines
Diff to previous 1.39
BUG#:8393
TITLE: Extend On-demand de-serialization for Associators and ExecQuery

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

Revision 1.39 / (view) - annotate - [select for diffs] , Wed May 27 04:56:25 2009 UTC (15 years, 1 month ago) by venkat.puvvada
Branch: MAIN
Changes since 1.38: +12 -0 lines
Diff to previous 1.38
BUG#: 8406
TITLE: Zero Server restart for enableIndicationService changes
DESCRIPTION: Made enableIndicationService config property dynamic by allowing IndicationService state changes using CIM_EnabledLogicalElement.RequestStateChange() method.

Revision 1.38 / (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_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-FC, RELEASE_2_9_0, RELEASE_2_9-root, RELEASE_2_9-branch, HPUX_TEST
Changes since 1.37: +6 -6 lines
Diff to previous 1.37
BUG#: 8123
TITLE: Update copyright/license text

DESCRIPTION:

Fixing trailing spaces in copyright/license text

Revision 1.37 / (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.36: +27 -29 lines
Diff to previous 1.36
BUG#: 8123
TITLE: Update Coyright/License text

DESCRIPTION:

Adding the new copyright/license text to almost all files

Revision 1.36 / (view) - annotate - [select for diffs] , Tue Nov 25 19:27:27 2008 UTC (15 years, 7 months ago) by mike
Branch: MAIN
Changes since 1.35: +5 -0 lines
Diff to previous 1.35
BUG#: 8171
TITLE: Binary Protocol

DESCRIPTION: Initial commit of binary protocol feature.

Revision 1.35 / (view) - annotate - [select for diffs] , Wed Nov 12 19:57:43 2008 UTC (15 years, 7 months ago) by kumpf
Branch: MAIN
Changes since 1.34: +0 -23 lines
Diff to previous 1.34
BUG#: 8116
TITLE: Compile failure in CimToWsmResponseMapper.cpp
DESCRIPTION: Allow const access to response message data.

Revision 1.34 / (view) - annotate - [select for diffs] , Wed Nov 12 17:22:32 2008 UTC (15 years, 7 months ago) by mike
Branch: MAIN
Changes since 1.33: +30 -4 lines
Diff to previous 1.33
BUG#: 8074
TITLE: Internal Binary Protocol

DESCRIPTION: Internal Binary Protocol

Revision 1.33.2.1 / (view) - annotate - [select for diffs] , Mon Mar 10 23:33:24 2008 UTC (16 years, 3 months ago) by kumpf
Changes since 1.33: +1 -0 lines
Diff to previous 1.33 to next main 1.34
PEP#: 311
TITLE: WS-Management Support in CIM Server
DESCRIPTION: Avoid the need for key binding type UNKNOWN.

Revision 1.33 / (view) - annotate - [select for diffs] , Fri Jan 11 19:44:48 2008 UTC (16 years, 5 months ago) by kumpf
Branch: MAIN
CVS Tags: TASK_PEP328_SOLARIS_NEVADA_PORT, TASK-PEP328_SOLARIS_NEVADA_PORT_v2-root, TASK-PEP328_SOLARIS_NEVADA_PORT_v2-branch, TASK-PEP328_SOLARIS_NEVADA_PORT-root, TASK-PEP328_SOLARIS_NEVADA_PORT-branch, TASK-PEP328_SOLARIS_IX86_CC_PORT-root, TASK-PEP328_SOLARIS_IX86_CC_PORT-branch-v2, TASK-PEP328_SOLARIS_IX86_CC_PORT-branch, TASK-PEP311_WSMan-root, TASK-PEP311_WSMan-branch, RELEASE_2_8_2-RC1, RELEASE_2_8_2, RELEASE_2_8_1-RC1, RELEASE_2_8_1, RELEASE_2_8_0_BETA, RELEASE_2_8_0-RC2, RELEASE_2_8_0-RC1, RELEASE_2_8_0-FC, RELEASE_2_8_0, RELEASE_2_8-root, RELEASE_2_8-branch, Makefile
Changes since 1.32: +2 -1 lines
Diff to previous 1.32
BUG#: 7238
TITLE: Move thread language logic from Message to CIMMessage
DESCRIPTION: Clean up the Message class, move language logic to CIMMessage, and clean up the Thread::setLanguage logic.

Revision 1.32 / (view) - annotate - [select for diffs] , Wed Jan 9 20:29:29 2008 UTC (16 years, 5 months ago) by kumpf
Branch: MAIN
Changes since 1.31: +0 -11 lines
Diff to previous 1.31
BUG#: 7228
TITLE: Remove unused InitializeProvider message
DESCRIPTION: Remove dead code.

Revision 1.31 / (view) - annotate - [select for diffs] , Fri Nov 30 18:48:53 2007 UTC (16 years, 7 months ago) by kumpf
Branch: MAIN
CVS Tags: TASK-BUG7146_SqlRepositoryPrototype-root, TASK-BUG7146_SqlRepositoryPrototype-merged_out_to_branch, TASK-BUG7146_SqlRepositoryPrototype-merged_out_from_trunk, TASK-BUG7146_SqlRepositoryPrototype-merged_in_to_trunk, TASK-BUG7146_SqlRepositoryPrototype-merged_in_from_branch, TASK-BUG7146_SqlRepositoryPrototype-branch
Changes since 1.30: +42 -1 lines
Diff to previous 1.30
BUG#: 7148
TITLE: Server statistics code should be moved from Message to CIMMessage
DESCRIPTION: Use a narrower scope for the statistics members and methods.

Revision 1.30 / (view) - annotate - [select for diffs] , Tue Jul 24 19:02:06 2007 UTC (16 years, 11 months ago) by kumpf
Branch: MAIN
CVS Tags: TASK-PEP305_VXWORKS-root, TASK-PEP305_VXWORKS-branch-pre-solaris-port, TASK-PEP305_VXWORKS-branch-post-solaris-port, TASK-PEP305_VXWORKS-branch-beta2, TASK-PEP305_VXWORKS-branch, TASK-PEP305_VXWORKS-2008-10-23, RELEASE_2_7_3-RC1, RELEASE_2_7_3, RELEASE_2_7_2-RC1, RELEASE_2_7_2, RELEASE_2_7_1-RC1, RELEASE_2_7_1, RELEASE_2_7_0-RC1, RELEASE_2_7_0-BETA, RELEASE_2_7_0, RELEASE_2_7-root, RELEASE_2_7-branch
Changes since 1.29: +8 -4 lines
Diff to previous 1.29
BUG#: 6682
TITLE: Use MessageType enum instead of Uint32 for message types
DESCRIPTION: Use the strongly-typed MessageType enum for all message type variables.

Revision 1.29 / (view) - annotate - [select for diffs] , Tue Nov 7 21:30:36 2006 UTC (17 years, 7 months ago) by kumpf
Branch: MAIN
CVS Tags: TASK-PEP291_IPV6-root, TASK-PEP291_IPV6-branch, TASK-PEP286_PRIVILEGE_SEPARATION-root, TASK-PEP286_PRIVILEGE_SEPARATION-branch, TASK-PEP274_dacim-root, TASK-PEP274_dacim-merged_out_to_branch, TASK-PEP274_dacim-merged_out_from_trunk, TASK-PEP274_dacim-merged_in_to_trunk, TASK-PEP274_dacim-merged_in_from_branch, TASK-PEP274_dacim-branch, TASK-Bug2102_RCMPIWindows-root, TASK-Bug2102_RCMPIWindows-merged_out_to_branch, TASK-Bug2102_RCMPIWindows-merged_out_from_trunk, TASK-Bug2102_RCMPIWindows-merged_in_to_trunk, TASK-Bug2102_RCMPIWindows-merged_in_from_branch, TASK-Bug2102_RCMPIWindows-branch, TASK-Bug2102Final-root, TASK-Bug2102Final-merged_out_to_branch, TASK-Bug2102Final-merged_out_from_trunk, TASK-Bug2102Final-merged_in_to_trunk, TASK-Bug2102Final-merged_in_from_branch, TASK-Bug2102Final-branch, TASK-BUG7240-root, TASK-BUG7240-branch, RELEASE_2_6_3-RC2, RELEASE_2_6_3-RC1, RELEASE_2_6_3, RELEASE_2_6_2-RC1, RELEASE_2_6_2, RELEASE_2_6_1-RC1, RELEASE_2_6_1, RELEASE_2_6_0-RC1, RELEASE_2_6_0-FC, RELEASE_2_6_0, RELEASE_2_6-root, RELEASE_2_6-branch-clean, RELEASE_2_6-branch, PEP286_PRIVILEGE_SEPARATION_ROOT, PEP286_PRIVILEGE_SEPARATION_CODE_FREEZE, PEP286_PRIVILEGE_SEPARATION_BRANCH, PEP286_PRIVILEGE_SEPARATION_1
Changes since 1.28: +13 -17 lines
Diff to previous 1.28
BUG#: 5819
TITLE: Common modules do not meet chksrc requirements
DESCRIPTION: Remove tab characters and author names and shorten lines that are wider than 80 characters.

Revision 1.28 / (view) - annotate - [select for diffs] , Fri Sep 8 16:25:01 2006 UTC (17 years, 9 months ago) by kumpf
Branch: MAIN
CVS Tags: TASK-TASK-BUG4011_WinLocalConnect-branch-New-root, TASK-TASK-BUG4011_WinLocalConnect-branch-New-merged_out_to_branch, TASK-TASK-BUG4011_WinLocalConnect-branch-New-merged_out_from_trunk, TASK-TASK-BUG4011_WinLocalConnect-branch-New-merged_in_to_trunk, TASK-TASK-BUG4011_WinLocalConnect-branch-New-merged_in_from_branch, TASK-TASK-BUG4011_WinLocalConnect-branch-New-branch, TASK-PEP268_SSLClientCertificatePropagation-root, TASK-PEP268_SSLClientCertificatePropagation-merged_out_to_branch, TASK-PEP268_SSLClientCertificatePropagation-merged_out_from_trunk, TASK-PEP268_SSLClientCertificatePropagation-merged_in_to_trunk, TASK-PEP268_SSLClientCertificatePropagation-merged_in_from_branch, TASK-PEP268_SSLClientCertificatePropagation-branch, TASK-PEP267_SLPReregistrationSupport-root, TASK-PEP267_SLPReregistrationSupport-merging_out_to_branch, TASK-PEP267_SLPReregistrationSupport-merging_out_from_trunk, TASK-PEP267_SLPReregistrationSupport-merged_out_to_branch, TASK-PEP267_SLPReregistrationSupport-merged_out_from_trunk, TASK-PEP267_SLPReregistrationSupport-merged_in_to_trunk, TASK-PEP267_SLPReregistrationSupport-merged_in_from_branch, TASK-PEP267_SLPReregistrationSupport-branch, TASK-Bugs5690_3913_RemoteCMPI-root, TASK-Bugs5690_3913_RemoteCMPI-merged_out_to_branch, TASK-Bugs5690_3913_RemoteCMPI-merged_out_from_trunk, TASK-Bugs5690_3913_RemoteCMPI-merged_in_to_trunk, TASK-Bugs5690_3913_RemoteCMPI-merged_in_from_branch, TASK-Bugs5690_3913_RemoteCMPI-branch, TASK-Bug2021_RemoteCMPIonWindows-root, TASK-Bug2021_RemoteCMPIonWindows-merged_out_to_branch, TASK-Bug2021_RemoteCMPIonWindows-merged_out_from_trunk, TASK-Bug2021_RemoteCMPIonWindows-merged_in_to_trunk, TASK-Bug2021_RemoteCMPIonWindows-merged_in_from_branch, TASK-Bug2021_RemoteCMPIonWindows-branch, TASK-Bug2021_RCMPIonWindows-root, TASK-Bug2021_RCMPIonWindows-merged_out_to_branch, TASK-Bug2021_RCMPIonWindows-merged_out_from_trunk, TASK-Bug2021_RCMPIonWindows-merged_in_to_trunk, TASK-Bug2021_RCMPIonWindows-merged_in_from_branch, TASK-Bug2021_RCMPIonWindows-branch, TASK-BUG4011_WinLocalConnect-branch-New
Changes since 1.27: +1 -1 lines
Diff to previous 1.27
BUG#: 5518
TITLE: Clean up statistics code in Message class
DESCRIPTION: Remove unused methods and simplify the logic in the statistics code.

Revision 1.27 / (view) - annotate - [select for diffs] , Tue Aug 22 17:29:36 2006 UTC (17 years, 10 months ago) by kumpf
Branch: MAIN
Changes since 1.26: +3 -0 lines
Diff to previous 1.26
BUG#: 5429
TITLE: Use auto class for provider statistics measurement
DESCRIPTION: Clean up the provider performance statistics code in the Default and CMPI provider managers.

Revision 1.26 / (view) - annotate - [select for diffs] , Sun Jul 23 17:02:33 2006 UTC (17 years, 11 months ago) by kumpf
Branch: MAIN
CVS Tags: TASK_BUG_5314_IPC_REFACTORING_ROOT, TASK_BUG_5314_IPC_REFACTORING_BRANCH, TASK_BUG_5314_IPC_REFACTORING-V1
Changes since 1.25: +0 -1 lines
Diff to previous 1.25
BUG#: 5269
TITLE: Message _routing_code does not appear to be used
DESCRIPTION: Remove the _routing_code member from the Message class and all references to it.

Revision 1.25 / (view) - annotate - [select for diffs] , Fri Jul 14 19:12:46 2006 UTC (17 years, 11 months ago) by kumpf
Branch: MAIN
Changes since 1.24: +0 -1 lines
Diff to previous 1.24
BUG#: 4709
TITLE: Message class has unused _key member
DESCRIPTION: Remove the _key member from the Message class.

Revision 1.24 / (view) - annotate - [select for diffs] , Wed Jun 21 18:57:06 2006 UTC (18 years ago) by kumpf
Branch: MAIN
CVS Tags: TASK_BUG_5191_QUEUE_CONSOLIDATION_ROOT, TASK_BUG_5191_QUEUE_CONSOLIDATION_BRANCH
Changes since 1.23: +4 -0 lines
Diff to previous 1.23
BUG#: 5163
TITLE: Promote authType and userName members in CIMMessage hierarchy
DESCRIPTION: Remove message-specific logic by consolidating the authType and userName members in superclasses.

Revision 1.20.2.3 / (view) - annotate - [select for diffs] , Tue May 23 17:23:38 2006 UTC (18 years, 1 month ago) by carolann.graves
Branch: RELEASE_2_5-branch
CVS Tags: RELEASE_2_5_5-RC2, RELEASE_2_5_5-RC1, RELEASE_2_5_5, RELEASE_2_5_4-RC2, RELEASE_2_5_4-RC1, RELEASE_2_5_4, RELEASE_2_5_3-RC1, RELEASE_2_5_3, RELEASE_2_5_2-RC1, RELEASE_2_5_2
Changes since 1.20.2.2: +12 -1 lines
Diff to previous 1.20.2.2 to branch point 1.20 to next main 1.21
BUG#: 5051
TITLE: Improved handling of OOP indication provider module failure is needed

DESCRIPTION: Added a callback in the ProviderManagerService, to be called when failure of an Out-Of-Process provider module is detected.  The ProviderManagerService logs a generic message, and notifies the IndicationService of the module failure.  The IndicationService determines if any active subscriptions were affected, updates its Active Subscriptions hash table, and responds to the ProviderManagerService with the number of affected subscriptions.  If any subscriptions were affected, the ProviderManagerService updates the provider module status to Degraded, and logs a more specific warning message.

Revision 1.20.2.2 / (view) - annotate - [select for diffs] , Tue May 23 16:44:15 2006 UTC (18 years, 1 month ago) by carolann.graves
Branch: RELEASE_2_5-branch
Changes since 1.20.2.1: +42 -42 lines
Diff to previous 1.20.2.1 to branch point 1.20
BUG#: 5083
TITLE: CIMRequestMessage buildResponse() method should be const

DESCRIPTION: Added the const modifier to the buildResponse() method declaration.

Revision 1.23 / (view) - annotate - [select for diffs] , Tue May 9 18:09:35 2006 UTC (18 years, 1 month ago) by carolann.graves
Branch: MAIN
CVS Tags: TASK-BUG4011_WinLocalConnect-root, TASK-BUG4011_WinLocalConnect-merged_out_to_branch, TASK-BUG4011_WinLocalConnect-merged_out_from_trunk, TASK-BUG4011_WinLocalConnect-merged_in_to_trunk, TASK-BUG4011_WinLocalConnect-merged_in_from_branch, TASK-BUG4011_WinLocalConnect-branch
Changes since 1.22: +11 -0 lines
Diff to previous 1.22
BUG#: 4906
TITLE: Improved handling of OOP indication provider module failure is needed

DESCRIPTION: Added a callback in the ProviderManagerService, to be called when failure of an Out-Of-Process provider module is detected.  The ProviderManagerService logs a generic message, and notifies the IndicationService of the module failure.  The IndicationService determines if any active subscriptions were affected, updates its Active Subscriptions hash table, and responds to the ProviderManagerService with the number of affected subscriptions.  If any subscriptions were affected, the ProviderManagerService updates the provider module status to Degraded, and logs a more specific warning message.

Revision 1.22 / (view) - annotate - [select for diffs] , Fri Apr 7 17:19:48 2006 UTC (18 years, 2 months ago) by kumpf
Branch: MAIN
CVS Tags: TASK-PEP250_RPMProvider-root, TASK-PEP250_RPMProvider-merged_out_to_branch, TASK-PEP250_RPMProvider-merged_out_from_trunk, TASK-PEP250_RPMProvider-merged_in_to_trunk, TASK-PEP250_RPMProvider-merged_in_from_branch, TASK-PEP250_RPMProvider-branch, TASK-PEP245_CimErrorInfrastructure-root, TASK-PEP245_CimErrorInfrastructure-merged_out_to_branch, TASK-PEP245_CimErrorInfrastructure-merged_out_from_trunk, TASK-PEP245_CimErrorInfrastructure-merged_in_to_trunk, TASK-PEP245_CimErrorInfrastructure-merged_in_from_branch, TASK-PEP245_CimErrorInfrastructure-branch, TASK-PEP241_OpenPegasusStressTests-merged_in_to_trunk
Changes since 1.21: +41 -41 lines
Diff to previous 1.21
BUG#: 4954
TITLE: CIMRequestMessage buildResponse() method should be const
DESCRIPTION: Added the const qualifier to the buildResponse() method declaration.

Revision 1.18.2.2 / (view) - annotate - [select for diffs] , Tue Mar 7 18:45:45 2006 UTC (18 years, 3 months ago) by a.dunfey
Branch: PEP233_EmbeddedInstSupport-branch
Changes since 1.18.2.1: +1 -1 lines
Diff to previous 1.18.2.1 to branch point 1.18 to next main 1.19
PEP#: 233
TITLE: Update embedded instance branch

DESCRIPTION:

Merge embedded instance branch with trunk and add missing files

Revision 1.20.2.1 / (view) - annotate - [select for diffs] , Tue Feb 28 19:53:29 2006 UTC (18 years, 4 months ago) by kumpf
Branch: RELEASE_2_5-branch
CVS Tags: RELEASE_2_5_1
Changes since 1.20: +1 -1 lines
Diff to previous 1.20
BUG#: 4830
TITLE: Chunking is not enabled for Out-of-Process Providers
DESCRIPTION: Added a callback path to allow response chunks to be returned from in-process and out-of-process providers.

Revision 1.21 / (view) - annotate - [select for diffs] , Fri Feb 24 19:16:27 2006 UTC (18 years, 4 months ago) by kumpf
Branch: MAIN
CVS Tags: TASK_PEP233_EmbeddedInstSupport-merge_out_trunk, TASK-PEP241_OpenPegasusStressTests-root, TASK-PEP241_OpenPegasusStressTests-merged_out_to_branch, TASK-PEP241_OpenPegasusStressTests-merged_out_from_trunk, TASK-PEP241_OpenPegasusStressTests-merged_in_from_branch, TASK-PEP241_OpenPegasusStressTests-branch
Changes since 1.20: +1 -1 lines
Diff to previous 1.20
BUG#: 4814
TITLE: Chunking is not enabled for Out-of-Process Providers
DESCRIPTION: Added a callback path to allow response chunks to be returned from in-process and out-of-process providers.

Revision 1.18.2.1 / (view) - annotate - [select for diffs] , Fri Feb 10 16:09:34 2006 UTC (18 years, 4 months ago) by a.dunfey
Branch: PEP233_EmbeddedInstSupport-branch
Changes since 1.18: +7 -3 lines
Diff to previous 1.18
PEP#: 233
TITLE: Updated Embedded Instance Support branch

DESCRIPTION:

- Merged with latest code from 2.5.1

- Modified ObjectNormalizer to use a CIMOMHandle instead of the repository and to normalize the instances in an embedded instance property.

Revision 1.20 / (view) - annotate - [select for diffs] , Mon Jan 30 16:16:46 2006 UTC (18 years, 4 months ago) by karl
Branch: MAIN
CVS Tags: RELEASE_2_5_1-RC1, RELEASE_2_5-root
Branch point for: RELEASE_2_5-branch
Changes since 1.19: +3 -1 lines
Diff to previous 1.19
BUG#: 4691
TITLE: Update Licenses to 2006

DESCRIPTION: Updates most of the licenses to 2006. The slp_client directories are excluded for the moment pending discussion. This change has passed unit and system tests.  Note that this changes just about EVERY file in Pegasus.

Revision 1.18.4.1 / (view) - annotate - [select for diffs] , Wed Jan 18 17:37:55 2006 UTC (18 years, 5 months ago) by a.dunfey
Branch: PEP244_ServerProfile-branch
Changes since 1.18: +4 -2 lines
Diff to previous 1.18 to next main 1.19
PEP#: 244
TITLE: Pegasus Server Profile support

DESCRIPTION:

- Merge branch with latest changes from trunk
- Cache repository info in Interop provider for much faster response times during ElementConformsToProfile operations

Revision 1.19 / (view) - annotate - [select for diffs] , Tue Jan 10 19:41:15 2006 UTC (18 years, 5 months ago) by kumpf
Branch: MAIN
Changes since 1.18: +4 -2 lines
Diff to previous 1.18
BUG#: 4644
TITLE: ContentLanguages and AcceptLanguages classes should be named ContentLanguageList and AcceptLanguageList
DESCRIPTION: Rename the ContentLanguages and AcceptLanguages classes to ContentLanguageList and AcceptLanguageList to indicate that they are not specific to the HTTP protocol.

Revision 1.18 / (view) - annotate - [select for diffs] , Mon Dec 19 21:51:37 2005 UTC (18 years, 6 months ago) by kumpf
Branch: MAIN
CVS Tags: STABLE, PEP244_ServerProfile-root, PEP233_EmbeddedInstSupport-root
Branch point for: PEP244_ServerProfile-branch, PEP233_EmbeddedInstSupport-branch
Changes since 1.17: +2 -4 lines
Diff to previous 1.17
BUG#: 4594
TITLE: Language interface problems
DESCRIPTION: Rework the language interfaces to move toward protocol independence and to address problems with the interfaces and their behavior.

Revision 1.17 / (view) - annotate - [select for diffs] , Mon Jul 25 23:09:44 2005 UTC (18 years, 11 months ago) by j.alex
Branch: MAIN
CVS Tags: RELEASE_2_5_0-RC1, RELEASE_2_5_0, PEGASUS_2_5_0_PerformanceDev-string-end, PEGASUS_2_5_0_PerformanceDev-rootlt, PEGASUS_2_5_0_PerformanceDev-root, PEGASUS_2_5_0_PerformanceDev-r2, PEGASUS_2_5_0_PerformanceDev-r1, PEGASUS_2_5_0_PerformanceDev-lit-end, PEGASUS_2_5_0_PerformanceDev-buffer-end, PEGASUS_2_5_0_PerformanceDev-branch, PEGASUS_2_5_0_PerformanceDev-String, PEGASUS_2_5_0_PerformanceDev-AtomicInt-branch, NPEGASUS_2_5_0_PerformanceDev-String-root, NNPEGASUS_2_5_0_PerformanceDev-String-branch, BUG_4225_PERFORMANCE_VERSION_1_DONE
Changes since 1.16: +2 -0 lines
Diff to previous 1.16
BUG#: 2290
TITLE: pegasus should honor HTTP header  'Connection: Close'


DESCRIPTION:
  Modified code for both the Server and the Client to
  handle a "Connection: Close" header.

Revision 1.16 / (view) - annotate - [select for diffs] , Fri Feb 25 21:44:16 2005 UTC (19 years, 4 months ago) by carolann.graves
Branch: MAIN
CVS Tags: PEP214ROOT, PEP214BRANCH, PEP-214B-root, PEG25_IBM_5_16_05
Changes since 1.15: +15 -23 lines
Diff to previous 1.15
PEP#: 197
TITLE: Provider User Context

DESCRIPTION: Modify Provider Manager Service to issue enable indications and disable indications requests to indication providers (rather than Indication Service).

Revision 1.15 / (view) - annotate - [select for diffs] , Sat Feb 5 22:59:23 2005 UTC (19 years, 4 months ago) by karl
Branch: MAIN
CVS Tags: PEP217_PRE_BRANCH, PEP217_POST_BRANCH, PEP217_BRANCH, PEP214-root, PEP214-branch
Changes since 1.14: +3 -1 lines
Diff to previous 1.14
BUG#: 2656
TITLE: License statement update to 2005

DESCRIPTION: All .h, .cpp and the wql, cql, compile *.l and *.y files along
with the .java files in providermanager2/jmpi updated to use the license
statement in doc/license.txt
Tested on windows and visual test of all diffs.

Revision 1.14 / (view) - annotate - [select for diffs] , Mon Jan 31 18:18:01 2005 UTC (19 years, 4 months ago) by a.dunfey
Branch: MAIN
CVS Tags: pegasus25BeforeLicenseUpdate
Changes since 1.13: +1 -1 lines
Diff to previous 1.13
BUG#: 2606
TITLE: Chunking appears not to work with Out-of-Process Providers

DESCRIPTION:

Added field to CIMRequestMessage to indicate that a request is currently in a ProviderAgent process and if that field is "true", the OperationResponseHandler sets its response object threshold to the maximum integer size.

Revision 1.13 / (view) - annotate - [select for diffs] , Mon Jan 10 19:14:12 2005 UTC (19 years, 5 months ago) by karl
Branch: MAIN
CVS Tags: SLPPERFINST-root, SLPPERFINST-branch
Changes since 1.12: +42 -0 lines
Diff to previous 1.12
PEP#: 213
TITLE: PEP213 Size Optimizations

DESCRIPTION: This commit contains size optimizations as described by PEP213.

Revision 1.12.4.1 / (view) - annotate - [select for diffs] , Wed Dec 1 03:23:47 2004 UTC (19 years, 6 months ago) by karl
Branch: PEP213_SIZE_OPTIMIZATIONS
Changes since 1.12: +42 -0 lines
Diff to previous 1.12 to next main 1.13
PEP#: 213
TITLE: Size Optimizations

DESCRIPTION: First round of large inline function elimination

Revision 1.12 / (view) - annotate - [select for diffs] , Sun Oct 17 19:39:16 2004 UTC (19 years, 8 months ago) by karl
Branch: MAIN
CVS Tags: RELEASE_2_4_3, RELEASE_2_4_2, RELEASE_2_4_1-BETA3, RELEASE_2_4_1-BETA2, RELEASE_2_4_1-BETA1, RELEASE_2_4_1, RELEASE_2_4_0-RC3, RELEASE_2_4_0-RC2, RELEASE_2_4_0, RELEASE_2_4-root, RELEASE_2_4-branch, PEP213_SIZE_OPTIMIZATIONS_TAG, IBM_241_April1405, CHUNKTESTDONE_PEP140
Branch point for: PEP213_SIZE_OPTIMIZATIONS
Changes since 1.11: +6 -4 lines
Diff to previous 1.11
BUG#: 2196
TITLE: Copyright update

DESCRIPTION: Update all .cpp and .h files for new license and
update the doc/license.txt file.  Note that there were also
a couple of files that had to be fixed because they had violated
the comments rules (ex. blank line at head of file or in the case of
xmlwriter.cpp a comment line //=========  which drove the strip
function nuts.  These were fixed.  This has been compiled and tested
on windows.

Revision 1.11 / (view) - annotate - [select for diffs] , Sat Jun 26 00:26:53 2004 UTC (20 years ago) by kumpf
Branch: MAIN
CVS Tags: RELEASE_2_4_FC_CANDIDATE_1, MONITOR_CONSOLIDATION_2_5_BRANCH, CQL_2_5_BRANCH
Changes since 1.10: +266 -430 lines
Diff to previous 1.10
PEP#: 072
TITLE: [HP-RK] Out-of-Process Providers

DESCRIPTION: Use AutoPtr more efficiently.

Revision 1.10 / (view) - annotate - [select for diffs] , Wed Jun 16 16:18:21 2004 UTC (20 years ago) by kumpf
Branch: MAIN
Changes since 1.9: +16 -0 lines
Diff to previous 1.9
PEP#:072
TITLE: [HP-YZ] Out-of-Process Provider Support

DESCRIPTION: Added a CIMNotifyConfigChangeRequestMessage class (and Response class) to allow the CIM Server to pass the updated configuration data to the Provider Manager Service when a configuration property changes.

Revision 1.9 / (view) - annotate - [select for diffs] , Thu Jun 10 20:54:40 2004 UTC (20 years ago) by kumpf
Branch: MAIN
Changes since 1.8: +15 -0 lines
Diff to previous 1.8
PEP#: 072
TITLE: [HP-RK] Out-of-Process Provider Support

DESCRIPTION: Added a CIMInitializeProviderAgentRequestMessage class (and Response class) to allow the CIM Server to pass initialization data to an Out-of-Process Provider Agent process.

Revision 1.8 / (view) - annotate - [select for diffs] , Tue Jun 8 17:17:32 2004 UTC (20 years ago) by kumpf
Branch: MAIN
Changes since 1.7: +0 -15 lines
Diff to previous 1.7
BUG#: 1540
TITLE: [HP-RK] CIMConsumeIndicationRequestMessage not used

DESCRIPTION: Removed the unused CIMConsumeIndicationRequestMessage and CIMConsumeIndicationResponseMessage class definitions and any (dead) code that referred to them.

Revision 1.7 / (view) - annotate - [select for diffs] , Mon Jun 7 22:54:36 2004 UTC (20 years ago) by kumpf
Branch: MAIN
Changes since 1.6: +631 -1 lines
Diff to previous 1.6
PEP#: 072
TITLE: [HP-RK] Out-of-Process Provider Support

DESCRIPTION: Added a virtual buildResponse() method to the CIMRequestMessage class to build a generic response of the correct type for any CIMRequestMessage.  This method facilitates the generation of an error response from code that is not specific to a particular message type.

Revision 1.6 / (view) - annotate - [select for diffs] , Wed Oct 22 13:26:02 2003 UTC (20 years, 8 months ago) by karl
Branch: MAIN
CVS Tags: local, RELEASE_2_3_2-testfreeze, RELEASE_2_3_2-root, RELEASE_2_3_2-releasesnapshot, RELEASE_2_3_2-branch-freeze, RELEASE_2_3_2-branch, RELEASE_2_3_1-root, RELEASE_2_3_1-branch, RELEASE_2_3_0-root, RELEASE_2_3_0-branch, POST_LICENSE_UPDATE_2003
Changes since 1.5: +5 -3 lines
Diff to previous 1.5
PEP 55 Update license on source files to current license text and date

Revision 1.5 / (view) - annotate - [select for diffs] , Fri May 31 23:56:24 2002 UTC (22 years, 1 month ago) by kumpf
Branch: MAIN
CVS Tags: test, pep_88, mday-merge-start, mday-merge-pegasus/src/Pegasus/Server, mday-merge-pegasus/src/Pegasus/Common, mday-2-0-patches, VERSION_2_1_RELEASE_HEAD, VERSION_2_1_RELEASE_BRANCH, VERSION_2_1_RELEASE, VERSION_2_1_1_RELEASE, VERSION_2_01_01, VERSION_2_00_RC_4, VERSION_2_00_RC_3, VERSION_2_00_RC_2, VERSION_2_00_RC_1, VERSION_2_00_BRANCH, VERSION_1_10, TEST, RELEASE_2_3_0-msg-freeze, RELEASE_2_2_1-snapshot, RELEASE_2_2_0_0-release, RELEASE_2_2_0-root, RELEASE_2_2_0-branch, RELEASE_2_2-root, PRE_LICENSE_UPDATE_2003, PEGASUS_FC_VERSION_2_2, LOCAL_ASSOCPROV-ROOT, LOCAL_ASSOCPROV-BRANCH
Changes since 1.4: +3 -2 lines
Diff to previous 1.4
HP-RK Update license header.

Revision 1.4 / (view) - annotate - [select for diffs] , Thu May 16 18:39:12 2002 UTC (22 years, 1 month ago) by chip
Branch: MAIN
Changes since 1.3: +0 -2 lines
Diff to previous 1.3
cleanup

Revision 1.3 / (view) - annotate - [select for diffs] , Thu May 16 18:37:17 2002 UTC (22 years, 1 month ago) by chip
Branch: MAIN
Changes since 1.2: +8 -28 lines
Diff to previous 1.2
remove copy constructors and empty destructors.

Revision 1.2 / (view) - annotate - [select for diffs] , Thu Dec 13 14:53:50 2001 UTC (22 years, 6 months ago) by mike
Branch: MAIN
CVS Tags: pre-meta-dispatcher, merge_of_dev, async_dispatcher, VERSION_1_09, VERSION_1_08, VERSION_1_07
Changes since 1.1: +24 -0 lines
Diff to previous 1.1
Merged dev branch into main trunk.

Revision 1.1.2.2 / (view) - annotate - [select for diffs] , Mon Dec 10 13:03:14 2001 UTC (22 years, 6 months ago) by sage
Branch: dev
CVS Tags: dev_dead
Changes since 1.1.2.1: +1 -0 lines
Diff to previous 1.1.2.1 to branch point 1.1 to next main 1.2
FIX: Linux build needs Pegasus/Common/Config.h included first

Revision 1.1.2.1 / (view) - annotate - [select for diffs] , Sat Sep 1 21:53:19 2001 UTC (22 years, 9 months ago) by mike
Branch: dev
CVS Tags: SNAPSHOT_1_04
Changes since 1.1: +23 -0 lines
Diff to previous 1.1
Finalized queue-based client rework.

Revision 1.1 / (view) - annotate - [select for diffs] , Sun Jul 8 22:39:09 2001 UTC (22 years, 11 months ago) by mike
Branch: MAIN
CVS Tags: version_1_01, version_0_99_1, version_0_99, main
Branch point for: dev
CIM Messages

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