]> git.sesse.net Git - cubemap/history - acceptor.cpp
When unwrapping in set_backlog_size, do not add a spurious Metacube header.
[cubemap] / acceptor.cpp
2013-04-20 Steinar H. GundersonReinstate the new signal handling; revert the revert.
2013-04-19 Steinar H. GundersonRevert "Rewrite the entire internal signal handling...
2013-04-19 Steinar H. GundersonRewrite the entire internal signal handling/wakeup.
2013-04-18 Steinar H. GundersonNew run of include-what-you-use.
2013-04-15 Steinar H. GundersonMerge branch 'master' of /srv/git.sesse.net/www/cubemap
2013-04-15 Steinar H. GundersonReplace all perror() calls with our own log calls.
2013-04-13 Steinar H. GundersonRun include-what-you-use.
2013-04-12 Steinar H. GundersonEven more missing unistd.h includes.
2013-04-11 Steinar H. GundersonSupport UDP input. Also fix some issues with socket...
2013-04-10 Steinar H. GundersonSupport multiple listening sockets. Actually mostly...
2013-04-10 Steinar H. GundersonFactor all the common thread starting/stopping into...
2013-04-10 Steinar H. GundersonWrap the acceptor into the same thread logic as everyth...
2013-04-10 Steinar H. GundersonSeparate out the acceptor stuff into its own file.