]> git.sesse.net Git - cubemap/history - httpinput.h
When doing persistent connections, explicitly flush the socket so that we do not...
[cubemap] / httpinput.h
2018-04-06 Steinar H. GundersonAdd support for serving HLS playlists.
2018-04-05 Steinar H. GundersonUse C++11 std::mutex and std::lock_guard instead of...
2018-04-05 Steinar H. GundersonUse in-class initialization for making it harder to...
2016-07-22 Steinar H. GundersonSupport Metacube metadata blocks, specifically timestamps.
2016-07-13 Steinar H. GundersonSuppress HTTP input errors if there are too many of...
2016-04-09 Steinar H. GundersonAdd suppor for raw (non-Metacube) inputs over HTTP...
2013-08-18 Steinar H. GundersonRe-run include-what-you-use.
2013-08-16 Steinar H. GundersonStore the stream header in the inputs, not just the...
2013-08-16 Steinar H. GundersonWhen adding new streams that are copies of old streams...
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-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. GundersonMake Input a bit more generic, to pave the way for...