]> git.sesse.net Git - cubemap/history - main.cpp
Add rudimentary README.
[cubemap] / main.cpp
2013-04-11 Steinar H. GundersonAdd rudimentary README.
2013-04-11 Steinar H. GundersonSupport UDP input. Also fix some issues with socket...
2013-04-11 Steinar H. GundersonWhen create_input() fails, give an error message instea...
2013-04-11 Steinar H. GundersonMore support for multiple input types.
2013-04-11 Steinar H. GundersonMove version identification into a common place.
2013-04-11 Steinar H. GundersonMake Input a bit more generic, to pave the way for...
2013-04-10 Steinar H. GundersonSupport multiple listening sockets. Actually mostly...
2013-04-10 Steinar H. GundersonMove stopping into ServerPool.
2013-04-10 Steinar H. GundersonFactor serializing into its own function. Again, less...
2013-04-10 Steinar H. GundersonMove stream creation out of main().
2013-04-10 Steinar H. GundersonSome small refactoring of main().
2013-04-10 Steinar H. GundersonMinor nit.
2013-04-10 Steinar H. GundersonWrap the acceptor into the same thread logic as everyth...
2013-04-10 Steinar H. GundersonMerge branch 'master' of /srv/git.sesse.net/www/cubemap
2013-04-10 Steinar H. GundersonFactor statistics writing into its own class and file.
2013-04-10 Steinar H. GundersonSmall refactoring in main.cpp.
2013-04-10 Steinar H. GundersonSeparate out the acceptor stuff into its own file.
2013-04-10 Steinar H. GundersonAdd support for setting fwmarks per-connection. Useful...
2013-04-09 Steinar H. GundersonRemove some obsolete #defines.
2013-04-09 Steinar H. GundersonExplicitly SIGHUP threads to kill them out of syscalls...
2013-04-09 Steinar H. GundersonMeasure how long the serialize/exec/deserialize process...
2013-04-09 Steinar H. GundersonSupport writing a stats file listing the number of...
2013-04-09 Steinar H. GundersonRename cubemap.cpp to main.cpp. Aaaa....