2013-08-15 |
Steinar H. Gunderson | Add preliminary support for input stream statistics. |
blob | commitdiff | raw |
2013-04-21 |
Steinar H. Gunderson | Merge branch 'master' of /srv/git.sesse.net/www/cubemap |
blob | commitdiff | raw | diff to current |
2013-04-21 |
Steinar H. Gunderson | Add support for UDP outputs. |
blob | commitdiff | raw | diff to current |
2013-04-20 |
Steinar H. Gunderson | Refer to streams internally mostly by an index, not... |
blob | commitdiff | raw | diff to current |
2013-04-20 |
Steinar H. Gunderson | Revert "Fix a bug where Metacube streams would become... |
blob | commitdiff | raw | diff to current |
2013-04-20 |
Steinar H. Gunderson | Fix a bug where Metacube streams would become inconsist... |
blob | commitdiff | raw | diff to current |
2013-04-20 |
Steinar H. Gunderson | Reinstate the new signal handling; revert the revert. |
blob | commitdiff | raw | diff to current |
2013-04-19 |
Steinar H. Gunderson | Revert "Rewrite the entire internal signal handling... |
blob | commitdiff | raw | diff to current |
2013-04-19 |
Steinar H. Gunderson | Rewrite the entire internal signal handling/wakeup. |
blob | commitdiff | raw | diff to current |
2013-04-18 |
Steinar H. Gunderson | New run of include-what-you-use. |
blob | commitdiff | raw | diff to current |
2013-04-18 |
Steinar H. Gunderson | Send backlog file descriptors around instead of going... |
blob | commitdiff | raw | diff to current |
2013-04-17 |
Steinar H. Gunderson | When closing unused inputs, remember to take down their... |
blob | commitdiff | raw | diff to current |
2013-04-17 |
Steinar H. Gunderson | Support Metacube _output_. Required splitting HTTP... |
blob | commitdiff | raw | diff to current |
2013-04-17 |
Steinar H. Gunderson | Deduplicate inputs. |
blob | commitdiff | raw | diff to current |
2013-04-17 |
Steinar H. Gunderson | Do not segfault on unknown options. |
blob | commitdiff | raw | diff to current |
2013-04-16 |
Steinar H. Gunderson | Fix another minor leak. |
blob | commitdiff | raw | diff to current |
2013-04-16 |
Steinar H. Gunderson | Stop leaking the mark pools. |
blob | commitdiff | raw | diff to current |
2013-04-16 |
Steinar H. Gunderson | Log all finished accesses to an access log. |
blob | commitdiff | raw | diff to current |
2013-04-16 |
Steinar H. Gunderson | Less confusing error message when realpath() fails. |
blob | commitdiff | raw | diff to current |
2013-04-16 |
Steinar H. Gunderson | Run --config-test with the canonicalized paths. |
blob | commitdiff | raw | diff to current |
2013-04-16 |
Steinar H. Gunderson | Support daemonizing. |
blob | commitdiff | raw | diff to current |
2013-04-16 |
Steinar H. Gunderson | Canonicalize paths, so that we do not need to worry... |
blob | commitdiff | raw | diff to current |
2013-04-15 |
Steinar H. Gunderson | Shut down cleanly on SIGINT (Ctrl-C), for easier Valgri... |
blob | commitdiff | raw | diff to current |
2013-04-15 |
Steinar H. Gunderson | Drop NO_LEVEL; it does not look very pretty now. |
blob | commitdiff | raw | diff to current |
2013-04-15 |
Steinar H. Gunderson | Merge branch 'master' of /srv/git.sesse.net/www/cubemap |
blob | commitdiff | raw | diff to current |
2013-04-15 |
Steinar H. Gunderson | Replace all perror() calls with our own log calls. |
blob | commitdiff | raw | diff to current |
2013-04-15 |
Steinar H. Gunderson | Merge branch 'master' of /srv/git.sesse.net/www/cubemap |
blob | commitdiff | raw | diff to current |
2013-04-15 |
Steinar H. Gunderson | Implement much better logging, with support for both... |
blob | commitdiff | raw | diff to current |
2013-04-14 |
Steinar H. Gunderson | Ignore SIGPIPE, so we do not die when a client shuts... |
blob | commitdiff | raw | diff to current |
2013-04-14 |
Steinar H. Gunderson | Do not start the servers until all the deserialized... |
blob | commitdiff | raw | diff to current |
2013-04-14 |
Steinar H. Gunderson | Remove an include IWYU should not have added. |
blob | commitdiff | raw | diff to current |
2013-04-14 |
Steinar H. Gunderson | Move SIGHUP handling as soon as possible, so that repea... |
blob | commitdiff | raw | diff to current |
2013-04-13 |
Steinar H. Gunderson | Make backlog_size changeable across HUPs. |
blob | commitdiff | raw | diff to current |
2013-04-13 |
Steinar H. Gunderson | Run include-what-you-use. |
blob | commitdiff | raw | diff to current |
2013-04-13 |
Steinar H. Gunderson | Support configurable BACKLOG_SIZE (per-stream). No... |
blob | commitdiff | raw | diff to current |
2013-04-13 |
Steinar H. Gunderson | Fix a spurious warning. |
blob | commitdiff | raw | diff to current |
2013-04-13 |
Steinar H. Gunderson | Fix a bug introduced with the move of read_tempfile... |
blob | commitdiff | raw | diff to current |
2013-04-13 |
Steinar H. Gunderson | Move the “read the whole file” logic into a new file. |
blob | commitdiff | raw | diff to current |
2013-04-12 |
Steinar H. Gunderson | Fix a missing #include. |
blob | commitdiff | raw | diff to current |
2013-04-12 |
Steinar H. Gunderson | When re-execing, try with --test-config first, and... |
blob | commitdiff | raw | diff to current |
2013-04-12 |
Steinar H. Gunderson | Implement --test-config. |
blob | commitdiff | raw | diff to current |
2013-04-12 |
Steinar H. Gunderson | Since we just broke upgrade compatibility, kill some... |
blob | commitdiff | raw | diff to current |
2013-04-12 |
Steinar H. Gunderson | Switch option parsing to getopt. |
blob | commitdiff | raw | diff to current |
2013-04-12 |
Steinar H. Gunderson | Move some serialization logic into ServerPool, where... |
blob | commitdiff | raw | diff to current |
2013-04-12 |
Steinar H. Gunderson | Split configuration parsing out cleanly from initializa... |
blob | commitdiff | raw | diff to current |
2013-04-11 |
Steinar H. Gunderson | Add rudimentary README. |
blob | commitdiff | raw | diff to current |
2013-04-11 |
Steinar H. Gunderson | Support UDP input. Also fix some issues with socket... |
blob | commitdiff | raw | diff to current |
2013-04-11 |
Steinar H. Gunderson | When create_input() fails, give an error message instea... |
blob | commitdiff | raw | diff to current |
2013-04-11 |
Steinar H. Gunderson | More support for multiple input types. |
blob | commitdiff | raw | diff to current |
2013-04-11 |
Steinar H. Gunderson | Move version identification into a common place. |
blob | commitdiff | raw | diff to current |
2013-04-11 |
Steinar H. Gunderson | Make Input a bit more generic, to pave the way for... |
blob | commitdiff | raw | diff to current |
2013-04-10 |
Steinar H. Gunderson | Support multiple listening sockets. Actually mostly... |
blob | commitdiff | raw | diff to current |
2013-04-10 |
Steinar H. Gunderson | Move stopping into ServerPool. |
blob | commitdiff | raw | diff to current |
2013-04-10 |
Steinar H. Gunderson | Factor serializing into its own function. Again, less... |
blob | commitdiff | raw | diff to current |
2013-04-10 |
Steinar H. Gunderson | Move stream creation out of main(). |
blob | commitdiff | raw | diff to current |
2013-04-10 |
Steinar H. Gunderson | Some small refactoring of main(). |
blob | commitdiff | raw | diff to current |
2013-04-10 |
Steinar H. Gunderson | Minor nit. |
blob | commitdiff | raw | diff to current |
2013-04-10 |
Steinar H. Gunderson | Wrap the acceptor into the same thread logic as everyth... |
blob | commitdiff | raw | diff to current |
2013-04-10 |
Steinar H. Gunderson | Merge branch 'master' of /srv/git.sesse.net/www/cubemap |
blob | commitdiff | raw | diff to current |
2013-04-10 |
Steinar H. Gunderson | Factor statistics writing into its own class and file. |
blob | commitdiff | raw | diff to current |
2013-04-10 |
Steinar H. Gunderson | Small refactoring in main.cpp. |
blob | commitdiff | raw | diff to current |
2013-04-10 |
Steinar H. Gunderson | Separate out the acceptor stuff into its own file. |
blob | commitdiff | raw | diff to current |
2013-04-10 |
Steinar H. Gunderson | Add support for setting fwmarks per-connection. Useful... |
blob | commitdiff | raw | diff to current |
2013-04-09 |
Steinar H. Gunderson | Remove some obsolete #defines. |
blob | commitdiff | raw | diff to current |
2013-04-09 |
Steinar H. Gunderson | Explicitly SIGHUP threads to kill them out of syscalls... |
blob | commitdiff | raw | diff to current |
2013-04-09 |
Steinar H. Gunderson | Measure how long the serialize/exec/deserialize process... |
blob | commitdiff | raw | diff to current |
2013-04-09 |
Steinar H. Gunderson | Support writing a stats file listing the number of... |
blob | commitdiff | raw | diff to current |
2013-04-09 |
Steinar H. Gunderson | Rename cubemap.cpp to main.cpp. Aaaa.... |
blob | commitdiff | raw | diff to current |
|