index
:
ICE
3.4
3.5
3.6
3.7
main
ZeroC local mirror
ZeroC
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cpp
/
src
/
IceUtil
/
RWRecMutex.cpp
Commit message (
Expand
)
Author
Age
*
ICE-4753 - Remove StaticMutex & RWRecMutex
Jose
2012-02-21
*
updating version & copyright for 3.4.2
Mark Spruiell
2011-05-11
*
Updated copyright to 2010
Dwayne Boone
2010-01-07
*
4480 - add ICE_DEPRECATED_API to StaticMutex & RWRecMutex
Jose
2009-12-16
*
Bug 3621 - updated copyright to 2009
Dwayne Boone
2009-01-02
*
Updated copyright
Dwayne Boone
2008-01-23
*
http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=1351 - use monotonic timer...
Dwayne Boone
2007-09-05
*
Expanded tabs into spaces
Bernard Normier
2007-02-01
*
Updated copyright header
Dwayne Boone
2007-01-08
*
Bug 1339.
Michi Henning
2006-08-29
*
Updated copyright
Dwayne Boone
2006-03-14
*
Fixed bugs 724 and 725
Bernard Normier
2006-01-30
*
Fixed GCC 4.0.1 warnings
Bernard Normier
2005-11-15
*
http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=547
Matthew Newhook
2005-10-27
*
Fixed broken upgrade() for RWRecMutex.
Michi Henning
2005-10-25
*
Updated copyrights to 2005
Bernard Normier
2005-02-16
*
Fixed copyright
Bernard Normier
2004-05-18
*
Updated copyright notice
Bernard Normier
2004-05-11
*
Fixed bug introduced by previous commit
Bernard Normier
2003-05-16
*
Renamed trylock, readlock and writelock to tryLock, readLock and writeLock
Bernard Normier
2003-05-16
*
all timed function now return false on timeout instead of raising an
Bernard Normier
2003-05-16
*
Mutex and Lock changes: lock/unlock now return void, trylock returns a bool
Bernard Normier
2003-04-16
*
Fixed a variety of race conditions in Thread.cpp. Made RWRecMutex smaller.
Michi Henning
2003-03-10
*
version update; date change
Marc Laukien
2003-02-04
*
Removed redundant iostream include that was left behind for tracing.
Michi Henning
2002-11-08
*
Fixed incorrect writelock implementation -- the _writerControl member was
Michi Henning
2002-11-08
*
fixed copyright date
Marc Laukien
2002-11-06
*
changing copyright location; adding GPL note
Mark Spruiell
2002-10-28
*
changing Mutable Realms to ZeroC
Mark Spruiell
2002-10-26
*
dos2unix
Marc Laukien
2002-09-22
*
thread fixes
Marc Laukien
2002-09-22
*
added space
Marc Laukien
2002-07-09
*
removed spaces after keywords
Marc Laukien
2002-06-23
*
time updates.
Matthew Newhook
2002-04-22
*
Added IceUtil/Time.h
Matthew Newhook
2002-04-22
*
BusyException; naming fixes
Marc Laukien
2002-04-20
*
Added preliminary implementation of timed read/write trylock for RWRecMutex
Matthew Newhook
2002-04-20
*
Added support for recursive write mutexes. Added read/write mutex upgrade.
Matthew Newhook
2002-04-18
*
Remove ConstLock, and friends.
Matthew Newhook
2001-12-31
*
IceThread merge.
Matthew Newhook
2001-12-27