]> git.sesse.net Git - cubemap/history - state.proto
Remove std:: from all code in .cpp files, for consistency.
[cubemap] / state.proto
2015-07-23 Steinar H. GundersonStore multiple suitable starting points for each stream.
2015-07-22 Steinar H. GundersonParse and log referer and user-agent headers in requests.
2015-07-21 Steinar H. GundersonChange the connected time from time_t to timespec.
2015-07-10 Steinar H. GundersonMerge branch 'master' of /srv/git.sesse.net/www/cubemap
2015-07-10 Steinar H. GundersonAdd support for forced prebuffering.
2014-07-03 Steinar H. GundersonChange the default backlog size to 10MB; I have seen...
2014-02-01 Steinar H. GundersonRemove some legacy from older versions that nobody...
2013-12-01 Steinar H. GundersonAdd a listen statement to listen on only specific IP...
2013-08-16 Steinar H. GundersonStore the stream header in the inputs, not just the...
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-08-14 Steinar H. GundersonSupport the new METACUBE_FLAGS_NOT_SUITABLE_FOR_STREAM_...
2013-04-20 Steinar H. GundersonRefer to streams internally mostly by an index, not...
2013-04-18 Steinar H. GundersonSend backlog file descriptors around instead of going...
2013-04-17 Steinar H. GundersonSupport Metacube _output_. Required splitting HTTP...
2013-04-17 Steinar H. GundersonDeduplicate inputs.
2013-04-14 Steinar H. GundersonLog bytes sent and lost better.
2013-04-14 Steinar H. GundersonRename bytes_sent to stream_pos, because that is what...
2013-04-13 Steinar H. GundersonSupport configurable BACKLOG_SIZE (per-stream). No...
2013-04-12 Steinar H. GundersonSince we just broke upgrade compatibility, kill some...
2013-04-10 Steinar H. GundersonSupport multiple listening sockets. Actually mostly...
2013-04-09 Steinar H. GundersonMeasure how long the serialize/exec/deserialize process...
2013-04-09 Steinar H. GundersonSupport writing a stats file listing the number of...
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-07 Steinar H. GundersonSupport parsing streams from config file. Also support...
2013-04-07 Steinar H. GundersonReopen the port if it changes between runs.
2013-04-07 Steinar H. GundersonSupport deserialization of most state (curl input is...
2013-04-06 Steinar H. GundersonStart working on serialization.