summaryrefslogtreecommitdiff
path: root/lib/server/SocketStream.cpp
Commit message (Expand)AuthorAge
* Define BOX_SOCKET_ERROR_MESSAGE, replace more BOX_LOG_SOCKET_ERROR calls with...Chris Wilson2015-04-15
* Fix stupid typo on struct member names.Chris Wilson2014-12-06
* Add support for getsockopt(SO_PEERCRED) on OpenBSD 5.2.Chris Wilson2014-12-06
* Simplify code with macros, update comments and fix whitespace.Chris Wilson2014-09-04
* Fix poll timeout calculation for infinite timeouts.Chris Wilson2014-08-15
* Fix deadlock waiting for read or write on closed connection.Chris Wilson2014-08-15
* Remove ServerException.h and the exception code aliases that it defines.Chris Wilson2014-08-15
* Fix compilation on Debian 7 (Wheezy) by including bsd/unistd.h.Chris Wilson2014-04-12
* Improve logging of socket errors (create, bind, accept, and poll)Chris Wilson2012-01-22
* Fix crash when freebsd (maybe *bsd) returns ECONNRESET on close(), whichChris Wilson2009-03-15
* Reset read and write closed state of a socket after Open() and Attach().Chris Wilson2009-01-03
* Don't blindly use an undefined symbol in #if.Chris Wilson2008-10-11
* Use getpeerucred() to identify connecting socket clients on Solaris,Chris Wilson2008-10-11
* Make Open() take a const std::string& for the socket name instead of a Chris Wilson2008-08-21
* Undo mangling by tailorChris Wilson2008-04-04
* TailorizationChris Wilson2008-04-04
* No need to save errno any more.Chris Wilson2008-03-29
* Close after logging socket error, so that we don't lose errno.Chris Wilson2008-03-29
* Improve logging with macros that consistently output strerror(errno) andChris Wilson2008-03-28
* Compile fix for MSVC (Gary) (merges [1861])Chris Wilson2007-10-17
* Report more useful error messages on connect() failure on Windows. Chris Wilson2007-10-17
* Log reasons for failure to connect to a socket.Chris Wilson2007-06-28
* Use INVALID_SOCKET_VALUE instead of -1Chris Wilson2006-08-31
* Revert to trunkChris Wilson2006-08-31
* * mergeChris Wilson2006-07-27
* Bandwidth usage logging patch from Pascal Lalonde <plalonde@overnet.qc.ca>, w...Ben Summers2006-02-13
* Merge chris/win32/vc2005-compile-fixes @ r455, add infrastructure/msvc to dis...Ben Summers2006-02-13
* Fixing up svn:executable properties.Martin Ebourne2005-12-12
* Marged chris/win32/merge/07-win32-fixes at r210 to trunkMartin Ebourne2005-12-12
* Merged martin/autoconf at r35 to trunkMartin Ebourne2005-12-07
* Box Backup 0.09 with a few tweeksBen Summers2005-10-14