CVS log for pegasus/src/Pegasus/Common/CIMMessage.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.122 / (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.121: +529 -4 lines
Diff to previous 1.121
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.114.2.24 / (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.114.2.23: +3 -3 lines
Diff to previous 1.114.2.23 to branch point 1.114 to next main 1.115
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.114.2.23 / (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.114.2.22: +0 -1 lines
Diff to previous 1.114.2.22 to branch point 1.114
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.114.2.22 / (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.114.2.21: +15 -15 lines
Diff to previous 1.114.2.21 to branch point 1.114
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.114.2.21 / (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.114.2.20: +9 -27 lines
Diff to previous 1.114.2.20 to branch point 1.114
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.114.2.20 / (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.114.2.19: +93 -204 lines
Diff to previous 1.114.2.19 to branch point 1.114
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.114.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.114.2.18: +1 -1 lines
Diff to previous 1.114.2.18 to branch point 1.114
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.114.2.18 / (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.114.2.17: +11 -11 lines
Diff to previous 1.114.2.17 to branch point 1.114
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.114.2.17 / (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.114.2.16: +36 -36 lines
Diff to previous 1.114.2.16 to branch point 1.114
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.114.2.16 / (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.114.2.15: +1 -1 lines
Diff to previous 1.114.2.15 to branch point 1.114
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.114.2.15 / (view) - annotate - [select for diffs] , Thu Nov 21 20:55:19 2013 UTC (10 years, 7 months ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.114.2.14: +1 -1 lines
Diff to previous 1.114.2.14 to branch point 1.114
PEP#: 317
TITLE: TASK-PEP317_pullop-branch Fix up headers for UintArg and remove
old files (NUmericArg and old code in Server)

DESCRIPTION: Changed headers to use UintArgs.h and removed NumericArgs files. Deleted old unused code that was original pull implementation.

Revision 1.114.2.14 / (view) - annotate - [select for diffs] , Thu Nov 21 20:39:54 2013 UTC (10 years, 7 months ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.114.2.13: +1 -1 lines
Diff to previous 1.114.2.13 to branch point 1.114
PEP#: 317
TITLE: TASK-PEP317_pullop-branch, Move to use UintArgs function

DESCRIPTION: chaged header refs and Makefiles. Fixed one
test error in cli tests.

Revision 1.114.2.13 / (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.114.2.12: +39 -0 lines
Diff to previous 1.114.2.12 to branch point 1.114
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.114.2.12 / (view) - annotate - [select for diffs] , Thu Oct 17 13:33:37 2013 UTC (10 years, 8 months ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.114.2.11: +2 -2 lines
Diff to previous 1.114.2.11 to branch point 1.114
PEP#: 317
TITLE: TASK-PEP317_pullop-branch, editorial cleanup before next mergeout

DESCRIPTION: Doc and formatting, no function changes

Revision 1.114.2.11 / (view) - annotate - [select for diffs] , Sun Sep 29 18:09:50 2013 UTC (10 years, 9 months ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.114.2.10: +15 -1 lines
Diff to previous 1.114.2.10 to branch point 1.114
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.114.2.10 / (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.114.2.9: +6 -8 lines
Diff to previous 1.114.2.9 to branch point 1.114
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.114.2.9 / (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.114.2.8: +38 -268 lines
Diff to previous 1.114.2.8 to branch point 1.114
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.114.2.8 / (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.114.2.7: +88 -3 lines
Diff to previous 1.114.2.7 to branch point 1.114
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.114.2.7 / (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.114.2.6: +3 -1 lines
Diff to previous 1.114.2.6 to branch point 1.114
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.121 / (view) - annotate - [select for diffs] , Tue Jun 11 10:18:29 2013 UTC (11 years 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.120: +4 -2 lines
Diff to previous 1.120
BUG#: 9604
TITLE: Implement subscription's OnFatalErrorPolicy

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

Revision 1.114.2.6 / (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.114.2.5: +72 -3 lines
Diff to previous 1.114.2.5 to branch point 1.114
PEP#: 317
TITLE: TASK PEP 317, Pull Operations

DESCRIPTION: Add OpenQuery, Clean up EnumContext

Revision 1.114.2.5 / (view) - annotate - [select for diffs] , Mon Jun 3 21:35:12 2013 UTC (11 years, 1 month ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.114.2.4: +159 -801 lines
Diff to previous 1.114.2.4 to branch point 1.114
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.120 / (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.119: +8 -0 lines
Diff to previous 1.119
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.119 / (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.118: +100 -715 lines
Diff to previous 1.118
BUG#: 9580
TITLE: Footprint:- Remove inline from CIMMessage.h constructors

DESCRIPTION: made ctors as non inline

Revision 1.118 / (view) - annotate - [select for diffs] , Mon Jan 14 15:27:54 2013 UTC (11 years, 5 months ago) by marek
Branch: MAIN
Changes since 1.117: +55 -90 lines
Diff to previous 1.117
BUG#:9530
TITLE: Reduce static code size through moving CIMResponseData up in Message class hierarchy

DESCRIPTION:

Revision 1.114.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.114.2.3: +4 -2 lines
Diff to previous 1.114.2.3 to branch point 1.114
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.117 / (view) - annotate - [select for diffs] , Thu Oct 13 04:21:41 2011 UTC (12 years, 8 months ago) by venkat.puvvada
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
Changes since 1.116: +3 -0 lines
Diff to previous 1.116
BUG#: 9080
TITLE: guaranteed provider lifecycle indication delivery during the CIMServer shutdown
DESCRIPTION: Use timeout container to specify the indication delivery time for internal control providers

Revision 1.114.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.114.2.2: +19 -7 lines
Diff to previous 1.114.2.2 to branch point 1.114
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.116 / (view) - annotate - [select for diffs] , Thu Aug 11 11:12:33 2011 UTC (12 years, 10 months ago) by venkat.puvvada
Branch: MAIN
Changes since 1.115: +14 -5 lines
Diff to previous 1.115
BUG#: 9013
TITLE: Indications arrives out-of-order from provider to handler service
DESCRIPTION: Enhanced deliver() API to wait until indication arrives to the HandlerService. HandlerService gurantees the indication delivery order. This ordering is automatically enabled with PEGASUS_ENABLE_DMTF_INDICATION_PROFILE support is defined.

Revision 1.114.4.1 / (view) - annotate - [select for diffs] , Mon Jul 18 03:16:31 2011 UTC (12 years, 11 months ago) by venkat.puvvada
Branch: RELEASE_2_11-branch
CVS Tags: RELEASE_2_11_2-RC1, RELEASE_2_11_2, RELEASE_2_11_1-RC1, RELEASE_2_11_1
Changes since 1.114: +5 -2 lines
Diff to previous 1.114 to next main 1.115
BUG#: 8999
TITLE: cimserver leaves orphaned cimprovagt processes during shutdown.
DESCRIPTION:

Revision 1.115 / (view) - annotate - [select for diffs] , Fri Jun 10 11:26:20 2011 UTC (13 years ago) by venkat.puvvada
Branch: MAIN
Changes since 1.114: +5 -2 lines
Diff to previous 1.114
BUG#: 8990
TITLE: cimserver leaves orphaned cimprovat processes during shutdown.
DESCRIPTION: Process the StopAllProviders request on different thread and wait for shutdownTimeout time. Terminate the agent if providers have failed to cleanup within shutdownTimeout time.

Revision 1.114.2.2 / (view) - annotate - [select for diffs] , Wed Jan 19 01:18:55 2011 UTC (13 years, 5 months ago) by karl
Branch: TASK-PEP317_pullop-branch
CVS Tags: BeforeUpdateToHeadOct82011
Changes since 1.114.2.1: +29 -30 lines
Diff to previous 1.114.2.1 to branch point 1.114
BUG#: 8874
TITLE:Pull Operations modifications from Disccussions With Marek into
branch TASK-PEP317_pullop-branch

DESCRIPTION: 1. Nor-Recursive Mutex, 2) Separate EnumerationTable
file,3 AUtomutex from Mutex in several Places, 3) AtomicInt for
counter 4), CIMMessage initializers,  and other cleanups.

Revision 1.114.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.114: +682 -0 lines
Diff to previous 1.114
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.114 / (view) - annotate - [select for diffs] , Mon Jul 5 07:58:36 2010 UTC (14 years ago) by venkat.puvvada
Branch: MAIN
CVS Tags: TASK-PEP317_pullop-root, RELEASE_2_11_0-RC1, RELEASE_2_11_0-FC, RELEASE_2_11_0, RELEASE_2_11-root
Branch point for: TASK-PEP317_pullop-branch, RELEASE_2_11-branch
Changes since 1.113: +69 -0 lines
Diff to previous 1.113
BUG#: 7626
TITLE: PEP#324 DMTF Indications Profile (DSP1054) Implementation, stage 2.
DESCRIPTION: PEP 324 implementation

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

Revision 1.112 / (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.111: +92 -32 lines
Diff to previous 1.111
PEP#: 348
TITLE: Initial commit of SCMO for CMPI

DESCRIPTION: Initial commit of SCMO for CMPI

Revision 1.111.2.5 / (view) - annotate - [select for diffs] , Thu Dec 3 15:53:26 2009 UTC (14 years, 7 months ago) by thilo.boehm
Branch: TASK-PEP348_SCMO-branch
CVS Tags: TASK-PEP348_SCMO-merged_out_to_branch
Changes since 1.111.2.4: +42 -0 lines
Diff to previous 1.111.2.4 to branch point 1.111 to next main 1.112
PEP#: 348
TITLE: Improve OOP upcall for SCMOClasses

DESCRIPTION: Improve OOP upcall for SCMOClasses

Revision 1.111.2.4 / (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.111.2.3: +3 -6 lines
Diff to previous 1.111.2.3 to branch point 1.111
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.111.2.3 / (view) - annotate - [select for diffs] , Thu Oct 15 05:47:09 2009 UTC (14 years, 8 months ago) by r.kieninger
Branch: TASK-PEP348_SCMO-branch
Changes since 1.111.2.2: +1 -1 lines
Diff to previous 1.111.2.2 to branch point 1.111
PEP#:348
TITLE: CMPI SCMO Implementation

DESCRIPTION: Tolerate invalid CMPIObjectPaths and bugfixes

Revision 1.111.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.111.2.1: +41 -25 lines
Diff to previous 1.111.2.1 to branch point 1.111
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.111.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.111: +10 -5 lines
Diff to previous 1.111
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.111 / (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.110: +27 -112 lines
Diff to previous 1.110
BUG#:8393
TITLE: Extend On-demand de-serialization for Associators and ExecQuery

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

Revision 1.110 / (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.109: +36 -0 lines
Diff to previous 1.109
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.109 / (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.108: +4 -6 lines
Diff to previous 1.108
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.108 / (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.107: +8 -8 lines
Diff to previous 1.107
BUG#: 8273
TITLE: Remove trailing space characters
DESCRIPTION: Remove meaningless whitespace.

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

DESCRIPTION:

Fixing trailing spaces in copyright/license text

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

DESCRIPTION:

Adding the new copyright/license text to almost all files

Revision 1.105 / (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.104: +35 -23 lines
Diff to previous 1.104
BUG#: 8171
TITLE: Binary Protocol

DESCRIPTION: Initial commit of binary protocol feature.

Revision 1.104 / (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.103: +66 -13 lines
Diff to previous 1.103
BUG#: 8116
TITLE: Compile failure in CimToWsmResponseMapper.cpp
DESCRIPTION: Allow const access to response message data.

Revision 1.103 / (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.102: +70 -11 lines
Diff to previous 1.102
BUG#: 8074
TITLE: Internal Binary Protocol

DESCRIPTION: Internal Binary Protocol

Revision 1.102.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.102: +8 -0 lines
Diff to previous 1.102 to next main 1.103
PEP#: 311
TITLE: WS-Management Support in CIM Server
DESCRIPTION: Avoid the need for key binding type UNKNOWN.

Revision 1.102 / (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.101: +20 -0 lines
Diff to previous 1.101
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.101 / (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.100: +0 -31 lines
Diff to previous 1.100
BUG#: 7228
TITLE: Remove unused InitializeProvider message
DESCRIPTION: Remove dead code.

Revision 1.100 / (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.99: +45 -0 lines
Diff to previous 1.99
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.99 / (view) - annotate - [select for diffs] , Tue Oct 23 16:46:11 2007 UTC (16 years, 8 months ago) by kumpf
Branch: MAIN
Changes since 1.98: +1 -64 lines
Diff to previous 1.98
BUG#: 7044
TITLE: CIMMessage print() methods are not needed
DESCRIPTION: Remove the unused print methods.

Revision 1.98 / (view) - annotate - [select for diffs] , Fri Aug 10 20:30:25 2007 UTC (16 years, 10 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.97: +5 -5 lines
Diff to previous 1.97
BUG#: 6785
TITLE: Non-portable whitespace warnings from makedepend
DESCRIPTION: Remove space characters that precede preprocessor directives.

Revision 1.97 / (view) - annotate - [select for diffs] , Tue Jul 24 19:02:06 2007 UTC (16 years, 11 months ago) by kumpf
Branch: MAIN
Changes since 1.96: +7 -5 lines
Diff to previous 1.96
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.96.8.2 / (view) - annotate - [select for diffs] , Thu Mar 29 23:35:02 2007 UTC (17 years, 3 months ago) by mike
Branch: TASK-PEP286_PRIVILEGE_SEPARATION-branch
Changes since 1.96.8.1: +0 -2 lines
Diff to previous 1.96.8.1 to branch point 1.96 to next main 1.97
PEP#: 286
TITLE: Privilege Separation

DESCRIPTION: Privilege Separation Rework

Revision 1.96.8.1 / (view) - annotate - [select for diffs] , Fri Mar 23 20:53:51 2007 UTC (17 years, 3 months ago) by kumpf
Branch: TASK-PEP286_PRIVILEGE_SEPARATION-branch
Changes since 1.96: +2 -0 lines
Diff to previous 1.96
PEP#: 286
TITLE: Privilege Separation
DESCRIPTION: Merge PEP286_PRIVILEGE_SEPARATION_BRANCH into the HEAD.

Revision 1.96.2.1 / (view) - annotate - [select for diffs] , Sun Jan 7 17:51:32 2007 UTC (17 years, 5 months ago) by mike
Branch: PEP286_PRIVILEGE_SEPARATION_BRANCH
CVS Tags: PEP286_PRIVILEGE_SEPARATION_CODE_FREEZE
Changes since 1.96: +2 -0 lines
Diff to previous 1.96 to next main 1.97
PEP#: 286
TITLE: Privilege Separation

DESCRIPTION: Ongoing privilege separation work.

Revision 1.96 / (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-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_1
Branch point for: TASK-PEP286_PRIVILEGE_SEPARATION-branch, PEP286_PRIVILEGE_SEPARATION_BRANCH
Changes since 1.95: +114 -112 lines
Diff to previous 1.95
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.95 / (view) - annotate - [select for diffs] , Fri Sep 29 18:40:57 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.94: +2 -16 lines
Diff to previous 1.94
BUG#: 5632
TITLE: PEP 258: Include client IP address in operation request messages
DESCRIPTION: Capture the IP address for a client connection and include it in the CIMOperationRequestMessages generated from the connection.

Revision 1.94 / (view) - annotate - [select for diffs] , Wed Jun 21 18:57:06 2006 UTC (18 years 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, TASK_BUG_5191_QUEUE_CONSOLIDATION_ROOT, TASK_BUG_5191_QUEUE_CONSOLIDATION_BRANCH
Changes since 1.93: +79 -149 lines
Diff to previous 1.93
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.90.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.90.2.2: +40 -0 lines
Diff to previous 1.90.2.2 to branch point 1.90 to next main 1.91
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.90.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.90.2.1: +42 -42 lines
Diff to previous 1.90.2.1 to branch point 1.90
BUG#: 5083
TITLE: CIMRequestMessage buildResponse() method should be const

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

Revision 1.93 / (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.92: +40 -0 lines
Diff to previous 1.92
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.92 / (view) - annotate - [select for diffs] , Fri Apr 7 17:19:49 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.91: +42 -42 lines
Diff to previous 1.91
BUG#: 4954
TITLE: CIMRequestMessage buildResponse() method should be const
DESCRIPTION: Added the const qualifier to the buildResponse() method declaration.

Revision 1.87.10.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.87.10.1: +1 -2 lines
Diff to previous 1.87.10.1 to branch point 1.87 to next main 1.88
PEP#: 233
TITLE: Update embedded instance branch

DESCRIPTION:

Merge embedded instance branch with trunk and add missing files

Revision 1.90.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.90: +0 -1 lines
Diff to previous 1.90
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.91 / (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.90: +0 -1 lines
Diff to previous 1.90
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.90 / (view) - annotate - [select for diffs] , Fri Feb 10 19:07:04 2006 UTC (18 years, 4 months ago) by kumpf
Branch: MAIN
CVS Tags: RELEASE_2_5_1-RC1, RELEASE_2_5-root
Branch point for: RELEASE_2_5-branch
Changes since 1.89: +1 -1 lines
Diff to previous 1.89
BUG#: 4772
TITLE: CIMProcessIndicationResponseMessage has wrong message type
DESCRIPTION: Corrected the message type.

Revision 1.87.10.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.87: +5 -5 lines
Diff to previous 1.87
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.89 / (view) - annotate - [select for diffs] , Mon Jan 30 16:16:46 2006 UTC (18 years, 5 months ago) by karl
Branch: MAIN
Changes since 1.88: +3 -1 lines
Diff to previous 1.88
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.87.12.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.87: +2 -4 lines
Diff to previous 1.87 to next main 1.88
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.88 / (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.87: +2 -4 lines
Diff to previous 1.87
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.87 / (view) - annotate - [select for diffs] , Thu May 12 05:59:56 2005 UTC (19 years, 1 month ago) by joyce.j
Branch: MAIN
CVS Tags: STABLE, RELEASE_2_5_0-RC1, RELEASE_2_5_0, PEP244_ServerProfile-root, PEP233_EmbeddedInstSupport-root, 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, PEG25_IBM_5_16_05, NPEGASUS_2_5_0_PerformanceDev-String-root, NNPEGASUS_2_5_0_PerformanceDev-String-branch, BUG_4225_PERFORMANCE_VERSION_1_DONE
Branch point for: PEP244_ServerProfile-branch, PEP233_EmbeddedInstSupport-branch
Changes since 1.86: +9 -0 lines
Diff to previous 1.86
BUG#: 3154
TITLE: Diagnostic print logic always compiled in CIMMessages.

DESCRIPTION: All print() are changed to be conditionally included with PEGASUS_DEBUG.

Revision 1.86 / (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
Changes since 1.85: +40 -69 lines
Diff to previous 1.85
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.85 / (view) - annotate - [select for diffs] , Mon Feb 14 21:15:33 2005 UTC (19 years, 4 months ago) by yi.zhou
Branch: MAIN
CVS Tags: PEP214-root, PEP214-branch
Changes since 1.84: +3 -0 lines
Diff to previous 1.84
PEP#: 206
TITLE: System Log Indication Handler

DESCRIPTION: Added functionality to support System Log Indication Handler. Created a new IndicationFormatter class to validate the specified indication TextFormat and construct a human readable indication text message. Created a new SystemLogListenerDestination class to support new PG_ListenerDestinationSystemLog class. Updated Indication Service to support PG_ListenerDestinationSystemLog class and CIM_FormattedIndicationSubscription class. And Updated IndicationHandler Service to support PG_ListenerDestinationSystemLog class.

Revision 1.84 / (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
Changes since 1.83: +3 -1 lines
Diff to previous 1.83
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.83 / (view) - annotate - [select for diffs] , Mon Jan 31 18:18:01 2005 UTC (19 years, 5 months ago) by a.dunfey
Branch: MAIN
CVS Tags: pegasus25BeforeLicenseUpdate
Changes since 1.82: +1 -0 lines
Diff to previous 1.82
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.82 / (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.81: +9 -31 lines
Diff to previous 1.81
PEP#: 213
TITLE: PEP213 Size Optimizations

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

Revision 1.81.4.1 / (view) - annotate - [select for diffs] , Wed Dec 1 03:23:47 2004 UTC (19 years, 7 months ago) by karl
Branch: PEP213_SIZE_OPTIMIZATIONS
Changes since 1.81: +9 -31 lines
Diff to previous 1.81 to next main 1.82
PEP#: 213
TITLE: Size Optimizations

DESCRIPTION: First round of large inline function elimination

Revision 1.81 / (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.80: +7 -5 lines
Diff to previous 1.80
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.80 / (view) - annotate - [select for diffs] , Mon Jun 28 09:18:35 2004 UTC (20 years ago) by se.gupta
Branch: MAIN
CVS Tags: RELEASE_2_4_FC_CANDIDATE_1, MONITOR_CONSOLIDATION_2_5_BRANCH, CQL_2_5_BRANCH
Changes since 1.79: +88 -227 lines
Diff to previous 1.79
PEP#: 135
TITLE: OperationContext Enhancements.

DESCRIPTION:
Please refer to PEP135 for details.

Revision 1.79 / (view) - annotate - [select for diffs] , Sat Jun 26 01:08:11 2004 UTC (20 years ago) by kumpf
Branch: MAIN
Changes since 1.78: +0 -2 lines
Diff to previous 1.78
PEP#: 072
TITLE: [HP-RK] Out-of-Process Providers

DESCRIPTION: Update message serialization/deserialization to be consistent with recent OperationContext changes.

Revision 1.78 / (view) - annotate - [select for diffs] , Fri Jun 25 08:22:31 2004 UTC (20 years ago) by se.gupta
Branch: MAIN
Changes since 1.77: +0 -10 lines
Diff to previous 1.77
PEP#: 135
TITLE: OperationContext Enhancements.

DESCRIPTION:
Please refer to PEP135 for details.

Revision 1.77 / (view) - annotate - [select for diffs] , Thu Jun 24 06:04:27 2004 UTC (20 years ago) by se.gupta
Branch: MAIN
Changes since 1.76: +0 -12 lines
Diff to previous 1.76
PEP#: 135
TITLE: OperationContext Enhancements.

DESCRIPTION:
Please refer to PEP135 for details.

Revision 1.76 / (view) - annotate - [select for diffs] , Tue Jun 22 09:17:09 2004 UTC (20 years ago) by se.gupta
Branch: MAIN
Changes since 1.75: +3 -24 lines
Diff to previous 1.75
PEP#: 135
TITLE: OperationContext Enhancements.

DESCRIPTION:
Please refer to PEP135 for details.

Revision 1.75 / (view) - annotate - [select for diffs] , Wed Jun 16 16:18:21 2004 UTC (20 years ago) by kumpf
Branch: MAIN
Changes since 1.74: +41 -0 lines
Diff to previous 1.74
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.74 / (view) - annotate - [select for diffs] , Thu Jun 10 20:54:40 2004 UTC (20 years ago) by kumpf
Branch: MAIN
Changes since 1.73: +54 -0 lines
Diff to previous 1.73
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.73 / (view) - annotate - [select for diffs] , Thu Jun 10 07:51:58 2004 UTC (20 years ago) by se.gupta
Branch: MAIN
Changes since 1.72: +2 -2 lines
Diff to previous 1.72
PEP#: 135
TITLE: OperationContext Enhancements

DESCRIPTION:
Changed the CIMMessage Constructor's operationContext to accept the
acceptLangauges_ and contentLanguages_ arguements

Revision 1.72 / (view) - annotate - [select for diffs] , Wed Jun 9 05:40:49 2004 UTC (20 years ago) by se.gupta
Branch: MAIN
Changes since 1.71: +2 -0 lines
Diff to previous 1.71
PEP#: 135
TITLE: OperationContext Enhancements

DESCRIPTION:
Please refer to PEP135 for details.

Revision 1.71 / (view) - annotate - [select for diffs] , Tue Jun 8 17:26:38 2004 UTC (20 years ago) by kumpf
Branch: MAIN
Changes since 1.70: +6 -7 lines
Diff to previous 1.70
BUG#: 1543
TITLE: [HP-RK] Remove PEGASUS_USING_STD from CIMMessage.h

DESCRIPTION: Removed the PEGASUS_USING_STD statement from CIMMessage.h, because putting 'using' statements in a header file is a bad idea.  Replaced 'endl' references with 'PEGASUS_STD(endl)'.

Revision 1.70 / (view) - annotate - [select for diffs] , Tue Jun 8 17:17:32 2004 UTC (20 years ago) by kumpf
Branch: MAIN
Changes since 1.69: +0 -47 lines
Diff to previous 1.69
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.69 / (view) - annotate - [select for diffs] , Tue Jun 8 01:46:57 2004 UTC (20 years ago) by kumpf
Branch: MAIN
Changes since 1.68: +151 -76 lines
Diff to previous 1.68
PEP#: 072
TITLE: [HP-RK] Out-of-Process Provider Support

DESCRIPTION: Added necessary linkage qualifiers to the CIMMessage classes to support Windows builds.

Revision 1.68 / (view) - annotate - [select for diffs] , Mon Jun 7 22:54:36 2004 UTC (20 years ago) by kumpf
Branch: MAIN
Changes since 1.67: +261 -179 lines
Diff to previous 1.67
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.67 / (view) - annotate - [select for diffs] , Fri Jun 4 08:12:47 2004 UTC (20 years, 1 month ago) by se.gupta
Branch: MAIN
Changes since 1.66: +1 -0 lines
Diff to previous 1.66
PEP#: 135
TITLE: OperationContext Enhancements

DESCRIPTION:
Please refer to PEP135 for details.

Revision 1.66 / (view) - annotate - [select for diffs] , Thu Jun 3 20:57:03 2004 UTC (20 years, 1 month ago) by kumpf
Branch: MAIN
Changes since 1.65: +3 -10 lines
Diff to previous 1.65
PEP#:072
TITLE: [HP-YZ] Out-of-Process Provider Support

DESCRIPTION: Enhanced Provider Registration to initialize and load (as necessary) a provider 1) at provider registration time; 2) provider enable time (e.g cimprovider -e ...) if AutoStart is true in the PG_Provider instance.

Revision 1.65 / (view) - annotate - [select for diffs] , Thu May 27 22:47:10 2004 UTC (20 years, 1 month ago) by kumpf
Branch: MAIN
Changes since 1.64: +6 -0 lines
Diff to previous 1.64
PEP#: 072
TITLE: [HP-RK] Out-of-Process Provider Support

DESCRIPTION: Remove CIMRepository dependency from the CMPI and JMPI Provider Managers.  (The Provider Managers will be used in Provider Agent processes, which do not have access to the repository.)  The repository had been required only to retrieve the query string from the CIM_IndicationFilter instance on a CreateSubscription operation.  The query string has been added to the CIMCreateSubscriptionRequestMessage and CIMModifySubscriptionRequestMessage classes to meet this need.

Revision 1.64 / (view) - annotate - [select for diffs] , Sat May 22 12:07:28 2004 UTC (20 years, 1 month ago) by se.gupta
Branch: MAIN
Changes since 1.63: +3 -1 lines
Diff to previous 1.63
PEP#: 135
TITLE: OperationContext Enhancements

DESCRIPTION:
Please refer to PEP135 for details.

Revision 1.63 / (view) - annotate - [select for diffs] , Fri May 21 21:01:52 2004 UTC (20 years, 1 month ago) by kumpf
Branch: MAIN
Changes since 1.62: +37 -0 lines
Diff to previous 1.62
PEP#:072
TITLE: [HP-YZ] Out-of-Process Provider Support

DESCRIPTION: Added a new property AutoStart in the PG_Provider class and new functions have been added to support this new property. At CIM Server start-up, if AutoStart property is set to true in a PG_Provider instance, the Pluggable Provider Manager will load and intialize the provider. This feature applies to existing In-Process Providers as well as Out-of-Process Providers.

Revision 1.62 / (view) - annotate - [select for diffs] , Thu May 13 17:10:15 2004 UTC (20 years, 1 month ago) by kumpf
Branch: MAIN
Changes since 1.61: +1 -1 lines
Diff to previous 1.61
PEP#: 072
TITLE: [HP-RK] Out-of-Process Provider Support

DESCRIPTION: Added CIMMessageSerializer and CIMMessageDeserializer classes to handle the serialization/deserialization of CIM Messages over the connection between the CIM Server and a Provider Agent Process.

Revision 1.61 / (view) - annotate - [select for diffs] , Fri Apr 16 21:17:40 2004 UTC (20 years, 2 months ago) by kumpf
Branch: MAIN
Changes since 1.60: +16 -0 lines
Diff to previous 1.60
BUG#: 1257
TITLE: HP[YZ] TestDisableEnable2 fails intermittently.

DESCRIPTION: Use SendWait instead of SendForget to send message to IndicationService when enabling an indication provider.

Revision 1.58.6.2 / (view) - annotate - [select for diffs] , Thu Apr 15 20:24:28 2004 UTC (20 years, 2 months ago) by kumpf
Branch: RELEASE_2_3_2-branch
CVS Tags: RELEASE_2_3_2-testfreeze, RELEASE_2_3_2-releasesnapshot, RELEASE_2_3_2-branch-freeze
Changes since 1.58.6.1: +16 -0 lines
Diff to previous 1.58.6.1 to branch point 1.58 to next main 1.59
BUG#: 1257
TITLE: HP[YZ] TestDisableEnable2 fails intermittently.

DESCRIPTION: Use SendWait instead of SendForget to send message to IndicationService when enabling an indication provider.

Revision 1.58.2.1 / (view) - annotate - [select for diffs] , Tue Mar 2 21:34:42 2004 UTC (20 years, 4 months ago) by schuur
Branch: RELEASE_2_3_1-branch
Changes since 1.58: +4 -4 lines
Diff to previous 1.58 to next main 1.59
Fixing 1242 - Resyncing with 2.4 PPM/CMPI fix level

Revision 1.58.6.1 / (view) - annotate - [select for diffs] , Tue Mar 2 19:43:41 2004 UTC (20 years, 4 months ago) by schuur
Branch: RELEASE_2_3_2-branch
Changes since 1.58: +5 -5 lines
Diff to previous 1.58
Bugzilla 1241 - Retrofitting all 2.4 PPM/CMPI fixes up to 1233

Revision 1.60 / (view) - annotate - [select for diffs] , Thu Feb 26 10:55:03 2004 UTC (20 years, 4 months ago) by schuur
Branch: MAIN
Changes since 1.59: +3 -3 lines
Diff to previous 1.59
Bugzilla 1204 - part 1
Alligning ProviderTypes with Provider registration types

Revision 1.59 / (view) - annotate - [select for diffs] , Tue Jan 27 13:48:11 2004 UTC (20 years, 5 months ago) by schuur
Branch: MAIN
Changes since 1.58: +24 -1 lines
Diff to previous 1.58
PEP 119 - added execQuery support.
Requiers Provider Manager 2 to be enabled.

Test and sample will be added soon.

 Modified Files:
 	src/Clients/CLITestClients/CLI/CLI.cpp
 	src/Clients/CLITestClients/CLIClientLib/CLIClientLib.cpp
	src/Clients/CLITestClients/CLIClientLib/CLIClientLib.h
 	src/Pegasus/Makefile src/Pegasus/Common/CIMMessage.h
 	src/Pegasus/Common/Makefile
 	src/Pegasus/ControlProviders/ProviderRegistrationProvider/ProviderRegistrationProvider.cpp
 	src/Pegasus/Provider/Makefile
 	src/Pegasus/ProviderManager2/Makefile
 	src/Pegasus/ProviderManager2/ProviderRegistrar.cpp
 	src/Pegasus/ProviderManager2/ProviderType.cpp
 	src/Pegasus/ProviderManager2/CMPI/CMPIProvider.cpp
 	src/Pegasus/ProviderManager2/CMPI/CMPIProviderManager.cpp
 	src/Pegasus/ProviderManager2/CMPI/CMPIProviderManager.h
 	src/Pegasus/ProviderManager2/CMPI/CMPI_Array.cpp
 	src/Pegasus/ProviderManager2/CMPI/CMPI_Broker.cpp
 	src/Pegasus/ProviderManager2/CMPI/CMPI_BrokerEnc.cpp
 	src/Pegasus/ProviderManager2/CMPI/CMPI_ContextArgs.cpp
 	src/Pegasus/ProviderManager2/CMPI/CMPI_DateTime.cpp
 	src/Pegasus/ProviderManager2/CMPI/CMPI_Enumeration.cpp
 	src/Pegasus/ProviderManager2/CMPI/CMPI_Instance.cpp
 	src/Pegasus/ProviderManager2/CMPI/CMPI_Object.cpp
 	src/Pegasus/ProviderManager2/CMPI/CMPI_ObjectPath.cpp
 	src/Pegasus/ProviderManager2/CMPI/CMPI_Predicate.cpp
 	src/Pegasus/ProviderManager2/CMPI/CMPI_Result.cpp
 	src/Pegasus/ProviderManager2/CMPI/CMPI_SelectCond.cpp
 	src/Pegasus/ProviderManager2/CMPI/CMPI_SelectExp.cpp
 	src/Pegasus/ProviderManager2/CMPI/CMPI_SelectExp.h
 	src/Pegasus/ProviderManager2/CMPI/CMPI_String.cpp
 	src/Pegasus/ProviderManager2/CMPI/CMPI_SubCond.cpp
 	src/Pegasus/ProviderManager2/CMPI/CMPI_ThreadContext.cpp
 	src/Pegasus/ProviderManager2/CMPI/CMPI_Value.cpp
 	src/Pegasus/ProviderManager2/CMPI/CMPI_Wql2Dnf.cpp
 	src/Pegasus/ProviderManager2/CMPI/Makefile
 	src/Pegasus/ProviderManager2/CMPI/cmpidt.h
 	src/Pegasus/ProviderManager2/CMPI/cmpift.h
 	src/Pegasus/ProviderManager2/CMPI/cmpimacs.h
 	src/Pegasus/ProviderManager2/Default/DefaultProviderManager.cpp
 	src/Pegasus/ProviderManager2/Default/DefaultProviderManager.h
 	src/Pegasus/ProviderManager2/Default/LocalProviderManager.cpp
 	src/Pegasus/ProviderManager2/Default/Makefile
 	src/Pegasus/ProviderManager2/Default/OperationResponseHandler.h
 	src/Pegasus/ProviderManager2/Default/Provider.cpp
 	src/Pegasus/ProviderManager2/Default/Provider.h
 	src/Pegasus/ProviderManager2/Default/ProviderFacade.cpp
 	src/Pegasus/ProviderManager2/Default/ProviderFacade.h
 	src/Pegasus/ProviderManager2/Default/SimpleResponseHandler.h
 	src/Pegasus/Server/CIMOperationRequestDispatcher.cpp
 	src/Pegasus/Server/CIMOperationRequestDispatcher.h
 	src/Pegasus/Server/CIMServer.cpp
 	src/Pegasus/Server/CIMServer.h src/Pegasus/Server/Makefile
 	src/Pegasus/Server/ProviderRegistrationManager/ProviderRegistrationManager.cpp
 	src/Pegasus/Server/ProviderRegistrationManager/ProviderRegistrationManager.h
 	src/Pegasus/WQL/Makefile
 	src/Pegasus/WQL/WQLSelectStatement.cpp
 	src/Pegasus/WQL/WQLSelectStatement.h
 Added Files:
 	src/Pegasus/Common/QueryExpression.cpp
 	src/Pegasus/Common/QueryExpression.h
 	src/Pegasus/Common/QueryExpressionRep.cpp
 	src/Pegasus/Common/QueryExpressionRep.h
 	src/Pegasus/Provider/CIMInstanceQueryProvider.cpp
 	src/Pegasus/Provider/CIMInstanceQueryProvider.h
 	src/Pegasus/ProviderManager2/QueryExpressionFactory.cpp
 	src/Pegasus/ProviderManager2/QueryExpressionFactory.h
 	src/Pegasus/ProviderManager2/CMPI/CMPI_SelectExpAccessor.cpp
 	src/Pegasus/ProviderManager2/CMPI/CMPI_SelectExpAccessor.h
 	src/Pegasus/ProviderManager2/CMPI/CMPI_Version.h
 	src/Pegasus/Server/QuerySupportRouter.cpp
 	src/Pegasus/Server/QuerySupportRouter.h
 	src/Pegasus/Server/WQLOperationRequestDispatcher.cpp
 	src/Pegasus/Server/WQLOperationRequestDispatcher.h
 	src/Pegasus/WQL/WQLInstancePropertySource.cpp
 	src/Pegasus/WQL/WQLInstancePropertySource.h
 	src/Pegasus/WQL/WQLQueryExpressionRep.cpp
 	src/Pegasus/WQL/WQLQueryExpressionRep.h
 ----------------------------------------------------------------------

Revision 1.58 / (view) - annotate - [select for diffs] , Wed Nov 12 20:48:32 2003 UTC (20 years, 7 months ago) by kumpf
Branch: MAIN
CVS Tags: local, RELEASE_2_3_2-root, RELEASE_2_3_1-root
Branch point for: RELEASE_2_3_2-branch, RELEASE_2_3_1-branch
Changes since 1.57: +5 -7 lines
Diff to previous 1.57
HP-RK Bugzilla 1030 (Automated test failure in Client test).

Revision 1.57 / (view) - annotate - [select for diffs] , Wed Nov 12 11:20:12 2003 UTC (20 years, 7 months ago) by schuur
Branch: MAIN
Changes since 1.56: +197 -172 lines
Diff to previous 1.56
PEP#099 - Restructure of CIMRequestMessage  -- CIMMessage.h  -- Requires re-build of pegasus
Prepare for PEP#102 -- Added friend class definitions in CIMOMHandle.h and WQLSelectStatement.h

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

Revision 1.55 / (view) - annotate - [select for diffs] , Thu Oct 16 20:05:54 2003 UTC (20 years, 8 months ago) by kumpf
Branch: MAIN
CVS Tags: TEST, PRE_LICENSE_UPDATE_2003
Changes since 1.54: +24 -0 lines
Diff to previous 1.54
HP-YZ: Fix bugzilla 636 (Registration Provider does not send enable notification to Indication Service).

Revision 1.54 / (view) - annotate - [select for diffs] , Tue Sep 30 20:02:04 2003 UTC (20 years, 9 months ago) by kumpf
Branch: MAIN
CVS Tags: test
Changes since 1.53: +4 -1 lines
Diff to previous 1.53
HP-[CAKG] Fixes for bugzilla 616 (forward indications only to subscriptions accepted by provider) and 621 (Indication Service must call getClass() with localOnly=False)

Revision 1.53 / (view) - annotate - [select for diffs] , Thu Sep 25 20:48:06 2003 UTC (20 years, 9 months ago) by kumpf
Branch: MAIN
CVS Tags: RELEASE_2_3_0-msg-freeze
Changes since 1.52: +3 -0 lines
Diff to previous 1.52
HP-YZ: Fixed Bugzilla 573 (cimprovider -d does not disable indication provider.)

Revision 1.49.4.3 / (view) - annotate - [select for diffs] , Thu Aug 14 10:55:42 2003 UTC (20 years, 10 months ago) by mday
Branch: pep_88
Changes since 1.49.4.2: +9 -11 lines
Diff to previous 1.49.4.2 to branch point 1.49 to next main 1.50
another merge with HEAD

Revision 1.52 / (view) - annotate - [select for diffs] , Wed Aug 13 21:37:32 2003 UTC (20 years, 10 months ago) by kumpf
Branch: MAIN
Changes since 1.51: +9 -10 lines
Diff to previous 1.51
HP-JS PEPs 78 and 79 ([WMI Mapper] Changes to the Authentication Process and Local Connection Enhancements).

Revision 1.49.4.2 / (view) - annotate - [select for diffs] , Wed Aug 13 18:39:50 2003 UTC (20 years, 10 months ago) by mday
Branch: pep_88
Changes since 1.49.4.1: +3 -3 lines
Diff to previous 1.49.4.1 to branch point 1.49
merge with 2.3 localized code

Revision 1.51 / (view) - annotate - [select for diffs] , Wed Aug 6 20:57:17 2003 UTC (20 years, 11 months ago) by kumpf
Branch: MAIN
Changes since 1.50: +3 -3 lines
Diff to previous 1.50
HP-YZ: PEP 67 (Indication Consumer Registration).

Revision 1.49.4.1 / (view) - annotate - [select for diffs] , Wed Jul 16 20:45:25 2003 UTC (20 years, 11 months ago) by mday
Branch: pep_88
Changes since 1.49: +245 -100 lines
Diff to previous 1.49
*** empty log message ***

Revision 1.50 / (view) - annotate - [select for diffs] , Wed Jul 16 13:16:22 2003 UTC (20 years, 11 months ago) by chuck
Branch: MAIN
Changes since 1.49: +245 -100 lines
Diff to previous 1.49
IBM-CC, PEP58, R2.3: Globalization changes

Revision 1.49 / (view) - annotate - [select for diffs] , Wed May 21 16:39:24 2003 UTC (21 years, 1 month ago) by kumpf
Branch: MAIN
CVS Tags: 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
Branch point for: pep_88
Changes since 1.48: +3 -0 lines
Diff to previous 1.48
HP-YZ: Fix Bugzilla 320 -- cimprovider -r -m does not unload the provider.

Revision 1.48 / (view) - annotate - [select for diffs] , Wed Apr 9 15:28:55 2003 UTC (21 years, 2 months ago) by mday
Branch: MAIN
CVS Tags: PEGASUS_FC_VERSION_2_2
Changes since 1.47: +27 -0 lines
Diff to previous 1.47
ProviderManager & Provider Merge - Interim

Revision 1.47 / (view) - annotate - [select for diffs] , Wed Feb 12 17:27:21 2003 UTC (21 years, 4 months ago) by kumpf
Branch: MAIN
CVS Tags: mday-merge-start, mday-merge-pegasus/src/Pegasus/Server, mday-merge-pegasus/src/Pegasus/Common
Changes since 1.46: +4 -1 lines
Diff to previous 1.46
HP-[CAKG] PEP 17: Added containers for indication subscription and delivery parameters; added test cases

Revision 1.46.4.1 / (view) - annotate - [select for diffs] , Thu Feb 6 20:47:03 2003 UTC (21 years, 4 months ago) by mday
Branch: mday-2-0-patches
Changes since 1.46: +33 -0 lines
Diff to previous 1.46 to next main 1.47
merged IBM Director updates

Revision 1.46.8.1 / (view) - annotate - [select for diffs] , Mon Jan 13 18:57:55 2003 UTC (21 years, 5 months ago) by kumpf
Changes since 1.46: +4 -1 lines
Diff to previous 1.46 to next main 1.47
HP-[CAKG] Add containers for indication subscription and delivery parameters

Revision 1.46.2.1 / (view) - annotate - [select for diffs] , Mon Oct 28 15:43:21 2002 UTC (21 years, 8 months ago) by mday
Changes since 1.46: +108 -109 lines
Diff to previous 1.46 to next main 1.47
merged with STABLE branch

Revision 1.46 / (view) - annotate - [select for diffs] , Fri Sep 13 20:40:42 2002 UTC (21 years, 9 months ago) by kumpf
Branch: MAIN
CVS Tags: VERSION_2_1_RELEASE_HEAD, VERSION_2_1_RELEASE_BRANCH, VERSION_2_1_RELEASE, VERSION_2_1_1_RELEASE, LOCAL_ASSOCPROV-ROOT, LOCAL_ASSOCPROV-BRANCH
Branch point for: mday-2-0-patches
Changes since 1.45: +109 -108 lines
Diff to previous 1.45
HP-[CAKG] API Review: CIMName modifications

Revision 1.45 / (view) - annotate - [select for diffs] , Fri Jul 26 19:01:19 2002 UTC (21 years, 11 months ago) by kumpf
Branch: MAIN
CVS Tags: VERSION_2_01_01
Changes since 1.44: +1 -0 lines
Diff to previous 1.44
HP-[CAKG] Replace Config[platform] files with Linkage.h files

Revision 1.44 / (view) - annotate - [select for diffs] , Tue Jun 4 21:56:46 2002 UTC (22 years, 1 month ago) by kumpf
Branch: MAIN
CVS Tags: 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
Changes since 1.43: +3 -3 lines
Diff to previous 1.43
YZ-HP: fixed a defect on the updating operational status.

Revision 1.43 / (view) - annotate - [select for diffs] , Mon Jun 3 18:55:21 2002 UTC (22 years, 1 month ago) by mike
Branch: MAIN
Changes since 1.42: +11 -0 lines
Diff to previous 1.42
Fine

Revision 1.42 / (view) - annotate - [select for diffs] , Fri May 31 23:56:24 2002 UTC (22 years, 1 month ago) by kumpf
Branch: MAIN
Changes since 1.41: +4 -4 lines
Diff to previous 1.41
HP-RK Update license header.

Revision 1.41 / (view) - annotate - [select for diffs] , Fri May 31 03:02:09 2002 UTC (22 years, 1 month ago) by kumpf
Branch: MAIN
Changes since 1.40: +6 -6 lines
Diff to previous 1.40
HP-[CAKG] Remove CIMObjectWithPath class; use CIMObject

Revision 1.40 / (view) - annotate - [select for diffs] , Thu May 30 14:55:19 2002 UTC (22 years, 1 month ago) by kumpf
Branch: MAIN
Changes since 1.39: +4 -20 lines
Diff to previous 1.39
HP-[CAKG] Remove CIMNamedInstance class; use CIMInstance

Revision 1.39 / (view) - annotate - [select for diffs] , Tue May 28 22:22:30 2002 UTC (22 years, 1 month ago) by karl
Branch: MAIN
Changes since 1.38: +1 -0 lines
Diff to previous 1.38
fix minor error with new print

Revision 1.38 / (view) - annotate - [select for diffs] , Tue May 28 20:32:03 2002 UTC (22 years, 1 month ago) by mike
Branch: MAIN
Changes since 1.37: +59 -1 lines
Diff to previous 1.37
Added print method to message classes.

Revision 1.37 / (view) - annotate - [select for diffs] , Fri May 17 23:51:16 2002 UTC (22 years, 1 month ago) by kumpf
Branch: MAIN
Changes since 1.36: +31 -0 lines
Diff to previous 1.36
HP-JY Fixed ShutdownService to shutdown cimserver.

Revision 1.36 / (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.35: +1202 -2047 lines
Diff to previous 1.35
remove copy constructors and empty destructors.

Revision 1.35 / (view) - annotate - [select for diffs] , Wed May 15 22:14:19 2002 UTC (22 years, 1 month ago) by kumpf
Branch: MAIN
Changes since 1.34: +30 -29 lines
Diff to previous 1.34
HP-RK Use CIMObjectPath class instead of CIMReference.

Revision 1.34 / (view) - annotate - [select for diffs] , Fri May 3 20:43:21 2002 UTC (22 years, 2 months ago) by kumpf
Branch: MAIN
Changes since 1.33: +8 -4 lines
Diff to previous 1.33
YZ-HP: Implemented provider module start/stop client requests on the provider manager area.

Revision 1.33 / (view) - annotate - [select for diffs] , Wed May 1 20:32:53 2002 UTC (22 years, 2 months ago) by mday
Branch: MAIN
Changes since 1.32: +1 -0 lines
Diff to previous 1.32
after debugging indication delivery

Revision 1.32 / (view) - annotate - [select for diffs] , Sat Apr 27 02:35:29 2002 UTC (22 years, 2 months ago) by kumpf
Branch: MAIN
Changes since 1.31: +691 -275 lines
Diff to previous 1.31
HP-RK Add copy constructors to the CIMMessage subclasses.

Revision 1.31 / (view) - annotate - [select for diffs] , Fri Apr 26 17:13:55 2002 UTC (22 years, 2 months ago) by kumpf
Branch: MAIN
Changes since 1.30: +3 -3 lines
Diff to previous 1.30
HP-[CAKG] Indication Service: allow addition of Creator property to Subscription, Filter, Handler instances; notify provider termination; clean up

Revision 1.30 / (view) - annotate - [select for diffs] , Wed Apr 24 23:11:07 2002 UTC (22 years, 2 months ago) by kumpf
Branch: MAIN
Changes since 1.29: +92 -0 lines
Diff to previous 1.29
YZ-HP: Implemented sending message of disable and enable module to provider manager service.

Revision 1.29 / (view) - annotate - [select for diffs] , Tue Apr 9 17:49:41 2002 UTC (22 years, 2 months ago) by kumpf
Branch: MAIN
Changes since 1.28: +2 -2 lines
Diff to previous 1.28
HP-RK Fix initializer bug for CIMEnableIndicationsResponseMessage and CIMDisableIndicationsResponseMessage.

Revision 1.28 / (view) - annotate - [select for diffs] , Tue Apr 9 02:00:19 2002 UTC (22 years, 2 months ago) by kumpf
Branch: MAIN
Changes since 1.27: +12 -21 lines
Diff to previous 1.27
HP-RK Use the provider registration instances retrieved by the indication service in the provider manager.

Revision 1.27 / (view) - annotate - [select for diffs] , Mon Apr 8 23:10:37 2002 UTC (22 years, 2 months ago) by kumpf
Branch: MAIN
Changes since 1.26: +8 -1 lines
Diff to previous 1.26
HP-CAKG Update interface with ProviderManager to be consistent with new ProviderManager code.

Revision 1.26 / (view) - annotate - [select for diffs] , Mon Apr 8 18:52:09 2002 UTC (22 years, 2 months ago) by chip
Branch: MAIN
Changes since 1.25: +85 -4 lines
Diff to previous 1.25
add messages for enable/disable indications

Revision 1.25 / (view) - annotate - [select for diffs] , Sat Apr 6 02:52:19 2002 UTC (22 years, 3 months ago) by kumpf
Branch: MAIN
Changes since 1.24: +70 -110 lines
Diff to previous 1.24
HP-RK Modified the CIMOperationResponseMessage class and its subclasses to contain a CIMException instead of a CIMStatusCode and String description.  This allows extra information in a CIMException, such as file name and line number, to be carried internally throughout the system.

Revision 1.24 / (view) - annotate - [select for diffs] , Fri Mar 29 23:56:23 2002 UTC (22 years, 3 months ago) by kumpf
Branch: MAIN
CVS Tags: VERSION_1_09
Changes since 1.23: +3 -3 lines
Diff to previous 1.23
HP-RK Add some support for ExecQuery in the client.

Revision 1.23 / (view) - annotate - [select for diffs] , Fri Mar 29 21:40:37 2002 UTC (22 years, 3 months ago) by kumpf
Branch: MAIN
Changes since 1.22: +3 -0 lines
Diff to previous 1.22
HP-RK Add some support for ExecQuery in the server.  Clean up the client response that indicates the operation is unsupported.

Revision 1.22 / (view) - annotate - [select for diffs] , Wed Mar 27 19:05:28 2002 UTC (22 years, 3 months ago) by kumpf
Branch: MAIN
CVS Tags: VERSION_1_08
Changes since 1.21: +162 -116 lines
Diff to previous 1.21
HP-[CAKG] Indication Service updates: new indication provider messages, provider registration changes, pass userName & authType

Revision 1.21 / (view) - annotate - [select for diffs] , Mon Mar 25 20:17:05 2002 UTC (22 years, 3 months ago) by chip
Branch: MAIN
Changes since 1.20: +73 -35 lines
Diff to previous 1.20
new messages for indications

Revision 1.20 / (view) - annotate - [select for diffs] , Mon Mar 25 19:33:19 2002 UTC (22 years, 3 months ago) by chip
Branch: MAIN
Changes since 1.19: +187 -87 lines
Diff to previous 1.19
add place holder for indication messages

Revision 1.19 / (view) - annotate - [select for diffs] , Fri Mar 22 23:11:22 2002 UTC (22 years, 3 months ago) by kumpf
Branch: MAIN
Changes since 1.18: +6 -3 lines
Diff to previous 1.18
YZ-HP: Implemented the modification of a provider registration.

Revision 1.18 / (view) - annotate - [select for diffs] , Thu Mar 21 18:49:57 2002 UTC (22 years, 3 months ago) by kumpf
Branch: MAIN
Changes since 1.17: +74 -21 lines
Diff to previous 1.17
HP-[CAKG] Indication service updates: latest indication provider API, updated getIndicationProviders interface, new namespace for schema, separate indication service library, new System methods getFullyQualifiedHostName, getSystemCreationClassName

Revision 1.17 / (view) - annotate - [select for diffs] , Tue Mar 19 22:07:57 2002 UTC (22 years, 3 months ago) by kumpf
Branch: MAIN
Changes since 1.16: +6 -0 lines
Diff to previous 1.16
YZ-HP: Modified interface of getIndicationProviders. Implemented CIMNotifyProviderRegistrationRequestMessage.

Revision 1.16 / (view) - annotate - [select for diffs] , Wed Mar 13 00:10:40 2002 UTC (22 years, 3 months ago) by kumpf
Branch: MAIN
Changes since 1.15: +29 -20 lines
Diff to previous 1.15
HP-[CAKG] Updated indication service for new schema and provider registration manager

Revision 1.15 / (view) - annotate - [select for diffs] , Fri Mar 8 23:47:40 2002 UTC (22 years, 3 months ago) by kumpf
Branch: MAIN
Changes since 1.14: +1 -1 lines
Diff to previous 1.14
HP-RK Re-added support for turning off the repository as the default instance provider.

Revision 1.14 / (view) - annotate - [select for diffs] , Mon Feb 25 23:57:06 2002 UTC (22 years, 4 months ago) by mday
Branch: MAIN
CVS Tags: async_dispatcher
Changes since 1.13: +1344 -1305 lines
Diff to previous 1.13
 lots of changes to support mixing of legacy and async messages in queues

Revision 1.13 / (view) - annotate - [select for diffs] , Sat Feb 23 00:27:20 2002 UTC (22 years, 4 months ago) by kumpf
Branch: MAIN
Changes since 1.12: +89 -0 lines
Diff to previous 1.12
SF-HP NB-HP Changed the authorizer to include checks for privileged user access.

Revision 1.12 / (view) - annotate - [select for diffs] , Thu Feb 7 23:16:06 2002 UTC (22 years, 4 months ago) by kumpf
Branch: MAIN
CVS Tags: pre-meta-dispatcher
Changes since 1.11: +44 -0 lines
Diff to previous 1.11
HP-[Nitin Upasani] Implementation of IndicationHandler as a Service

Revision 1.11 / (view) - annotate - [select for diffs] , Tue Jan 29 10:53:29 2002 UTC (22 years, 5 months ago) by sage
Branch: MAIN
CVS Tags: VERSION_1_07
Changes since 1.10: +2 -2 lines
Diff to previous 1.10
removed warning

Revision 1.10 / (view) - annotate - [select for diffs] , Fri Jan 25 19:04:50 2002 UTC (22 years, 5 months ago) by kumpf
Branch: MAIN
Changes since 1.9: +90 -0 lines
Diff to previous 1.9
HP-[Nitin Upasani] Implementation of IndicationService and new IndicationProvider APIs.

Revision 1.9 / (view) - annotate - [select for diffs] , Mon Jan 14 18:51:14 2002 UTC (22 years, 5 months ago) by kumpf
Branch: MAIN
Changes since 1.8: +142 -56 lines
Diff to previous 1.8
HP-Nag: Created CIMOperationRequestAuthorizer queue and moved Authorization verification code from CIMOperationRequestDecoder queue to this new queue. Modified CIMServer.cpp to create CIMOperationRequestAuthorizer queue only when authorization is enabled. Also modified CIMRequestMessagesin CIMMessage.h to include userName to make it available to the CIMOperationRequestDispatcher.

Revision 1.8 / (view) - annotate - [select for diffs] , Thu Dec 13 14:53:50 2001 UTC (22 years, 6 months ago) by mike
Branch: MAIN
CVS Tags: merge_of_dev
Changes since 1.7: +408 -119 lines
Diff to previous 1.7
Merged dev branch into main trunk.

Revision 1.7.2.11 / (view) - annotate - [select for diffs] , Wed Dec 5 04:07:36 2001 UTC (22 years, 7 months ago) by kumpf
Branch: dev
CVS Tags: dev_dead
Changes since 1.7.2.10: +164 -82 lines
Diff to previous 1.7.2.10 to branch point 1.7 to next main 1.8
HP-[CAKG] indication subscription service provider

Revision 1.7.2.10 / (view) - annotate - [select for diffs] , Wed Nov 21 18:59:05 2001 UTC (22 years, 7 months ago) by kumpf
Branch: dev
Changes since 1.7.2.9: +3 -0 lines
Diff to previous 1.7.2.9 to branch point 1.7
HP-RK Added an optional IncludeQualifiers parameter to ModifyInstance (to go along with the new PropertyList parameter).  This change was required to comply with the DMTF specification.  This change was made throughout the system except for in the provider API.  For now, the CIMProviderHandle and CIMBaseProviderHandle hide the difference from providers, so older providers will continue to function.  However, this means that clients can not yet take advantage of the added functionality.

Revision 1.7.2.9 / (view) - annotate - [select for diffs] , Wed Nov 21 07:18:54 2001 UTC (22 years, 7 months ago) by kumpf
Branch: dev
Changes since 1.7.2.8: +28 -22 lines
Diff to previous 1.7.2.8 to branch point 1.7
HP-RK Changed the return value of EnumerateInstances from Array<CIMInstance> to Array<CIMNamedInstance>.  Changed the parameter to ModifyInstance from CIMInstance to CIMNamedInstance.  Added an optional PropertyList parameter to ModifyInstance.  Changed all handling of PropertyList parameters to use the CIMPropertyList class instead of Array<String>.  Each of these changes was required to comply with the DMTF specification.  These changes were made throughout the system except for in the provider API.  For now, the CIMProviderHandle and CIMBaseProviderHandle hide the differences from providers, so older providers will continue to function.  However, this means that clients can not yet take advantage of the added functionality.

Revision 1.7.2.8 / (view) - annotate - [select for diffs] , Fri Nov 9 10:19:56 2001 UTC (22 years, 7 months ago) by sage
Branch: dev
Changes since 1.7.2.7: +2 -2 lines
Diff to previous 1.7.2.7 to branch point 1.7
FIX: compiler warnings

Revision 1.7.2.7 / (view) - annotate - [select for diffs] , Tue Nov 6 19:15:00 2001 UTC (22 years, 7 months ago) by kumpf
Branch: dev
CVS Tags: SNAPSHOT_1_04
Changes since 1.7.2.6: +106 -0 lines
Diff to previous 1.7.2.6 to branch point 1.7
HP-[Nitin Upasani] Implementation of Indication Subscription Provider.

Revision 1.7.2.6 / (view) - annotate - [select for diffs] , Tue Nov 6 00:52:03 2001 UTC (22 years, 8 months ago) by kumpf
Branch: dev
Changes since 1.7.2.5: +9 -3 lines
Diff to previous 1.7.2.5 to branch point 1.7
HP-YZ Fixed createInstance to return a CIMReference (instanceName).

Revision 1.7.2.5 / (view) - annotate - [select for diffs] , Fri Oct 5 17:55:51 2001 UTC (22 years, 9 months ago) by kumpf
Branch: dev
Changes since 1.7.2.4: +13 -8 lines
Diff to previous 1.7.2.4 to branch point 1.7
HP-[Nitin Upasani] Implementation of InvokeMethod.

Revision 1.7.2.4 / (view) - annotate - [select for diffs] , Thu Sep 27 20:57:26 2001 UTC (22 years, 9 months ago) by kumpf
Branch: dev
Changes since 1.7.2.3: +41 -2 lines
Diff to previous 1.7.2.3 to branch point 1.7
HP-[Nitin Upasani] Implementation of ExportIndication and Consumer.

Revision 1.7.2.3 / (view) - annotate - [select for diffs] , Sat Sep 1 21:53:19 2001 UTC (22 years, 10 months ago) by mike
Branch: dev
Changes since 1.7.2.2: +19 -6 lines
Diff to previous 1.7.2.2 to branch point 1.7
Finalized queue-based client rework.

Revision 1.7.2.2 / (view) - annotate - [select for diffs] , Tue Aug 21 05:08:58 2001 UTC (22 years, 10 months ago) by sage
Branch: dev
Changes since 1.7.2.1: +2 -2 lines
Diff to previous 1.7.2.1 to branch point 1.7
FIX: removed warning

Revision 1.7.2.1 / (view) - annotate - [select for diffs] , Mon Aug 20 01:37:38 2001 UTC (22 years, 10 months ago) by mike
Branch: dev
Changes since 1.7: +116 -87 lines
Diff to previous 1.7
Modules retrofit

Revision 1.7 / (view) - annotate - [select for diffs] , Fri Jul 13 06:54:58 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
Changes since 1.6: +3 -3 lines
Diff to previous 1.6
Removed CIMOperations interface from Dispatcher

Revision 1.6 / (view) - annotate - [select for diffs] , Fri Jul 13 06:11:03 2001 UTC (22 years, 11 months ago) by mike
Branch: MAIN
Changes since 1.5: +9 -9 lines
Diff to previous 1.5
More message queue stuff.

Revision 1.5 / (view) - annotate - [select for diffs] , Thu Jul 12 05:21:55 2001 UTC (22 years, 11 months ago) by mike
Branch: MAIN
Changes since 1.4: +112 -123 lines
Diff to previous 1.4
Partial integration of message queues with ServerHandler and Dispatcher.

Revision 1.4 / (view) - annotate - [select for diffs] , Thu Jul 12 01:34:34 2001 UTC (22 years, 11 months ago) by mike
Branch: MAIN
Changes since 1.3: +97 -51 lines
Diff to previous 1.3
Added queue tables.

Revision 1.3 / (view) - annotate - [select for diffs] , Tue Jul 10 22:05:31 2001 UTC (22 years, 11 months ago) by mike
Branch: MAIN
Changes since 1.2: +142 -63 lines
Diff to previous 1.2
Added message-ids to message

Revision 1.2 / (view) - annotate - [select for diffs] , Tue Jul 10 05:43:23 2001 UTC (22 years, 11 months ago) by mike
Branch: MAIN
Changes since 1.1: +375 -8 lines
Diff to previous 1.1
Prepended CIM_ERR to CIM status codes.
Added CIM response message types to CIMMessage.h.

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
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