Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Down with ant. From the gradle to the grave. | Matthew Newhook | 2014-10-20 |
| | |||
* | Fixed invocation timeouts/interrupt issues, addded AsyncResult.cancel() | Benoit Foucher | 2014-10-10 |
| | |||
* | - begin_ now never interrupts. | Matthew Newhook | 2014-09-27 |
| | | | | | | | - All potentially blocking Ice APIs are interruption points. - Fixes to the incoming/outgoing factories and shutdown procedure - Fixed bug where connect() was from a user thread. - Added lots more tests to the interrupt test suite. | ||
* | Fixed ICE-5620: metrics admin creation in IceBox, fixed bug where timer ↵ | Benoit Foucher | 2014-09-12 |
| | | | | wasn't instrumented | ||
* | 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 |
| | |||
* | initial commit of C# transport changes | Mark Spruiell | 2014-06-13 |
| | |||
* | porting C++ transport changes to Java | Mark Spruiell | 2014-05-29 |
| | |||
* | Added support for invocation timeouts and ACM heartbeats | Benoit Foucher | 2014-05-23 |
| | |||
* | Fixed (ICE-5504) - OutgoingConnectionFactory compilation issue with Java 8 | Jose | 2014-03-26 |
| | |||
* | merging javascript branch | Mark Spruiell | 2014-03-19 |
| | |||
* | Fixed ICE-5196: allow setting an observer with IceMX enabled | Benoit Foucher | 2013-09-09 |
| | |||
* | Fixed ICE-5179: Fixed copyrights | Benoit Foucher | 2013-02-12 |
| | |||
* | Fixed ICE-5215: IPv6 support enabled by default | Benoit Foucher | 2013-02-11 |
| | |||
* | Fixed (ICE-5144) - Minor grammar errors in code | Jose | 2013-01-14 |
| | |||
* | Java & C# port | Benoit Foucher | 2012-09-28 |
| | |||
* | Fixed copyrights | Benoit Foucher | 2012-04-25 |
| | |||
* | 4789 - Make Java build compatible with JDK 7 | Jose | 2012-02-10 |
| | |||
* | ICE-4701 - AsyncResult::getCommunicator returns null | Mark Spruiell | 2012-01-06 |
| | |||
* | ICE-3318 Java finalizers are problematic | Jose | 2012-01-03 |
| | |||
* | updating version & copyright for 3.4.2 | Mark Spruiell | 2011-05-11 |
| | |||
* | 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 | ||
* | More scalable connection reaping | Benoit Foucher | 2009-09-09 |
| | |||
* | IOCP changes, bug 3501, 4200, 4156, 3101 | Benoit Foucher | 2009-08-21 |
| | |||
* | removing Java2 mapping | Mark Spruiell | 2009-04-03 |
| | |||
* | - Fixed potential assert when establishing connection for proxies with | Benoit Foucher | 2009-03-12 |
| | | | | | | | | | different endpoint combinations - Added test for connection establishment using proxies with different endpoint combination. - Improved connection establishment to better handle failures when many AMI requests (invoked on different proxies) are queued. The failure is now reported to all pending requests. | ||
* | - 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 3021 - replace StringBuffer with StringBuilder | Mark Spruiell | 2009-02-10 |
| | |||
* | 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 |
| | |||
* | Removed thread-per-connection and added serialize mode | Benoit Foucher | 2008-03-06 |
| | |||
* | using Java5 types in Ice core; general cleanup | Mark Spruiell | 2008-01-30 |
| | |||
* | Updated copyright | Dwayne Boone | 2008-01-23 |
| | |||
* | async I/O in C# | Mark Spruiell | 2008-01-19 |
| | |||
* | Moved various classes from IceUtil to IceUtilInternal | Bernard Normier | 2008-01-09 |
| | |||
* | - Merge IPv6 support from Dwayne's branch. | Benoit Foucher | 2007-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 2592 | Benoit Foucher | 2007-12-12 |
| | |||
* | Fixed NPE in the outgoing connection factory | Benoit Foucher | 2007-12-05 |
| | |||
* | - 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. | ||
* | More changes for bug 1996 | Dwayne Boone | 2007-06-07 |
| | |||
* | Multi-home post support | Dwayne Boone | 2007-05-18 |
| | |||
* | bug 1718 - consistency with C++ | Mark Spruiell | 2007-02-07 |
| | |||
* | Expanded tabs into spaces | Bernard Normier | 2007-02-01 |
| | |||
* | bug 1712: thread-per-connection, SSL, and JDK 1.4 | Mark Spruiell | 2007-01-30 |
| | |||
* | adding thread-per-connection settings for proxies & OAs | Mark Spruiell | 2007-01-26 |
| | |||
* | Updated copyright header | Dwayne Boone | 2007-01-08 |
| |