]> git.sesse.net Git - cubemap/history - Makefile
Move the “read the whole file” logic into a new file.
[cubemap] / Makefile
2013-04-13 Steinar H. GundersonMove the “read the whole file” logic into a new file.
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. GundersonMake Input a bit more generic, to pave the way for...
2013-04-10 Steinar H. GundersonFactor all the common thread starting/stopping into...
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. 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. GundersonRename cubemap.cpp to main.cpp. Aaaa....
2013-04-08 Steinar H. GundersonWrite our own HTTP client instead of using curl. Not...
2013-04-07 Steinar H. GundersonSupport parsing streams from config file. Also support...
2013-04-07 Steinar H. GundersonMove the logic of load-balancing etc. into ServerPool...
2013-04-06 Steinar H. GundersonMakefile tweaks to deal with the protobuf dependency.
2013-04-06 Steinar H. GundersonStart working on serialization.
2013-04-06 Steinar H. GundersonImplement epoll main loop in Server, and parse header.
2013-04-06 Steinar H. GundersonSplit Server and MutexLock out into separate source...
2013-04-06 Steinar H. GundersonAdd a Makefile.