Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Down with ant. From the gradle to the grave. | Matthew Newhook | 2014-10-20 |
| | |||
* | ICE-4891 some minor improvements | Dwayne Boone | 2014-09-17 |
| | |||
* | ICE-5582 (SOCKs test), ICE-5314 (HTTP proxies), major refactoring of ↵ | Benoit Foucher | 2014-09-10 |
| | | | | networking code (addition of StreamSocket class abstraction) | ||
* | ICE-4891 Refactor network tracing | Dwayne Boone | 2014-09-05 |
| | |||
* | Removed unused holder types. | Matthew Newhook | 2014-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. | ||
* | ICE-1593 Handling thread interrupts in Java | Matthew Newhook | 2014-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. | ||
* | Add @Override where possible, and remove trailing white space. | Matthew Newhook | 2014-08-07 |
| | |||
* | porting C++ transport changes to Java | Mark Spruiell | 2014-05-29 |
| | |||
* | Fixed (ICE-5510) - Remove Stats interface that was deprecated in 3.5 | Jose | 2014-05-02 |
| | |||
* | merging javascript branch | Mark Spruiell | 2014-03-19 |
| | |||
* | SOCKS support for Java | Mark Spruiell | 2013-04-11 |
| | |||
* | Fixed ICE-5179: Fixed copyrights | Benoit Foucher | 2013-02-12 |
| | |||
* | Fixed (ICE-5114) - android library demo exceptions. | Jose | 2012-12-14 |
| | |||
* | Fixed ICE-4913: deprecate Ice::Stats | Bernard Normier | 2012-11-19 |
| | |||
* | Java & C# port | Benoit Foucher | 2012-09-28 |
| | |||
* | Fixed copyrights | Benoit Foucher | 2012-04-25 |
| | |||
* | ICE-3318 Java finalizers are problematic | Jose | 2012-01-03 |
| | |||
* | 5082 - Network tracing shows remote address = <not connected> | Jose | 2011-05-17 |
| | |||
* | updating version & copyright for 3.4.2 | Mark Spruiell | 2011-05-11 |
| | |||
* | 4987 - preserve exception cause | Mark Spruiell | 2011-03-30 |
| | |||
* | Updated copyright to 2010 | Dwayne Boone | 2010-01-07 |
| | |||
* | - 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 ConnectionInfo/EndpointInfo, bug 4280 & 3964 | Benoit Foucher | 2009-10-12 |
| | |||
* | IOCP changes, bug 3501, 4200, 4156, 3101 | Benoit Foucher | 2009-08-21 |
| | |||
* | Bug 2798 - add reason information to MemoryLimitException | Dwayne Boone | 2009-04-21 |
| | |||
* | Merge branch 'R3_3_branch' | Dwayne Boone | 2009-01-02 |
|\ | |||
| * | 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 |
| | | |||
* | | bug 3179 - improved error handling in IceJ, IceJE | Mark Spruiell | 2008-05-22 |
|/ | |||
* | Removed thread-per-connection and added serialize mode | Benoit Foucher | 2008-03-06 |
| | |||
* | Updated copyright | Dwayne Boone | 2008-01-23 |
| | |||
* | Moved various classes from IceUtil to IceUtilInternal | Bernard Normier | 2008-01-09 |
| | |||
* | Fixed bug 2304 | Benoit Foucher | 2008-01-07 |
| | |||
* | Fixed bug 2592 | Benoit Foucher | 2007-12-12 |
| | |||
* | - Added support for non-blocking AMI/batch requests, connection | Benoit Foucher | 2007-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 Boone | 2007-09-05 |
| | | | | timers where possible | ||
* | Added Ice.TCP.SndSize/Ice.TCP.RcvSize properties, fixed throughput | Benoit Foucher | 2007-05-23 |
| | | | | performance issue on Win32. | ||
* | Bug 1739 | Benoit Foucher | 2007-02-08 |
| | |||
* | Expanded tabs into spaces | Bernard Normier | 2007-02-01 |
| | |||
* | http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=1690 | Matthew Newhook | 2007-01-31 |
| | |||
* | Updated copyright header | Dwayne Boone | 2007-01-08 |
| | |||
* | fix for bug 1107: Glacier2/router test failure under JDK 1.4 | Mark Spruiell | 2006-06-21 |
| | |||
* | thread pool changes to support Java5 SSL plugin | Mark Spruiell | 2006-05-15 |
| | |||
* | minor fix | Mark Spruiell | 2006-04-26 |
| | |||
* | eliminating repeated creation of Selectors | Mark Spruiell | 2006-04-10 |
| | |||
* | Bug 803 - Changed communicator initialzation | Dwayne Boone | 2006-04-07 |
| | |||
* | Uncommented call to shudownOutput in shutdownReadWrite | Dwayne Boone | 2006-03-15 |
| |