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-4891 Refactor network tracing | Dwayne Boone | 2014-09-05 |
| | |||
* | 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 |
| | |||
* | 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-5215: IPv6 support enabled by default | Benoit Foucher | 2013-02-11 |
| | |||
* | Fixed ICE-4927: fixed proxy encoding to marshal protocol/encoding version ↵ | Benoit Foucher | 2012-11-13 |
| | | | | instead of encoding it in endpoints | ||
* | Fixed ICE-4591, better acceptor tracing | Benoit Foucher | 2012-10-18 |
| | |||
* | Java & C# port | Benoit Foucher | 2012-09-28 |
| | |||
* | Python port, added tests to Ice/info | Benoit Foucher | 2012-04-30 |
| | |||
* | Win32 fixes, C# port | Benoit Foucher | 2012-04-26 |
| | |||
* | Merge remote-tracking branch 'origin/master' into encoding11 | Benoit Foucher | 2012-04-25 |
|\ | |||
| * | Fixed copyrights | Benoit Foucher | 2012-04-25 |
| | | |||
* | | Java test and bug fixes | Benoit Foucher | 2012-04-24 |
| | | |||
* | | Java port | Benoit Foucher | 2012-04-20 |
|/ | |||
* | updating version & copyright for 3.4.2 | Mark Spruiell | 2011-05-11 |
| | |||
* | Updated copyright to 2010 | Dwayne Boone | 2010-01-07 |
| | |||
* | Bug 3964 - improve endpoint info | Dwayne Boone | 2009-05-27 |
| | |||
* | Bug 3621 - updated copyright to 2009 | Dwayne Boone | 2009-01-02 |
| | |||
* | using Java5 types in Ice core; general cleanup | Mark Spruiell | 2008-01-30 |
| | |||
* | Updated copyright | Dwayne Boone | 2008-01-23 |
| | |||
* | - 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. | ||
* | bug 2157 - removing clone/ice_hash | Mark Spruiell | 2007-06-21 |
| | |||
* | No longer necessary to expand enpoints in proxies, use same mechanism as for ↵ | Dwayne Boone | 2007-06-14 |
| | | | | | | multihomed hosts. Added some missing .gitignore files. | ||
* | Bug 1658 - fix collocation issue with endpoints listening on 0.0.0.0 | Dwayne Boone | 2007-06-13 |
| | |||
* | Bug 1658 - minor refactoring | Dwayne Boone | 2007-06-12 |
| | |||
* | More changes for bug 1996 | Dwayne Boone | 2007-06-07 |
| | |||
* | Bug 1658 - listen on 0.0.0.0 rather than expanding endpoints | Dwayne Boone | 2007-06-04 |
| | |||
* | Multi-home post support | Dwayne Boone | 2007-05-18 |
| | |||
* | Expanded tabs into spaces | Bernard Normier | 2007-02-01 |
| | |||
* | bug 1712: thread-per-connection, SSL, and JDK 1.4 | Mark Spruiell | 2007-01-30 |
| | |||
* | Updated copyright header | Dwayne Boone | 2007-01-08 |
| | |||
* | No -h in client-side endpoint means use loopback | Dwayne Boone | 2006-11-14 |
| | |||
* | Try loopback in client if no -h | Dwayne Boone | 2006-08-21 |
| | |||
* | added support for TrustOnly. | Matthew Newhook | 2006-06-05 |
| | |||
* | Updated copyright | Dwayne Boone | 2006-03-14 |
| | |||
* | Bug 804 - no endpoint in reference means try all local interfaces | Dwayne Boone | 2006-02-13 |
| | |||
* | http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=429 | Matthew Newhook | 2005-10-11 |
| | |||
* | Bug 395 - Added pseudo INVADDR_ANY support | Dwayne Boone | 2005-10-06 |
| | |||
* | Added support for new proxy methods (ice_getAdapterId(), | Benoit Foucher | 2005-09-09 |
ice_newAdapterId(), ice_getEndpoints(), ice_newEndpoints()). |