]> git.sesse.net Git - cubemap/history - acceptor.cpp
Make a comment more precise.
[cubemap] / acceptor.cpp
2015-07-10 Steinar H. GundersonMerge branch 'master' of /srv/git.sesse.net/www/cubemap
2015-06-13 Steinar H. GundersonUse accept4() to save a system call. Probably inconsequ...
2014-04-29 Steinar H. GundersonCoding style consistency fix.
2013-12-01 Steinar H. GundersonAdd a listen statement to listen on only specific IP...
2013-08-18 Steinar H. GundersonRe-run include-what-you-use.
2013-04-22 Steinar H. GundersonEnable TCP_CORK if available.
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.