CVS log for pegasus/src/Pegasus/Common/MessageQueue.cpp

(logo)

Help

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

Request diff between arbitrary revisions


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

Revision 1.64 / (view) - annotate - [select for diffs] , Wed Nov 19 00:12:39 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.63: +2 -0 lines
Diff to previous 1.63
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.63 / (view) - annotate - [select for diffs] , Fri Jul 2 08:26:31 2010 UTC (13 years, 11 months ago) by sahana.prabhakar
Branch: MAIN
CVS Tags: preBug9676, postBug9676, TASK_PEP317_1JUNE_2013, 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-root, TASK-PEP317_pullop-merged_out_to_branch, TASK-PEP317_pullop-merged_out_from_trunk, TASK-PEP317_pullop-merged_in_to_trunk, TASK-PEP317_pullop-merged_in_from_branch, TASK-PEP317_pullop-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, RELEASE_2_12_1-RC1, RELEASE_2_12_1, RELEASE_2_12_0-RC1, RELEASE_2_12_0-FC, RELEASE_2_12_0, RELEASE_2_12-root, RELEASE_2_12-branch, RELEASE_2_11_2-RC1, RELEASE_2_11_2, RELEASE_2_11_1-RC1, RELEASE_2_11_1, RELEASE_2_11_0-RC1, RELEASE_2_11_0-FC, RELEASE_2_11_0, RELEASE_2_11-root, RELEASE_2_11-branch, PREAUG25UPDATE, POSTAUG25UPDATE, CIMRS_WORK_20130824, BeforeUpdateToHeadOct82011
Changes since 1.62: +5 -0 lines
Diff to previous 1.62
BUG#: 8762
TITLE: PEP 349 implementation.
DESCRIPTION: Improve the availability of the CIMOM by better isolation from faulty providers.

Revision 1.62 / (view) - annotate - [select for diffs] , Thu Apr 30 06:25:12 2009 UTC (15 years, 2 months ago) by venkat.puvvada
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, 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.61: +2 -4 lines
Diff to previous 1.61
BUG#: 8483
TITLE: remove confusing  and unused _async variable from MessageQueue class
DESCRIPTION: removed the _async variable from MessageQueue class

Revision 1.61 / (view) - annotate - [select for diffs] , Thu Apr 9 04:23:26 2009 UTC (15 years, 2 months ago) by sahana.prabhakar
Branch: MAIN
Changes since 1.60: +5 -7 lines
Diff to previous 1.60
BUG#: 8444
TITLE: Remove the MessageQueue::getNextQueueId() parameter from the MessageQueue class construction.
DESCRIPTION: Removed queueId from the MessageQueue constructor,response queue id from the AsyncRequest constructor and the destination queueid from the AsyncReply constructor.

Revision 1.60 / (view) - annotate - [select for diffs] , Tue Dec 2 09:00:48 2008 UTC (15 years, 6 months ago) by martin
Branch: MAIN
CVS Tags: RELEASE_2_9_2-RC2, RELEASE_2_9_2-RC1, RELEASE_2_9_2, RELEASE_2_9_1-RC1, RELEASE_2_9_1, RELEASE_2_9_0-RC1, RELEASE_2_9_0-FC, RELEASE_2_9_0, RELEASE_2_9-root, RELEASE_2_9-branch, HPUX_TEST
Changes since 1.59: +6 -6 lines
Diff to previous 1.59
BUG#: 8123
TITLE: Update copyright/license text

DESCRIPTION:

Fixing trailing spaces in copyright/license text

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

DESCRIPTION:

Adding the new copyright/license text to almost all files

Revision 1.58 / (view) - annotate - [select for diffs] , Fri Oct 24 05:07:56 2008 UTC (15 years, 8 months ago) by venkat.puvvada
Branch: MAIN
Changes since 1.57: +1 -1 lines
Diff to previous 1.57
BUG#: 8033
TITLE: remove unnecessary module_capabilities
DESCRIPTION: removed module_capabilities from Cimom.h and _mask variable from MessageQueueService class.

Revision 1.56.18.1 / (view) - annotate - [select for diffs] , Tue Jul 1 14:18:00 2008 UTC (15 years, 11 months ago) by mike
Branch: TASK-PEP328_SOLARIS_IX86_CC_PORT-branch-v2
CVS Tags: TASK_PEP328_SOLARIS_NEVADA_PORT, TASK-PEP328_SOLARIS_NEVADA_PORT-root, TASK-PEP328_SOLARIS_NEVADA_PORT-branch
Changes since 1.56: +4 -7 lines
Diff to previous 1.56 to next main 1.57
PEP#: 328
TITLE: Solaris Porting

DESCRIPTION: Ongoing Solaris Porting

Revision 1.57 / (view) - annotate - [select for diffs] , Thu Jun 19 16:57:01 2008 UTC (16 years ago) by marek
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, RELEASE_2_8_2-RC1, RELEASE_2_8_2, RELEASE_2_8_1-RC1, RELEASE_2_8_1, RELEASE_2_8_0-RC2, RELEASE_2_8_0-RC1, RELEASE_2_8_0, RELEASE_2_8-root, RELEASE_2_8-branch
Changes since 1.56: +4 -7 lines
Diff to previous 1.56
BUG#:7749
TITLE: Trace Level checking (everything, but Pegasus/Server)

DESCRIPTION:

Revision 1.54.4.1 / (view) - annotate - [select for diffs] , Wed Apr 4 10:04:44 2007 UTC (17 years, 2 months ago) by marek
Branch: RELEASE_2_6-branch
CVS Tags: 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-branch-clean
Changes since 1.54: +14 -12 lines
Diff to previous 1.54 to next main 1.55
BUG#:6300
TITLE: Performance - simplify internal Tracer interface and use the more efficent Trace macros (2.6)

DESCRIPTION:

Revision 1.56 / (view) - annotate - [select for diffs] , Wed Mar 28 18:34:53 2007 UTC (17 years, 3 months ago) by kumpf
Branch: MAIN
CVS Tags: TASK-PEP328_SOLARIS_IX86_CC_PORT-root, TASK-PEP328_SOLARIS_IX86_CC_PORT-branch, 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, TASK-PEP291_IPV6-root, TASK-PEP291_IPV6-branch, TASK-PEP286_PRIVILEGE_SEPARATION-root, TASK-PEP286_PRIVILEGE_SEPARATION-branch, TASK-PEP274_dacim-root, TASK-PEP274_dacim-merged_out_to_branch, TASK-PEP274_dacim-merged_out_from_trunk, TASK-PEP274_dacim-merged_in_to_trunk, TASK-PEP274_dacim-merged_in_from_branch, TASK-PEP274_dacim-branch, TASK-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-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_0_BETA, RELEASE_2_8_0-FC, 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, Makefile
Branch point for: TASK-PEP328_SOLARIS_IX86_CC_PORT-branch-v2
Changes since 1.55: +3 -1 lines
Diff to previous 1.55
BUG#: 6297
TITLE: Some source files no longer meet chksrc requirements
DESCRIPTION: Format according to the coding conventions.

Revision 1.55 / (view) - annotate - [select for diffs] , Fri Mar 16 16:16:50 2007 UTC (17 years, 3 months ago) by marek
Branch: MAIN
Changes since 1.54: +14 -12 lines
Diff to previous 1.54
BUG#:6207
TITLE: Performance - make OpenPegasus use its more efficent Trace macros

DESCRIPTION:

Revision 1.54 / (view) - annotate - [select for diffs] , Fri Nov 10 18:14:58 2006 UTC (17 years, 7 months ago) by kumpf
Branch: MAIN
CVS Tags: 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, RELEASE_2_6_0-RC1, RELEASE_2_6_0-FC, 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: RELEASE_2_6-branch
Changes since 1.53: +12 -13 lines
Diff to previous 1.53
BUG#: 5840
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.53 / (view) - annotate - [select for diffs] , Tue Aug 29 16:32:05 2006 UTC (17 years, 10 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.52: +0 -6 lines
Diff to previous 1.52
BUG#: 5461
TITLE: Clean up message_mask class
DESCRIPTION: Renamed message_mask to MessageMask, and removed unused members.

Revision 1.52 / (view) - annotate - [select for diffs] , Fri Aug 25 16:58:57 2006 UTC (17 years, 10 months ago) by kumpf
Branch: MAIN
Changes since 1.51: +7 -69 lines
Diff to previous 1.51
BUG#: 5449
TITLE: MessageQueue should use List
DESCRIPTION: Replace the list implementation in MessageQueue with the use of the List templace.

Revision 1.51 / (view) - annotate - [select for diffs] , Fri Aug 25 16:48:11 2006 UTC (17 years, 10 months ago) by kumpf
Branch: MAIN
Changes since 1.50: +2 -74 lines
Diff to previous 1.50
BUG#: 5443
TITLE: Remove unused MessageQueue methods
DESCRIPTION: Remove some MessageQueue methods that are not needed.

Revision 1.50 / (view) - annotate - [select for diffs] , Wed Aug 9 20:12:42 2006 UTC (17 years, 10 months ago) by mike
Branch: MAIN
Changes since 1.49: +0 -1 lines
Diff to previous 1.49
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.49.2.1 / (view) - annotate - [select for diffs] , Thu Jul 27 22:11:51 2006 UTC (17 years, 11 months ago) by mike
Branch: TASK_BUG_5314_IPC_REFACTORING_BRANCH
CVS Tags: TASK_BUG_5314_IPC_REFACTORING-V1
Changes since 1.49: +0 -1 lines
Diff to previous 1.49 to next main 1.50
BUG#: 5314
TITLE: IPC Refactoring

DESCRIPTION: IPC Refactoring Branch Work

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

Revision 1.48 / (view) - annotate - [select for diffs] , Tue Jul 11 17:39:28 2006 UTC (17 years, 11 months ago) by mike
Branch: MAIN
Changes since 1.47: +6 -25 lines
Diff to previous 1.47
BUG#: 5191
TITLE: Queue Consolidation

DESCRIPTION: Queue Consolidation Branch Work

Revision 1.47.12.2 / (view) - annotate - [select for diffs] , Sat Jul 1 14:07:17 2006 UTC (18 years ago) by mike
Branch: TASK_BUG_5191_QUEUE_CONSOLIDATION_BRANCH
Changes since 1.47.12.1: +1 -1 lines
Diff to previous 1.47.12.1 to branch point 1.47 to next main 1.48
BUG#: 5191
TITLE: Queue Consolidation

DESCRIPTION: Queue Consolidation Branch Work

Revision 1.47.12.1 / (view) - annotate - [select for diffs] , Fri Jun 30 21:37:52 2006 UTC (18 years ago) by mike
Branch: TASK_BUG_5191_QUEUE_CONSOLIDATION_BRANCH
Changes since 1.47: +6 -25 lines
Diff to previous 1.47
BUG#: 5191
TITLE: Queue Consolidation

DESCRIPTION: Queue Consolidation Branch Work

Revision 1.46.2.1 / (view) - annotate - [select for diffs] , Fri Feb 10 16:09:37 2006 UTC (18 years, 4 months ago) by a.dunfey
Branch: PEP233_EmbeddedInstSupport-branch
Changes since 1.46: +4 -2 lines
Diff to previous 1.46 to next main 1.47
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.47 / (view) - annotate - [select for diffs] , Mon Jan 30 16:17:05 2006 UTC (18 years, 4 months ago) by karl
Branch: MAIN
CVS Tags: TASK_PEP233_EmbeddedInstSupport-merge_out_trunk, TASK_BUG_5191_QUEUE_CONSOLIDATION_ROOT, 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_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, RELEASE_2_5_1-RC1, RELEASE_2_5_1, RELEASE_2_5-root, RELEASE_2_5-branch
Branch point for: TASK_BUG_5191_QUEUE_CONSOLIDATION_BRANCH
Changes since 1.46: +4 -2 lines
Diff to previous 1.46
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.46 / (view) - annotate - [select for diffs] , Mon Dec 5 07:35:07 2005 UTC (18 years, 6 months ago) by aruran.ms
Branch: MAIN
CVS Tags: STABLE, PEP244_ServerProfile-root, PEP244_ServerProfile-branch, PEP233_EmbeddedInstSupport-root
Branch point for: PEP233_EmbeddedInstSupport-branch
Changes since 1.45: +28 -19 lines
Diff to previous 1.45
BUG#: 3475
TITLE: Static mutex in MessageQueue::getNextQueueId() needs to be moved

DESCRIPTION: Fixed as approved

Revision 1.45 / (view) - annotate - [select for diffs] , Fri Jul 8 21:24:10 2005 UTC (18 years, 11 months ago) by kumpf
Branch: MAIN
CVS Tags: RELEASE_2_5_0-RC1, RELEASE_2_5_0, PEGASUS_2_5_0_PerformanceDev-string-end, PEGASUS_2_5_0_PerformanceDev-rootlt, PEGASUS_2_5_0_PerformanceDev-root, PEGASUS_2_5_0_PerformanceDev-r2, PEGASUS_2_5_0_PerformanceDev-r1, PEGASUS_2_5_0_PerformanceDev-lit-end, PEGASUS_2_5_0_PerformanceDev-buffer-end, PEGASUS_2_5_0_PerformanceDev-branch, PEGASUS_2_5_0_PerformanceDev-String, PEGASUS_2_5_0_PerformanceDev-AtomicInt-branch, NPEGASUS_2_5_0_PerformanceDev-String-root, NNPEGASUS_2_5_0_PerformanceDev-String-branch, BUG_4225_PERFORMANCE_VERSION_1_DONE
Changes since 1.44: +0 -10 lines
Diff to previous 1.44
BUG#: 3915
TITLE: MessageQueue contains obsolete lock methods
DESCRIPTION: Remove the unused lock and unlock methods.

Revision 1.44 / (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: PEG25_IBM_5_16_05
Changes since 1.43: +2 -0 lines
Diff to previous 1.43
BUG#: 3154
TITLE: Diagnostic print logic always compiled in CIMMessages.

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

Revision 1.43 / (view) - annotate - [select for diffs] , Wed May 4 11:44:03 2005 UTC (19 years, 1 month ago) by david.dillard
Branch: MAIN
Changes since 1.42: +116 -119 lines
Diff to previous 1.42
BUG#: 2182
TITLE: Removed non-empty exception specifications.

DESCRIPTION:

Revision 1.42 / (view) - annotate - [select for diffs] , Wed Apr 27 18:54:31 2005 UTC (19 years, 2 months ago) by kumpf
Branch: MAIN
Changes since 1.41: +2 -2 lines
Diff to previous 1.41
BUG#: 3411
TITLE: Conversion of Uint32 using %i
DESCRIPTION: Change %i to %u for Uint32 conversions.

Revision 1.41 / (view) - annotate - [select for diffs] , Mon Mar 21 10:05:19 2005 UTC (19 years, 3 months ago) by joyce.j
Branch: MAIN
Changes since 1.40: +8 -0 lines
Diff to previous 1.40
BUG#: 2076
TITLE: CIMClientRep::_doRequest() - Potential memory leak in some cases

DESCRIPTION: Fixed as proposed.

Revision 1.40 / (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, PEP214ROOT, PEP214BRANCH, PEP214-root, PEP214-branch, PEP-214B-root
Changes since 1.39: +3 -1 lines
Diff to previous 1.39
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.39 / (view) - annotate - [select for diffs] , Sun Oct 17 19:39:17 2004 UTC (19 years, 8 months ago) by karl
Branch: MAIN
CVS Tags: pegasus25BeforeLicenseUpdate, SLPPERFINST-root, SLPPERFINST-branch, 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, PEP213_SIZE_OPTIMIZATIONS, IBM_241_April1405, CHUNKTESTDONE_PEP140
Changes since 1.38: +6 -4 lines
Diff to previous 1.38
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.38 / (view) - annotate - [select for diffs] , Thu Aug 12 09:47:43 2004 UTC (19 years, 10 months ago) by a.arora
Branch: MAIN
CVS Tags: CQL_2_5_BRANCH
Changes since 1.37: +27 -49 lines
Diff to previous 1.37
BUG#: 1090
TITLE: Mutex's May Not Be Unlocked Resulting in Hang
DESCRIPTION:  Updated files to use AutoMutex.

Revision 1.37 / (view) - annotate - [select for diffs] , Fri Nov 7 19:18:46 2003 UTC (20 years, 7 months ago) by kumpf
Branch: MAIN
CVS Tags: local, RELEASE_2_4_FC_CANDIDATE_1, 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, MONITOR_CONSOLIDATION_2_5_BRANCH
Changes since 1.36: +1 -1 lines
Diff to previous 1.36
HP-WO HTTPConnection must return 413 response on oversized requests (Bugzilla 89)

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

Revision 1.35 / (view) - annotate - [select for diffs] , Wed Oct 8 12:48:40 2003 UTC (20 years, 8 months ago) by mday
Branch: MAIN
CVS Tags: test, TEST, PRE_LICENSE_UPDATE_2003
Changes since 1.34: +10 -1 lines
Diff to previous 1.34
bugzilla 656 - monitor_2 shutdown

Revision 1.34 / (view) - annotate - [select for diffs] , Wed Oct 1 23:11:38 2003 UTC (20 years, 9 months ago) by kumpf
Branch: MAIN
Changes since 1.33: +11 -5 lines
Diff to previous 1.33
HP-RK Bugzilla 633 (Message Queue IDs may be duplicated).

Revision 1.33 / (view) - annotate - [select for diffs] , Mon Apr 7 19:29:23 2003 UTC (21 years, 2 months ago) by mday
Branch: MAIN
CVS Tags: pep_88, mday-merge-pegasus/src/Pegasus/Common, RELEASE_2_3_0-msg-freeze, RELEASE_2_2_1-snapshot, RELEASE_2_2_0_0-release, RELEASE_2_2_0-root, RELEASE_2_2_0-branch, RELEASE_2_2-root, PEGASUS_FC_VERSION_2_2
Changes since 1.32: +1 -1 lines
Diff to previous 1.32
merged src/Pegasus/Common/ directory

Revision 1.32.6.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.32: +3 -3 lines
Diff to previous 1.32 to next main 1.33
merged IBM Director updates

Revision 1.32.4.2 / (view) - annotate - [select for diffs] , Mon Oct 28 15:43:24 2002 UTC (21 years, 8 months ago) by mday
Changes since 1.32.4.1: +4 -4 lines
Diff to previous 1.32.4.1 to branch point 1.32 to next main 1.33
merged with STABLE branch

Revision 1.32.4.1 / (view) - annotate - [select for diffs] , Fri Oct 25 19:49:43 2002 UTC (21 years, 8 months ago) by mday
Changes since 1.32: +4 -4 lines
Diff to previous 1.32
merged IBM production fixes into TOG CVS

Revision 1.32 / (view) - annotate - [select for diffs] , Fri May 31 23:56:35 2002 UTC (22 years, 1 month ago) by kumpf
Branch: MAIN
CVS Tags: mday-merge-start, mday-merge-pegasus/src/Pegasus/Server, VERSION_2_1_RELEASE_HEAD, VERSION_2_1_RELEASE_BRANCH, VERSION_2_1_RELEASE, VERSION_2_1_1_RELEASE, VERSION_2_01_01, VERSION_2_00_RC_4, VERSION_2_00_RC_3, VERSION_2_00_RC_2, VERSION_2_00_RC_1, VERSION_2_00_BRANCH, VERSION_1_10, LOCAL_ASSOCPROV-ROOT, LOCAL_ASSOCPROV-BRANCH
Branch point for: mday-2-0-patches
Changes since 1.31: +3 -2 lines
Diff to previous 1.31
HP-RK Update license header.

Revision 1.31 / (view) - annotate - [select for diffs] , Wed May 29 23:12:38 2002 UTC (22 years, 1 month ago) by kumpf
Branch: MAIN
Changes since 1.30: +8 -6 lines
Diff to previous 1.30
HP-SF: Fixed getenv(PEGASUS_TRACE) to use Tracer. Fixed UserAuthProvider and ConfigProvider to check for user credentials. Fixed a couple of cimmofMessages that were always implying that the repository as the default instance provider.

Revision 1.30 / (view) - annotate - [select for diffs] , Tue Apr 23 16:17:22 2002 UTC (22 years, 2 months ago) by mday
Branch: MAIN
Changes since 1.29: +5 -6 lines
Diff to previous 1.29
 fixed bugs in messaging system

Revision 1.29 / (view) - annotate - [select for diffs] , Thu Apr 11 23:58:21 2002 UTC (22 years, 2 months ago) by kumpf
Branch: MAIN
Changes since 1.28: +1 -3 lines
Diff to previous 1.28
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.28 / (view) - annotate - [select for diffs] , Thu Apr 11 12:15:58 2002 UTC (22 years, 2 months ago) by mday
Branch: MAIN
Changes since 1.27: +2 -2 lines
Diff to previous 1.27
 added suballocator to dq classes

Revision 1.27 / (view) - annotate - [select for diffs] , Tue Mar 26 21:39:06 2002 UTC (22 years, 3 months ago) by mday
Branch: MAIN
CVS Tags: VERSION_1_09, VERSION_1_08
Changes since 1.26: +1 -1 lines
Diff to previous 1.26
 completed implementation of module controller

Revision 1.26.2.1 / (view) - annotate - [select for diffs] , Mon Mar 4 11:57:39 2002 UTC (22 years, 3 months ago) by mday
Branch: async_dispatcher
Changes since 1.26: +0 -1 lines
Diff to previous 1.26 to next main 1.27
*** empty log message ***

Revision 1.26 / (view) - annotate - [select for diffs] , Sun Mar 3 04:17:22 2002 UTC (22 years, 3 months ago) by kumpf
Branch: MAIN
Branch point for: async_dispatcher
Changes since 1.25: +3 -2 lines
Diff to previous 1.25
Add more trace code.

Revision 1.25 / (view) - annotate - [select for diffs] , Sat Mar 2 17:42:17 2002 UTC (22 years, 4 months ago) by kumpf
Branch: MAIN
Changes since 1.24: +40 -12 lines
Diff to previous 1.24
Add more trace code.

Revision 1.24 / (view) - annotate - [select for diffs] , Wed Feb 20 22:00:51 2002 UTC (22 years, 4 months ago) by mday
Branch: MAIN
Changes since 1.23: +6 -3 lines
Diff to previous 1.23
 tested SendForget, fixed bugs in metadispatcher

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

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

Revision 1.21 / (view) - annotate - [select for diffs] , Mon Jan 21 21:20:35 2002 UTC (22 years, 5 months ago) by mday
Branch: MAIN
CVS Tags: pre-meta-dispatcher, VERSION_1_07
Changes since 1.20: +2 -46 lines
Diff to previous 1.20
fixed hellacious bug in asyncopnode

Revision 1.20 / (view) - annotate - [select for diffs] , Sat Jan 19 01:53:22 2002 UTC (22 years, 5 months ago) by mday
Branch: MAIN
Changes since 1.19: +2 -5 lines
Diff to previous 1.19
*** empty log message ***

Revision 1.19 / (view) - annotate - [select for diffs] , Mon Jan 14 03:30:58 2002 UTC (22 years, 5 months ago) by kumpf
Branch: MAIN
Changes since 1.18: +40 -1 lines
Diff to previous 1.18
Add additional trace code.

Revision 1.18 / (view) - annotate - [select for diffs] , Thu Jan 3 01:43:58 2002 UTC (22 years, 5 months ago) by mday
Branch: MAIN
Changes since 1.17: +5 -0 lines
Diff to previous 1.17
*** empty log message ***

Revision 1.17 / (view) - annotate - [select for diffs] , Wed Jan 2 22:05:46 2002 UTC (22 years, 5 months ago) by mday
Branch: MAIN
Changes since 1.16: +2 -0 lines
Diff to previous 1.16
*** empty log message ***

Revision 1.16 / (view) - annotate - [select for diffs] , Fri Dec 28 17:15:37 2001 UTC (22 years, 6 months ago) by mike
Branch: MAIN
Changes since 1.15: +43 -27 lines
Diff to previous 1.15
Refined message-queue generation scheme so that users of MessageQueue
may have predefined global constant queue ids.

Revision 1.15 / (view) - annotate - [select for diffs] , Thu Dec 27 21:20:53 2001 UTC (22 years, 6 months ago) by mday
Branch: MAIN
Changes since 1.14: +42 -0 lines
Diff to previous 1.14
asynchronous cimom additions

Revision 1.14 / (view) - annotate - [select for diffs] , Thu Dec 20 02:20:07 2001 UTC (22 years, 6 months ago) by mday
Branch: MAIN
Changes since 1.13: +26 -28 lines
Diff to previous 1.13
succesfully tested asynchronous cimserver

Revision 1.13 / (view) - annotate - [select for diffs] , Thu Dec 20 00:37:21 2001 UTC (22 years, 6 months ago) by kumpf
Branch: MAIN
Changes since 1.12: +1 -1 lines
Diff to previous 1.12
HP-RK Removed the default parameter value for MessageQueue constructor in the .cpp file, to fix HP-UX compilation.

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

Revision 1.11 / (view) - annotate - [select for diffs] , Mon Dec 17 20:30:52 2001 UTC (22 years, 6 months ago) by chip
Branch: MAIN
Changes since 1.10: +9 -8 lines
Diff to previous 1.10
check is_cancelled in work thread to prevent hang on windows

Revision 1.10 / (view) - annotate - [select for diffs] , Mon Dec 17 14:33:01 2001 UTC (22 years, 6 months ago) by mday
Branch: MAIN
Changes since 1.9: +1 -5 lines
Diff to previous 1.9
*** empty log message ***

Revision 1.9 / (view) - annotate - [select for diffs] , Mon Dec 17 14:17:08 2001 UTC (22 years, 6 months ago) by mday
Branch: MAIN
Changes since 1.8: +27 -15 lines
Diff to previous 1.8
undid aysynchronous message queue due to problems running TestClient

Revision 1.8 / (view) - annotate - [select for diffs] , Fri Dec 14 20:13:24 2001 UTC (22 years, 6 months ago) by chip
Branch: MAIN
Changes since 1.7: +77 -48 lines
Diff to previous 1.7
Add work thread to dispactch calls to handleEnqueue()

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

Revision 1.6.2.8 / (view) - annotate - [select for diffs] , Mon Dec 10 18:34:06 2001 UTC (22 years, 6 months ago) by mday
Branch: dev
CVS Tags: dev_dead
Changes since 1.6.2.7: +5 -4 lines
Diff to previous 1.6.2.7 to branch point 1.6 to next main 1.7
*** empty log message ***

Revision 1.6.2.7 / (view) - annotate - [select for diffs] , Mon Dec 10 18:29:38 2001 UTC (22 years, 6 months ago) by mday
Branch: dev
Changes since 1.6.2.6: +1 -1 lines
Diff to previous 1.6.2.6 to branch point 1.6
*** empty log message ***

Revision 1.6.2.6 / (view) - annotate - [select for diffs] , Mon Dec 10 18:19:29 2001 UTC (22 years, 6 months ago) by mday
Branch: dev
Changes since 1.6.2.5: +96 -42 lines
Diff to previous 1.6.2.5 to branch point 1.6
thread safety for MessageQueue class

Revision 1.6.2.5 / (view) - annotate - [select for diffs] , Thu Dec 6 22:33:25 2001 UTC (22 years, 6 months ago) by mday
Branch: dev
Changes since 1.6.2.4: +16 -8 lines
Diff to previous 1.6.2.4 to branch point 1.6
 changes to messages, message queues for async operation

Revision 1.6.2.4 / (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.6.2.3: +3 -2 lines
Diff to previous 1.6.2.3 to branch point 1.6
HP-[Nitin Upasani] Implementation of Indication Subscription Provider.

Revision 1.6.2.3 / (view) - annotate - [select for diffs] , Wed Oct 17 15:02:45 2001 UTC (22 years, 8 months ago) by mday
Branch: dev
Changes since 1.6.2.2: +33 -1 lines
Diff to previous 1.6.2.2 to branch point 1.6
added name constructor and name lookup to message queue

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

Revision 1.6.2.1 / (view) - annotate - [select for diffs] , Mon Aug 20 01:37:39 2001 UTC (22 years, 10 months ago) by mike
Branch: dev
Changes since 1.6: +12 -0 lines
Diff to previous 1.6
Modules retrofit

Revision 1.6 / (view) - annotate - [select for diffs] , Thu Jul 12 05:21:55 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.5: +7 -0 lines
Diff to previous 1.5
Partial integration of message queues with ServerHandler and Dispatcher.

Revision 1.5 / (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.4: +54 -0 lines
Diff to previous 1.4
Added queue tables.

Revision 1.4 / (view) - annotate - [select for diffs] , Tue Jul 10 21:31:14 2001 UTC (22 years, 11 months ago) by mike
Branch: MAIN
Changes since 1.3: +142 -142 lines
Diff to previous 1.3
Removed \r\r\n from all files.

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

Revision 1.2 / (view) - annotate - [select for diffs] , Sun Jul 8 22:39:09 2001 UTC (22 years, 11 months ago) by mike
Branch: MAIN
Changes since 1.1: +107 -0 lines
Diff to previous 1.1
CIM Messages

Revision 1.1 / (view) - annotate - [select for diffs] , Sun Jul 8 15:28:53 2001 UTC (22 years, 11 months ago) by mike
Branch: MAIN
Start on message queues.

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