summaryrefslogtreecommitdiff
path: root/java/src/IceInternal/ConnectRequestHandler.java
Commit message (Expand)AuthorAge
* Down with ant. From the gradle to the grave.Matthew Newhook2014-10-20
* Fixed ICE-5666: setting the invocation timeout to -2 provides the previous co...Benoit Foucher2014-10-15
* Fixed invocation timeouts/interrupt issues, addded AsyncResult.cancel()Benoit Foucher2014-10-10
* Improved fix for ICE-5693 and update of request handlerBenoit Foucher2014-09-29
* Fixed deadlock in connection binding code (ICE-5693)Benoit Foucher2014-09-26
* ICE-5661 add proxy->begin_ice_getConnectionDwayne Boone2014-09-18
* - C#, Java: Removed Outgoing, fixed generated code to make synchronousMatthew Newhook2014-09-03
* ICE-1593 Handling thread interrupts in JavaMatthew Newhook2014-08-07
* Add @Override where possible, and remove trailing white space.Matthew Newhook2014-08-07
* Fixed collocation optimization to use the dispatcher, minor test fixesBenoit Foucher2014-07-15
* ICE-5573 - .NET TimeoutException ignores DispatcherMatthew Newhook2014-07-10
* Better collocation optimization, fix for ICE-5489, ICE-5484Benoit Foucher2014-06-27
* Added support for invocation timeouts and ACM heartbeatsBenoit Foucher2014-05-23
* merging javascript branchMark Spruiell2014-03-19
* Fixed ICE-5179: Fixed copyrightsBenoit Foucher2013-02-12
* Java & C# portBenoit Foucher2012-09-28
* Merge remote-tracking branch 'origin/master' into encoding11Benoit Foucher2012-04-25
|\
| * Fixed copyrightsBenoit Foucher2012-04-25
* | Java portBenoit Foucher2012-04-20
|/
* updating version & copyright for 3.4.2Mark Spruiell2011-05-11
* Updated copyright to 2010Dwayne Boone2010-01-07
* Added support for Ice::DispatcherBenoit Foucher2009-12-01
* - Cleaned up test/Ice/operations testBenoit Foucher2009-11-25
* New AMI mappingBenoit Foucher2009-11-23
* Fixed bug 4146 - re-throwing exception with fillInStackTraceBenoit Foucher2009-09-09
* IOCP changes, bug 3501, 4200, 4156, 3101Benoit Foucher2009-08-21
* Fixed bug 4145 - unexpected exception from batch requestBenoit Foucher2009-07-02
* Made checksum map final. Fixed latent bug where wait() was called outside loop.Michi Henning2009-05-15
* Bug 2798 - add reason information to MemoryLimitExceptionDwayne Boone2009-04-21
* removing Java2 mappingMark Spruiell2009-04-03
* Bug 3621 - updated copyright to 2009Dwayne Boone2009-01-02
* Removed thread-per-connection and added serialize modeBenoit Foucher2008-03-06
* - Fixed bug 2688Benoit Foucher2008-02-14
* merged bug2615Matthew Newhook2008-02-14
* using Java5 types in Ice core; general cleanupMark Spruiell2008-01-30
* Updated copyrightDwayne Boone2008-01-23
* async I/O in C#Mark Spruiell2008-01-19
* - Added missing notifyAll in ConnectRequestHandler (which could cause asyncBenoit Foucher2008-01-04
* Fixed bug 2592Benoit Foucher2007-12-12
* Fixed NPE in the outgoing connection factoryBenoit Foucher2007-12-05
* - Added support for non-blocking AMI/batch requests, connectionBenoit Foucher2007-11-27