summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/EndpointI.cpp
Commit message (Collapse)AuthorAge
...
* Bug 3621 - updated copyright to 2009Dwayne Boone2009-01-02
|
* Fixed bug 3539 - SEGFAULT if thread start() fails in constructorBenoit Foucher2008-11-12
|
* - Fixed bug 2843Benoit Foucher2008-03-19
| | | | | | - Cleaned up platform specific Make.rules files to not set anymore the shared library path since it's taken care of by Make.rules.common already. - Fixed bug 2846
* 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 minor bug in Ice::Application (error message was missing ": ")Benoit Foucher2007-12-04
| | | | | - Fixed bug where exceptions weren't correctly catched by the endpoint host resolver when doing the non-blocking getAddresses call.
* - 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 1873.Benoit Foucher2007-03-23
|
* Updated copyright headerDwayne Boone2007-01-08
|
* Updated copyrightDwayne Boone2006-03-14
|
* Fix to prevent warnings about overloaded operators with Sun CC.Benoit Foucher2005-09-23
|
* Added new proxy methods: ice_getEndpoints(), ice_getAdapterId(),Benoit Foucher2005-09-09
ice_newEndpoints(), ice_newAdapterId().