]> git.sesse.net Git - cubemap/history - httpinput.cpp
Fix broken umask (we had the bits inverted).
[cubemap] / httpinput.cpp
2013-08-14 Steinar H. GundersonMake the Metacube block size warning a bit less aggress...
2013-08-14 Steinar H. GundersonSupport the new METACUBE_FLAGS_NOT_SUITABLE_FOR_STREAM_...
2013-08-14 Steinar H. GundersonWhen warning about unusually long Metacube blocks,...
2013-08-13 Steinar H. GundersonWhen reading the HTTP input, skip the \r\n\r\n. Fixes...
2013-08-13 Steinar H. GundersonWarn on large Metacube blocks.
2013-08-13 Steinar H. GundersonAdd an assert, to hopefully catch a bug.
2013-06-06 Steinar H. Gunderson(Hopefully) fix an assert failure in httpinput.cpp.
2013-05-20 Steinar H. GundersonFix a possible corruption/crash when name lookups fail...
2013-05-15 Steinar H. GundersonFix a possible infinite loop in HTTPInput.
2013-05-15 Steinar H. GundersonFix a potential double-free.
2013-04-24 Steinar H. GundersonFix a minor error message.
2013-04-21 Steinar H. GundersonMerge branch 'master' of /srv/git.sesse.net/www/cubemap
2013-04-21 Steinar H. GundersonMerge branch 'master' of /srv/git.sesse.net/www/cubemap
2013-04-21 Steinar H. GundersonFix a (harmless) close() warning that would come if...
2013-04-20 Steinar H. GundersonRun include-what-you-use.
2013-04-20 Steinar H. GundersonRefer to streams internally mostly by an index, not...
2013-04-20 Steinar H. GundersonReinstate the new signal handling; revert the revert.
2013-04-19 Steinar H. GundersonRevert "Rewrite the entire internal signal handling...
2013-04-19 Steinar H. GundersonRewrite the entire internal signal handling/wakeup.
2013-04-18 Steinar H. GundersonNew run of include-what-you-use.
2013-04-18 Steinar H. GundersonSet Connection: close in outgoing HTTP headers.
2013-04-17 Steinar H. GundersonSupport Metacube _output_. Required splitting HTTP...
2013-04-17 Steinar H. GundersonDeduplicate inputs.
2013-04-16 Steinar H. GundersonFix a small memory leak in HTTPInput.
2013-04-15 Steinar H. GundersonLog when we have a successful HTTPInput request.
2013-04-15 Steinar H. GundersonIdentify HTTPInput error messages by the stream.
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-15 Steinar H. GundersonMerge branch 'master' of /srv/git.sesse.net/www/cubemap
2013-04-15 Steinar H. GundersonImplement much better logging, with support for both...
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...