CVS log for pegasus/src/Pegasus/Common/Cimom.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)
Current tag: MAIN

Revision 1.99 / (view) - annotate - [select for diffs] , Thu Apr 25 12:00:20 2013 UTC (11 years, 2 months ago) by dl.meetei
Branch: MAIN
CVS Tags: preBug9676, postBug9676, 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_14_1, RELEASE_2_14_0-RC2, RELEASE_2_14_0-RC1, RELEASE_2_14_0, RELEASE_2_14-root, RELEASE_2_14-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, HEAD, CIMRS_WORK_20130824
Changes since 1.98: +0 -3 lines
Diff to previous 1.98
BUG#: 9628
TITLE: PEGASUS_ASSERT used in places where PEGASUS_UNREACHABLE should be used

DESCRIPTION:

Revision 1.98 / (view) - annotate - [select for diffs] , Mon Feb 18 15:00:21 2013 UTC (11 years, 4 months ago) by marek
Branch: MAIN
Changes since 1.97: +2 -3 lines
Diff to previous 1.97
BUG#:9536
TITLE: tweak PEGASUS_ASSERT and other macro  to avoid unused warnings and build break

DESCRIPTION:

Revision 1.97 / (view) - annotate - [select for diffs] , Tue May 17 09:54:42 2011 UTC (13 years, 1 month 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.96: +2 -1 lines
Diff to previous 1.96
BUG#: 8983
TITLE: CIMExportResponseEncoder should be MessageQueueService
DESCRIPTION:

Revision 1.96 / (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, TASK-PEP317_pullop-root, RELEASE_2_11_0-RC1, RELEASE_2_11_0-FC, RELEASE_2_11_0, RELEASE_2_11-root, 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, BeforeUpdateToHeadOct82011
Branch point for: TASK-PEP317_pullop-branch, RELEASE_2_11-branch
Changes since 1.95: +1 -4 lines
Diff to previous 1.95
BUG#: 8483
TITLE: remove confusing  and unused _async variable from MessageQueue class
DESCRIPTION: removed the _async variable from MessageQueue class

Revision 1.95 / (view) - annotate - [select for diffs] , Fri Apr 17 12:21:30 2009 UTC (15 years, 2 months ago) by venkat.puvvada
Branch: MAIN
Changes since 1.94: +2 -4 lines
Diff to previous 1.94
BUG#: 8474
TITLE: CimomMessages cleanup
DESCRIPTION: removed unused variables and messages.

Revision 1.94 / (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.93: +3 -8 lines
Diff to previous 1.93
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.93 / (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.92: +2 -2 lines
Diff to previous 1.92
BUG#: 8273
TITLE: Remove trailing space characters
DESCRIPTION: Remove meaningless whitespace.

Revision 1.92 / (view) - annotate - [select for diffs] , Fri Dec 12 22:41:48 2008 UTC (15 years, 6 months ago) by kumpf
Branch: MAIN
Changes since 1.91: +3 -1 lines
Diff to previous 1.91
BUG#: 8262
TITLE: Missing return statement in Cimom.cpp
DESCRIPTION: Provide a loop exit point to pacify the compiler.

Revision 1.91 / (view) - annotate - [select for diffs] , Thu Dec 11 18:39:44 2008 UTC (15 years, 6 months ago) by venkat.puvvada
Branch: MAIN
Changes since 1.90: +141 -52 lines
Diff to previous 1.90
BUG#: 8252
TITLE: metadispatcher thread may crash while monitoring the dead service
DESCRIPTION: created service registration with metadispatcher so that metadispatcher routes messages to services only if their registration is valid.

Revision 1.90 / (view) - annotate - [select for diffs] , Thu Dec 4 18:23:07 2008 UTC (15 years, 7 months ago) by venkat.puvvada
Branch: MAIN
CVS Tags: RELEASE_2_9_0-FC
Changes since 1.89: +3 -18 lines
Diff to previous 1.89
BUG#: 8197
TITLE: cimserver cored at polling_routine in MessageQueueService
DESCRIPTION: removed lock on polling list

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

DESCRIPTION:

Fixing trailing spaces in copyright/license text

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

DESCRIPTION:

Adding the new copyright/license text to almost all files

Revision 1.87 / (view) - annotate - [select for diffs] , Thu Nov 20 06:18:26 2008 UTC (15 years, 7 months ago) by venkat.puvvada
Branch: MAIN
Changes since 1.86: +0 -8 lines
Diff to previous 1.86
BUG#: 8159
TITLE: remove unnecessary cimom::_default_callback
DESCRIPTION: removed cimom::_default_callback method

Revision 1.86 / (view) - annotate - [select for diffs] , Wed Nov 12 06:04:40 2008 UTC (15 years, 7 months ago) by venkat.puvvada
Branch: MAIN
Changes since 1.85: +44 -146 lines
Diff to previous 1.85
BUG#: 8093
TITLE: AsyncIoctl cleanup.
DESCRIPTION: cleanup unnecessasary properties and incorrect logic handling the services IO close.

Revision 1.85 / (view) - annotate - [select for diffs] , Mon Nov 3 10:10:18 2008 UTC (15 years, 8 months ago) by venkat.puvvada
Branch: MAIN
Changes since 1.84: +1 -1 lines
Diff to previous 1.84
BUG#: 8067
TITLE: remove unused async_results types
DESCRIPTION: removed unused result types.

Revision 1.84 / (view) - annotate - [select for diffs] , Mon Nov 3 09:45:23 2008 UTC (15 years, 8 months ago) by venkat.puvvada
Branch: MAIN
Changes since 1.83: +13 -18 lines
Diff to previous 1.83
BUG#: 8039
TITLE: message dispatcher routines takes unnecessary parameters
DESCRIPTION: removed unnecessary parameters

Revision 1.83 / (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.82: +28 -38 lines
Diff to previous 1.82
BUG#: 8033
TITLE: remove unnecessary module_capabilities
DESCRIPTION: removed module_capabilities from Cimom.h and _mask variable from MessageQueueService class.

Revision 1.82 / (view) - annotate - [select for diffs] , Tue Oct 21 16:11:13 2008 UTC (15 years, 8 months ago) by venkat.puvvada
Branch: MAIN
Changes since 1.81: +46 -137 lines
Diff to previous 1.81
BUG#: 8002
TITLE: message dispatch optimization in Metadispatcher
DESCRIPTION: removed unnecessary locks on processing AsyncOpNode and cleaned up AsyncOpNode class and message dispatcher routines.

Revision 1.81 / (view) - annotate - [select for diffs] , Tue Oct 14 16:25:58 2008 UTC (15 years, 8 months ago) by venkat.puvvada
Branch: MAIN
Changes since 1.80: +7 -454 lines
Diff to previous 1.80
BUG#: 7995
TITLE: Metadispatcher & MessageQueueService cleanup
DESCRIPTION: Removed unused functionality

Revision 1.80 / (view) - annotate - [select for diffs] , Wed Sep 17 17:47:22 2008 UTC (15 years, 9 months ago) by kumpf
Branch: MAIN
CVS Tags: TASK-PEP311_WSMan-root, TASK-PEP311_WSMan-branch
Changes since 1.79: +7 -13 lines
Diff to previous 1.79
BUG#: 7916
TITLE: Eliminate ListClosed exception
DESCRIPTION: Update AsyncQueue to user return values instead of exceptions to indicate the queue is closed.  Replace the use of AsyncQueue with simpler constructs where appropriate.

Revision 1.79 / (view) - annotate - [select for diffs] , Tue Sep 16 17:37:03 2008 UTC (15 years, 9 months ago) by kumpf
Branch: MAIN
Changes since 1.78: +3 -3 lines
Diff to previous 1.78
BUG#: 7912
TITLE: WaitFailed exception should include diagnostic information
DESCRIPTION: Throw an Exception on locking primitive failures instead of the WaitFailed IPCException.

Revision 1.78 / (view) - annotate - [select for diffs] , Tue Aug 19 16:20:21 2008 UTC (15 years, 10 months ago) by kumpf
Branch: MAIN
Changes since 1.77: +2 -2 lines
Diff to previous 1.77
BUG#: 7838
TITLE: AsyncQueue does not need a maximum capacity
DESCRIPTION: Remove the ListFull exception and associated logic.

Revision 1.77 / (view) - annotate - [select for diffs] , Wed Jun 18 17:12:00 2008 UTC (16 years ago) by kumpf
Branch: MAIN
CVS Tags: TASK-PEP328_SOLARIS_NEVADA_PORT_v2-root, 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
Branch point for: TASK-PEP328_SOLARIS_NEVADA_PORT_v2-branch
Changes since 1.76: +0 -2 lines
Diff to previous 1.76
BUG#: 7742
TITLE: Unreferenced variables
DESCRIPTION: Remove unused variable definitions.

Revision 1.76 / (view) - annotate - [select for diffs] , Wed Jun 18 17:05:51 2008 UTC (16 years ago) by kumpf
Branch: MAIN
Changes since 1.75: +2 -2 lines
Diff to previous 1.75
BUG#: 7744
TITLE: Incorrect use of bitwise operator
DESCRIPTION: Use logical operators instead of bitwise operators.

Revision 1.75 / (view) - annotate - [select for diffs] , Tue Feb 19 22:56:12 2008 UTC (16 years, 4 months ago) by kumpf
Branch: MAIN
CVS Tags: TASK-PEP328_SOLARIS_IX86_CC_PORT-root, TASK-PEP328_SOLARIS_IX86_CC_PORT-branch, RELEASE_2_8_0_BETA, RELEASE_2_8_0-FC, Makefile
Branch point for: TASK-PEP328_SOLARIS_IX86_CC_PORT-branch-v2
Changes since 1.74: +1 -0 lines
Diff to previous 1.74
BUG#: 4021
TITLE: Memory leaks in TestAsyncCallback
DESCRIPTION: Free the memory for a message_module when it is deregistered.

Revision 1.74 / (view) - annotate - [select for diffs] , Tue Jul 24 19:02:06 2007 UTC (16 years, 11 months ago) by kumpf
Branch: MAIN
CVS Tags: TASK-PEP305_VXWORKS-root, TASK-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_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
Branch point for: TASK-PEP305_VXWORKS-branch
Changes since 1.73: +18 -19 lines
Diff to previous 1.73
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.73 / (view) - annotate - [select for diffs] , Wed Jun 13 08:13:32 2007 UTC (17 years ago) by venkat.puvvada
Branch: MAIN
CVS Tags: TASK-PEP291_IPV6-root, TASK-PEP291_IPV6-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
Changes since 1.72: +1 -4 lines
Diff to previous 1.72
BUG#: 6496
TITLE: bad response when accept_async fails

Revision 1.72 / (view) - annotate - [select for diffs] , Tue Feb 13 19:25:53 2007 UTC (17 years, 4 months ago) by kumpf
Branch: MAIN
CVS Tags: TASK-PEP286_PRIVILEGE_SEPARATION-root, TASK-PEP286_PRIVILEGE_SEPARATION-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
Changes since 1.71: +2 -2 lines
Diff to previous 1.71
BUG#: 6103
TITLE: Use Uint32 instead of size_t in List template
DESCRIPTION: Use Uint32 in the List template to remove the need for explicit type conversions from size_t to Uint32.

Revision 1.71 / (view) - annotate - [select for diffs] , Fri Feb 9 18:44:01 2007 UTC (17 years, 4 months ago) by kumpf
Branch: MAIN
Changes since 1.70: +6 -6 lines
Diff to previous 1.70
BUG#: 6088
TITLE: Memory error in cimom::_handle_cimom_op
DESCRIPTION: Correct a potential memory access after delete and a memory leak.

Revision 1.70 / (view) - annotate - [select for diffs] , Thu Jan 11 16:21:54 2007 UTC (17 years, 5 months ago) by a.dunfey
Branch: MAIN
Changes since 1.69: +2 -2 lines
Diff to previous 1.69
BUG#: 5947
TITLE: Pegasus support for 64-bit Windows platform

DESCRIPTION:

Add support for the WIN64_IA64_MSVC and WIN64_X86_64_MSVC platforms and remove warnings associated with 64-bit windows compilation.

Revision 1.69 / (view) - annotate - [select for diffs] , Fri Nov 10 18:14:57 2006 UTC (17 years, 7 months ago) by kumpf
Branch: MAIN
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_0-RC1, RELEASE_2_6_0-FC, RELEASE_2_6_0, RELEASE_2_6-root, RELEASE_2_6-branch-clean, RELEASE_2_6-branch, PEP286_PRIVILEGE_SEPARATION_ROOT, PEP286_PRIVILEGE_SEPARATION_CODE_FREEZE, PEP286_PRIVILEGE_SEPARATION_BRANCH, PEP286_PRIVILEGE_SEPARATION_1
Changes since 1.68: +2 -2 lines
Diff to previous 1.68
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.68 / (view) - annotate - [select for diffs] , Tue Nov 7 21:30:36 2006 UTC (17 years, 7 months ago) by kumpf
Branch: MAIN
Changes since 1.67: +828 -832 lines
Diff to previous 1.67
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.67 / (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.66: +3 -7 lines
Diff to previous 1.66
BUG#: 5461
TITLE: Clean up message_mask class
DESCRIPTION: Renamed message_mask to MessageMask, and removed unused members.

Revision 1.66 / (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.65: +9 -8 lines
Diff to previous 1.65
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.65 / (view) - annotate - [select for diffs] , Wed Jul 26 19:34:00 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.64: +12 -13 lines
Diff to previous 1.64
BUG#: 5293
TITLE: Remove unused definitions from AsyncOpNode
DESCRIPTION: Clean up the AsyncOpNode class to remove unused members and methods.  Change the _request and _response members to be single pointers instead of Lists.

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

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

Revision 1.62 / (view) - annotate - [select for diffs] , Wed Jul 12 18:46:26 2006 UTC (17 years, 11 months ago) by kumpf
Branch: MAIN
Changes since 1.61: +0 -19 lines
Diff to previous 1.61
BUG#: 5225
TITLE: Remove unused == operators
DESCRIPTION: Remove the operator== declarations that were rendered obsolete by the Bug 5191 patch.

Revision 1.61 / (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.60: +42 -49 lines
Diff to previous 1.60
BUG#: 5191
TITLE: Queue Consolidation

DESCRIPTION: Queue Consolidation Branch Work

Revision 1.60 / (view) - annotate - [select for diffs] , Mon Jan 30 16:16:48 2006 UTC (18 years, 5 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.59: +3 -1 lines
Diff to previous 1.59
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.59 / (view) - annotate - [select for diffs] , Mon Oct 24 18:35:25 2005 UTC (18 years, 8 months ago) by mike
Branch: MAIN
CVS Tags: STABLE, PEP244_ServerProfile-root, PEP244_ServerProfile-branch, PEP233_EmbeddedInstSupport-root, BUG_4225_PERFORMANCE_VERSION_1_DONE
Branch point for: PEP233_EmbeddedInstSupport-branch
Changes since 1.58: +9 -9 lines
Diff to previous 1.58
BUG#: 4250
TITLE: AtomicInt Performance

DESCRIPTION: This fix provides a faster AtomicInt implementation for select platforms.

Revision 1.58 / (view) - annotate - [select for diffs] , Fri Jun 24 18:34:23 2005 UTC (19 years ago) by konrad.r
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, NPEGASUS_2_5_0_PerformanceDev-String-root, NNPEGASUS_2_5_0_PerformanceDev-String-branch
Branch point for: PEGASUS_2_5_0_PerformanceDev-AtomicInt-branch
Changes since 1.57: +8 -2 lines
Diff to previous 1.57
BUG#: 972
TITLE: Thread::run errors are not handled

DESCRIPTION:

Revision 1.57 / (view) - annotate - [select for diffs] , Wed Jun 22 19:34:44 2005 UTC (19 years ago) by kumpf
Branch: MAIN
Changes since 1.56: +2 -2 lines
Diff to previous 1.56
BUG#: 3842
TITLE: cimprovagt hangs when disabling provider
DESCRIPTION: Avoid calling pthread_exit in the cimom::_routing_proc function.

Revision 1.56 / (view) - annotate - [select for diffs] , Fri May 27 01:34:02 2005 UTC (19 years, 1 month ago) by konrad.r
Branch: MAIN
Changes since 1.55: +2 -0 lines
Diff to previous 1.55
BUG#: 3625
TITLE: ~MessageQueueService finishes while _req_proc is still processing requests

DESCRIPTION:

Revision 1.55 / (view) - annotate - [select for diffs] , Mon May 16 16:28:40 2005 UTC (19 years, 1 month ago) by konrad.r
Branch: MAIN
Changes since 1.54: +2 -2 lines
Diff to previous 1.54
BUG#: 3555
TITLE: async_callback test case is not enabled in unit test. Legacy message passing with callback is not working

DESCRIPTION:

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

DESCRIPTION: Also, made some editorial changes to bring the code closer to the coding guidelines.

Revision 1.53 / (view) - annotate - [select for diffs] , Sat Feb 5 22:59:23 2005 UTC (19 years, 5 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.52: +3 -1 lines
Diff to previous 1.52
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.52 / (view) - annotate - [select for diffs] , Mon Jan 24 11:15:41 2005 UTC (19 years, 5 months ago) by joyce.j
Branch: MAIN
CVS Tags: pegasus25BeforeLicenseUpdate, SLPPERFINST-root, SLPPERFINST-branch
Changes since 1.51: +47 -37 lines
Diff to previous 1.51
PEP#: 101
TITLE: AutoPtr Enhancement

DESCRIPTION: AutoPtr updates has been made

Revision 1.51 / (view) - annotate - [select for diffs] , Sun Oct 17 19:39:17 2004 UTC (19 years, 8 months ago) by karl
Branch: MAIN
CVS Tags: 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, PEP213_SIZE_OPTIMIZATIONS_TAG, PEP213_SIZE_OPTIMIZATIONS, IBM_241_April1405, CHUNKTESTDONE_PEP140
Branch point for: RELEASE_2_4-branch
Changes since 1.50: +6 -4 lines
Diff to previous 1.50
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.50 / (view) - annotate - [select for diffs] , Thu Oct 30 00:22:39 2003 UTC (20 years, 8 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, CQL_2_5_BRANCH
Changes since 1.49: +4 -1 lines
Diff to previous 1.49
HP-RK Bugzilla 962 (Missing logic to handle system thread limit).

Revision 1.49 / (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.48: +5 -3 lines
Diff to previous 1.48
PEP 55 Update license on source files to current license text and date

Revision 1.48 / (view) - annotate - [select for diffs] , Fri Oct 10 13:31:27 2003 UTC (20 years, 8 months ago) by mday
Branch: MAIN
CVS Tags: TEST, PRE_LICENSE_UPDATE_2003
Changes since 1.47: +0 -3 lines
Diff to previous 1.47
bugzilla 662 - pegasus/src/Pegasus/Common changes

Revision 1.47 / (view) - annotate - [select for diffs] , Wed Oct 8 15:42:18 2003 UTC (20 years, 9 months ago) by mday
Branch: MAIN
CVS Tags: test
Changes since 1.46: +12 -0 lines
Diff to previous 1.46
bugzilla 662 - infinite loop in MQS when both sending queue and receiving queue are stopped

Revision 1.46 / (view) - annotate - [select for diffs] , Wed Sep 3 19:13:01 2003 UTC (20 years, 10 months ago) by kumpf
Branch: MAIN
CVS Tags: RELEASE_2_3_0-msg-freeze
Changes since 1.45: +1 -1 lines
Diff to previous 1.45
HP-RK Bugzilla 395 (Infinite loop in message_module::operator==).

Revision 1.45 / (view) - annotate - [select for diffs] , Wed Nov 6 22:44:48 2002 UTC (21 years, 8 months ago) by kumpf
Branch: MAIN
CVS Tags: pep_88, mday-merge-start, mday-merge-pegasus/src/Pegasus/Server, mday-merge-pegasus/src/Pegasus/Common, VERSION_2_1_RELEASE_HEAD, VERSION_2_1_RELEASE_BRANCH, VERSION_2_1_RELEASE, VERSION_2_1_1_RELEASE, 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, LOCAL_ASSOCPROV-ROOT, LOCAL_ASSOCPROV-BRANCH
Changes since 1.44: +8 -1 lines
Diff to previous 1.44
HP-RK Add workaround for apparent memory leak.

Revision 1.44 / (view) - annotate - [select for diffs] , Tue Jul 23 09:37:42 2002 UTC (21 years, 11 months ago) by mday
Branch: MAIN
CVS Tags: VERSION_2_01_01
Branch point for: mday-2-0-patches
Changes since 1.43: +1 -0 lines
Diff to previous 1.43
fixed segfault when running subscription tests

Revision 1.43 / (view) - annotate - [select for diffs] , Tue Jun 11 20:28:08 2002 UTC (22 years ago) by mday
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.42: +1 -1 lines
Diff to previous 1.42
changes to Monitor.cpp to make the connection entries thread-safe. Unsafe windows was exposed most frequently on preemptive OS's with multiple processors but could occur on any pegasus platform

Revision 1.42 / (view) - annotate - [select for diffs] , Fri Jun 7 14:17:13 2002 UTC (22 years, 1 month ago) by mday
Branch: MAIN
Changes since 1.41: +1 -0 lines
Diff to previous 1.41
fixed bug that deleted static thread pools when cimserver run as a daemon

Revision 1.41 / (view) - annotate - [select for diffs] , Fri May 31 23:56:30 2002 UTC (22 years, 1 month ago) by kumpf
Branch: MAIN
CVS Tags: VERSION_1_10
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] , Wed May 29 18:29:38 2002 UTC (22 years, 1 month ago) by mday
Branch: MAIN
Changes since 1.39: +0 -1 lines
Diff to previous 1.39
converted some classes back to MessageQueue from MessageQueueService in order to reduce idle threads.

Revision 1.39 / (view) - annotate - [select for diffs] , Wed May 29 16:53:33 2002 UTC (22 years, 1 month ago) by mday
Branch: MAIN
Changes since 1.38: +0 -1 lines
Diff to previous 1.38
*** empty log message ***

Revision 1.38 / (view) - annotate - [select for diffs] , Fri May 24 19:32:38 2002 UTC (22 years, 1 month ago) by mday
Branch: MAIN
Changes since 1.37: +0 -3 lines
Diff to previous 1.37
 fixes and tests for module controller functionality

Revision 1.37 / (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.36: +3 -2 lines
Diff to previous 1.36
after debugging indication delivery

Revision 1.36 / (view) - annotate - [select for diffs] , Thu Apr 25 15:41:22 2002 UTC (22 years, 2 months ago) by mday
Branch: MAIN
Changes since 1.35: +0 -1 lines
Diff to previous 1.35
*** empty log message ***

Revision 1.35 / (view) - annotate - [select for diffs] , Wed Apr 24 19:24:57 2002 UTC (22 years, 2 months ago) by mday
Branch: MAIN
Changes since 1.34: +8 -15 lines
Diff to previous 1.34
 bugs fixed in message system, new async call added that performs all memory management, speed enhancements and leak protection added

Revision 1.34 / (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.33: +10 -2 lines
Diff to previous 1.33
 fixed bugs in messaging system

Revision 1.33 / (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.32: +2 -1 lines
Diff to previous 1.32
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.32 / (view) - annotate - [select for diffs] , Sun Apr 7 21:37:53 2002 UTC (22 years, 3 months ago) by kumpf
Branch: MAIN
Changes since 1.31: +10 -1 lines
Diff to previous 1.31
DME: Add support for HPUX IA64.

Revision 1.31 / (view) - annotate - [select for diffs] , Sat Apr 6 19:28:00 2002 UTC (22 years, 3 months ago) by kumpf
Branch: MAIN
Changes since 1.30: +7 -0 lines
Diff to previous 1.30
DME: Add additional trace code.

Revision 1.30 / (view) - annotate - [select for diffs] , Thu Apr 4 23:23:44 2002 UTC (22 years, 3 months ago) by mday
Branch: MAIN
CVS Tags: VERSION_1_09
Changes since 1.29: +1 -1 lines
Diff to previous 1.29
 sendwait replaces with sendasync in several modules

Revision 1.29 / (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_08
Changes since 1.28: +1 -1 lines
Diff to previous 1.28
 completed implementation of module controller

Revision 1.28 / (view) - annotate - [select for diffs] , Fri Mar 22 19:51:37 2002 UTC (22 years, 3 months ago) by mday
Branch: MAIN
Changes since 1.27: +16 -7 lines
Diff to previous 1.27
 ModuleController fleshed out

Revision 1.27 / (view) - annotate - [select for diffs] , Tue Mar 19 21:03:37 2002 UTC (22 years, 3 months ago) by mday
Branch: MAIN
Changes since 1.26: +116 -4 lines
Diff to previous 1.26
*** empty log message ***

Revision 1.26 / (view) - annotate - [select for diffs] , Mon Mar 18 22:50:26 2002 UTC (22 years, 3 months ago) by mday
Branch: MAIN
Changes since 1.25: +6 -5 lines
Diff to previous 1.25
new message definitions for service control module

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

Revision 1.24 / (view) - annotate - [select for diffs] , Mon Mar 11 14:58:54 2002 UTC (22 years, 3 months ago) by mday
Branch: MAIN
Changes since 1.23: +1 -2 lines
Diff to previous 1.23
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.23 / (view) - annotate - [select for diffs] , Mon Mar 11 02:36:18 2002 UTC (22 years, 3 months ago) by mday
Branch: MAIN
Changes since 1.22: +1 -3 lines
Diff to previous 1.22
 async callback test written and misc. optimizations to meta dispatcher. Async callback messages work great.

Revision 1.22 / (view) - annotate - [select for diffs] , Thu Mar 7 01:17:56 2002 UTC (22 years, 4 months ago) by mday
Branch: MAIN
Changes since 1.21: +5 -6 lines
Diff to previous 1.21
 send async added, callback handling, ForwardOp added

Revision 1.21 / (view) - annotate - [select for diffs] , Wed Mar 6 21:25:06 2002 UTC (22 years, 4 months ago) by mday
Branch: MAIN
Changes since 1.20: +2 -2 lines
Diff to previous 1.20
*** empty log message ***

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

Revision 1.19 / (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.18: +36 -10 lines
Diff to previous 1.18
 tested SendForget, fixed bugs in metadispatcher

Revision 1.18 / (view) - annotate - [select for diffs] , Tue Feb 19 18:21:13 2002 UTC (22 years, 4 months ago) by mday
Branch: MAIN
Changes since 1.17: +85 -45 lines
Diff to previous 1.17
 finished async callback code and optimized dispatcher routing code

Revision 1.17 / (view) - annotate - [select for diffs] , Mon Feb 18 22:52:26 2002 UTC (22 years, 4 months ago) by mday
Branch: MAIN
Changes since 1.16: +2 -14 lines
Diff to previous 1.16
added some async callback capability in meta dispatcher

Revision 1.16 / (view) - annotate - [select for diffs] , Mon Feb 18 12:31:29 2002 UTC (22 years, 4 months ago) by mday
Branch: MAIN
Changes since 1.15: +75 -45 lines
Diff to previous 1.15
additional metadispatcher interfaces

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

Revision 1.14 / (view) - annotate - [select for diffs] , Wed Feb 6 15:15:35 2002 UTC (22 years, 5 months ago) by mday
Branch: MAIN
CVS Tags: pre-meta-dispatcher
Changes since 1.13: +6 -3 lines
Diff to previous 1.13
tested support of service pause, service resume

Revision 1.13 / (view) - annotate - [select for diffs] , Mon Feb 4 22:01:47 2002 UTC (22 years, 5 months ago) by mday
Branch: MAIN
Changes since 1.12: +0 -1 lines
Diff to previous 1.12
*** empty log message ***

Revision 1.12 / (view) - annotate - [select for diffs] , Mon Feb 4 21:03:55 2002 UTC (22 years, 5 months ago) by mday
Branch: MAIN
Changes since 1.11: +43 -1 lines
Diff to previous 1.11
*** empty log message ***

Revision 1.11 / (view) - annotate - [select for diffs] , Mon Feb 4 17:37:55 2002 UTC (22 years, 5 months ago) by mday
Branch: MAIN
Changes since 1.10: +123 -34 lines
Diff to previous 1.10
*** empty log message ***

Revision 1.10 / (view) - annotate - [select for diffs] , Sat Feb 2 17:58:13 2002 UTC (22 years, 5 months ago) by mday
Branch: MAIN
CVS Tags: VERSION_1_07
Changes since 1.9: +72 -53 lines
Diff to previous 1.9
*** empty log message ***

Revision 1.9 / (view) - annotate - [select for diffs] , Sat Feb 2 01:03:31 2002 UTC (22 years, 5 months ago) by mday
Branch: MAIN
Changes since 1.8: +21 -23 lines
Diff to previous 1.8
*** empty log message ***

Revision 1.8 / (view) - annotate - [select for diffs] , Mon Jan 21 21:21:44 2002 UTC (22 years, 5 months ago) by mday
Branch: MAIN
Changes since 1.7: +0 -32 lines
Diff to previous 1.7
*** empty log message ***

Revision 1.7 / (view) - annotate - [select for diffs] , Mon Jan 21 21:20:35 2002 UTC (22 years, 5 months ago) by mday
Branch: MAIN
Changes since 1.6: +47 -89 lines
Diff to previous 1.6
fixed hellacious bug in asyncopnode

Revision 1.6 / (view) - annotate - [select for diffs] , Mon Jan 21 18:36:02 2002 UTC (22 years, 5 months ago) by chip
Branch: MAIN
Changes since 1.5: +154 -151 lines
Diff to previous 1.5
added include for iostream to compile on Windows.

Revision 1.5 / (view) - annotate - [select for diffs] , Mon Jan 21 02:01:22 2002 UTC (22 years, 5 months ago) by mday
Branch: MAIN
Changes since 1.4: +202 -367 lines
Diff to previous 1.4
*** empty log message ***

Revision 1.4 / (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.3: +2 -10 lines
Diff to previous 1.3
*** empty log message ***

Revision 1.3 / (view) - annotate - [select for diffs] , Fri Jan 18 19:27:48 2002 UTC (22 years, 5 months ago) by mday
Branch: MAIN
Changes since 1.2: +112 -136 lines
Diff to previous 1.2
*** empty log message ***

Revision 1.2 / (view) - annotate - [select for diffs] , Wed Jan 16 22:40:17 2002 UTC (22 years, 5 months ago) by mday
Branch: MAIN
Changes since 1.1: +35 -7 lines
Diff to previous 1.1
more bug fixing in meta dispatcher

Revision 1.1 / (view) - annotate - [select for diffs] , Tue Jan 15 21:47:13 2002 UTC (22 years, 5 months ago) by mday
Branch: MAIN
meta dispatcher added to common

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