Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Made Ice::Object abstract. | Michi Henning | 2005-07-04 |
| | |||
* | more GCShared/Shared cleanup | Marc Laukien | 2005-03-08 |
| | |||
* | Updated copyrights to 2005 | Bernard Normier | 2005-02-16 |
| | |||
* | Checked TODO item -- no change necessary. | Michi Henning | 2004-11-30 |
| | |||
* | fixes | Marc Laukien | 2004-11-29 |
| | |||
* | Changed IceUtil::GCShared to derive from IceUtil::Shared. | Michi Henning | 2004-11-25 |
| | |||
* | Fixed bug in the garbage collector: leaf nodes were sometimes not dealt | Michi Henning | 2004-09-29 |
| | | | | with correctly. | ||
* | Fixed copyright | Bernard Normier | 2004-05-18 |
| | |||
* | Updated copyright notice | Bernard Normier | 2004-05-11 |
| | |||
* | Merged changes from michi_pre_e3 branch | Michi Henning | 2004-05-10 |
| | |||
* | Added a comment to GCShared to explain why delete is called by __decRef() | Michi Henning | 2004-03-24 |
| | | | | | | outside the protection of the lock. Also moved the code to update the object set from ~GCShared() to the garbage collector. That's cleaner than doing it from the destructor. | ||
* | HP-UX port | Bernard Normier | 2004-01-23 |
| | |||
* | Fixed a race condition that could lead to deadlock of a thread tried to | Michi Henning | 2004-01-12 |
| | | | | | join with another thread from within the destructor of a servant or class. | ||
* | more gc cleanup | Marc Laukien | 2003-10-27 |
| | |||
* | - Renamed ObjectBase to GCShared. | Michi Henning | 2003-10-23 |
- Fixed the problem of the gc test sometimes running for over three minutes. - Fixed race condition in printGCStats if a signal caused communicator shutdown. |