summaryrefslogtreecommitdiff
path: root/cpp/src/IceSSL/AcceptorI.cpp
Commit message (Collapse)AuthorAge
...
* 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
* - 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 1658 - fix collocation issue with endpoints listening on 0.0.0.0Dwayne Boone2007-06-13
|
* More changes for bug 1996Dwayne Boone2007-06-07
|
* Moved setting of SO_REUSEADDR and added commentBenoit Foucher2007-05-29
|
* Added Ice.TCP.SndSize/Ice.TCP.RcvSize properties, fixed throughput issue onBenoit Foucher2007-05-23
| | | | Win32.
* Expanded tabs into spacesBernard Normier2007-02-01
|
* more tracingMark Spruiell2007-01-30
|
* bug 1705: acceptor can block indefinitelyMark Spruiell2007-01-30
|
* Updated copyright headerDwayne Boone2007-01-08
|
* fixes for 64 bit windows build.Matthew Newhook2006-06-12
|
* Added support for IceSSL.TrustOnly. Fixed bug with allTests.py script.Matthew Newhook2006-05-31
| | | | Added -R option to allTests.py.
* use two stages for plugin initialization; refactoring to remove ContextMark Spruiell2006-04-26
|
* - Added IceInternal::TransciverPtr ConnectionI::getTransceiver() const to;Matthew Newhook2006-04-24
| | | | | | | | | - Added IceSSL::ConnectionInfo. - Removed IceSSL::VerifyInfo. The connection callback now takes a ConnectionInfo. - Added IceSSL::Certificate & associated exceptions. - Added IceSSL::getConnectionInfo(). - Added more tests to test/IceSSL/configuration.
* removing client/server properties for IceSSLMark Spruiell2006-04-19
|
* minor change to verifierMark Spruiell2006-04-14
|
* new IceSSL pluginMark Spruiell2006-03-28