]> git.sesse.net Git - cubemap/shortlog
cubemap
2013-06-06 Steinar H.... (Hopefully) fix an assert failure in httpinput.cpp.
2013-05-20 Steinar H.... Fix a possible corruption/crash when name lookups fail...
2013-05-15 Steinar H.... Fix a possible infinite loop in HTTPInput.
2013-05-15 Steinar H.... Fix a potential double-free.
2013-05-08 Steinar H.... Merge branch 'master' of /srv/git.sesse.net/www/cubemap
2013-05-08 Steinar H.... Unbreak access logging.
2013-04-28 Steinar H.... Add a hack for starting at the _start_ of backlog....
2013-04-27 Steinar H.... Never send more than IOV_MAX (1024) iovecs in pwritev.
2013-04-24 Steinar H.... Fix a minor error message.
2013-04-22 Steinar H.... Enable TCP_CORK if available.
2013-04-21 Steinar H.... Support UDP packets larger than 4 kB.
2013-04-21 Steinar H.... Timestamp the error log.
2013-04-21 Steinar H.... Catch up on any lost data before serializing, so increa...
2013-04-21 Steinar H.... Bump version number to 0.2; it's about time.
2013-04-21 Steinar H.... Small error message fix.
2013-04-21 Steinar H.... Run include-what-you-use.
2013-04-21 Steinar H.... Merge branch 'master' of /srv/git.sesse.net/www/cubemap
2013-04-21 Steinar H.... Add support for UDP outputs.
2013-04-21 Steinar H.... Fix a Valgrind hit that could cause an undefined set...
2013-04-21 Steinar H.... Minor cleanup.
2013-04-21 Steinar H.... Merge branch 'master' of /srv/git.sesse.net/www/cubemap
2013-04-21 Steinar H.... Fix a (harmless) close() warning that would come if...
2013-04-20 Steinar H.... Run include-what-you-use.
2013-04-20 Steinar H.... Refer to streams internally mostly by an index, not...
2013-04-20 Steinar H.... Fix merge snafu in last commit. (Oops.)
2013-04-20 Steinar H.... Small optimization to Metacube output.
2013-04-20 Steinar H.... Move iovecs around instead of having single data buffer...
2013-04-20 Steinar H.... Add Metacube headers in add_data_deferred(), not add_da...
2013-04-20 Steinar H.... When unwrapping in set_backlog_size, do not add a spuri...
2013-04-20 Steinar H.... Revert "Fix a bug where Metacube streams would become...
2013-04-20 Steinar H.... Fix a bug where Metacube streams would become inconsist...
2013-04-20 Steinar H.... Reinstate the new signal handling; revert the revert.
2013-04-19 Steinar H.... Revert "Rewrite the entire internal signal handling...
2013-04-19 Steinar H.... Fix broken linking.
2013-04-19 Steinar H.... Compile and link with -pthread, not -lpthread.
2013-04-19 Steinar H.... Rewrite the entire internal signal handling/wakeup.
2013-04-19 Steinar H.... Remove unneeded default Client constructor.
2013-04-19 Steinar H.... Fix 100% CPU usage when there is no access_log.
2013-04-19 Steinar H.... Do not crash on re-exec if we do not have an access...
2013-04-19 Steinar H.... Fix some issues with the last stats.cpp fix.
2013-04-19 Steinar H.... Fix more missing log_perror() calls.
2013-04-19 Steinar H.... Add a missing log_perror() on close() failure (cosmetic...
2013-04-19 Steinar H.... Set umask security before calling mkstemp().
2013-04-19 Steinar H.... If make_tempfile() returns -1 in set_backlog_size,...
2013-04-18 Steinar H.... New run of include-what-you-use.
2013-04-18 Steinar H.... Set Connection: close in outgoing HTTP headers.
2013-04-18 Steinar H.... When logging losses, log loss percentage, too.
2013-04-18 Steinar H.... Show IPv4 clients by their IPv4 address instead of...
2013-04-18 Steinar H.... Send backlog file descriptors around instead of going...
2013-04-18 Steinar H.... Fix an issue where new UDP streams would be without...
2013-04-17 Steinar H.... Do not bother making a METACUBE_FLAGS_HEADER block...
2013-04-17 Steinar H.... When closing unused inputs, remember to take down their...
2013-04-17 Steinar H.... Support Metacube _output_. Required splitting HTTP...
2013-04-17 Steinar H.... Deduplicate inputs.
2013-04-17 Steinar H.... Do not segfault on unknown options.
2013-04-16 Steinar H.... Fix a leak in the stats thread.
2013-04-16 Steinar H.... Fix another minor leak.
2013-04-16 Steinar H.... Stop leaking the mark pools.
2013-04-16 Steinar H.... Fix a memory leak in Server (streams were leaked).
2013-04-16 Steinar H.... Fix a small memory leak in HTTPInput.
2013-04-16 Steinar H.... Fix a Valgrind hit.
2013-04-16 Steinar H.... Fix a Valgrind hit.
2013-04-16 Steinar H.... Log all finished accesses to an access log.
2013-04-16 Steinar H.... Less confusing error message when realpath() fails.
2013-04-16 Steinar H.... Clearer warnings in the cubemap.config.sample file...
2013-04-16 Steinar H.... Run --config-test with the canonicalized paths.
2013-04-16 Steinar H.... Support daemonizing.
2013-04-16 Steinar H.... Canonicalize paths, so that we do not need to worry...
2013-04-15 Steinar H.... Shut down cleanly on SIGINT (Ctrl-C), for easier Valgri...
2013-04-15 Steinar H.... Drop NO_LEVEL; it does not look very pretty now.
2013-04-15 Steinar H.... Log when we have a successful HTTPInput request.
2013-04-15 Steinar H.... Identify UDPInput error messages by the stream, too.
2013-04-15 Steinar H.... Identify HTTPInput error messages by the stream.
2013-04-15 Steinar H.... Make things line up a bit better.
2013-04-15 Steinar H.... Merge branch 'master' of /srv/git.sesse.net/www/cubemap
2013-04-15 Steinar H.... Correct use of strerror_r(); we always need to use...
2013-04-15 Steinar H.... Merge branch 'master' of /srv/git.sesse.net/www/cubemap
2013-04-15 Steinar H.... Store socket and fwmark in the stats file.
2013-04-15 Steinar H.... Log IP address instead of file descriptor.
2013-04-15 Steinar H.... Merge branch 'master' of /srv/git.sesse.net/www/cubemap
2013-04-15 Steinar H.... Replace all perror() calls with our own log calls.
2013-04-15 Steinar H.... Merge branch 'master' of /srv/git.sesse.net/www/cubemap
2013-04-15 Steinar H.... Document the new logging options in the example config.
2013-04-15 Steinar H.... Implement much better logging, with support for both...
2013-04-15 Steinar H.... Merge branch 'master' of /srv/git.sesse.net/www/cubemap
2013-04-15 Steinar H.... Fix a signed/unsigned warning.
2013-04-15 Steinar H.... Store the client pointer directly in the epoll structur...
2013-04-14 Steinar H.... Small microoptimization in do_work().
2013-04-14 Steinar H.... We now have benchmark results.
2013-04-14 Steinar H.... Ignore SIGPIPE, so we do not die when a client shuts...
2013-04-14 Steinar H.... Make read_tempfile() much faster, and make it close...
2013-04-14 Steinar H.... Do not start the servers until all the deserialized...
2013-04-14 Steinar H.... Signal thread stop through a pipe; fixes issues where...
2013-04-14 Steinar H.... Remove an include IWYU should not have added.
2013-04-14 Steinar H.... Move SIGHUP handling as soon as possible, so that repea...
2013-04-14 Steinar H.... Log bytes sent and lost better.
2013-04-14 Steinar H.... Fix a crash on re-exec if a client was not in SENDING_DATA.
2013-04-14 Steinar H.... Rename bytes_sent to stream_pos, because that is what...
2013-04-13 Steinar H.... Make more usable documentation.
2013-04-13 Steinar H.... Merge branch 'master' of ssh://git.sesse.net/srv/git...
next