]> git.sesse.net Git - cubemap/history - client.cpp
Bump man page date.
[cubemap] / client.cpp
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.