]> git.sesse.net Git - cubemap/history - thread.cpp
Support HTTP/1.1 persistent connections (not that useful yet).
[cubemap] / thread.cpp
2018-04-05 Steinar H. GundersonUse C++11 std::mutex and std::lock_guard instead of...
2018-04-05 Steinar H. GundersonUse nullptr instead of NULL everywhere.
2013-04-21 Steinar H. GundersonMerge branch 'master' of /srv/git.sesse.net/www/cubemap
2013-04-21 Steinar H. GundersonFix a Valgrind hit that could cause an undefined set...
2013-04-21 Steinar H. GundersonMerge branch 'master' of /srv/git.sesse.net/www/cubemap
2013-04-20 Steinar H. GundersonRun include-what-you-use.
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-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-14 Steinar H. GundersonSignal thread stop through a pipe; fixes issues where...
2013-04-12 Steinar H. GundersonThread has virtual member functions, so it should have...
2013-04-10 Steinar H. GundersonFactor all the common thread starting/stopping into...