]> git.sesse.net Git - cubemap/history
cubemap
2013-04-19 Steinar H. GundersonIf make_tempfile() returns -1 in set_backlog_size,...
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-18 Steinar H. GundersonWhen logging losses, log loss percentage, too.
2013-04-18 Steinar H. GundersonShow IPv4 clients by their IPv4 address instead of...
2013-04-18 Steinar H. GundersonSend backlog file descriptors around instead of going...
2013-04-18 Steinar H. GundersonFix an issue where new UDP streams would be without...
2013-04-17 Steinar H. GundersonDo not bother making a METACUBE_FLAGS_HEADER block...
2013-04-17 Steinar H. GundersonWhen closing unused inputs, remember to take down their...
2013-04-17 Steinar H. GundersonSupport Metacube _output_. Required splitting HTTP...
2013-04-17 Steinar H. GundersonDeduplicate inputs.
2013-04-17 Steinar H. GundersonDo not segfault on unknown options.
2013-04-16 Steinar H. GundersonFix a leak in the stats thread.
2013-04-16 Steinar H. GundersonFix another minor leak.
2013-04-16 Steinar H. GundersonStop leaking the mark pools.
2013-04-16 Steinar H. GundersonFix a memory leak in Server (streams were leaked).
2013-04-16 Steinar H. GundersonFix a small memory leak in HTTPInput.
2013-04-16 Steinar H. GundersonFix a Valgrind hit.
2013-04-16 Steinar H. GundersonFix a Valgrind hit.
2013-04-16 Steinar H. GundersonLog all finished accesses to an access log.
2013-04-16 Steinar H. GundersonLess confusing error message when realpath() fails.
2013-04-16 Steinar H. GundersonClearer warnings in the cubemap.config.sample file...
2013-04-16 Steinar H. GundersonRun --config-test with the canonicalized paths.
2013-04-16 Steinar H. GundersonSupport daemonizing.
2013-04-16 Steinar H. GundersonCanonicalize paths, so that we do not need to worry...
2013-04-15 Steinar H. GundersonShut down cleanly on SIGINT (Ctrl-C), for easier Valgri...
2013-04-15 Steinar H. GundersonDrop NO_LEVEL; it does not look very pretty now.
2013-04-15 Steinar H. GundersonLog when we have a successful HTTPInput request.
2013-04-15 Steinar H. GundersonIdentify UDPInput error messages by the stream, too.
2013-04-15 Steinar H. GundersonIdentify HTTPInput error messages by the stream.
2013-04-15 Steinar H. GundersonMake things line up a bit better.
2013-04-15 Steinar H. GundersonMerge branch 'master' of /srv/git.sesse.net/www/cubemap
2013-04-15 Steinar H. GundersonCorrect use of strerror_r(); we always need to use...
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. GundersonLog IP address instead of file descriptor.
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. GundersonDocument the new logging options in the example config.
2013-04-15 Steinar H. GundersonImplement much better logging, with support for both...
2013-04-15 Steinar H. GundersonMerge branch 'master' of /srv/git.sesse.net/www/cubemap
2013-04-15 Steinar H. GundersonFix a signed/unsigned warning.
2013-04-15 Steinar H. GundersonStore the client pointer directly in the epoll structur...
2013-04-14 Steinar H. GundersonSmall microoptimization in do_work().
2013-04-14 Steinar H. GundersonWe now have benchmark results.
2013-04-14 Steinar H. GundersonIgnore SIGPIPE, so we do not die when a client shuts...
2013-04-14 Steinar H. GundersonMake read_tempfile() much faster, and make it close...
2013-04-14 Steinar H. GundersonDo not start the servers until all the deserialized...
2013-04-14 Steinar H. GundersonSignal thread stop through a pipe; fixes issues where...
2013-04-14 Steinar H. GundersonRemove an include IWYU should not have added.
2013-04-14 Steinar H. GundersonMove SIGHUP handling as soon as possible, so that repea...
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. GundersonMake more usable documentation.
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. 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.
2013-04-13 Steinar H. GundersonSupport configurable BACKLOG_SIZE (per-stream). No...
2013-04-13 Steinar H. GundersonFix a socket leak in HTTPInput.
2013-04-13 Steinar H. GundersonFix a spurious warning.
2013-04-13 Steinar H. GundersonSend data using sendfile() instead of write(). Seems...
2013-04-13 Steinar H. GundersonFix a bug introduced with the move of read_tempfile...
2013-04-13 Steinar H. GundersonMove the “read the whole file” logic into a new file.
2013-04-12 Steinar H. GundersonEven more missing unistd.h includes.
2013-04-12 Steinar H. GundersonEven more missing unistd.h includes.
2013-04-12 Steinar H. GundersonThread has virtual member functions, so it should have...
2013-04-12 Steinar H. GundersonFix a missing #include.
2013-04-12 Steinar H. GundersonWhen re-execing, try with --test-config first, and...
2013-04-12 Steinar H. GundersonImplement --test-config.
2013-04-12 Steinar H. GundersonSince we just broke upgrade compatibility, kill some...
2013-04-12 Steinar H. GundersonSwitch option parsing to getopt.
2013-04-12 Steinar H. GundersonMove some serialization logic into ServerPool, where...
2013-04-12 Steinar H. GundersonSplit configuration parsing out cleanly from initializa...
2013-04-12 Steinar H. GundersonFix UDPInput serialization.
2013-04-11 Steinar H. GundersonAdd rudimentary README.
2013-04-11 Steinar H. GundersonSplit config parsing out of parse.h.
2013-04-11 Steinar H. GundersonSupport UDP input. Also fix some issues with socket...
2013-04-11 Steinar H. GundersonWhen create_input() fails, give an error message instea...
2013-04-11 Steinar H. GundersonDo not keep pending data across HTTP connections.
2013-04-11 Steinar H. GundersonMore support for multiple input types.
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...
2013-04-10 Steinar H. GundersonSupport multiple listening sockets. Actually mostly...
2013-04-10 Steinar H. GundersonMove stopping into ServerPool.
2013-04-10 Steinar H. GundersonFactor serializing into its own function. Again, less...
2013-04-10 Steinar H. GundersonMove stream creation out of main().
2013-04-10 Steinar H. GundersonSome small refactoring of main().
2013-04-10 Steinar H. GundersonFactor all the common thread starting/stopping into...
2013-04-10 Steinar H. GundersonMinor nit.
2013-04-10 Steinar H. GundersonWrap the acceptor into the same thread logic as everyth...
2013-04-10 Steinar H. GundersonMerge branch 'master' of /srv/git.sesse.net/www/cubemap
2013-04-10 Steinar H. GundersonFactor statistics writing into its own class and file.
2013-04-10 Steinar H. GundersonSmall refactoring in main.cpp.
next