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