CVS log for pegasus/src/Pegasus/Server/CIMOperationRequestDispatcher.h

(logo)

Help

(back) Up to [Pegasus] / pegasus / src / Pegasus / Server

Request diff between arbitrary revisions


Default branch: MAIN
Bookmark a link to: HEAD / (download)
Current tag: MAIN

Revision 1.106 / (view) - annotate - [select for diffs] , Wed Nov 19 00:12:40 2014 UTC (9 years, 7 months ago) by karl
Branch: MAIN
CVS Tags: 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.105: +12 -12 lines
Diff to previous 1.105
BUG#: 9950
TITLE: The server crashes when processing large PULL operations.

DESCRIPTION: Add call to OOPProviderManagerRouter to clean up
enumerationContexts.  Other minor changes found during tests. also.

Revision 1.105 / (view) - annotate - [select for diffs] , Mon Nov 10 21:41:05 2014 UTC (9 years, 7 months ago) by karl
Branch: MAIN
Changes since 1.104: +28 -5 lines
Diff to previous 1.104
BUG#: 9928

TITLE: Initial FQL implementation per DMTF specification DSP0212

DESCRIPTION: Commit of initial FQL (Filter Query Language)
implementation including 1) FQL parser and evaluator, 2 FQL integration
into CIMOperationRequestDispatcher.cpp, 3)FQL unit and end-end tests
in FQL/tests/Parser and FQL/tests/clitest and FQL tests added to
cimcli tests in src/Clients/cimcli/tests/Makefile

Revision 1.104 / (view) - annotate - [select for diffs] , Sat Oct 11 23:04:19 2014 UTC (9 years, 8 months ago) by karl
Branch: MAIN
Changes since 1.103: +21 -5 lines
Diff to previous 1.103
BUG#: 9819
TITLE: Add runtime configuration variables for pull operations.

DESCRIPTION: Adds the cimconfig variables pull pullOperationsMaxObjectCount, pullOperationsDefaultTimeout, pullOperationsMaxTimeout and changes CIMOperationRequestDispatcher
to use the runtime config variables.  Also cleans up the definition
of these parameters in CIMClient.h

Revision 1.103 / (view) - annotate - [select for diffs] , Wed Aug 27 22:10:11 2014 UTC (9 years, 10 months ago) by karl
Branch: MAIN
CVS Tags: postBug9676
Changes since 1.102: +258 -21 lines
Diff to previous 1.102
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.102 / (view) - annotate - [select for diffs] , Wed Oct 16 22:24:19 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.101: +53 -20 lines
Diff to previous 1.101
BUG#: 9803

TITLE: Code cleanup in Pegasus/Server dir pre pull operations

DESCRIPTION: Remove trailing blanks and modify some low level calls to
match changes in Pull operations

Revision 1.101 / (view) - annotate - [select for diffs] , Mon Aug 12 12:41:20 2013 UTC (10 years, 10 months ago) by karl
Branch: MAIN
Changes since 1.100: +301 -54 lines
Diff to previous 1.100
BUG#: 9668
TITLE: Refactor CIMOperationDispatcher EnumeateInstance and Association request processing

DESCRIPTION: Refactor dispatcher code to reduce paths for processing EnumerateIntances,
EnumerateInstanceNames, and the associator and reference requests. This is part of clean
up to prepare for pull operations since these operations reuse this functionality

Revision 1.100 / (view) - annotate - [select for diffs] , Wed May 1 22:20:09 2013 UTC (11 years, 2 months 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.99: +18 -17 lines
Diff to previous 1.99
BUG#: 9644
TITLE: Minor cleanup to OperationDispatcher to use correct CIMMessage on request

DESCRIPTION: Change all use of CIMRequestMessage in operation dispatcher to
CIMOperationRequestDispatcher.  No real functional changes.

Revision 1.99 / (view) - annotate - [select for diffs] , Sat Apr 20 16:46:52 2013 UTC (11 years, 2 months ago) by karl
Branch: MAIN
Changes since 1.98: +135 -22 lines
Diff to previous 1.98
BUG#: 9596
TITLE: CIMOperationRequestDispatcher.cpp refactor request parameter processing

DESCRIPTION: Refactored all request parameter processing into common functions
in preperations for using the same functions for the pull operations

Revision 1.98 / (view) - annotate - [select for diffs] , Wed Feb 20 21:51:38 2013 UTC (11 years, 4 months ago) by karl
Branch: MAIN
Changes since 1.97: +1 -1 lines
Diff to previous 1.97
BUG#: 9587
TITLE: Fix failue in nbat caused by bug 9450

DESCRIPTION: Remove use of response message after it was sent to enqueueResponse

Revision 1.97 / (view) - annotate - [select for diffs] , Mon Feb 11 19:30:58 2013 UTC (11 years, 4 months ago) by karl
Branch: MAIN
Changes since 1.96: +58 -64 lines
Diff to previous 1.96
BUG#: 9450
TITLE: CImOperationRequestDispatcher, Remove Internal Provider Reg Table to separate File

DESCRIPTION: Move Internal Provider Registration table to reg_talble.cpp and redo table
to reduce footprint.  In addition, clean up lookupProvider... functions in
CIMOperationRequestDispatcher.cpp, etc.  Minor changes (ex. Create CSTRING macro
to simplify mapping of Strings for Trace, etc.

Revision 1.96 / (view) - annotate - [select for diffs] , Wed Feb 6 12:19:32 2013 UTC (11 years, 4 months ago) by marek
Branch: MAIN
Changes since 1.95: +0 -1 lines
Diff to previous 1.95
BUG#:9541
TITLE: Build breaks while compiling "Server" library.

DESCRIPTION:
Fixes the following warnings:
In file included from QuerySupportRouter.cpp:38:
/disk1/buildMAIN/pegasus/src/Pegasus/Server/CQLOperationRequestDispatcher.h:42:
warning: `
   class Pegasus::CQLOperationRequestDispatcher' only defines a private
   destructor and has no friends

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

DESCRIPTION:

Revision 1.94 / (view) - annotate - [select for diffs] , Thu Feb 17 14:23:35 2011 UTC (13 years, 4 months ago) by marek
Branch: MAIN
CVS Tags: RELEASE_2_12_1-RC1, RELEASE_2_12_1, RELEASE_2_12_0-RC1, RELEASE_2_12_0-FC, RELEASE_2_12_0, RELEASE_2_12-root, RELEASE_2_12-branch, RELEASE_2_11_2-RC1, RELEASE_2_11_2, RELEASE_2_11_1-RC1, RELEASE_2_11_1, RELEASE_2_11_0-RC1, RELEASE_2_11_0, RELEASE_2_11-root, RELEASE_2_11-branch
Changes since 1.93: +3 -1 lines
Diff to previous 1.93
BUG#:8926
TITLE: C++Default Client interface does not filter with binary enabled

DESCRIPTION:

Revision 1.93 / (view) - annotate - [select for diffs] , Tue May 5 08:01:41 2009 UTC (15 years, 2 months ago) by thilo.boehm
Branch: MAIN
CVS Tags: TASK-PEP348_SCMO-root, TASK-PEP348_SCMO-merged_out_to_branch, TASK-PEP348_SCMO-merged_out_from_trunk, TASK-PEP348_SCMO-merged_in_to_trunk, TASK-PEP348_SCMO-merged_in_from_branch, TASK-PEP348_SCMO-branch, TASK-PEP317_pullop-root, RELEASE_2_11_0-FC, 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
Branch point for: TASK-PEP317_pullop-branch
Changes since 1.92: +0 -2 lines
Diff to previous 1.92
PEP#: 347
TITLE: Separate internal modules from current libpegcommon library

DESCRIPTION: Correcting Makefiles and #includes of modules  affected by the reorganization of pegcommon.

Revision 1.92 / (view) - annotate - [select for diffs] , Tue Dec 2 09:02:17 2008 UTC (15 years, 7 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.91: +6 -6 lines
Diff to previous 1.91
BUG#: 8123
TITLE: Update copyright/license text

DESCRIPTION:

Fixing trailing spaces in copyright/license text

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

DESCRIPTION:

Adding the new copyright/license text to almost all files

Revision 1.90 / (view) - annotate - [select for diffs] , Wed Nov 26 01:15:40 2008 UTC (15 years, 7 months ago) by mike
Branch: MAIN
Changes since 1.89: +1 -1 lines
Diff to previous 1.89
BUG#: 8101
TITLE: CIMRepository::getFullConstClass()

DESCRIPTION: Adds a function and usage that gets a const-class from the repository to avoid cloning.

Revision 1.89 / (view) - annotate - [select for diffs] , Wed Nov 12 07:12:11 2008 UTC (15 years, 7 months ago) by kavita.gupta
Branch: MAIN
Changes since 1.88: +0 -1 lines
Diff to previous 1.88
BUG#: 8072
TITLE: Zero server restart for enableNormalization config property changes

Revision 1.88 / (view) - annotate - [select for diffs] , Mon Oct 20 10:01:17 2008 UTC (15 years, 8 months ago) by venkat.puvvada
Branch: MAIN
Changes since 1.87: +1 -0 lines
Diff to previous 1.87
BUG#: 8021
TITLE: NB&T Failure - cimservermain crash - TestPegClientClient
DESCRIPTION: check for service before printing queue name in trace messages.

Revision 1.87 / (view) - annotate - [select for diffs] , Fri Oct 17 05:50:02 2008 UTC (15 years, 8 months ago) by venkat.puvvada
Branch: MAIN
Changes since 1.86: +13 -11 lines
Diff to previous 1.86
BUG#: 8000
TITLE: service lookup optimization in request dispatcher
DESCRIPTION: Cleanedup unecessary functionality in DynamicroutingTable and used service-id instead of service-name to make service lookup faster.

Revision 1.86 / (view) - annotate - [select for diffs] , Thu Aug 7 17:04:00 2008 UTC (15 years, 10 months ago) by kumpf
Branch: MAIN
CVS Tags: TASK-PEP328_SOLARIS_NEVADA_PORT_v2-root, TASK-PEP328_SOLARIS_NEVADA_PORT_v2-branch, TASK-PEP311_WSMan-root, TASK-PEP311_WSMan-branch
Changes since 1.85: +8 -8 lines
Diff to previous 1.85
BUG#: 7779
TITLE: Variables hidden by other declarations in scope
DESCRIPTION: Use different names for variables in nested scope.

Revision 1.85 / (view) - annotate - [select for diffs] , Wed Dec 12 03:21:42 2007 UTC (16 years, 6 months ago) by ouyang.jian
Branch: MAIN
CVS Tags: TASK_PEP328_SOLARIS_NEVADA_PORT, 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-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, 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
Changes since 1.84: +1 -1 lines
Diff to previous 1.84
BUG#:6557
TITLE: bug in copy constructor of ProviderInfo

DESCRIPTION: this bug and bug 6558 together make normalization does not
work in OOP mode.

Revision 1.84 / (view) - annotate - [select for diffs] , Tue Aug 14 18:30:34 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_0-RC1, RELEASE_2_7_0-BETA, RELEASE_2_7_0, RELEASE_2_7-root
Branch point for: RELEASE_2_7-branch
Changes since 1.83: +25 -3 lines
Diff to previous 1.83
BUG#: 6802
TITLE: Incorrect and inefficient exception handling in CIMOperationRequestDispatcher
DESCRIPTION: Add general exception handling for exceptions raised during operation processing, remove unnecessary try/catch blocks, and remove cases where exceptions are caught but not handled.

Revision 1.83 / (view) - annotate - [select for diffs] , Tue Jul 24 19:02:10 2007 UTC (16 years, 11 months ago) by kumpf
Branch: MAIN
Changes since 1.82: +3 -3 lines
Diff to previous 1.82
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.82 / (view) - annotate - [select for diffs] , Tue Nov 14 18:34:59 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-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, RELEASE_2_6_1-RC1, RELEASE_2_6_1, RELEASE_2_6_0-RC1, RELEASE_2_6_0, RELEASE_2_6-root, PEP286_PRIVILEGE_SEPARATION_ROOT, PEP286_PRIVILEGE_SEPARATION_CODE_FREEZE, PEP286_PRIVILEGE_SEPARATION_BRANCH, PEP286_PRIVILEGE_SEPARATION_1
Branch point for: TASK-PEP274_dacim-branch, RELEASE_2_6-branch
Changes since 1.81: +190 -200 lines
Diff to previous 1.81
BUG#: 5850
TITLE: Source files do not meet chksrc requirements
DESCRIPTION: Remove tab characters and author names and shorten lines that are wider than 80 characters.

Revision 1.81 / (view) - annotate - [select for diffs] , Tue Oct 24 17:00:12 2006 UTC (17 years, 8 months ago) by kumpf
Branch: MAIN
CVS Tags: TASK-PEP267_SLPReregistrationSupport-merging_out_from_trunk, 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, RELEASE_2_6_0-FC
Changes since 1.80: +17 -5 lines
Diff to previous 1.80
BUG#: 5718
TITLE: PEP 258 CIM Operation Audit Logging
DESCRIPTION: Add audit log messages for CIM operation processing.

Revision 1.80 / (view) - annotate - [select for diffs] , Wed Aug 9 20:13:05 2006 UTC (17 years, 10 months ago) by mike
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-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-BUG4011_WinLocalConnect-branch-New
Changes since 1.79: +0 -1 lines
Diff to previous 1.79
BUG#: 5314
TITLE: IPC Refactoring

DESCRIPTION: This patch cleans up the IPC related classes. It (1) reorganizes
related classes into their own headers, (2) makes the mutex class recursive to
eliminate recursive lock exclusion logic, (3) reimplements condition variables,
renames dozens of global functions.

Revision 1.79 / (view) - annotate - [select for diffs] , Tue Jul 11 17:39:37 2006 UTC (17 years, 11 months ago) by mike
Branch: MAIN
CVS Tags: TASK_BUG_5314_IPC_REFACTORING_ROOT
Branch point for: TASK_BUG_5314_IPC_REFACTORING_BRANCH
Changes since 1.78: +0 -1 lines
Diff to previous 1.78
BUG#: 5191
TITLE: Queue Consolidation

DESCRIPTION: Queue Consolidation Branch Work

Revision 1.78 / (view) - annotate - [select for diffs] , Tue Jun 20 23:54:33 2006 UTC (18 years ago) by dave.sudlik
Branch: MAIN
CVS Tags: TASK_BUG_5191_QUEUE_CONSOLIDATION_ROOT
Branch point for: TASK_BUG_5191_QUEUE_CONSOLIDATION_BRANCH
Changes since 1.77: +2 -0 lines
Diff to previous 1.77
BUG#: 5157
TITLE: Pegasus freezes when it is unable to send out completely, the results of a request

DESCRIPTION: committing fix, new OperationAggregate mutex for _enqueueResponse

Revision 1.77 / (view) - annotate - [select for diffs] , Fri Feb 10 19:13:47 2006 UTC (18 years, 4 months ago) by kumpf
Branch: MAIN
CVS Tags: TASK_PEP233_EmbeddedInstSupport-merge_out_trunk, 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-root, TASK-PEP241_OpenPegasusStressTests-merged_out_to_branch, TASK-PEP241_OpenPegasusStressTests-merged_out_from_trunk, TASK-PEP241_OpenPegasusStressTests-merged_in_to_trunk, TASK-PEP241_OpenPegasusStressTests-merged_in_from_branch, TASK-PEP241_OpenPegasusStressTests-branch, 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, RELEASE_2_5_1-RC1, RELEASE_2_5_1, RELEASE_2_5-root
Branch point for: RELEASE_2_5-branch
Changes since 1.76: +1 -1 lines
Diff to previous 1.76
BUG#: 4766
TITLE: Unnecessary implementations for hidden methods
DESCRIPTION: Removed the 'unimplemented' method definitions.

Revision 1.76 / (view) - annotate - [select for diffs] , Mon Jan 30 16:18:31 2006 UTC (18 years, 5 months ago) by karl
Branch: MAIN
Changes since 1.75: +4 -2 lines
Diff to previous 1.75
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.75 / (view) - annotate - [select for diffs] , Fri Jul 1 17:30:54 2005 UTC (19 years ago) by a.dunfey
Branch: MAIN
CVS Tags: STABLE, RELEASE_2_5_0-RC1, RELEASE_2_5_0, PEP244_ServerProfile-root, PEP244_ServerProfile-branch, 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-AtomicInt-branch, NPEGASUS_2_5_0_PerformanceDev-String-root, NNPEGASUS_2_5_0_PerformanceDev-String-branch, BUG_4225_PERFORMANCE_VERSION_1_DONE
Branch point for: PEP233_EmbeddedInstSupport-branch
Changes since 1.74: +1 -0 lines
Diff to previous 1.74
BUG#: 3183
TITLE: Backwards-compatible handling of CIM_ERR_NOT_SUPPORTED

DESCRIPTION:

Modified the OperationAggregate::resequenceResponse() method to keep a count of the NOT_SUPPORTED exception responses received and to clear the exceptions except in the case of the final response. For the final response, it checks to see if all of the previous responses have been NOT_SUPPORTED exceptions, and if that's the case, then it allows the NOT_SUPPORTED response to continue on to the HTTP layer where a client will receive it. Otherwise, if any other error types or any data was received, then the last NOT_SUPPORTED response is cleared as well.  This behavior is consistent with 2.4.1.

Revision 1.74 / (view) - annotate - [select for diffs] , Mon May 16 19:00:49 2005 UTC (19 years, 1 month ago) by konrad.r
Branch: MAIN
Changes since 1.73: +0 -1 lines
Diff to previous 1.73
BUG#: 2683
TITLE: Memory leak in CIMServer during shutdown

DESCRIPTION:

Revision 1.73 / (view) - annotate - [select for diffs] , Fri May 13 19:57:06 2005 UTC (19 years, 1 month ago) by david.dillard
Branch: MAIN
CVS Tags: PEG25_IBM_5_16_05
Changes since 1.72: +9 -6 lines
Diff to previous 1.72
BUG#: 2182
TITLE: Removed non-empty exception specifications.

DESCRIPTION:

Revision 1.72 / (view) - annotate - [select for diffs] , Wed Mar 16 00:35:29 2005 UTC (19 years, 3 months ago) by chip
Branch: MAIN
Changes since 1.71: +45 -33 lines
Diff to previous 1.71
BUG#: 3061
TITLE: Normalization should only apply to 2.5 providers

DESCRIPTION: Updated Dispatcher's ProviderInfo class to include normalization member.
Also, updated instance provider lookups to use ProviderInfo and minor clean-up. Tested
on Windows. Will test on Linux shortly.

Revision 1.71 / (view) - annotate - [select for diffs] , Fri Feb 11 17:12:42 2005 UTC (19 years, 4 months ago) by chip
Branch: MAIN
CVS Tags: PEP214ROOT, PEP214BRANCH, PEP214-root, PEP214-branch, PEP-214B-root
Changes since 1.70: +6 -1 lines
Diff to previous 1.70
PEP#: 211
TITLE: Object Normalization enhancements

DESCRIPTION: Added creation of CachedClassDefinitionContainer if normalization
is compiled in a enabled. Updated EnumerateInstanceNames to use the same
getClass() logic as EnumerateInstances. Minor cleanup.

Revision 1.70 / (view) - annotate - [select for diffs] , Sat Feb 5 23:00:48 2005 UTC (19 years, 4 months ago) by karl
Branch: MAIN
CVS Tags: PEP217_PRE_BRANCH, PEP217_POST_BRANCH, PEP217_BRANCH
Changes since 1.69: +4 -2 lines
Diff to previous 1.69
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.69 / (view) - annotate - [select for diffs] , Wed Jan 19 18:26:52 2005 UTC (19 years, 5 months ago) by chip
Branch: MAIN
CVS Tags: pegasus25BeforeLicenseUpdate, SLPPERFINST-root, SLPPERFINST-branch
Changes since 1.68: +5 -8 lines
Diff to previous 1.68
PEP#: 211
TITLE: ObjectNormalizer enhancements

DESCRIPTION: This is part of the first phase of the PEP 211 enhancements.
This step includes disabling the current normalizer to reduce the imapct to
others, an updated ObjectNormalizer and tests, and the ResponseHandler
modifications.

Revision 1.68 / (view) - annotate - [select for diffs] , Thu Dec 9 21:49:51 2004 UTC (19 years, 6 months ago) by brian.campbell
Branch: MAIN
Changes since 1.67: +0 -2 lines
Diff to previous 1.67
BUG#: 2231
TITLE: Globalization test fails

DESCRIPTION: now fixed for 2.5 with the blessing of chuck carmack

Revision 1.67 / (view) - annotate - [select for diffs] , Wed Nov 3 21:05:14 2004 UTC (19 years, 8 months ago) by brian.campbell
Branch: MAIN
CVS Tags: PEP213_SIZE_OPTIMIZATIONS, CHUNKTESTDONE_PEP140
Changes since 1.66: +487 -487 lines
Diff to previous 1.66
BUG#: 2266
TITLE: carriage returns in CIMOperationRequestDispatcher.h
DESCRIPTION: introduced from last checkin

Revision 1.66 / (view) - annotate - [select for diffs] , Mon Oct 25 17:26:02 2004 UTC (19 years, 8 months ago) by brian.campbell
Branch: MAIN
Changes since 1.65: +487 -558 lines
Diff to previous 1.65
PEP#: 140
TITLE: HTTP chunked transfer encoding support/phase 2
DESCRIPTION: see title

Revision 1.65 / (view) - annotate - [select for diffs] , Sun Oct 17 19:40:12 2004 UTC (19 years, 8 months ago) by karl
Branch: MAIN
CVS Tags: RELEASE_2_4_1-BETA1, RELEASE_2_4_0-RC3, RELEASE_2_4_0-RC2, RELEASE_2_4_0, RELEASE_2_4-root
Branch point for: RELEASE_2_4-branch
Changes since 1.64: +7 -5 lines
Diff to previous 1.64
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.64 / (view) - annotate - [select for diffs] , Thu Aug 12 09:47:44 2004 UTC (19 years, 10 months ago) by a.arora
Branch: MAIN
CVS Tags: CQL_2_5_BRANCH
Changes since 1.63: +9 -8 lines
Diff to previous 1.63
BUG#: 1090
TITLE: Mutex's May Not Be Unlocked Resulting in Hang
DESCRIPTION:  Updated files to use AutoMutex.

Revision 1.63 / (view) - annotate - [select for diffs] , Fri Jul 30 00:24:03 2004 UTC (19 years, 11 months ago) by kumpf
Branch: MAIN
Changes since 1.62: +55 -41 lines
Diff to previous 1.62
BUG#: 1754
TITLE: [HP-RK] ProviderInfo class does not destruct _providerIdContainer

DESCRIPTION: Used AutoPtr to clean up ProviderIdContainer memory in ProviderInfo objects.

Revision 1.62 / (view) - annotate - [select for diffs] , Thu Jul 1 03:59:47 2004 UTC (20 years ago) by chip
Branch: MAIN
CVS Tags: RELEASE_2_4_FC_CANDIDATE_1, MONITOR_CONSOLIDATION_2_5_BRANCH
Changes since 1.61: +54 -66 lines
Diff to previous 1.61
PEP#: 141
TITLE: Request/Response Validation

DESCRIPTION: Updated Dispatcher to normalize objects returned from providers
and the repository (until it is updated to honor operation flags like localOnly).

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

DESCRIPTION:
Please refer to PEP135 for details.

Revision 1.60 / (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.59: +81 -10 lines
Diff to previous 1.59
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.59 / (view) - annotate - [select for diffs] , Wed Oct 22 13:26:13 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.58: +5 -3 lines
Diff to previous 1.58
PEP 55 Update license on source files to current license text and date

Revision 1.58 / (view) - annotate - [select for diffs] , Thu Oct 16 22:16:49 2003 UTC (20 years, 8 months ago) by karl
Branch: MAIN
CVS Tags: TEST, PRE_LICENSE_UPDATE_2003
Changes since 1.57: +8 -4 lines
Diff to previous 1.57
Bug90 Honor deepInheritance, lo, propertylists for instance operations.  This commit changes cimoperationdispatcher to create correct propertylists based on all of these parameters taken together

Revision 1.57 / (view) - annotate - [select for diffs] , Mon Sep 29 23:49:56 2003 UTC (20 years, 9 months ago) by kumpf
Branch: MAIN
CVS Tags: test
Changes since 1.56: +0 -3 lines
Diff to previous 1.56
HP-RK Bugzilla 617 (EnumerateInstance\*s operations hang when repositoryIsDefaultInstanceProvider=false).

Revision 1.56 / (view) - annotate - [select for diffs] , Fri Sep 26 18:22:44 2003 UTC (20 years, 9 months ago) by mday
Branch: MAIN
CVS Tags: RELEASE_2_3_0-msg-freeze
Changes since 1.55: +36 -5 lines
Diff to previous 1.55
buzilla 558 - cimserver failure when running multiple client tests

Revision 1.55 / (view) - annotate - [select for diffs] , Tue Sep 23 21:42:18 2003 UTC (20 years, 9 months ago) by kumpf
Branch: MAIN
Changes since 1.54: +1 -2 lines
Diff to previous 1.54
HP-RK Bugzilla 555 (Dispatcher accesses repository without locking).

Revision 1.54 / (view) - annotate - [select for diffs] , Tue Sep 23 19:40:39 2003 UTC (20 years, 9 months ago) by karl
Branch: MAIN
Changes since 1.53: +2 -1 lines
Diff to previous 1.53
Bug 555 add exception handling to a getsubclassnames and referenceNames call to repository.

Revision 1.53 / (view) - annotate - [select for diffs] , Fri Aug 8 21:00:57 2003 UTC (20 years, 10 months ago) by kumpf
Branch: MAIN
Changes since 1.52: +2 -6 lines
Diff to previous 1.52
HP-RK Bugzilla 422 (cimserver does not follow association hierarchy for AssocClass parameter).

Revision 1.52 / (view) - annotate - [select for diffs] , Mon May 12 16:30:29 2003 UTC (21 years, 1 month ago) by karl
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, PEGASUS_FC_VERSION_2_2
Branch point for: pep_88
Changes since 1.51: +4 -2 lines
Diff to previous 1.51
Correct error in Linux Compile of the big CIMOperationDispatcher change

Revision 1.51 / (view) - annotate - [select for diffs] , Mon May 12 15:00:09 2003 UTC (21 years, 1 month ago) by karl
Branch: MAIN
Changes since 1.50: +146 -35 lines
Diff to previous 1.50
Commit Changes to cimoperations dispatcher for associations and cleaner enums

Revision 1.50 / (view) - annotate - [select for diffs] , Fri Sep 13 20:40:42 2002 UTC (21 years, 9 months ago) by kumpf
Branch: MAIN
CVS Tags: 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, LOCAL_ASSOCPROV-ROOT
Branch point for: LOCAL_ASSOCPROV-BRANCH
Changes since 1.49: +17 -17 lines
Diff to previous 1.49
HP-[CAKG] API Review: CIMName modifications

Revision 1.49 / (view) - annotate - [select for diffs] , Tue Aug 27 21:05:02 2002 UTC (21 years, 10 months ago) by kumpf
Branch: MAIN
Changes since 1.48: +5 -2 lines
Diff to previous 1.48
HP-RK Fix a bug that causes a response to get sent twice.

Revision 1.48 / (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.47: +1 -0 lines
Diff to previous 1.47
HP-[CAKG] Replace Config[platform] files with Linkage.h files

Revision 1.47 / (view) - annotate - [select for diffs] , Mon Jun 10 23:36:56 2002 UTC (22 years 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
Changes since 1.46: +5 -0 lines
Diff to previous 1.46
HP-RK Check for existence of CIM classes before sending requests to providers.

Revision 1.46 / (view) - annotate - [select for diffs] , Thu Jun 6 16:58:21 2002 UTC (22 years, 1 month ago) by kumpf
Branch: MAIN
CVS Tags: VERSION_1_10
Changes since 1.45: +1 -0 lines
Diff to previous 1.45
HP-RK Add processing for the enableIndicationService configuration property.

Revision 1.45 / (view) - annotate - [select for diffs] , Wed Jun 5 21:56:24 2002 UTC (22 years, 1 month ago) by kumpf
Branch: MAIN
Changes since 1.44: +3 -0 lines
Diff to previous 1.44
HP-RK Add a mutex in the OperationAggregate to protect against multiple threads delivering responses simulataneously, since the Array is not thread-safe.

Revision 1.44 / (view) - annotate - [select for diffs] , Tue Jun 4 06:54:40 2002 UTC (22 years, 1 month ago) by kumpf
Branch: MAIN
Changes since 1.43: +29 -48 lines
Diff to previous 1.43
HP-RK Reworked the class hierarchy traversal logic for EnumerateInstances and EnumerateInstanceNames.

Revision 1.43 / (view) - annotate - [select for diffs] , Mon Jun 3 18:27:49 2002 UTC (22 years, 1 month ago) by karl
Branch: MAIN
Changes since 1.42: +4 -3 lines
Diff to previous 1.42
minor fixes

Revision 1.42 / (view) - annotate - [select for diffs] , Mon Jun 3 16:00:12 2002 UTC (22 years, 1 month ago) by kumpf
Branch: MAIN
Changes since 1.41: +2 -3 lines
Diff to previous 1.41
HP-RK Fix Linux compile warnings.

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

Revision 1.40 / (view) - annotate - [select for diffs] , Fri May 31 19:09:12 2002 UTC (22 years, 1 month ago) by kumpf
Branch: MAIN
Changes since 1.39: +0 -6 lines
Diff to previous 1.39
HP-RK Remove obsolete code.

Revision 1.39 / (view) - annotate - [select for diffs] , Fri May 31 05:22:12 2002 UTC (22 years, 1 month ago) by kumpf
Branch: MAIN
Changes since 1.38: +2 -0 lines
Diff to previous 1.38
HP-[DME] Add support for enableAssociationTraversal flag. Disabling this flag will cause the Dispatcher to return NOT SUPPORTED for the four Association Traversal operations: Associators, AssocatorNames, References and ReferenceNames.

Revision 1.38 / (view) - annotate - [select for diffs] , Wed May 29 16:58:37 2002 UTC (22 years, 1 month ago) by karl
Branch: MAIN
Changes since 1.37: +100 -99 lines
Diff to previous 1.37
incorporate hiearchy for enumerate instances and instance names

Revision 1.37 / (view) - annotate - [select for diffs] , Fri May 24 11:17:49 2002 UTC (22 years, 1 month ago) by karl
Branch: MAIN
CVS Tags: karl_aggregate
Changes since 1.36: +104 -2 lines
Diff to previous 1.36
Add post operations to dispatcher for enumerateinstancenames -- not connected

Revision 1.36 / (view) - annotate - [select for diffs] , Sun May 12 04:44:21 2002 UTC (22 years, 1 month ago) by kumpf
Branch: MAIN
Changes since 1.35: +1 -1 lines
Diff to previous 1.35
HP-DME: Fix problem compiling on HPUX. Added additional error handling.

Revision 1.35 / (view) - annotate - [select for diffs] , Sat May 11 16:38:36 2002 UTC (22 years, 1 month ago) by karl
Branch: MAIN
Changes since 1.34: +22 -1 lines
Diff to previous 1.34
add part of code for Dispatcher

Revision 1.34 / (view) - annotate - [select for diffs] , Mon May 6 12:30:25 2002 UTC (22 years, 2 months ago) by karl
Branch: MAIN
Changes since 1.33: +7 -0 lines
Diff to previous 1.33
part of changes for enum hiearchial searching

Revision 1.33 / (view) - annotate - [select for diffs] , Thu Apr 18 16:04:02 2002 UTC (22 years, 2 months ago) by sage
Branch: MAIN
Changes since 1.32: +4 -2 lines
Diff to previous 1.32
Associator provider handling

Revision 1.32 / (view) - annotate - [select for diffs] , Thu Apr 11 23:58:25 2002 UTC (22 years, 2 months ago) by kumpf
Branch: MAIN
Changes since 1.31: +0 -2 lines
Diff to previous 1.31
HP-RK Changed the MessageQueue::getQueueName() method from virtual to non-virtual, and removed that method definition from all the subclasses.  To make sure that the MessageQueue class gets the queue name value, the default value for the queue name parameter to the MessageQueue constructor was removed.  Constants were defined in Constants.h for all the queue names currently used in Pegasus.  The places where those queue names were being used for lookup were also changed to use the constants.

Revision 1.31 / (view) - annotate - [select for diffs] , Thu Apr 4 17:54:34 2002 UTC (22 years, 3 months ago) by mday
Branch: MAIN
CVS Tags: VERSION_1_09
Changes since 1.30: +9 -2 lines
Diff to previous 1.30
 converted dispatcher to use send async

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

Revision 1.29 / (view) - annotate - [select for diffs] , Thu Mar 28 22:52:45 2002 UTC (22 years, 3 months ago) by kumpf
Branch: MAIN
Changes since 1.28: +0 -9 lines
Diff to previous 1.28
HP-RK Remove obsolete methods.

Revision 1.28 / (view) - annotate - [select for diffs] , Wed Mar 27 23:17:12 2002 UTC (22 years, 3 months ago) by kumpf
Branch: MAIN
CVS Tags: VERSION_1_08
Changes since 1.27: +6 -14 lines
Diff to previous 1.27
HP-RK Integrated the ProviderRegistrationProvider with the ModuleController as a control provider.  Moved the ProviderRegistrationProvider to the Pegasus ControlProviders directory.  Obsoleted and removed the Server/ConfigurationManager class and files.

Revision 1.27 / (view) - annotate - [select for diffs] , Wed Mar 27 00:02:34 2002 UTC (22 years, 3 months ago) by kumpf
Branch: MAIN
Changes since 1.26: +11 -0 lines
Diff to previous 1.26
HP-RK Consolidate calls to the provider manager in a single method.  Add method to forward requests to the control service.

Revision 1.26 / (view) - annotate - [select for diffs] , Mon Mar 25 22:53:10 2002 UTC (22 years, 3 months ago) by kumpf
Branch: MAIN
Changes since 1.25: +6 -0 lines
Diff to previous 1.25
HP-RK Consolidate lookup of internal providers/services.

Revision 1.25 / (view) - annotate - [select for diffs] , Tue Mar 19 03:39:04 2002 UTC (22 years, 3 months ago) by kumpf
Branch: MAIN
Changes since 1.24: +4 -2 lines
Diff to previous 1.24
Updates to provider registration and load.

Revision 1.24 / (view) - annotate - [select for diffs] , Tue Mar 12 22:59:36 2002 UTC (22 years, 3 months ago) by mday
Branch: MAIN
Changes since 1.23: +0 -1 lines
Diff to previous 1.23
*** empty log message ***

Revision 1.23 / (view) - annotate - [select for diffs] , Mon Mar 11 14:58:55 2002 UTC (22 years, 3 months ago) by mday
Branch: MAIN
Changes since 1.22: +3 -0 lines
Diff to previous 1.22
SendAsync now the low level routine that SendWait uses. Also allowed creation of an AsyncDQueue with unlimited capacity. Fixed a race condition that possibly interferes with service queue destruction.

Revision 1.22 / (view) - annotate - [select for diffs] , Thu Mar 7 19:01:49 2002 UTC (22 years, 4 months ago) by chip
Branch: MAIN
Changes since 1.21: +2 -2 lines
Diff to previous 1.21
ensure that ProviderRegistrationManager is constructed before ServiceCIMOMHandle

Revision 1.21 / (view) - annotate - [select for diffs] , Wed Mar 6 01:26:10 2002 UTC (22 years, 4 months ago) by kumpf
Branch: MAIN
Changes since 1.20: +11 -2 lines
Diff to previous 1.20
Modified dispatcher to use latest lookup interfaces to find a provider.

Revision 1.20 / (view) - annotate - [select for diffs] , Tue Mar 5 02:06:53 2002 UTC (22 years, 4 months ago) by kumpf
Branch: MAIN
Changes since 1.19: +5 -0 lines
Diff to previous 1.19
Implemented provider registration manager to perform efficientlookup of instance provider, method provider, and indication provider. Also, implemented provider registration instances operations. Modified registration provider to use latest provider registration schema.

Revision 1.19 / (view) - annotate - [select for diffs] , Thu Feb 28 21:23:40 2002 UTC (22 years, 4 months ago) by chip
Branch: MAIN
Branch point for: async_dispatcher
Changes since 1.18: +3 -12 lines
Diff to previous 1.18
updated message handling for provider manager service

Revision 1.18 / (view) - annotate - [select for diffs] , Mon Feb 25 23:57:12 2002 UTC (22 years, 4 months ago) by mday
Branch: MAIN
Changes since 1.17: +70 -68 lines
Diff to previous 1.17
 lots of changes to support mixing of legacy and async messages in queues

Revision 1.17 / (view) - annotate - [select for diffs] , Fri Feb 22 22:50:08 2002 UTC (22 years, 4 months ago) by kumpf
Branch: MAIN
Changes since 1.16: +6 -0 lines
Diff to previous 1.16
HP-RK Add code to correct the untyped values from the XML encoding of InvokeMethod and SetProperty operations.

Revision 1.16 / (view) - annotate - [select for diffs] , Mon Feb 18 15:25:34 2002 UTC (22 years, 4 months ago) by mday
Branch: MAIN
Changes since 1.15: +2 -2 lines
Diff to previous 1.15
made changes to support new interface for MessageQueueService::handleEnqueue

Revision 1.15 / (view) - annotate - [select for diffs] , Fri Feb 15 17:42:04 2002 UTC (22 years, 4 months ago) by kumpf
Branch: MAIN
Changes since 1.14: +0 -3 lines
Diff to previous 1.14
HP-[Nitin Upasani] Implementation of Indication and Handler service for meta-dispatcher

Revision 1.14 / (view) - annotate - [select for diffs] , Thu Feb 14 16:38:51 2002 UTC (22 years, 4 months ago) by chip
Branch: MAIN
Changes since 1.13: +13 -17 lines
Diff to previous 1.13
ProviderManager updates

Revision 1.13 / (view) - annotate - [select for diffs] , Tue Feb 12 23:28:59 2002 UTC (22 years, 4 months ago) by mday
Branch: MAIN
Changes since 1.12: +30 -23 lines
Diff to previous 1.12
meta dispatcher in and running testclient to completion

Revision 1.12 / (view) - annotate - [select for diffs] , Mon Feb 11 18:26:50 2002 UTC (22 years, 4 months ago) by chip
Branch: MAIN
Changes since 1.11: +5 -5 lines
Diff to previous 1.11
no message

Revision 1.11 / (view) - annotate - [select for diffs] , Mon Feb 11 01:17:43 2002 UTC (22 years, 4 months ago) by mday
Branch: MAIN
Changes since 1.10: +2 -2 lines
Diff to previous 1.10
MessageQueueService integration

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

Revision 1.9 / (view) - annotate - [select for diffs] , Fri Jan 18 21:20:10 2002 UTC (22 years, 5 months ago) by chip
Branch: MAIN
Changes since 1.8: +4 -5 lines
Diff to previous 1.8
update ServiceCIMOMHandle usage

Revision 1.8 / (view) - annotate - [select for diffs] , Fri Jan 18 17:54:37 2002 UTC (22 years, 5 months ago) by chip
Branch: MAIN
Changes since 1.7: +20 -12 lines
Diff to previous 1.7
cleaned up Dispatcher and added ProviderManagerQueue
and ConfigurationManagerQueue

Revision 1.7 / (view) - annotate - [select for diffs] , Mon Jan 14 18:17:35 2002 UTC (22 years, 5 months ago) by chip
Branch: MAIN
Changes since 1.6: +3 -1 lines
Diff to previous 1.6
no message

Revision 1.6 / (view) - annotate - [select for diffs] , Tue Jan 8 20:29:29 2002 UTC (22 years, 5 months ago) by chip
Branch: MAIN
Changes since 1.5: +14 -15 lines
Diff to previous 1.5
changes to fix build and to prepare for new provider manager

Revision 1.5 / (view) - annotate - [select for diffs] , Fri Dec 28 00:07:01 2001 UTC (22 years, 6 months ago) by mike
Branch: MAIN
Changes since 1.4: +3 -1 lines
Diff to previous 1.4
Added review comments.

Revision 1.4 / (view) - annotate - [select for diffs] , Wed Dec 19 21:38:08 2001 UTC (22 years, 6 months ago) by mday
Branch: MAIN
Changes since 1.3: +1 -50 lines
Diff to previous 1.3
experimentation with MessageQueue

Revision 1.3 / (view) - annotate - [select for diffs] , Sat Dec 15 01:41:55 2001 UTC (22 years, 6 months ago) by kumpf
Branch: MAIN
Changes since 1.2: +1 -1 lines
Diff to previous 1.2
HP-RK Fix include to get AsyncResponseHandler.h from Provider2 instead of Common.

Revision 1.2 / (view) - annotate - [select for diffs] , Thu Dec 13 14:54:33 2001 UTC (22 years, 6 months ago) by mike
Branch: MAIN
CVS Tags: merge_of_dev
Changes since 1.1: +218 -0 lines
Diff to previous 1.1
Merged dev branch into main trunk.

Revision 1.1 , Mon Aug 20 01:32:49 2001 UTC (22 years, 10 months ago) by mike
Branch: MAIN
Branch point for: dev
FILE REMOVED
file CIMOperationRequestDispatcher.h was initially added on branch dev.

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