2018-04-22 |
Steinar H. Gunderson | Keep information about HLS downloads around for some... |
blob | commitdiff | raw |
2018-04-22 |
Steinar H. Gunderson | Do not close connections in keepalive across reloads. |
blob | commitdiff | raw | diff to current |
2018-04-07 |
Steinar H. Gunderson | Replace map with unordered_map nearly everywhere, for... |
blob | commitdiff | raw | diff to current |
2018-04-06 |
Steinar H. Gunderson | Add support for serving HLS playlists. |
blob | commitdiff | raw | diff to current |
2018-04-06 |
Steinar H. Gunderson | Add support for deduplicating headers/short responses. |
blob | commitdiff | raw | diff to current |
2018-04-06 |
Steinar H. Gunderson | Automatically delete streams that are no longer in... |
blob | commitdiff | raw | diff to current |
2018-04-05 |
Steinar H. Gunderson | Use nullptr instead of NULL everywhere. |
blob | commitdiff | raw | diff to current |
2018-04-05 |
Steinar H. Gunderson | Use unique_ptr a few places instead of explicit delete. |
blob | commitdiff | raw | diff to current |
2018-04-05 |
Steinar H. Gunderson | Use C++11 range-based for loops and auto wherever it... |
blob | commitdiff | raw | diff to current |
2018-04-01 |
Steinar H. Gunderson | Add server-side TLS support, through kTLS. |
blob | commitdiff | raw | diff to current |
2018-03-31 |
Steinar H. Gunderson | Remove some code for pre-1.1.3 deserialization compatib... |
blob | commitdiff | raw | diff to current |
2016-05-24 |
Steinar H. Gunderson | Remove input encoding for UDP streams. |
blob | commitdiff | raw | diff to current |
2016-04-09 |
Steinar H. Gunderson | Add suppor for raw (non-Metacube) inputs over HTTP... |
blob | commitdiff | raw | diff to current |
2015-08-16 |
Steinar H. Gunderson | Rename ping to gen204, and change the response type... |
blob | commitdiff | raw | diff to current |
2015-08-15 |
Steinar H. Gunderson | Add a simple HTTP endpoint that returns a very short... |
blob | commitdiff | raw | diff to current |
2015-08-10 |
Steinar H. Gunderson | Use libsystemd to inform systemd accurately about when... |
blob | commitdiff | raw | diff to current |
2015-08-07 |
Steinar H. Gunderson | Remove std:: from all code in .cpp files, for consistency. |
blob | commitdiff | raw | diff to current |
2015-07-23 |
Steinar H. Gunderson | Use CLOCK_MONOTONIC for serialization time as well. |
blob | commitdiff | raw | diff to current |
2015-07-22 |
Steinar H. Gunderson | Respect prebuffering_bytes= on existing streams when... |
blob | commitdiff | raw | diff to current |
2015-07-22 |
Steinar H. Gunderson | Time out clients still in READING_REQUEST after 60... |
blob | commitdiff | raw | diff to current |
2015-07-10 |
Steinar H. Gunderson | Merge branch 'master' of /srv/git.sesse.net/www/cubemap |
blob | commitdiff | raw | diff to current |
2015-07-10 |
Steinar H. Gunderson | Add support for forced prebuffering. |
blob | commitdiff | raw | diff to current |
2014-04-29 |
Steinar H. Gunderson | Coding style consistency fix. |
blob | commitdiff | raw | diff to current |
2014-04-26 |
Steinar H. Gunderson | Support setting outgoing interface for multicast. |
blob | commitdiff | raw | diff to current |
2014-04-26 |
Steinar H. Gunderson | Support setting TTL on outgoing UDP streams. Especially... |
blob | commitdiff | raw | diff to current |
2014-04-24 |
Steinar H. Gunderson | Remove support for mark pools. |
blob | commitdiff | raw | diff to current |
2014-04-13 |
Steinar H. Gunderson | Stop leaking the state fd on reload. |
blob | commitdiff | raw | diff to current |
2014-04-13 |
Steinar H. Gunderson | Check /proc/self/exe instead of argv[0]. |
blob | commitdiff | raw | diff to current |
2014-02-01 |
Steinar H. Gunderson | Remove some legacy from older versions that nobody... |
blob | commitdiff | raw | diff to current |
2013-12-01 |
Steinar H. Gunderson | Add a listen statement to listen on only specific IP... |
blob | commitdiff | raw | diff to current |
2013-09-28 |
Steinar H. Gunderson | Support SO_MAX_PACING_RATE. |
blob | commitdiff | raw | diff to current |
2013-08-16 |
Steinar H. Gunderson | Store the stream header in the inputs, not just the... |
blob | commitdiff | raw | diff to current |
2013-08-16 |
Steinar H. Gunderson | Make an option to properly delete streams. |
blob | commitdiff | raw | diff to current |
2013-08-16 |
Steinar H. Gunderson | Do not crash on invalid src= URLs. |
blob | commitdiff | raw | diff to current |
2013-08-15 |
Steinar H. Gunderson | Add preliminary support for input stream statistics. |
blob | commitdiff | raw | diff to current |
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 |
next |