summaryrefslogtreecommitdiff
path: root/cpp/src/Freeze/TransactionalEvictorContext.cpp
Commit message (Collapse)AuthorAge
* Update copyright headersJoe George2016-03-01
|
* Updated copyright to 2015Dwayne Boone2015-01-05
|
* merging javascript branchMark Spruiell2014-03-19
|
* Fixed ICE-5179: Fixed copyrightsBenoit Foucher2013-02-12
|
* Fixed ICE-4855: expand tabs to space (8) for .php, .cpp, .h, .java and .cs filesBernard Normier2012-10-23
|
* Port to gcc and clang in c++11 mode:Bernard Normier2012-10-05
| | | | | - for GCC, replaced most std::auto_ptr usage by a new IceUtil::UniquePtr - for clang, added ICE_NOEXCEPT and ICE_NOEXCEPT_FALSE for a few dtors in Freeze
* Much better fix for ICE-2097: whether or not to keep the stats is no longerBernard Normier2012-08-21
| | | | | | | determined by the encoding but by the Catalog data for the evictor. With the new default, the catalog data key and value are set, in particular the value is set to "Object". With old evictors, the catalog data value was set to "", which means ::Freeze::ObjectRecord (with stats).
* Fixed ICE-2097: with Ice encoding > 1.0, Freeze evictors no longer maintainBernard Normier2012-08-21
| | | | or store statistics.
* Fixed bug #ICE-4845 (ice_clone for IceUtil::Exception is now covariant)Bernard Normier2012-08-11
| | | | | Small build fixes (VS warning, Python 3.x run.py) slice2cpp no longer generates ice_clone for interfaces
* Fixed copyrightsBenoit Foucher2012-04-25
|
* ICE-4594 Patch for local exception and C++ ice_printJose2011-12-07
|
* updating version & copyright for 3.4.2Mark Spruiell2011-05-11
|
* Fixed bug #4786Bernard Normier2010-06-28
|
* Updated copyright to 2010Dwayne Boone2010-01-07
|
* Bug 3624 - desupport HPDwayne Boone2009-05-05
|
* Bug 3621 - updated copyright to 2009Dwayne Boone2009-01-02
|
* Fixed bug 3225 - Uninitialized attributeBenoit Foucher2008-06-06
|
* Updated copyrightDwayne Boone2008-01-23
|
* Fixed bug #2626Bernard Normier2008-01-10
|
* Fixed VC6 build failuresZeroC Staff2007-11-21
|
* Bug 2541.Michi Henning2007-11-21
|
* Fixed bug #2543Bernard Normier2007-11-19
|
* http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=1351 - use monotonic ↵Dwayne Boone2007-09-05
| | | | timers where possible
* http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=2451Matthew Newhook2007-09-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Squashed commit of the following: commit f4ba9698ababcd06659be2c941fb1809833764ee Author: Matthew Newhook <matthew@zeroc.com> Date: Tue Sep 4 17:25:35 2007 +0800 some cleanup. commit 58dae2c8e42132d645e8cbfce7ac6856995d3241 Author: Matthew Newhook <matthew@zeroc.com> Date: Tue Sep 4 17:20:22 2007 +0800 added more dire warning comments. commit c95d285943268c3623d61ccae8cc4d4654cf8056 Author: Matthew Newhook <matthew@zeroc.com> Date: Tue Sep 4 17:09:32 2007 +0800 remove debug. added comment. commit 8eed648a285edcf6b256ca9195021e36e437ac36 Author: Matthew Newhook <matthew@zeroc.com> Date: Tue Sep 4 17:04:12 2007 +0800 Copy the connection to prevent the transaction from accessing itself after its been blown away. commit 08523da6819abf029f67178a51c09b39e41168ca Author: Matthew Newhook <matthew@zeroc.com> Date: Tue Sep 4 16:25:40 2007 +0800 first set of fixes for the reference counting.
* AMD testing + minimal rollback on user exception support in AMDBernard Normier2007-07-06
|
* Freeze transaction attributes + new Freeze/casino demoBernard Normier2007-06-27
|
* Removed transactional evictor contextBernard Normier2007-05-30