summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/UdpEndpointI.cpp
Commit message (Collapse)AuthorAge
...
* bug 4355 - improve parse exception messagesMark Spruiell2009-12-10
|
* - Removed old IceSSL::ConnectionInfo struct, it's now replaced withBenoit Foucher2009-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 ConnectionInfoDwayne Boone2009-10-16
|
* Added support for EndpointInfo and ConnectionInfo to python.Dwayne Boone2009-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 & 3964Benoit Foucher2009-10-12
|
* Bug 3964 - improve endpoint infoDwayne Boone2009-05-27
|
* Bug 3972 - improve server network tracingDwayne Boone2009-05-01
|
* Bug 3621 - updated copyright to 2009Dwayne Boone2009-01-02
|
* Bug 3164 - add udp testDwayne Boone2008-10-23
|
* Improved UDP multicast configurationDwayne Boone2008-02-11
|
* Updated copyrightDwayne Boone2008-01-23
|
* Fixed parsing issue with IPv6 addresses in UDP endpointDwayne Boone2008-01-18
|
* - 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
* - 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.
* http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=2239 - protocol/encoding ↵Dwayne Boone2007-06-18
| | | | versions not maintained
* 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
|
* Changed getHosts to getAddressesDwayne Boone2007-06-01
|
* Added udp multicast supportDwayne Boone2007-05-28
|
* Multi-home host supportDwayne Boone2007-05-18
|
* iBacked out multihome changeDwayne Boone2007-05-17
|
* Bug 1996 - multihomed hostnamesDwayne Boone2007-05-16
|
* Expanded tabs into spacesBernard Normier2007-02-01
|
* 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 IceSSL.TrustOnly. Fixed bug with allTests.py script.Matthew Newhook2006-05-31
| | | | Added -R option to allTests.py.
* Adding string converter optimizationsDwayne Boone2006-05-02
|
* Adding warning comments about changing toString() behaviors that may breakBrent Eagles2006-04-28
| | | | features.
* Updated copyrightDwayne Boone2006-03-14
|
* bug fix: _connect member was not preserved by expandMark Spruiell2006-02-15
|
* Bug 804 - no endpoint in reference means try all local interfacesDwayne Boone2006-02-13
|
* fix for bug 705: check the range of port numbersMark Spruiell2005-12-16
|
* http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=429Matthew Newhook2005-10-11
|
* Support "-h *" as wellDwayne Boone2005-10-06
|
* Bug 395 - Added pseudo INVADDR_ANY supportDwayne Boone2005-10-06
|
* Added new proxy methods: ice_getEndpoints(), ice_getAdapterId(),Benoit Foucher2005-09-09
ice_newEndpoints(), ice_newAdapterId().