]> git.sesse.net Git - cubemap/history - input.h
Release Cubemap 1.3.2.
[cubemap] / input.h
2016-07-22 Steinar H. GundersonSupport Metacube metadata blocks, specifically timestamps.
2016-04-09 Steinar H. GundersonAdd suppor for raw (non-Metacube) inputs over HTTP...
2014-04-26 Steinar H. GundersonSupport joining multicast addresses (both ASM and SSM).
2013-08-18 Steinar H. GundersonRe-run include-what-you-use.
2013-08-16 Steinar H. GundersonStore and log connection time for inputs.
2013-08-15 Steinar H. GundersonAdd preliminary support for input stream statistics.
2013-04-20 Steinar H. GundersonRefer to streams internally mostly by an index, not...
2013-04-17 Steinar H. GundersonDeduplicate inputs.
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-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. GundersonWrite our own HTTP client instead of using curl. Not...
2013-04-06 Steinar H. GundersonSerialize and die on SIGHUP (no deserialization yet...
2013-04-06 Steinar H. GundersonSplit Input into its own file.