Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Down with ant. From the gradle to the grave. | Matthew Newhook | 2014-10-20 |
| | |||
* | Fixed invocation timeouts/interrupt issues, addded AsyncResult.cancel() | Benoit Foucher | 2014-10-10 |
| | |||
* | - begin_ now never interrupts. | Matthew Newhook | 2014-09-27 |
| | | | | | | | - All potentially blocking Ice APIs are interruption points. - Fixes to the incoming/outgoing factories and shutdown procedure - Fixed bug where connect() was from a user thread. - Added lots more tests to the interrupt test suite. | ||
* | ICE-1593 Handling thread interrupts in Java | Matthew Newhook | 2014-08-07 |
| | | | | | | | | | | | | | - Added Ice.BackgroundIO property to perform all IO in a non-user thread. This makes Ice for Java interrupt safe. This is implemented by the QueueRequestHanbler. - EndpointHostResolver now uses an executor instead of a thread. - Added java/demo/Ice/interrupt and java/test/Ice/interrupt. - Made several changes that must be ported to C++ & C#. - InvocationTimeout exceptions can hang forever. - Connection establishment is always asynchronous. - RequestHandler.requestTimeout and asyncRequestTimeout have been renamed to requestCancel and asyncRequestCancel. | ||
* | Add @Override where possible, and remove trailing white space. | Matthew Newhook | 2014-08-07 |
| | |||
* | merging javascript branch | Mark Spruiell | 2014-03-19 |
| | |||
* | Fixed ICE-5179: Fixed copyrights | Benoit Foucher | 2013-02-12 |
| | |||
* | Java & C# port | Benoit Foucher | 2012-09-28 |
| | |||
* | Fixed copyrights | Benoit Foucher | 2012-04-25 |
| | |||
* | ICE-3318 Java finalizers are problematic | Jose | 2012-01-03 |
| | |||
* | updating version & copyright for 3.4.2 | Mark Spruiell | 2011-05-11 |
| | |||
* | Updated copyright to 2010 | Dwayne Boone | 2010-01-07 |
| | |||
* | - bug 3533: add async version of Connection/Communicator | Mark Spruiell | 2009-12-08 |
| | | | | | | flushBatchRequests operation - Slice file cleanup in C# tests - Updating C++ dependencies | ||
* | Fixed bug 4249 - waitForHold waits outside the OA sync | Benoit Foucher | 2009-09-09 |
| | |||
* | Do not add adapter name if creation fails | Dwayne Boone | 2009-04-28 |
| | |||
* | Bug 3138 - remove object adapter map | Dwayne Boone | 2009-04-27 |
| | |||
* | Bug 3137 - createObjectAdpter methods write properties | Dwayne Boone | 2009-04-22 |
| | |||
* | removing Java2 mapping | Mark Spruiell | 2009-04-03 |
| | |||
* | http://bugzilla/bugzilla/show_bug.cgi?id=3481 - Generate better UUIDs in Java. | Matthew Newhook | 2009-01-09 |
| | | | | http://bugzilla/bugzilla/show_bug.cgi?id=3482 - Deprecate generateUUID in Java and C# (java only). | ||
* | Bug 3621 - updated copyright to 2009 | Dwayne Boone | 2009-01-02 |
| | |||
* | Revert "Remove Java finalizers code" | Jose | 2008-12-18 |
| | | | | This reverts commit 94e1da6dc82a8ed38ee7a5691d691d375aaa28cb. | ||
* | Remove Java finalizers code | Jose | 2008-12-17 |
| | |||
* | using Java5 types in Ice core; general cleanup | Mark Spruiell | 2008-01-30 |
| | |||
* | Updated copyright | Dwayne Boone | 2008-01-23 |
| | |||
* | Moved various classes from IceUtil to IceUtilInternal | Bernard Normier | 2008-01-09 |
| | |||
* | Fixed bug 2286 | Benoit Foucher | 2007-07-04 |
| | |||
* | Expanded tabs into spaces | Bernard Normier | 2007-02-01 |
| | |||
* | Updated copyright header | Dwayne Boone | 2007-01-08 |
| | |||
* | Added Communicator::isShutdown() and ObjectAdapter::isDeactivated() | Dwayne Boone | 2007-01-08 |
| | |||
* | Added ObjectAdapter::destroy | Dwayne Boone | 2007-01-05 |
| | |||
* | Bug 1570 - object adapter configuration | Dwayne Boone | 2006-12-13 |
| | |||
* | Added createObjectAdapterWithRouter | Dwayne Boone | 2006-04-12 |
| | |||
* | Updated copyright | Dwayne Boone | 2006-03-14 |
| | |||
* | revising fixes for bug 431 | Brent Eagles | 2005-09-07 |
| | |||
* | fix for bug 431, createObjectAdapter with duplicate keys throws | Brent Eagles | 2005-09-03 |
| | | | | AlreadyRegisteredException | ||
* | Modified sync in shutdown | Dwayne Boone | 2005-08-24 |
| | |||
* | assertion fixes in finalizers | Mark Spruiell | 2005-04-29 |
| | |||
* | - Removing BufferManager class and BasicStream.destroy(), which reduces the | Mark Spruiell | 2005-04-29 |
| | | | | | | | complexity of many existing finalizers. - Removed code that cleans up cached objects. - For compatibility with C#, finalizers no longer call methods on other objects. | ||
* | Made finalizers thread-safe. | Michi Henning | 2005-04-26 |
| | |||
* | Backed out previous change -- not necessary for Java. | Michi Henning | 2005-04-19 |
| | |||
* | Removed illegal assert from finalizer. | Michi Henning | 2005-04-19 |
| | |||
* | 2004 to 2005 | Bernard Normier | 2005-02-16 |
| | |||
* | Fixed copyright | Bernard Normier | 2004-05-18 |
| | |||
* | Updated copyright notice | Bernard Normier | 2004-05-11 |
| | |||
* | Fixed race condition in flushBatchRequests(): connections that are not yet | Michi Henning | 2003-09-04 |
| | | | | validated are now ignored when flushing. | ||
* | Removed ice_flush() from proxy base class and implemented | Michi Henning | 2003-08-29 |
| | | | | Communicator::flushBatchRequests(). | ||
* | version update; date change | Marc Laukien | 2003-02-04 |
| | |||
* | fixes | Marc Laukien | 2003-01-29 |
| | |||
* | fixed a bug with findObjectAdapter | Marc Laukien | 2003-01-15 |
| | |||
* | fix to waitForShutdown/Deactivate | Marc Laukien | 2002-12-18 |
| |