summaryrefslogtreecommitdiff
path: root/java/test/Ice/background/Transceiver.java
Commit message (Collapse)AuthorAge
* More gradle changes.Matthew Newhook2014-10-23
| | | | | Moved android stuff to its own package. Moved java tests to src/main/java/test subdirectory.
* ICE-4891 some minor improvementsDwayne Boone2014-09-17
|
* ICE-4891 Refactor network tracingDwayne Boone2014-09-05
|
* Added eclipse project settings for java.Matthew Newhook2014-08-12
| | | | Fix lots of warnings in Ice for Java.
* 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.
* initial commit of C# transport changesMark Spruiell2014-06-13
|
* porting C++ transport changes to JavaMark Spruiell2014-05-29
|
* merging javascript branchMark Spruiell2014-03-19
|
* SOCKS support for JavaMark Spruiell2013-04-11
|
* Fixed ICE-5179: Fixed copyrightsBenoit Foucher2013-02-12
|
* Fixed copyrightsBenoit Foucher2012-04-25
|
* ICE-3318 Java finalizers are problematicJose2012-01-03
|
* updating version & copyright for 3.4.2Mark Spruiell2011-05-11
|
* Updated copyright to 2010Dwayne Boone2010-01-07
|
* New AMI mappingBenoit Foucher2009-11-23
|
* Added ConnectionInfo/EndpointInfo, bug 4280 & 3964Benoit Foucher2009-10-12
|
* IOCP changes, bug 3501, 4200, 4156, 3101Benoit Foucher2009-08-21
|
* Merged android-testsuite branch.Matthew Newhook2009-03-24
|
* 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
| | | | | | | - Fixed bug 2674 - Changed connection validation to always use non-blocking IO (bug 1981) - Added distribution/src/common/RELEASE_NOTES.txt - Moved distribution/src/windows/README.DEMOS to distribution/src/common
* Updated copyrightDwayne Boone2008-01-23
|
* Fixed bug 2592Benoit Foucher2007-12-12
|
* - 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.