]> git.sesse.net Git - cubemap/shortlog
cubemap
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.
2014-04-26 Steinar H.... Support setting outgoing interface for multicast.
2014-04-26 Steinar H.... Support setting TTL on outgoing UDP streams. Especially...
2014-04-26 Steinar H.... Do not store the UDP pacing rate; we do not use it...
2014-04-26 Steinar H.... Fix a bug where a socket could be closed twice.
2014-04-26 Steinar H.... Remove mark= from cubemap.config.sample, as the option...
2014-04-24 Steinar H.... Fix O_TMPFILE usage.
2014-04-24 Steinar H.... Set umask explicitly before calling mkstemp().
2014-04-24 Steinar H.... Check the return value of fclose() in config.cpp.
2014-04-24 Steinar H.... Remove support for mark pools.
2014-04-21 Steinar H.... Set the default number of files to 16384; the default...
2014-04-13 Steinar H.... Bump version number to 1.0.5-pre.
2014-04-13 Steinar H.... Make sure we don't overwrite an existing configuration...
2014-04-13 Steinar H.... Stop leaking the state fd on reload.
2014-04-13 Steinar H.... Stop logging loss fraction; it is only spam now, and...
2014-04-13 Steinar H.... Check /proc/self/exe instead of argv[0].
2014-04-13 Steinar H.... Fix URL parsing of HTTP inputs with no port.
2014-03-23 Steinar H.... Release Cubemap 1.0.4. 1.0.4
2014-03-23 Steinar H.... Fix a segfault on reload introduced by the pacing changes.
2014-03-15 Steinar H.... Remove the Metacube VLC patch; it is now upstream.
2014-02-06 Steinar H.... Compile with large file support, especially since pwrit...
2014-02-06 Steinar H.... Bump version number to 1.0.4-pre.
2014-02-06 Steinar H.... Release Cubemap 1.0.3. 1.0.3
2014-02-06 Steinar H.... Fix compilation error with newer glibc; broken after... origin/HEAD origin/master
2014-02-03 Steinar H.... Bump version number to 1.0.3-pre.
2014-02-03 Steinar H.... Release Cubemap 1.0.2. 1.0.2
2014-02-03 Steinar H.... The SO_MAX_PACING_RATE patches are now released in...
2014-02-02 Steinar H.... Fix handling of streams with no data.
2014-02-02 Steinar H.... Fix a crash bug on reload.
2014-02-01 Steinar H.... Remove some legacy from older versions that nobody...
2013-12-01 Steinar H.... Minor deduplication.
2013-12-01 Steinar H.... Fix some duplicated IP address parsing code.
2013-12-01 Steinar H.... Move some config stuff into an anonymous namespace.
2013-12-01 Steinar H.... Fix some signed/unsigned comparison warnings (pacing_ra...
2013-12-01 Steinar H.... Add a listen statement to listen on only specific IP...
2013-10-17 Steinar H.... When checking to see if we want to warn about pacing...
2013-10-01 Steinar H.... Bump version number to 1.0.2-pre.
2013-10-01 Steinar H.... Update the VLC Metacube patch to apply against current...
2013-09-28 Steinar H.... Support SO_MAX_PACING_RATE.
2013-09-19 Steinar H.... Release Cubemap 1.0.1. 1.0.1
2013-09-19 Steinar H.... Add NEWS file for upcoming release.
2013-09-19 Steinar H.... Fix compilation on 32-bit systems.
2013-09-10 Steinar H.... Fix capitalization in systemd service unit.
2013-09-08 Steinar H.... Update the man page with our non-alphaness as well.
2013-09-08 Steinar H.... Update README; we are not in alpha stage anymore.
2013-09-08 Philipp KernAdd systemd service unit.
2013-09-08 Philipp KernMakefile: Implement sysconfdir and localstatedir.
2013-09-08 Steinar H.... Update version number to 1.0.1-pre.
2013-09-08 Steinar H.... Use the new-in-3.11 O_TMPFILE flag when available.
2013-09-08 Steinar H.... Reduce contention of queued_data_mutex.
2013-08-24 Steinar H.... Release Cubemap 1.0.0. 1.0.0
2013-08-24 Steinar H.... Include a Munin plugin that was missing in the archive.
2013-08-18 Steinar H.... Fix an issue where rewind-to-HTTP-header would not...
2013-08-18 Steinar H.... Re-run include-what-you-use.
2013-08-18 Steinar H.... Munin plugins should be symlinked, not created directly...
2013-08-18 Steinar H.... Make the install target install the Munin plugins.
2013-08-18 Steinar H.... Tweak the MutexLock implementation slightly, so as...
2013-08-18 Steinar H.... Compute the checksum on outgoing Metacube packets as...
2013-08-18 Steinar H.... Use memcpy instead of incurring potential unaligned...
2013-08-18 Steinar H.... Switch to a new version of the Metacube protocol.
2013-08-17 Steinar H.... Make the HTTP inputs time out after 30 seconds of no...
2013-08-17 Steinar H.... Correct my e-mail address in the man page (cubemap...
2013-08-17 Philipp KernAdd a manual page for cubemap.
2013-08-16 Steinar H.... Store the stream header in the inputs, not just the...
2013-08-16 Steinar H.... When adding new streams that are copies of old streams...
2013-08-16 Steinar H.... Make an option to properly delete streams.
2013-08-16 Steinar H.... Do not crash on invalid src= URLs.
2013-08-16 Steinar H.... Default PREFIX should be /usr/local, not /usr.
2013-08-16 Philipp KernMakefile: accept LDFLAGS for linking
next