]> git.sesse.net Git - cubemap/history - cubemap.cpp
Fix so clients would actually be woken up from the worker thread, not the input threa...
[cubemap] / cubemap.cpp
2013-04-07 Steinar H. GundersonRemove some leftover code.
2013-04-07 Steinar H. GundersonHandle streams coming and going from the configuration...
2013-04-07 Steinar H. GundersonSupport parsing streams from config file. Also support...
2013-04-07 Steinar H. GundersonFactor out some config parsing into its own function.
2013-04-07 Steinar H. GundersonFetch num_servers from the config file.
2013-04-07 Steinar H. GundersonMove the logic of load-balancing etc. into ServerPool...
2013-04-07 Steinar H. GundersonReopen the port if it changes between runs.
2013-04-07 Steinar H. GundersonTake the port from the configuration file.
2013-04-07 Steinar H. GundersonParse a config file. Not used for anything yet.
2013-04-07 Steinar H. GundersonSupport deserialization of most state (curl input is...
2013-04-06 Steinar H. GundersonSerialize and die on SIGHUP (no deserialization yet...
2013-04-06 Steinar H. GundersonFix the broken SO_REUSEADDR.
2013-04-06 Steinar H. GundersonMake Server stoppable.
2013-04-06 Steinar H. GundersonSet SO_REUSEADDR on the server socket.
2013-04-06 Steinar H. GundersonSplit Input into its own file.
2013-04-06 Steinar H. GundersonSplit Server and MutexLock out into separate source...
2013-04-06 Steinar H. GundersonPiece a lot more stuff together.
2013-04-06 Steinar H. GundersonFire off worker threads (that do nothing right now).
2013-04-06 Steinar H. GundersonMake a mutex locker.
2013-04-06 Steinar H. GundersonOpen a server socket, and listen on it.
2013-04-06 Steinar H. GundersonStart adding scaffolds for most of the basic classes.
2013-04-06 Steinar H. GundersonInitial checkin.