summaryrefslogtreecommitdiff
path: root/java/src/IceInternal/EventHandler.java
Commit message (Collapse)AuthorAge
* Down with ant. From the gradle to the grave.Matthew Newhook2014-10-20
|
* Fixed ICE-5454: close acceptor on adapter deactivationBenoit Foucher2014-10-15
|
* Removed unused holder types.Matthew Newhook2014-08-07
| | | | | | Fixed holder types to use the generic holder type. Changed the code generator to use the generic holder types. Changed the Ice internals not to use the non-generic holder types.
* Add @Override where possible, and remove trailing white space.Matthew Newhook2014-08-07
|
* porting C++ transport changes to JavaMark Spruiell2014-05-29
|
* merging javascript branchMark Spruiell2014-03-19
|
* Fixed ICE-5179: Fixed copyrightsBenoit Foucher2013-02-12
|
* Fixed copyrightsBenoit Foucher2012-04-25
|
* updating version & copyright for 3.4.2Mark Spruiell2011-05-11
|
* Updated copyright to 2010Dwayne Boone2010-01-07
|
* IOCP changes, bug 3501, 4200, 4156, 3101Benoit Foucher2009-08-21
|
* Bug 3621 - updated copyright to 2009Dwayne Boone2009-01-02
|
* Removed thread-per-connection and added serialize modeBenoit Foucher2008-03-06
|
* Updated copyrightDwayne Boone2008-01-23
|
* - Added support for non-blocking AMI/batch requests, connectionBenoit Foucher2007-11-27
| | | | | | creation. - Added support for AMI oneway requests. - Changed collocation optimization to not perform any DNS lookups.
* Updated copyright headerDwayne Boone2007-01-08
|
* thread pool changes to support Java5 SSL pluginMark Spruiell2006-05-15
|
* Updated copyrightDwayne Boone2006-03-14
|
* - Removing BufferManager class and BasicStream.destroy(), which reduces theMark Spruiell2005-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 Henning2005-04-26
|
* changing IceUtil.Assert.Assert to IceUtil.Assert.FinalizerAssertMark Spruiell2005-04-22
|
* assertion and finalizer fixesMark Spruiell2005-04-22
|
* fix for bug 245Mark Spruiell2005-04-21
|
* 2004 to 2005Bernard Normier2005-02-16
|
* sync with C++ for connection and reference changesMark Spruiell2004-10-12
|
* Renamed IceInternal.Connection to Ice.ConnectionIBernard Normier2004-09-01
|
* Fixed copyrightBernard Normier2004-05-18
|
* Updated copyright noticeBernard Normier2004-05-11
|
* Added DatagramLimitException.Michi Henning2003-07-30
|
* version update; date changeMarc Laukien2003-02-04
|
* more amiMarc Laukien2002-12-28
|
* fixed copyright dateMarc Laukien2002-11-06
|
* changing copyright location; adding GPL noteMark Spruiell2002-10-28
|
* changing Mutable Realms to ZeroCMark Spruiell2002-10-26
|
* Runtime->LocalMarc Laukien2002-09-20
|
* Renamed Ice::LocalException to Ice::RuntimeException.Michi Henning2002-09-20
|
* added toString to EventHandlerMarc Laukien2002-09-06
|
* added spaceMarc Laukien2002-07-09
|
* more Win32 hack cleanupMark Spruiell2002-06-28
|
* started with connection verificationMarc Laukien2002-06-27
|
* align with C++ changes for thread pool, properties, plug-insMark Spruiell2002-05-02
|
* removed shutdown() from acceptorMarc Laukien2002-04-02
|
* adding tryRead to workaround Win32 bugMark Spruiell2002-02-21
|
* initial server support; align with stable_31Mark Spruiell2001-12-27
|
* stream fixesMark Spruiell2001-11-27
|
* minor fixMark Spruiell2001-11-26
|
* intial check-inMark Spruiell2001-11-16