]> git.sesse.net Git - cubemap/history - stream.h
Check /proc/self/exe instead of argv[0].
[cubemap] / stream.h
2013-12-01 Steinar H. GundersonFix some signed/unsigned comparison warnings (pacing_ra...
2013-09-28 Steinar H. GundersonSupport SO_MAX_PACING_RATE.
2013-09-08 Steinar H. GundersonReduce contention of queued_data_mutex.
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-20 Steinar H. GundersonMove iovecs around instead of having single data buffer...
2013-04-20 Steinar H. GundersonAdd Metacube headers in add_data_deferred(), not add_da...
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-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. GundersonMake backlog_size changeable across HUPs.
2013-04-13 Steinar H. GundersonMove Server:add_data() into Stream, where it more logic...
2013-04-13 Steinar H. GundersonRun include-what-you-use.
2013-04-13 Steinar H. GundersonFix incorrect struct/class in forward declares (found...
2013-04-13 Steinar H. GundersonMove Client and Stream into their own files.