2013-04-21 |
Steinar H.... | Small error message fix. |
commit | commitdiff | tree | snapshot |
2013-04-21 |
Steinar H.... | Run include-what-you-use. |
commit | commitdiff | tree | snapshot |
2013-04-21 |
Steinar H.... | Merge branch 'master' of /srv/git.sesse.net/www/cubemap |
commit | commitdiff | tree | snapshot |
2013-04-21 |
Steinar H.... | Add support for UDP outputs. |
commit | commitdiff | tree | snapshot |
2013-04-21 |
Steinar H.... | Fix a Valgrind hit that could cause an undefined set... |
commit | commitdiff | tree | snapshot |
2013-04-21 |
Steinar H.... | Minor cleanup. |
commit | commitdiff | tree | snapshot |
2013-04-21 |
Steinar H.... | Merge branch 'master' of /srv/git.sesse.net/www/cubemap |
commit | commitdiff | tree | snapshot |
2013-04-21 |
Steinar H.... | Fix a (harmless) close() warning that would come if... |
commit | commitdiff | tree | snapshot |
2013-04-20 |
Steinar H.... | Run include-what-you-use. |
commit | commitdiff | tree | snapshot |
2013-04-20 |
Steinar H.... | Refer to streams internally mostly by an index, not... |
commit | commitdiff | tree | snapshot |
2013-04-20 |
Steinar H.... | Fix merge snafu in last commit. (Oops.) |
commit | commitdiff | tree | snapshot |
2013-04-20 |
Steinar H.... | Small optimization to Metacube output. |
commit | commitdiff | tree | snapshot |
2013-04-20 |
Steinar H.... | Move iovecs around instead of having single data buffer... |
commit | commitdiff | tree | snapshot |
2013-04-20 |
Steinar H.... | Add Metacube headers in add_data_deferred(), not add_da... |
commit | commitdiff | tree | snapshot |
2013-04-20 |
Steinar H.... | When unwrapping in set_backlog_size, do not add a spuri... |
commit | commitdiff | tree | snapshot |
2013-04-20 |
Steinar H.... | Revert "Fix a bug where Metacube streams would become... |
commit | commitdiff | tree | snapshot |
2013-04-20 |
Steinar H.... | Fix a bug where Metacube streams would become inconsist... |
commit | commitdiff | tree | snapshot |
2013-04-20 |
Steinar H.... | Reinstate the new signal handling; revert the revert. |
commit | commitdiff | tree | snapshot |
2013-04-19 |
Steinar H.... | Revert "Rewrite the entire internal signal handling... |
commit | commitdiff | tree | snapshot |
2013-04-19 |
Steinar H.... | Fix broken linking. |
commit | commitdiff | tree | snapshot |
2013-04-19 |
Steinar H.... | Compile and link with -pthread, not -lpthread. |
commit | commitdiff | tree | snapshot |
2013-04-19 |
Steinar H.... | Rewrite the entire internal signal handling/wakeup. |
commit | commitdiff | tree | snapshot |
2013-04-19 |
Steinar H.... | Remove unneeded default Client constructor. |
commit | commitdiff | tree | snapshot |
2013-04-19 |
Steinar H.... | Fix 100% CPU usage when there is no access_log. |
commit | commitdiff | tree | snapshot |
2013-04-19 |
Steinar H.... | Do not crash on re-exec if we do not have an access... |
commit | commitdiff | tree | snapshot |
2013-04-19 |
Steinar H.... | Fix some issues with the last stats.cpp fix. |
commit | commitdiff | tree | snapshot |
2013-04-19 |
Steinar H.... | Fix more missing log_perror() calls. |
commit | commitdiff | tree | snapshot |
2013-04-19 |
Steinar H.... | Add a missing log_perror() on close() failure (cosmetic... |
commit | commitdiff | tree | snapshot |
2013-04-19 |
Steinar H.... | Set umask security before calling mkstemp(). |
commit | commitdiff | tree | snapshot |
2013-04-19 |
Steinar H.... | If make_tempfile() returns -1 in set_backlog_size,... |
commit | commitdiff | tree | snapshot |
2013-04-18 |
Steinar H.... | New run of include-what-you-use. |
commit | commitdiff | tree | snapshot |
2013-04-18 |
Steinar H.... | Set Connection: close in outgoing HTTP headers. |
commit | commitdiff | tree | snapshot |
2013-04-18 |
Steinar H.... | When logging losses, log loss percentage, too. |
commit | commitdiff | tree | snapshot |
2013-04-18 |
Steinar H.... | Show IPv4 clients by their IPv4 address instead of... |
commit | commitdiff | tree | snapshot |
2013-04-18 |
Steinar H.... | Send backlog file descriptors around instead of going... |
commit | commitdiff | tree | snapshot |
2013-04-18 |
Steinar H.... | Fix an issue where new UDP streams would be without... |
commit | commitdiff | tree | snapshot |
2013-04-17 |
Steinar H.... | Do not bother making a METACUBE_FLAGS_HEADER block... |
commit | commitdiff | tree | snapshot |
2013-04-17 |
Steinar H.... | When closing unused inputs, remember to take down their... |
commit | commitdiff | tree | snapshot |
2013-04-17 |
Steinar H.... | Support Metacube _output_. Required splitting HTTP... |
commit | commitdiff | tree | snapshot |
2013-04-17 |
Steinar H.... | Deduplicate inputs. |
commit | commitdiff | tree | snapshot |
2013-04-17 |
Steinar H.... | Do not segfault on unknown options. |
commit | commitdiff | tree | snapshot |
2013-04-16 |
Steinar H.... | Fix a leak in the stats thread. |
commit | commitdiff | tree | snapshot |
2013-04-16 |
Steinar H.... | Fix another minor leak. |
commit | commitdiff | tree | snapshot |
2013-04-16 |
Steinar H.... | Stop leaking the mark pools. |
commit | commitdiff | tree | snapshot |
2013-04-16 |
Steinar H.... | Fix a memory leak in Server (streams were leaked). |
commit | commitdiff | tree | snapshot |
2013-04-16 |
Steinar H.... | Fix a small memory leak in HTTPInput. |
commit | commitdiff | tree | snapshot |
2013-04-16 |
Steinar H.... | Fix a Valgrind hit. |
commit | commitdiff | tree | snapshot |
2013-04-16 |
Steinar H.... | Fix a Valgrind hit. |
commit | commitdiff | tree | snapshot |
2013-04-16 |
Steinar H.... | Log all finished accesses to an access log. |
commit | commitdiff | tree | snapshot |
2013-04-16 |
Steinar H.... | Less confusing error message when realpath() fails. |
commit | commitdiff | tree | snapshot |
2013-04-16 |
Steinar H.... | Clearer warnings in the cubemap.config.sample file... |
commit | commitdiff | tree | snapshot |
2013-04-16 |
Steinar H.... | Run --config-test with the canonicalized paths. |
commit | commitdiff | tree | snapshot |
2013-04-16 |
Steinar H.... | Support daemonizing. |
commit | commitdiff | tree | snapshot |
2013-04-16 |
Steinar H.... | Canonicalize paths, so that we do not need to worry... |
commit | commitdiff | tree | snapshot |
2013-04-15 |
Steinar H.... | Shut down cleanly on SIGINT (Ctrl-C), for easier Valgri... |
commit | commitdiff | tree | snapshot |
2013-04-15 |
Steinar H.... | Drop NO_LEVEL; it does not look very pretty now. |
commit | commitdiff | tree | snapshot |
2013-04-15 |
Steinar H.... | Log when we have a successful HTTPInput request. |
commit | commitdiff | tree | snapshot |
2013-04-15 |
Steinar H.... | Identify UDPInput error messages by the stream, too. |
commit | commitdiff | tree | snapshot |
2013-04-15 |
Steinar H.... | Identify HTTPInput error messages by the stream. |
commit | commitdiff | tree | snapshot |
2013-04-15 |
Steinar H.... | Make things line up a bit better. |
commit | commitdiff | tree | snapshot |
2013-04-15 |
Steinar H.... | Merge branch 'master' of /srv/git.sesse.net/www/cubemap |
commit | commitdiff | tree | snapshot |
2013-04-15 |
Steinar H.... | Correct use of strerror_r(); we always need to use... |
commit | commitdiff | tree | snapshot |
2013-04-15 |
Steinar H.... | Merge branch 'master' of /srv/git.sesse.net/www/cubemap |
commit | commitdiff | tree | snapshot |
2013-04-15 |
Steinar H.... | Store socket and fwmark in the stats file. |
commit | commitdiff | tree | snapshot |
2013-04-15 |
Steinar H.... | Log IP address instead of file descriptor. |
commit | commitdiff | tree | snapshot |
2013-04-15 |
Steinar H.... | Merge branch 'master' of /srv/git.sesse.net/www/cubemap |
commit | commitdiff | tree | snapshot |
2013-04-15 |
Steinar H.... | Replace all perror() calls with our own log calls. |
commit | commitdiff | tree | snapshot |
2013-04-15 |
Steinar H.... | Merge branch 'master' of /srv/git.sesse.net/www/cubemap |
commit | commitdiff | tree | snapshot |
2013-04-15 |
Steinar H.... | Document the new logging options in the example config. |
commit | commitdiff | tree | snapshot |
2013-04-15 |
Steinar H.... | Implement much better logging, with support for both... |
commit | commitdiff | tree | snapshot |
2013-04-15 |
Steinar H.... | Merge branch 'master' of /srv/git.sesse.net/www/cubemap |
commit | commitdiff | tree | snapshot |
2013-04-15 |
Steinar H.... | Fix a signed/unsigned warning. |
commit | commitdiff | tree | snapshot |
2013-04-15 |
Steinar H.... | Store the client pointer directly in the epoll structur... |
commit | commitdiff | tree | snapshot |
2013-04-14 |
Steinar H.... | Small microoptimization in do_work(). |
commit | commitdiff | tree | snapshot |
2013-04-14 |
Steinar H.... | We now have benchmark results. |
commit | commitdiff | tree | snapshot |
2013-04-14 |
Steinar H.... | Ignore SIGPIPE, so we do not die when a client shuts... |
commit | commitdiff | tree | snapshot |
2013-04-14 |
Steinar H.... | Make read_tempfile() much faster, and make it close... |
commit | commitdiff | tree | snapshot |
2013-04-14 |
Steinar H.... | Do not start the servers until all the deserialized... |
commit | commitdiff | tree | snapshot |
2013-04-14 |
Steinar H.... | Signal thread stop through a pipe; fixes issues where... |
commit | commitdiff | tree | snapshot |
2013-04-14 |
Steinar H.... | Remove an include IWYU should not have added. |
commit | commitdiff | tree | snapshot |
2013-04-14 |
Steinar H.... | Move SIGHUP handling as soon as possible, so that repea... |
commit | commitdiff | tree | snapshot |
2013-04-14 |
Steinar H.... | Log bytes sent and lost better. |
commit | commitdiff | tree | snapshot |
2013-04-14 |
Steinar H.... | Fix a crash on re-exec if a client was not in SENDING_DATA. |
commit | commitdiff | tree | snapshot |
2013-04-14 |
Steinar H.... | Rename bytes_sent to stream_pos, because that is what... |
commit | commitdiff | tree | snapshot |
2013-04-13 |
Steinar H.... | Make more usable documentation. |
commit | commitdiff | tree | snapshot |
2013-04-13 |
Steinar H.... | Merge branch 'master' of ssh://git.sesse.net/srv/git... |
commit | commitdiff | tree | snapshot |
2013-04-13 |
Steinar H.... | When HTTPInput disconnects, also clear the header. |
commit | commitdiff | tree | snapshot |
2013-04-13 |
Steinar H.... | Another include-what-you-use pass. |
commit | commitdiff | tree | snapshot |
2013-04-13 |
Steinar H.... | Make backlog_size changeable across HUPs. |
commit | commitdiff | tree | snapshot |
2013-04-13 |
Steinar H.... | Move Server:add_data() into Stream, where it more logic... |
commit | commitdiff | tree | snapshot |
2013-04-13 |
Steinar H.... | Run include-what-you-use. |
commit | commitdiff | tree | snapshot |
2013-04-13 |
Steinar H.... | Fix incorrect struct/class in forward declares (found... |
commit | commitdiff | tree | snapshot |
2013-04-13 |
Steinar H.... | Move Client and Stream into their own files. |
commit | commitdiff | tree | snapshot |
2013-04-13 |
Steinar H.... | Support configurable BACKLOG_SIZE (per-stream). No... |
commit | commitdiff | tree | snapshot |
2013-04-13 |
Steinar H.... | Fix a socket leak in HTTPInput. |
commit | commitdiff | tree | snapshot |
2013-04-13 |
Steinar H.... | Fix a spurious warning. |
commit | commitdiff | tree | snapshot |
2013-04-13 |
Steinar H.... | Send data using sendfile() instead of write(). Seems... |
commit | commitdiff | tree | snapshot |
2013-04-13 |
Steinar H.... | Fix a bug introduced with the move of read_tempfile... |
commit | commitdiff | tree | snapshot |
2013-04-13 |
Steinar H.... | Move the “read the whole file” logic into a new file. |
commit | commitdiff | tree | snapshot |
2013-04-12 |
Steinar H.... | Even more missing unistd.h includes. |
commit | commitdiff | tree | snapshot |
next |