]> git.sesse.net Git - cubemap/history - httpinput.cpp
Rename bytes_sent to stream_pos, because that is what it really is.
[cubemap] / httpinput.cpp
2013-04-13 Steinar H. GundersonMerge branch 'master' of ssh://git.sesse.net/srv/git...
2013-04-13 Steinar H. GundersonWhen HTTPInput disconnects, also clear the header.
2013-04-13 Steinar H. GundersonRun include-what-you-use.
2013-04-13 Steinar H. GundersonFix a socket leak in HTTPInput.
2013-04-12 Steinar H. GundersonEven more missing unistd.h includes.
2013-04-11 Steinar H. GundersonSupport UDP input. Also fix some issues with socket...
2013-04-11 Steinar H. GundersonDo not keep pending data across HTTP connections.
2013-04-11 Steinar H. GundersonMove version identification into a common place.
2013-04-11 Steinar H. GundersonMake Input a bit more generic, to pave the way for...