summaryrefslogtreecommitdiff
path: root/java/src/Ice/ConnectionI.java
Commit message (Collapse)AuthorAge
...
* - Merge IPv6 support from Dwayne's branch.Benoit Foucher2007-12-19
| | | | | | - Reviewed and fixed IPv6 bugs. - Fixed bug in the outgoing connection factory where an assert could be triggered if the proxy contained identical endpoints
* 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.
* http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=1351 - use monotonic ↵Dwayne Boone2007-09-05
| | | | timers where possible
* bug 2157 - removing clone/ice_hashMark Spruiell2007-06-21
|
* bug 1718 - consistency with C++Mark Spruiell2007-02-07
|
* Expanded tabs into spacesBernard Normier2007-02-01
|
* http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=1690Matthew Newhook2007-01-31
|
* adding thread-per-connection settings for proxies & OAsMark Spruiell2007-01-26
|
* Made batch auto-flush defaultDwayne Boone2007-01-23
|
* Changed property nameDwayne Boone2007-01-22
|
* Added Ice.Batch.AutoFlushDwayne Boone2007-01-22
|
* Removed bogus extra warning in ConnectionI.cpp when creation of the threadMatthew Newhook2007-01-17
| | | | pool fails.
* Fixed bug 1650Benoit Foucher2007-01-10
|
* Updated copyright headerDwayne Boone2007-01-08
|
* Added autoflushing of batchesDwayne Boone2006-12-22
|
* added Ice.CacheMessageBuffers propertyBrent Eagles2006-12-22
|
* Merge from R3_1_branchBernard Normier2006-07-20
|
* fix for bug 1107: Glacier2/router test failure under JDK 1.4Mark Spruiell2006-06-21
|
* Added thread start/stop hooksDwayne Boone2006-06-01
|
* thread pool changes to support Java5 SSL pluginMark Spruiell2006-05-15
|
* fixing log messagesMark Spruiell2006-05-04
|
* adding IceSSL.ConnectionInfoMark Spruiell2006-04-26
|
* Fix race condition related to bug 535Dwayne Boone2006-04-25
|
* fix for bug 930: race condition in connection processingMark Spruiell2006-04-07
|
* Bug 803 - Changed communicator initialzationDwayne Boone2006-04-07
|
* Added requestId to Current.Dwayne Boone2006-03-20
|
* Fixed bug 897.Benoit Foucher2006-03-15
|
* Updated copyrightDwayne Boone2006-03-14
|
* Ported fix for bug 574.Dwayne Boone2006-03-14
|
* changing assertion to exception to avoid vulnerability with small UDPMark Spruiell2006-02-15
| | | | packets; other cleanup
* - Added ice_cacheConnection, ice_endpointSelectionBenoit Foucher2006-02-14
| | | | | | | - Fixed a bug where connection.close(true) would print a connection warning. - Fixed a bug where ice_newEndpoints would throw a ClassCastException - Added test/Ice/binding test suite.
* Bug 839.Michi Henning2006-01-31
|
* Fixed bug 776Benoit Foucher2006-01-17
|
* fixed bi-dir/shutdown deadlockMarc Laukien2005-11-08
|
* close fixMarc Laukien2005-10-20
|
* fixed Connection::close(false)Marc Laukien2005-10-19
|
* http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=481 Added hold test.Matthew Newhook2005-09-23
|
* Renamed a variable to stay consistent with C#, which had a naming conflict.Michi Henning2005-09-20
|
* bug 430: udp close on transient exceptionsDwayne Boone2005-09-09
|
* Added support for new proxy methods (ice_getAdapterId(),Benoit Foucher2005-09-09
| | | | ice_newAdapterId(), ice_getEndpoints(), ice_newEndpoints()).
* Fix potential NPEDwayne Boone2005-09-02
|
* Made string for FeatureNotSupportedException more descriptive.Michi Henning2005-08-10
|
* Use FeatureNotSupportedException.Matthew Newhook2005-08-10
|
* cache Outgoing objects in connection instead of delegateMark Spruiell2005-07-07
|
* adding Ice.Compression.LevelMark Spruiell2005-06-02
|
* fix for bug 278Mark Spruiell2005-05-11
|
* removing invalid assertion in finalizerMark Spruiell2005-05-10
|
* release references to Ice objects ASAPMark Spruiell2005-05-05
|
* - 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.