summaryrefslogtreecommitdiff
path: root/java/src/IceInternal/Selector.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
|
* Use selector.wakeup() instead of a socket pair to wake the selector.Matthew Newhook2014-10-01
|
* ICE-1593 Handling thread interrupts in JavaMatthew Newhook2014-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.
* Fixed leak when observer updater is installed, code-style issuesBenoit Foucher2014-08-01
|
* porting C++ transport changes to JavaMark Spruiell2014-05-29
|
* merging javascript branchMark Spruiell2014-03-19
|
* Fixed ICE-5179: Fixed copyrightsBenoit Foucher2013-02-12
|
* Partially fixed ICE-5106 - Solaris/Java 7 spurious selector wake upsBenoit Foucher2012-12-10
|
* Fixed ICE-4998 - Remove Mac OS references from documentation filesBenoit Foucher2012-12-03
|
* Fixed copyrightsBenoit Foucher2012-04-25
|
* updating version & copyright for 3.4.2Mark Spruiell2011-05-11
|
* 4987 - preserve exception causeMark Spruiell2011-03-30
|
* Fixed bug 4897 - Ice.ServerIdleTime doesn't work consistentlyBenoit Foucher2010-11-17
|
* Updated copyright to 2010Dwayne Boone2010-01-07
|
* Fixed bug 4494 - waitUntilHoding doesn't really wait for holdBenoit Foucher2009-12-17
|
* IOCP changes, bug 3501, 4200, 4156, 3101Benoit Foucher2009-08-21
|
* removing Java2 mappingMark Spruiell2009-04-03
|
* bug 3531 - fixing Eclipse warnings in Java codeMark Spruiell2009-02-13
|
* Bug 3621 - updated copyright to 2009Dwayne Boone2009-01-02
|
* Fixed bug 2895Benoit Foucher2008-03-23
|
* Fixed bug 2740 (again), IceBox observers fixesBenoit Foucher2008-03-06
|
* Removed thread-per-connection and added serialize modeBenoit Foucher2008-03-06