Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | - 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 | |
| | ||||
* | - 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 | |||
* | bug 2157 - removing clone/ice_hash | Mark Spruiell | 2007-06-21 | |
| | ||||
* | bug 1718 - consistency with C++ | Mark Spruiell | 2007-02-07 | |
| | ||||
* | Expanded tabs into spaces | Bernard Normier | 2007-02-01 | |
| | ||||
* | http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=1690 | Matthew Newhook | 2007-01-31 | |
| | ||||
* | adding thread-per-connection settings for proxies & OAs | Mark Spruiell | 2007-01-26 | |
| | ||||
* | Made batch auto-flush default | Dwayne Boone | 2007-01-23 | |
| | ||||
* | Changed property name | Dwayne Boone | 2007-01-22 | |
| | ||||
* | Added Ice.Batch.AutoFlush | Dwayne Boone | 2007-01-22 | |
| | ||||
* | Removed bogus extra warning in ConnectionI.cpp when creation of the thread | Matthew Newhook | 2007-01-17 | |
| | | | | pool fails. | |||
* | Fixed bug 1650 | Benoit Foucher | 2007-01-10 | |
| | ||||
* | Updated copyright header | Dwayne Boone | 2007-01-08 | |
| | ||||
* | Added autoflushing of batches | Dwayne Boone | 2006-12-22 | |
| | ||||
* | added Ice.CacheMessageBuffers property | Brent Eagles | 2006-12-22 | |
| | ||||
* | Merge from R3_1_branch | Bernard Normier | 2006-07-20 | |
| | ||||
* | fix for bug 1107: Glacier2/router test failure under JDK 1.4 | Mark Spruiell | 2006-06-21 | |
| | ||||
* | Added thread start/stop hooks | Dwayne Boone | 2006-06-01 | |
| | ||||
* | thread pool changes to support Java5 SSL plugin | Mark Spruiell | 2006-05-15 | |
| | ||||
* | fixing log messages | Mark Spruiell | 2006-05-04 | |
| | ||||
* | adding IceSSL.ConnectionInfo | Mark Spruiell | 2006-04-26 | |
| | ||||
* | Fix race condition related to bug 535 | Dwayne Boone | 2006-04-25 | |
| | ||||
* | fix for bug 930: race condition in connection processing | Mark Spruiell | 2006-04-07 | |
| | ||||
* | Bug 803 - Changed communicator initialzation | Dwayne Boone | 2006-04-07 | |
| | ||||
* | Added requestId to Current. | Dwayne Boone | 2006-03-20 | |
| | ||||
* | Fixed bug 897. | Benoit Foucher | 2006-03-15 | |
| | ||||
* | Updated copyright | Dwayne Boone | 2006-03-14 | |
| | ||||
* | Ported fix for bug 574. | Dwayne Boone | 2006-03-14 | |
| | ||||
* | changing assertion to exception to avoid vulnerability with small UDP | Mark Spruiell | 2006-02-15 | |
| | | | | packets; other cleanup | |||
* | - Added ice_cacheConnection, ice_endpointSelection | Benoit Foucher | 2006-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 Henning | 2006-01-31 | |
| | ||||
* | Fixed bug 776 | Benoit Foucher | 2006-01-17 | |
| | ||||
* | fixed bi-dir/shutdown deadlock | Marc Laukien | 2005-11-08 | |
| | ||||
* | close fix | Marc Laukien | 2005-10-20 | |
| | ||||
* | fixed Connection::close(false) | Marc Laukien | 2005-10-19 | |
| | ||||
* | http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=481 Added hold test. | Matthew Newhook | 2005-09-23 | |
| | ||||
* | Renamed a variable to stay consistent with C#, which had a naming conflict. | Michi Henning | 2005-09-20 | |
| | ||||
* | bug 430: udp close on transient exceptions | Dwayne Boone | 2005-09-09 | |
| | ||||
* | Added support for new proxy methods (ice_getAdapterId(), | Benoit Foucher | 2005-09-09 | |
| | | | | ice_newAdapterId(), ice_getEndpoints(), ice_newEndpoints()). | |||
* | Fix potential NPE | Dwayne Boone | 2005-09-02 | |
| | ||||
* | Made string for FeatureNotSupportedException more descriptive. | Michi Henning | 2005-08-10 | |
| | ||||
* | Use FeatureNotSupportedException. | Matthew Newhook | 2005-08-10 | |
| | ||||
* | cache Outgoing objects in connection instead of delegate | Mark Spruiell | 2005-07-07 | |
| | ||||
* | adding Ice.Compression.Level | Mark Spruiell | 2005-06-02 | |
| | ||||
* | fix for bug 278 | Mark Spruiell | 2005-05-11 | |
| | ||||
* | removing invalid assertion in finalizer | Mark Spruiell | 2005-05-10 | |
| | ||||
* | release references to Ice objects ASAP | Mark Spruiell | 2005-05-05 | |
| | ||||
* | - Removing BufferManager class and BasicStream.destroy(), which reduces the | Mark Spruiell | 2005-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. |