CVS log for pegasus/src/Pegasus/Common/Attic/IPC.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.40 , Wed Aug 9 20:12:42 2006 UTC (17 years, 10 months ago) by mike
Branch: MAIN
CVS Tags: TASK-PEP362_RestfulService-merged_out_from_trunk, TASK-PEP348_SCMO-merged_out_from_trunk, TASK-PEP317_pullop-merged_out_from_trunk, TASK-PEP317_pullop-merged_in_to_trunk, TASK-PEP311_WSMan-root, TASK-PEP311_WSMan-branch, HPUX_TEST, HEAD
Changes since 1.39: +0 -0 lines
FILE REMOVED
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.39 / (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.38: +6 -6 lines
Diff to previous 1.38
BUG#: 5191
TITLE: Queue Consolidation

DESCRIPTION: Queue Consolidation Branch Work

Revision 1.38 / (view) - annotate - [select for diffs] , Mon Jan 30 16:17:04 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.37: +4 -2 lines
Diff to previous 1.37
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.37 / (view) - annotate - [select for diffs] , Mon Nov 21 10:03:05 2005 UTC (18 years, 7 months ago) by marek
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.36: +4 -0 lines
Diff to previous 1.36
BUG#:4483
TITLE: Tests and poststarttests did not run successful on z/OS

DESCRIPTION:

Revision 1.36 / (view) - annotate - [select for diffs] , Mon Oct 24 18:35:25 2005 UTC (18 years, 8 months ago) by mike
Branch: MAIN
Changes since 1.35: +16 -189 lines
Diff to previous 1.35
BUG#: 4250
TITLE: AtomicInt Performance

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

Revision 1.35 / (view) - annotate - [select for diffs] , Wed May 11 14:18:42 2005 UTC (19 years, 1 month ago) by aruran.ms
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, PEG25_IBM_5_16_05, 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.34: +3 -2 lines
Diff to previous 1.34
BUG#: 3518
TITLE: Condition constructor should take a non-const mutex reference

DESCRIPTION: Fixed as proposed

Revision 1.34 / (view) - annotate - [select for diffs] , Tue May 10 19:34:56 2005 UTC (19 years, 1 month ago) by david.dillard
Branch: MAIN
Changes since 1.33: +22 -32 lines
Diff to previous 1.33
BUG#: 2182
TITLE: Removed non-empty exception specifications.

DESCRIPTION: Also, made some other changes to get the code closer to matching the coding guidelines.

Revision 1.33 / (view) - annotate - [select for diffs] , Tue Mar 8 03:00:18 2005 UTC (19 years, 4 months ago) by humberto
Branch: MAIN
Changes since 1.32: +13 -6 lines
Diff to previous 1.32
BUG#: 2971

TITLE: General fix for OS400 compile error IPC.cpp

DESCRIPTION: General fix for OS400 compile error IPC.cpp

Revision 1.32 / (view) - annotate - [select for diffs] , Wed Feb 16 12:54:11 2005 UTC (19 years, 4 months ago) by r.kieninger
Branch: MAIN
CVS Tags: PEP214ROOT, PEP214BRANCH, PEP214-root, PEP214-branch, PEP-214B-root
Changes since 1.31: +90 -85 lines
Diff to previous 1.31
BUG#: 2778
TITLE: Replace implementation of AtomicInt class for z/OS

DESCRIPTION: Provide new implementation of class AtomicInt for z/OS using zSeries specifc instructions for optimization.

Revision 1.31 / (view) - annotate - [select for diffs] , Sun Feb 6 21:13:14 2005 UTC (19 years, 4 months ago) by gs.keenan
Branch: MAIN
Changes since 1.30: +3 -0 lines
Diff to previous 1.30
PEP#: 179
TITLE: Add Platform support for HP OpenVMS

DESCRIPTION: Changes to .cpp, .h files

Revision 1.30 / (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
Changes since 1.29: +3 -1 lines
Diff to previous 1.29
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.29 / (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.28: +6 -4 lines
Diff to previous 1.28
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.28 / (view) - annotate - [select for diffs] , Mon Aug 23 19:04:51 2004 UTC (19 years, 10 months ago) by david.dillard
Branch: MAIN
Changes since 1.27: +26 -27 lines
Diff to previous 1.27
BUG#: 1890
TITLE: Fixed additional memory leaks.

DESCRIPTION: Fixed some additional memory leaks that were missed in the previous checkin.  Also, did some cleanup of other things while I was in the file - no functional changes were made.

Revision 1.27 / (view) - annotate - [select for diffs] , Mon Aug 23 16:49:44 2004 UTC (19 years, 10 months ago) by dj.gorey
Branch: MAIN
Changes since 1.26: +2 -2 lines
Diff to previous 1.26
BUG#:1890
TITLE:Potential memory leaks in ReadWriteSemLLtimed_wait

DESCRIPTION: Fix as per dicussion on bugzilla.

Revision 1.26 / (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.25: +38 -34 lines
Diff to previous 1.25
BUG#: 1090
TITLE: Mutex's May Not Be Unlocked Resulting in Hang
DESCRIPTION:  Updated files to use AutoMutex.

Revision 1.25 / (view) - annotate - [select for diffs] , Mon Aug 2 18:40:44 2004 UTC (19 years, 11 months ago) by dj.gorey
Branch: MAIN
Changes since 1.24: +44 -18 lines
Diff to previous 1.24
BUG#:1088
TITLE:IncorrectThrowing of Exception in ReadWriteSem::time_wait

DESCRIPTION: Also fixes bug 1089. Created objects of the different exceptions and made copies of the exception to be thrown later.

Revision 1.24 / (view) - annotate - [select for diffs] , Thu Jul 29 12:27:59 2004 UTC (19 years, 11 months ago) by a.arora
Branch: MAIN
Changes since 1.23: +7 -7 lines
Diff to previous 1.23
BUG#: 1087
TITLE: Memory Leak in ReadWriteSem::timed_wait() in IPC.cpp
DESCRIPTION:  Fixed.

Revision 1.23 / (view) - annotate - [select for diffs] , Thu Jun 3 14:04:54 2004 UTC (20 years, 1 month ago) by a.arora
Branch: MAIN
CVS Tags: RELEASE_2_4_FC_CANDIDATE_1, MONITOR_CONSOLIDATION_2_5_BRANCH
Changes since 1.22: +20 -17 lines
Diff to previous 1.22
PEP#:101
TITLE: AutoPtr enhancements
DESCRIPTION: Plz refer PEP101 for details.

Revision 1.22 / (view) - annotate - [select for diffs] , Wed Nov 5 04:10:41 2003 UTC (20 years, 8 months ago) by kumpf
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
Changes since 1.21: +1 -1 lines
Diff to previous 1.21
HP-RK Bugzilla 983 (Problems with catching exceptions).

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

Revision 1.20 / (view) - annotate - [select for diffs] , Wed Oct 1 21:54:23 2003 UTC (20 years, 9 months ago) by mday
Branch: MAIN
CVS Tags: test, TEST, PRE_LICENSE_UPDATE_2003
Changes since 1.19: +9 -8 lines
Diff to previous 1.19
Bugzilla 635 - incorrect usage of atomic int in generic rw semaphore

Revision 1.19 / (view) - annotate - [select for diffs] , Mon Oct 28 19:56:06 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_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, LOCAL_ASSOCPROV-ROOT, LOCAL_ASSOCPROV-BRANCH
Changes since 1.18: +9 -0 lines
Diff to previous 1.18
HP-RK Implement the AtomicInt::DecAndTestIfZero() method for the generic implementation of AtomicInt.

Revision 1.18 / (view) - annotate - [select for diffs] , Fri Aug 16 23:59:36 2002 UTC (21 years, 10 months ago) by kumpf
Branch: MAIN
CVS Tags: mday-2-0-patches
Changes since 1.17: +1 -1 lines
Diff to previous 1.17
HP-RK API Review: Changed includes of Exception.h to InternalException.h in Pegasus internal source files.

Revision 1.17 / (view) - annotate - [select for diffs] , Tue Jul 23 22:30:29 2002 UTC (21 years, 11 months ago) by kumpf
Branch: MAIN
CVS Tags: VERSION_2_01_01
Changes since 1.16: +2 -2 lines
Diff to previous 1.16
HP-RK Use 'mutable' to allow AtomicInt mutex to be modified in const methods.

Revision 1.16 / (view) - annotate - [select for diffs] , Wed Jul 17 15:57:02 2002 UTC (21 years, 11 months ago) by kumpf
Branch: MAIN
CVS Tags: VERSION_2_00_RC_4, VERSION_2_00_BRANCH
Changes since 1.15: +2 -2 lines
Diff to previous 1.15
HP-RK Fix compile errors for TRU64.

Revision 1.15 / (view) - annotate - [select for diffs] , Tue Jul 16 21:21:48 2002 UTC (21 years, 11 months ago) by kumpf
Branch: MAIN
CVS Tags: VERSION_2_00_RC_3
Changes since 1.14: +2 -2 lines
Diff to previous 1.14
HP-RK Fix compile warnings caused by locking a Mutex member variable (non-const method) inside a const method.

Revision 1.14 / (view) - annotate - [select for diffs] , Tue Jul 16 20:55:03 2002 UTC (21 years, 11 months ago) by kumpf
Branch: MAIN
Changes since 1.13: +1 -1 lines
Diff to previous 1.13
HP-RK Fix compile errors caused by changing the AtomicInt::value() method to const.

Revision 1.13 / (view) - annotate - [select for diffs] , Fri May 31 23:56:33 2002 UTC (22 years, 1 month ago) by kumpf
Branch: MAIN
CVS Tags: VERSION_2_00_RC_2, VERSION_2_00_RC_1, VERSION_1_10
Changes since 1.12: +10 -9 lines
Diff to previous 1.12
HP-RK Update license header.

Revision 1.12 / (view) - annotate - [select for diffs] , Fri May 24 00:58:55 2002 UTC (22 years, 1 month ago) by kumpf
Branch: MAIN
Changes since 1.11: +1 -1 lines
Diff to previous 1.11
HP-RK Fix HP-UX compile.

Revision 1.11 / (view) - annotate - [select for diffs] , Thu May 23 20:50:57 2002 UTC (22 years, 1 month ago) by kumpf
Branch: MAIN
Changes since 1.10: +1 -1 lines
Diff to previous 1.10
HP-[CAKG] Fix compile error on HP-UX

Revision 1.10 / (view) - annotate - [select for diffs] , Mon May 13 21:27:26 2002 UTC (22 years, 1 month ago) by kumpf
Branch: MAIN
Changes since 1.9: +1 -0 lines
Diff to previous 1.9
HP-RK Explicitly include necessary header files instead of relying on indirect inclusion.

Revision 1.9 / (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.8: +1 -1 lines
Diff to previous 1.8
 fixed bugs in messaging system

Revision 1.8 / (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.7: +2 -3 lines
Diff to previous 1.7
 added suballocator to dq classes

Revision 1.7 / (view) - annotate - [select for diffs] , Mon Mar 18 16:06:42 2002 UTC (22 years, 3 months ago) by mday
Branch: MAIN
CVS Tags: VERSION_1_09, VERSION_1_08
Changes since 1.6: +27 -0 lines
Diff to previous 1.6
*** empty log message ***

Revision 1.6 / (view) - annotate - [select for diffs] , Mon Mar 18 11:34:27 2002 UTC (22 years, 3 months ago) by mday
Branch: MAIN
Changes since 1.5: +5 -5 lines
Diff to previous 1.5
threadpool cleaned up, touched IPC and Thread files

Revision 1.5 / (view) - annotate - [select for diffs] , Mon Feb 11 22:37:02 2002 UTC (22 years, 4 months ago) by mday
Branch: MAIN
CVS Tags: async_dispatcher
Changes since 1.4: +3 -3 lines
Diff to previous 1.4
conditional (generic) bug fix

Revision 1.4 / (view) - annotate - [select for diffs] , Mon Feb 11 22:19:36 2002 UTC (22 years, 4 months ago) by mday
Branch: MAIN
Changes since 1.3: +4 -8 lines
Diff to previous 1.3
fixed a sneaky bug in async dqueue shutdown code

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

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

Revision 1.1 , Thu Jul 19 12:12:34 2001 UTC (22 years, 11 months ago) by sage
Branch: MAIN
Branch point for: dev
FILE REMOVED
file IPC.cpp 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