Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | | Merged with R3_3_branch | Dwayne Boone | 2009-01-02 | |
| | | ||||
* | | http://bugzilla/bugzilla/show_bug.cgi?id=3222 - import mcast tracing. The ↵ | Matthew Newhook | 2008-05-22 | |
| | | | | | | | | effective port may be incorrect under windows. | |||
* | | Some cleanup of the networking code. | Matthew Newhook | 2008-05-21 | |
|/ | ||||
* | Fixed bug #3187 - failure on MacOS X 10.4.x | Bernard Normier | 2008-05-15 | |
| | ||||
* | Fixed bug 2950 | Benoit Foucher | 2008-04-07 | |
| | ||||
* | bug 2958 - multicast/IPv6 issues | Mark Spruiell | 2008-04-04 | |
| | ||||
* | Port to CodeGear C++Builder 2007 | Dwayne Boone | 2008-04-04 | |
| | ||||
* | Reverted fix for bug 2914 | Benoit Foucher | 2008-03-25 | |
| | ||||
* | Bug 2914 - Leaked FD when createPipe fails. | Michi Henning | 2008-03-25 | |
| | ||||
* | Bug 2771 | Dwayne Boone | 2008-03-17 | |
| | ||||
* | Fix for bug 2721 | Benoit Foucher | 2008-03-10 | |
| | ||||
* | fix for compiler error in Network.cpp | Mark Spruiell | 2008-03-06 | |
| | ||||
* | Removed thread-per-connection and added serialize mode | Benoit Foucher | 2008-03-06 | |
| | ||||
* | Fixed HP compile | Dwayne Boone | 2008-02-14 | |
| | ||||
* | Improved UDP multicast configuration | Dwayne Boone | 2008-02-11 | |
| | ||||
* | Fixed VC90 compilation error | Benoit Foucher | 2008-02-07 | |
| | ||||
* | Fixed bug 2662 | Benoit Foucher | 2008-02-07 | |
| | ||||
* | Fixed bug in IPv4 udp multicast | Dwayne Boone | 2008-01-31 | |
| | ||||
* | Updated copyright | Dwayne Boone | 2008-01-23 | |
| | ||||
* | - Added IceUtil::SyscallException and cleaned up few IceUtil exceptions | Benoit Foucher | 2008-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 IPv6 | Dwayne Boone | 2008-01-21 | |
| | ||||
* | Fixed setting client host to INADD_ANY | Dwayne Boone | 2008-01-18 | |
| | ||||
* | - Fixed bug 1619, part of 2632. | Benoit Foucher | 2008-01-09 | |
| | ||||
* | - Added missing notifyAll in ConnectRequestHandler (which could cause async | Benoit Foucher | 2008-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 fixes | Benoit Foucher | 2008-01-03 | |
| | ||||
* | - 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 minor bug in Ice::Application (error message was missing ": ") | Benoit Foucher | 2007-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, connection | Benoit Foucher | 2007-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 Boone | 2007-07-17 | |
| | ||||
* | Bug 1658 - fix collocation issue with endpoints listening on 0.0.0.0 | Dwayne Boone | 2007-06-13 | |
| | ||||
* | More changes for bug 1996 | Dwayne Boone | 2007-06-07 | |
| | ||||
* | Replace isMulticast with macro | Dwayne Boone | 2007-06-01 | |
| | ||||
* | Fixed Unix typo | Dwayne Boone | 2007-06-01 | |
| | ||||
* | Changed getHosts to getAddresses | Dwayne Boone | 2007-06-01 | |
| | ||||
* | Use getaddrinfo instead of gethostbyname on Unix | Dwayne Boone | 2007-06-01 | |
| | ||||
* | Moved setting of SO_REUSEADDR and added comment | Benoit Foucher | 2007-05-29 | |
| | ||||
* | Added udp multicast support | Dwayne Boone | 2007-05-28 | |
| | ||||
* | Added Ice.TCP.SndSize/Ice.TCP.RcvSize properties, fixed throughput issue on | Benoit Foucher | 2007-05-23 | |
| | | | | Win32. | |||
* | Multi-home host support | Dwayne Boone | 2007-05-18 | |
| | ||||
* | iBacked out multihome change | Dwayne Boone | 2007-05-17 | |
| | ||||
* | Bug 1996 - multihomed hostnames | Dwayne Boone | 2007-05-16 | |
| | ||||
* | Bug 1739 | Benoit Foucher | 2007-02-13 | |
| | ||||
* | http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=1739 | Matthew Newhook | 2007-02-08 | |
| | ||||
* | Expanded tabs into spaces | Bernard Normier | 2007-02-01 | |
| | ||||
* | Updated copyright header | Dwayne Boone | 2007-01-08 | |
| | ||||
* | Use poll() instead of select() on Unix. | Benoit Foucher | 2006-10-31 | |
| | ||||
* | Port to Solaris 10 + fix for numerous warnings on Sun | Bernard Normier | 2006-06-28 | |
| | ||||
* | fix 64 bit issue with name resultions on sun | Brent Eagles | 2006-06-21 | |
| | ||||
* | http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=959, plus added test. | Matthew Newhook | 2006-04-25 | |
| | ||||
* | new IceSSL plugin | Mark Spruiell | 2006-03-28 | |
| |