summaryrefslogtreecommitdiff
path: root/java/src/IceInternal/EndpointI.java
Commit message (Collapse)AuthorAge
* Down with ant. From the gradle to the grave.Matthew Newhook2014-10-20
|
* ICE-4891 some minor improvementsDwayne Boone2014-09-17
|
* ICE-4891 Refactor network tracingDwayne Boone2014-09-05
|
* Add @Override where possible, and remove trailing white space.Matthew Newhook2014-08-07
|
* porting C++ transport changes to JavaMark Spruiell2014-05-29
|
* merging javascript branchMark Spruiell2014-03-19
|
* SOCKS support for JavaMark Spruiell2013-04-11
|
* Fixed ICE-5179: Fixed copyrightsBenoit Foucher2013-02-12
|
* Fixed ICE-5215: IPv6 support enabled by defaultBenoit Foucher2013-02-11
|
* Fixed ICE-4927: fixed proxy encoding to marshal protocol/encoding version ↵Benoit Foucher2012-11-13
| | | | instead of encoding it in endpoints
* Fixed ICE-4591, better acceptor tracingBenoit Foucher2012-10-18
|
* Java & C# portBenoit Foucher2012-09-28
|
* Python port, added tests to Ice/infoBenoit Foucher2012-04-30
|
* Win32 fixes, C# portBenoit Foucher2012-04-26
|
* Merge remote-tracking branch 'origin/master' into encoding11Benoit Foucher2012-04-25
|\
| * Fixed copyrightsBenoit Foucher2012-04-25
| |
* | Java test and bug fixesBenoit Foucher2012-04-24
| |
* | Java portBenoit Foucher2012-04-20
|/
* updating version & copyright for 3.4.2Mark Spruiell2011-05-11
|
* Updated copyright to 2010Dwayne Boone2010-01-07
|
* Bug 3964 - improve endpoint infoDwayne Boone2009-05-27
|
* Bug 3621 - updated copyright to 2009Dwayne Boone2009-01-02
|
* using Java5 types in Ice core; general cleanupMark Spruiell2008-01-30
|
* Updated copyrightDwayne Boone2008-01-23
|
* - Merge IPv6 support from Dwayne's branch.Benoit Foucher2007-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 2592Benoit Foucher2007-12-12
|
* - Added support for non-blocking AMI/batch requests, connectionBenoit Foucher2007-11-27
| | | | | | creation. - Added support for AMI oneway requests. - Changed collocation optimization to not perform any DNS lookups.
* bug 2157 - removing clone/ice_hashMark Spruiell2007-06-21
|
* No longer necessary to expand enpoints in proxies, use same mechanism as for ↵Dwayne Boone2007-06-14
| | | | | | multihomed hosts. Added some missing .gitignore files.
* Bug 1658 - fix collocation issue with endpoints listening on 0.0.0.0Dwayne Boone2007-06-13
|
* Bug 1658 - minor refactoringDwayne Boone2007-06-12
|
* More changes for bug 1996Dwayne Boone2007-06-07
|
* Bug 1658 - listen on 0.0.0.0 rather than expanding endpointsDwayne Boone2007-06-04
|
* Multi-home post supportDwayne Boone2007-05-18
|
* Expanded tabs into spacesBernard Normier2007-02-01
|
* bug 1712: thread-per-connection, SSL, and JDK 1.4Mark Spruiell2007-01-30
|
* Updated copyright headerDwayne Boone2007-01-08
|
* No -h in client-side endpoint means use loopbackDwayne Boone2006-11-14
|
* Try loopback in client if no -hDwayne Boone2006-08-21
|
* added support for TrustOnly.Matthew Newhook2006-06-05
|
* Updated copyrightDwayne Boone2006-03-14
|
* Bug 804 - no endpoint in reference means try all local interfacesDwayne Boone2006-02-13
|
* http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=429Matthew Newhook2005-10-11
|
* Bug 395 - Added pseudo INVADDR_ANY supportDwayne Boone2005-10-06
|
* Added support for new proxy methods (ice_getAdapterId(),Benoit Foucher2005-09-09
ice_newAdapterId(), ice_getEndpoints(), ice_newEndpoints()).