Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | ICE-4793 - Fixes to prevent GCC shadow warnings and other minor fixes | Benoit Foucher | 2012-03-05 | |
| | ||||
* | ICE-4701 - AsyncResult::getCommunicator returns null | Mark Spruiell | 2012-01-06 | |
| | ||||
* | ICE-3318 Java finalizers are problematic | Jose | 2012-01-03 | |
| | ||||
* | 4711 - Only initiate connection shutdown if not already done | Jose | 2011-12-08 | |
| | ||||
* | updating version & copyright for 3.4.2 | Mark Spruiell | 2011-05-11 | |
| | ||||
* | Fixed bug 4993 & 5001, addition fix for bug 4914 | Benoit Foucher | 2011-04-12 | |
| | ||||
* | Fixed bug 4914 - Fix to prevent CommunicatorDestroyedException from being ↵ | Benoit Foucher | 2011-04-07 | |
| | | | | raised in callbacks | |||
* | 4987 - preserve exception cause | Mark Spruiell | 2011-03-30 | |
| | ||||
* | Fixed bug 4817 - AMI crash/timeout | Benoit Foucher | 2010-08-09 | |
| | ||||
* | bug 4515 - OutOfMemoryError in dbmap test | Mark Spruiell | 2010-05-26 | |
| | ||||
* | Updated copyright to 2010 | Dwayne Boone | 2010-01-07 | |
| | ||||
* | - bug 3533: add async version of Connection/Communicator | Mark Spruiell | 2009-12-08 | |
| | | | | | | flushBatchRequests operation - Slice file cleanup in C# tests - Updating C++ dependencies | |||
* | Added support for Ice::Dispatcher | Benoit Foucher | 2009-12-01 | |
| | ||||
* | - Cleaned up test/Ice/operations test | Benoit Foucher | 2009-11-25 | |
| | | | | | - Added test/Ice/ami test - sent callback is now always called | |||
* | New AMI mapping | Benoit Foucher | 2009-11-23 | |
| | ||||
* | * bug 4314 - postpone check for Ant's bzip2 classes until compression is | Mark Spruiell | 2009-11-20 | |
| | | | | | enabled for a proxy * fixing Java compression bugs when backing array not available | |||
* | Cleaned up UDP transceivers, fixes for bug 4223 and 4320 | Benoit Foucher | 2009-10-27 | |
| | ||||
* | - Removed old IceSSL::ConnectionInfo struct, it's now replaced with | Benoit Foucher | 2009-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 ConnectionInfo | Dwayne Boone | 2009-10-16 | |
| | ||||
* | Added support for EndpointInfo and ConnectionInfo to python. | Dwayne Boone | 2009-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 CloseConnectionException | Benoit Foucher | 2009-10-16 | |
| | ||||
* | Fixed bug 860 - close timeouts | Benoit Foucher | 2009-10-13 | |
| | ||||
* | Added ConnectionInfo/EndpointInfo, bug 4280 & 3964 | Benoit Foucher | 2009-10-12 | |
| | ||||
* | Fixed bug where Ice for Java connect timeout didn't work | Benoit Foucher | 2009-09-16 | |
| | ||||
* | bug 3203 - enable NIO direct buffers | Mark Spruiell | 2009-09-10 | |
| | ||||
* | Fixed bug 4146 - re-throwing exception with fillInStackTrace | Benoit Foucher | 2009-09-09 | |
| | ||||
* | More scalable connection reaping | Benoit Foucher | 2009-09-09 | |
| | ||||
* | IOCP changes, bug 3501, 4200, 4156, 3101 | Benoit Foucher | 2009-08-21 | |
| | ||||
* | Bug 4201 - No checks on the encapsulation size | Michi Henning | 2009-08-18 | |
| | ||||
* | Fixed bug 4145 - unexpected exception from batch request | Benoit Foucher | 2009-07-02 | |
| | ||||
* | Bug 2798 - add reason information to MemoryLimitException | Dwayne Boone | 2009-04-21 | |
| | ||||
* | removing Java2 mapping | Mark Spruiell | 2009-04-03 | |
| | ||||
* | - Fixed bug where Connection::close(false) could hang for some time | Benoit Foucher | 2009-03-11 | |
| | | | | - Fixed bug where exception could end up being caught by the selector thread | |||
* | Bug 3410 - remove deprecation of Ice.MonitorConnections | Dwayne Boone | 2009-02-19 | |
| | ||||
* | bug 3531 - fixing Eclipse warnings in Java code | Mark Spruiell | 2009-02-13 | |
| | ||||
* | bug 3727 - review exception handling in Java | Mark Spruiell | 2009-02-12 | |
| | ||||
* | Fixed bug 3706 - invalid SocketException handler | Benoit Foucher | 2009-02-11 | |
| | ||||
* | Bug 3621 - updated copyright to 2009 | Dwayne Boone | 2009-01-02 | |
| | ||||
* | Revert "Remove Java finalizers code" | Jose | 2008-12-18 | |
| | | | | This reverts commit 94e1da6dc82a8ed38ee7a5691d691d375aaa28cb. | |||
* | Remove Java finalizers code | Jose | 2008-12-17 | |
| | ||||
* | Fixed bug 2773 | Benoit Foucher | 2008-03-11 | |
| | ||||
* | Added tests for serialize mode, fixed bug in ConnectionI::finished | Benoit Foucher | 2008-03-07 | |
| | ||||
* | Removed thread-per-connection and added serialize mode | Benoit Foucher | 2008-03-06 | |
| | ||||
* | - Fixed bug 2688 | Benoit Foucher | 2008-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 cleanup | Mark Spruiell | 2008-01-30 | |
| | ||||
* | Updated copyright | Dwayne Boone | 2008-01-23 | |
| | ||||
* | Minor fix, removed unused _waitingForSend attribute from ConnectionI | Benoit Foucher | 2008-01-22 | |
| | ||||
* | - Removed OA createReverseProxy method. | Benoit Foucher | 2008-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 IceUtilInternal | Bernard Normier | 2008-01-09 | |
| | ||||
* | - Fixed bug 2363, 2623, 2500 | Benoit Foucher | 2008-01-03 | |
| | | | | | - Added missing SignalPolicy.java - Removed foreground send support in Ice for C++ & Java |