]> git.sesse.net Git - cubemap/history - client.cpp
Allow (and forward) zero-byte UDP packets.
[cubemap] / client.cpp
2018-12-22 Steinar H. GundersonFix serialization of Client::header_or_short_response_b...
2018-07-08 Steinar H. GundersonFix that HTTP keepalive information would get lost...
2018-04-22 Steinar H. GundersonKeep information about HLS downloads around for some...
2018-04-22 Steinar H. GundersonFix timeout behavior with persistent connections.
2018-04-06 Steinar H. GundersonAdd support for deduplicating headers/short responses.
2018-04-06 Steinar H. GundersonSupport delivering fragments from the backlog; intended...
2018-04-05 Steinar H. GundersonUse in-class initialization for making it harder to...
2018-04-05 Steinar H. GundersonUse nullptr instead of NULL everywhere.
2018-04-01 Steinar H. GundersonAdd server-side TLS support, through kTLS.
2015-08-15 Steinar H. GundersonRename header_or_error to header_or_short_response...
2015-07-22 Steinar H. GundersonParse and log referer and user-agent headers in requests.
2015-07-22 Steinar H. GundersonTime out clients still in READING_REQUEST after 60...
2015-07-21 Steinar H. GundersonChange the connected time from time_t to timespec.
2014-04-24 Steinar H. GundersonRemove support for mark pools.
2014-03-23 Steinar H. GundersonFix a segfault on reload introduced by the pacing changes.
2013-09-28 Steinar H. GundersonSupport SO_MAX_PACING_RATE.
2013-04-20 Steinar H. GundersonRefer to streams internally mostly by an index, not...
2013-04-18 Steinar H. GundersonNew run of include-what-you-use.
2013-04-18 Steinar H. GundersonShow IPv4 clients by their IPv4 address instead of...
2013-04-16 Steinar H. GundersonLog all finished accesses to an access log.
2013-04-15 Steinar H. GundersonMerge branch 'master' of /srv/git.sesse.net/www/cubemap
2013-04-15 Steinar H. GundersonStore socket and fwmark in the stats file.
2013-04-15 Steinar H. GundersonMerge branch 'master' of /srv/git.sesse.net/www/cubemap
2013-04-15 Steinar H. GundersonReplace all perror() calls with our own log calls.
2013-04-14 Steinar H. GundersonLog bytes sent and lost better.
2013-04-14 Steinar H. GundersonFix a crash on re-exec if a client was not in SENDING_DATA.
2013-04-14 Steinar H. GundersonRename bytes_sent to stream_pos, because that is what...
2013-04-13 Steinar H. GundersonRun include-what-you-use.
2013-04-13 Steinar H. GundersonMove Client and Stream into their own files.