summaryrefslogtreecommitdiff
path: root/java/src/Ice/ConnectionI.java
Commit message (Collapse)AuthorAge
...
* ICE-4793 - Fixes to prevent GCC shadow warnings and other minor fixesBenoit Foucher2012-03-05
|
* ICE-4701 - AsyncResult::getCommunicator returns nullMark Spruiell2012-01-06
|
* ICE-3318 Java finalizers are problematicJose2012-01-03
|
* 4711 - Only initiate connection shutdown if not already doneJose2011-12-08
|
* updating version & copyright for 3.4.2Mark Spruiell2011-05-11
|
* Fixed bug 4993 & 5001, addition fix for bug 4914Benoit Foucher2011-04-12
|
* Fixed bug 4914 - Fix to prevent CommunicatorDestroyedException from being ↵Benoit Foucher2011-04-07
| | | | raised in callbacks
* 4987 - preserve exception causeMark Spruiell2011-03-30
|
* Fixed bug 4817 - AMI crash/timeoutBenoit Foucher2010-08-09
|
* bug 4515 - OutOfMemoryError in dbmap testMark Spruiell2010-05-26
|
* Updated copyright to 2010Dwayne Boone2010-01-07
|
* - bug 3533: add async version of Connection/CommunicatorMark Spruiell2009-12-08
| | | | | | flushBatchRequests operation - Slice file cleanup in C# tests - Updating C++ dependencies
* Added support for Ice::DispatcherBenoit Foucher2009-12-01
|
* - Cleaned up test/Ice/operations testBenoit Foucher2009-11-25
| | | | | - Added test/Ice/ami test - sent callback is now always called
* New AMI mappingBenoit Foucher2009-11-23
|
* * bug 4314 - postpone check for Ant's bzip2 classes until compression isMark Spruiell2009-11-20
| | | | | enabled for a proxy * fixing Java compression bugs when backing array not available
* Cleaned up UDP transceivers, fixes for bug 4223 and 4320Benoit Foucher2009-10-27
|
* - Removed old IceSSL::ConnectionInfo struct, it's now replaced withBenoit Foucher2009-10-21
| | | | | | | | | | | | | IceSSL::NativeConnectionInfo. - Removed Ice::ConnectionInfo endpoint attribute. - Added Ice::Connection::getEndpoint() method. - Added Ice::ConnectionInfo adapterName and incoming attributes. - Replaced Tcp and Udp prefixes with TCP and UDP in endpoint/info classes. - Added IPEndpointInfo and IPConnectionInfo intermediate classes. - Fixed 2058: deprecate ice_hash for Ice.Object & Ice.LocalObject, added ice_getHash - Fixed bug where Ice::Endpoint comparison would only compare the endpoint object addresses rather than the endpoint attributes like in Java and C#. - Added ice_getHash implementation for endpoints and cleaned up Reference::hash to use HashUtil.h helper methods. - Added test/Ice/info and removed endpoint info test from test/Ice/proxy.
* Added Ruby implemetation of EndpointInfo and ConnectionInfoDwayne Boone2009-10-16
|
* Added support for EndpointInfo and ConnectionInfo to python.Dwayne Boone2009-10-16
| | | | | | Set endpoint in Connection getInfo implementations. Removed unused _stateTime from ConnectionI. Remove ["cpp:virtual"] from SSLEndpointInfo slice definition.
* Added support for per-OA ACM and fix for retry on CloseConnectionExceptionBenoit Foucher2009-10-16
|
* Fixed bug 860 - close timeoutsBenoit Foucher2009-10-13
|
* Added ConnectionInfo/EndpointInfo, bug 4280 & 3964Benoit Foucher2009-10-12
|
* Fixed bug where Ice for Java connect timeout didn't workBenoit Foucher2009-09-16
|
* bug 3203 - enable NIO direct buffersMark Spruiell2009-09-10
|
* Fixed bug 4146 - re-throwing exception with fillInStackTraceBenoit Foucher2009-09-09
|
* More scalable connection reapingBenoit Foucher2009-09-09
|
* IOCP changes, bug 3501, 4200, 4156, 3101Benoit Foucher2009-08-21
|
* Bug 4201 - No checks on the encapsulation sizeMichi Henning2009-08-18
|
* Fixed bug 4145 - unexpected exception from batch requestBenoit Foucher2009-07-02
|
* Bug 2798 - add reason information to MemoryLimitExceptionDwayne Boone2009-04-21
|
* removing Java2 mappingMark Spruiell2009-04-03
|
* - Fixed bug where Connection::close(false) could hang for some timeBenoit Foucher2009-03-11
| | | | - Fixed bug where exception could end up being caught by the selector thread
* Bug 3410 - remove deprecation of Ice.MonitorConnectionsDwayne Boone2009-02-19
|
* bug 3531 - fixing Eclipse warnings in Java codeMark Spruiell2009-02-13
|
* bug 3727 - review exception handling in JavaMark Spruiell2009-02-12
|
* Fixed bug 3706 - invalid SocketException handlerBenoit Foucher2009-02-11
|
* Bug 3621 - updated copyright to 2009Dwayne Boone2009-01-02
|
* Revert "Remove Java finalizers code"Jose2008-12-18
| | | | This reverts commit 94e1da6dc82a8ed38ee7a5691d691d375aaa28cb.
* Remove Java finalizers codeJose2008-12-17
|
* Fixed bug 2773Benoit Foucher2008-03-11
|
* Added tests for serialize mode, fixed bug in ConnectionI::finishedBenoit Foucher2008-03-07
|
* 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
* using Java5 types in Ice core; general cleanupMark Spruiell2008-01-30
|
* Updated copyrightDwayne Boone2008-01-23
|
* Minor fix, removed unused _waitingForSend attribute from ConnectionIBenoit Foucher2008-01-22
|
* - Removed OA createReverseProxy method.Benoit Foucher2008-01-21
| | | | | - Fixed bug 2141, 2645, 2632, 1547. - It's now possible to call ice_secure on a fixed proxy to require a secure connetion.
* Moved various classes from IceUtil to IceUtilInternalBernard Normier2008-01-09
|
* - Fixed bug 2363, 2623, 2500Benoit Foucher2008-01-03
| | | | | - Added missing SignalPolicy.java - Removed foreground send support in Ice for C++ & Java