]> git.sesse.net Git - cubemap/shortlog
cubemap
2018-04-06 Steinar H.... Support HTTP/1.1 persistent connections (not that usefu...
2018-04-06 Steinar H.... Do not serialize prebuffering_bytes in StreamProto.
2018-04-06 Steinar H.... Automatically delete streams that are no longer in...
2018-04-05 Steinar H.... Use C++11 std::mutex and std::lock_guard instead of...
2018-04-05 Steinar H.... Use in-class initialization for making it harder to...
2018-04-05 Steinar H.... Use nullptr instead of NULL everywhere.
2018-04-05 Steinar H.... Use unique_ptr a few places instead of explicit delete.
2018-04-05 Steinar H.... Use C++11 right angle brackets.
2018-04-05 Steinar H.... Use C++11 range-based for loops and auto wherever it...
2018-04-05 Steinar H.... Open up for C++11.
2018-04-04 Steinar H.... Update metacube2.h with the latest version (sync with...
2018-04-04 Steinar H.... Do some cleanup around EPOLL_CTL_MOD operations.
2018-04-03 Steinar H.... Stop leaking TLS contexts.
2018-04-03 Steinar H.... Add an example for a TLS port.
2018-04-01 Steinar H.... Add server-side TLS support, through kTLS.
2018-04-01 Steinar H.... Bump version to 1.4.0-pre.
2018-03-31 Steinar H.... Remove some code for pre-1.1.3 deserialization compatib...
2018-03-31 Steinar H.... Fix a spurious warning during deserialization of UDP...
2017-05-24 Steinar H.... Release Cubemap 1.3.2. 1.3.2
2017-05-24 Steinar H.... Fix a problem where streams with paths exactly 7 charac...
2016-07-22 Steinar H.... Bump version number to 1.3.2-dev.
2016-07-22 Steinar H.... Release Cubemap 1.3.1. 1.3.1
2016-07-22 Steinar H.... Add latency statistics to the Munin plugin.
2016-07-22 Steinar H.... Support Metacube metadata blocks, specifically timestamps.
2016-07-13 Steinar H.... Bump version number to 1.3.1-dev.
2016-07-13 Steinar H.... Release Cubemap 1.3.0. 1.3.0
2016-07-13 Steinar H.... Fix verbosity checks on deserialization.
2016-07-13 Steinar H.... Add some log suppressions I missed last time.
2016-07-13 Steinar H.... Suppress HTTP input errors if there are too many of...
2016-05-27 Steinar H.... Fix a memory leak with raw inputs.
2016-05-27 Steinar H.... Fix an issue where “http” could sneak into the Host...
2016-05-24 Steinar H.... Remove input encoding for UDP streams.
2016-05-24 Steinar H.... Fix a typo.
2016-05-09 Steinar H.... Make the HTTP client send the right Host: header.
2016-04-18 Steinar H.... Fix an issue where Metacube output would not include...
2016-04-09 Steinar H.... Add suppor for raw (non-Metacube) inputs over HTTP...
2016-04-09 Steinar H.... Explicitly specify proto2 syntax to silence a warning.
2016-04-03 Philipp KernInstall the systemd service without obeying PREFIX.
2016-04-03 Steinar H.... Bump versoin to 1.2.3-dev.
2016-04-01 Steinar H.... Release Cubemap 1.2.2. 1.2.2
2016-04-01 Steinar H.... Fix an issue where access.log would have the wrong...
2016-03-28 Steinar H.... Fix HTTP connections to IPv6 address literals.
2016-03-28 Steinar H.... Up the Metacube block limit yet again; MP4 can create...
2016-03-28 Steinar H.... Add a missing compilation step to the README.
2016-02-17 Steinar H.... Update email address.
2015-09-03 Steinar H.... Add a configure script, for easier override of CXXFLAGS...
2015-09-03 Steinar H.... Add missing libsystemd-dev package to HOWTO.
2015-08-30 Steinar H.... Bump version number to 1.2.2-pre.
2015-08-30 Steinar H.... Release Cubemap 1.2.1. 1.2.1
2015-08-16 Steinar H.... Rename ping to gen204, and change the response type...
2015-08-15 Steinar H.... Add a simple HTTP endpoint that returns a very short...
2015-08-15 Steinar H.... Rename header_or_error to header_or_short_response...
2015-08-10 Steinar H.... Use libsystemd to inform systemd accurately about when...
2015-08-07 Steinar H.... Remove std:: from all code in .cpp files, for consistency.
2015-08-07 Steinar H.... Add a missing const.
2015-08-07 Steinar H.... Better documentation of config options in cubemap.confi...
2015-07-24 Steinar H.... Bump version number to 1.2.1-pre.
2015-07-24 Steinar H.... Release Cubemap 1.2.0. 1.2.0
2015-07-23 Steinar H.... Minor grammatical fix.
2015-07-23 Steinar H.... Use CLOCK_MONOTONIC for serialization time as well.
2015-07-23 Steinar H.... Use CLOCK_MONOTONIC_COARSE in httpinput.cpp; we do...
2015-07-23 Steinar H.... Allow prebuffer to happen by playing data from the...
2015-07-23 Steinar H.... Make the SENDING_HEADER state fall through.
2015-07-23 Steinar H.... Add a helper variable.
2015-07-23 Steinar H.... Remove an obsolete comment.
2015-07-23 Steinar H.... Reset the list of suitable starting points when changin...
2015-07-23 Steinar H.... Store multiple suitable starting points for each stream.
2015-07-23 Steinar H.... Partially revert last patch.
2015-07-23 Steinar H.... Track stream start suitability separately for each...
2015-07-22 Steinar H.... Rename queued_data_last_starting_point to queued_data_l...
2015-07-22 Steinar H.... Make the warning on dropping junk bytes clearer.
2015-07-22 Steinar H.... Add missing postcondition comment.
2015-07-22 Steinar H.... Respect prebuffering_bytes= on existing streams when...
2015-07-22 Steinar H.... Parse and log referer and user-agent headers in requests.
2015-07-22 Steinar H.... Tabs are seemingly accepted as linear white space in...
2015-07-22 Steinar H.... Split HTTP header parsing into a common function.
2015-07-22 Steinar H.... Make a comment more precise.
2015-07-22 Steinar H.... Replace an assert with a small hack.
2015-07-22 Steinar H.... Time out clients still in READING_REQUEST after 60...
2015-07-21 Steinar H.... Change the connected time from time_t to timespec.
2015-07-10 Steinar H.... Merge branch 'master' of /srv/git.sesse.net/www/cubemap
2015-07-10 Steinar H.... Add support for forced prebuffering.
2015-07-10 Steinar H.... Beef up the warning limit for large blocks a bit; MKV...
2015-06-13 Steinar H.... Use accept4() to save a system call. Probably inconsequ...
2014-07-07 Steinar H.... Bump version number to 1.1.3-pre.
2014-07-07 Steinar H.... Release Cubemap 1.1.2. 1.1.2
2014-07-07 Steinar H.... Remove some leftover debug code that would cause compil...
2014-07-06 Steinar H.... Bump version number to 1.1.2-pre.
2014-07-06 Steinar H.... Release Cubemap 1.1.1. 1.1.1
2014-07-03 Steinar H.... Add an example of IPv6 SSM to the config file.
2014-07-03 Steinar H.... Fix some issues in parsing IPv6 multicast addresses.
2014-07-03 Steinar H.... Change the default backlog size to 10MB; I have seen...
2014-05-11 Steinar H.... Fix a typo.
2014-05-01 Steinar H.... Bump version number to 1.1.1-pre.
2014-05-01 Steinar H.... Release Cubemap 1.1.0. 1.1.0
2014-04-29 Steinar H.... Coding style consistency fix.
2014-04-26 Steinar H.... Bump man page date.
2014-04-26 Steinar H.... Support joining multicast addresses (both ASM and SSM).
2014-04-26 Steinar H.... Correct the README and man page files for removed infor...
2014-04-26 Steinar H.... Remove information about fwmark from the man page.
next