summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/Network.cpp
Commit message (Collapse)AuthorAge
...
* | Merged with R3_3_branchDwayne Boone2009-01-02
| |
* | http://bugzilla/bugzilla/show_bug.cgi?id=3222 - import mcast tracing. The ↵Matthew Newhook2008-05-22
| | | | | | | | effective port may be incorrect under windows.
* | Some cleanup of the networking code.Matthew Newhook2008-05-21
|/
* Fixed bug #3187 - failure on MacOS X 10.4.xBernard Normier2008-05-15
|
* Fixed bug 2950Benoit Foucher2008-04-07
|
* bug 2958 - multicast/IPv6 issuesMark Spruiell2008-04-04
|
* Port to CodeGear C++Builder 2007Dwayne Boone2008-04-04
|
* Reverted fix for bug 2914Benoit Foucher2008-03-25
|
* Bug 2914 - Leaked FD when createPipe fails.Michi Henning2008-03-25
|
* Bug 2771Dwayne Boone2008-03-17
|
* Fix for bug 2721Benoit Foucher2008-03-10
|
* fix for compiler error in Network.cppMark Spruiell2008-03-06
|
* Removed thread-per-connection and added serialize modeBenoit Foucher2008-03-06
|
* Fixed HP compileDwayne Boone2008-02-14
|
* Improved UDP multicast configurationDwayne Boone2008-02-11
|
* Fixed VC90 compilation errorBenoit Foucher2008-02-07
|
* Fixed bug 2662Benoit Foucher2008-02-07
|
* Fixed bug in IPv4 udp multicastDwayne Boone2008-01-31
|
* Updated copyrightDwayne Boone2008-01-23
|
* - Added IceUtil::SyscallException and cleaned up few IceUtil exceptionsBenoit Foucher2008-01-23
| | | | | | - Added errorToString() and lastErrorToString() functions to IceUtil/StringUtil.h - Replaced multiple implementations of errorToString methods with the IceUtil one. - Fixed bug 2641.
* Fixed the multicast support for IPv6Dwayne Boone2008-01-21
|
* Fixed setting client host to INADD_ANYDwayne Boone2008-01-18
|
* - Fixed bug 1619, part of 2632.Benoit Foucher2008-01-09
|
* - Added missing notifyAll in ConnectRequestHandler (which could cause asyncBenoit Foucher2008-01-04
| | | | | | | | | requests to hang if an exception occured during flushing). - Changed getaddrinfo(0, "0", ...) calls to getaddrinfo(0, "1", ...). Solaris doesn't recognize "0" as a valid service name. - Workaround HP-UX compiler bug caused by Glacier2::Instance inlined methods.
* Fix for bug 1945, Sun & HP-UX compilation fixesBenoit Foucher2008-01-03
|
* - 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.
* Fix compile error on HP-UX wrt multicast support.Dwayne Boone2007-07-17
|
* Bug 1658 - fix collocation issue with endpoints listening on 0.0.0.0Dwayne Boone2007-06-13
|
* More changes for bug 1996Dwayne Boone2007-06-07
|
* Replace isMulticast with macroDwayne Boone2007-06-01
|
* Fixed Unix typoDwayne Boone2007-06-01
|
* Changed getHosts to getAddressesDwayne Boone2007-06-01
|
* Use getaddrinfo instead of gethostbyname on UnixDwayne Boone2007-06-01
|
* Moved setting of SO_REUSEADDR and added commentBenoit Foucher2007-05-29
|
* Added udp multicast supportDwayne Boone2007-05-28
|
* Added Ice.TCP.SndSize/Ice.TCP.RcvSize properties, fixed throughput issue onBenoit Foucher2007-05-23
| | | | Win32.
* Multi-home host supportDwayne Boone2007-05-18
|
* iBacked out multihome changeDwayne Boone2007-05-17
|
* Bug 1996 - multihomed hostnamesDwayne Boone2007-05-16
|
* Bug 1739Benoit Foucher2007-02-13
|
* http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=1739Matthew Newhook2007-02-08
|
* Expanded tabs into spacesBernard Normier2007-02-01
|
* Updated copyright headerDwayne Boone2007-01-08
|
* Use poll() instead of select() on Unix.Benoit Foucher2006-10-31
|
* Port to Solaris 10 + fix for numerous warnings on SunBernard Normier2006-06-28
|
* fix 64 bit issue with name resultions on sunBrent Eagles2006-06-21
|
* http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=959, plus added test.Matthew Newhook2006-04-25
|
* new IceSSL pluginMark Spruiell2006-03-28
|