https://issues.shibboleth.net/jira/browse/SSPCPP-228
[shibboleth/cpp-sp.git] / shib-target / shib-sock.cpp
2007-08-08 Scott CantorBackport logging changes.
2006-03-24 Scott CantorFixed additional warnings.
2005-07-18 Scott CantorSwitched remaining files to Apache license.
2005-05-02 Scott CantorAdd base constructor call
2005-05-02 Scott CantorRefactored remote API into IListener
2005-05-01 Scott CantorAdd AttributeFactory and DiagnosticService elements.
2005-04-27 Scott CantorOnly log printable data.
2005-04-03 Scott CantorWinsock types optval as a char* for some odd reason
2005-04-03 Derek Atkinsmove the setsockopt() before the bind()
2005-04-02 Derek AtkinsSet SO_REUSEADDR on the tcp listener.
2004-03-19 Scott Cantorconst bug
2004-03-19 Scott CantorWas deleting socket file too liberally.
2004-03-19 Scott CantorReturn boolean from TCP accept
2004-03-18 Scott CantorMissing function
2004-03-18 Scott CantorNow works on both platforms
2004-03-18 Scott CantorFixed some Unix bugs
2004-03-18 Scott CantorNew configuraton API, new APIs for various pluggable...