]> git.sesse.net Git - cubemap/history - input.cpp
Make the Metacube block size warning a bit less aggressive, as WebM seems to generate...
[cubemap] / input.cpp
2013-04-17 Steinar H. GundersonDeduplicate inputs.
2013-04-13 Steinar H. GundersonMerge branch 'master' of ssh://git.sesse.net/srv/git...
2013-04-13 Steinar H. GundersonAnother include-what-you-use pass.
2013-04-13 Steinar H. GundersonRun include-what-you-use.
2013-04-11 Steinar H. GundersonSupport UDP input. Also fix some issues with socket...
2013-04-11 Steinar H. GundersonMore support for multiple input types.
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-09 Steinar H. GundersonExplicitly SIGHUP threads to kill them out of syscalls...
2013-04-08 Steinar H. GundersonParse the HTTP header (more) properly, and send the...
2013-04-08 Steinar H. GundersonDeserialize/serialize inputs. Woo, totally glitch-free...
2013-04-08 Steinar H. GundersonAdd URL parsing.
2013-04-08 Steinar H. GundersonWrite our own HTTP client instead of using curl. Not...
2013-04-07 Steinar H. GundersonWhen a transfer ends, output the URL.
2013-04-07 Steinar H. GundersonMove the logic of load-balancing etc. into ServerPool...
2013-04-07 Steinar H. GundersonSupport deserialization of most state (curl input is...
2013-04-07 Steinar H. GundersonRemember to turn off has_metacube_header once we have...
2013-04-06 Steinar H. GundersonMake Input honor should_stop even when it is not connec...
2013-04-06 Steinar H. GundersonReconnect when the input goes away.
2013-04-06 Steinar H. GundersonSerialize and die on SIGHUP (no deserialization yet...
2013-04-06 Steinar H. GundersonSkip the Metacube header when adding data.
2013-04-06 Steinar H. GundersonSplit Input into its own file.