]> git.sesse.net Git - cubemap/history
cubemap
2014-02-03 Steinar H. GundersonThe SO_MAX_PACING_RATE patches are now released in...
2014-02-02 Steinar H. GundersonFix handling of streams with no data.
2014-02-02 Steinar H. GundersonFix a crash bug on reload.
2014-02-01 Steinar H. GundersonRemove some legacy from older versions that nobody...
2013-12-01 Steinar H. GundersonMinor deduplication.
2013-12-01 Steinar H. GundersonFix some duplicated IP address parsing code.
2013-12-01 Steinar H. GundersonMove some config stuff into an anonymous namespace.
2013-12-01 Steinar H. GundersonFix some signed/unsigned comparison warnings (pacing_ra...
2013-12-01 Steinar H. GundersonAdd a listen statement to listen on only specific IP...
2013-10-17 Steinar H. GundersonWhen checking to see if we want to warn about pacing...
2013-10-01 Steinar H. GundersonBump version number to 1.0.2-pre.
2013-10-01 Steinar H. GundersonUpdate the VLC Metacube patch to apply against current...
2013-09-28 Steinar H. GundersonSupport SO_MAX_PACING_RATE.
2013-09-19 Steinar H. GundersonRelease Cubemap 1.0.1. 1.0.1
2013-09-19 Steinar H. GundersonAdd NEWS file for upcoming release.
2013-09-19 Steinar H. GundersonFix compilation on 32-bit systems.
2013-09-10 Steinar H. GundersonFix capitalization in systemd service unit.
2013-09-08 Steinar H. GundersonUpdate the man page with our non-alphaness as well.
2013-09-08 Steinar H. GundersonUpdate 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. GundersonUpdate version number to 1.0.1-pre.
2013-09-08 Steinar H. GundersonUse the new-in-3.11 O_TMPFILE flag when available.
2013-09-08 Steinar H. GundersonReduce contention of queued_data_mutex.
2013-08-24 Steinar H. GundersonRelease Cubemap 1.0.0. 1.0.0
2013-08-24 Steinar H. GundersonInclude a Munin plugin that was missing in the archive.
2013-08-18 Steinar H. GundersonFix an issue where rewind-to-HTTP-header would not...
2013-08-18 Steinar H. GundersonRe-run include-what-you-use.
2013-08-18 Steinar H. GundersonMunin plugins should be symlinked, not created directly...
2013-08-18 Steinar H. GundersonMake the install target install the Munin plugins.
2013-08-18 Steinar H. GundersonTweak the MutexLock implementation slightly, so as...
2013-08-18 Steinar H. GundersonCompute the checksum on outgoing Metacube packets as...
2013-08-18 Steinar H. GundersonUse memcpy instead of incurring potential unaligned...
2013-08-18 Steinar H. GundersonSwitch to a new version of the Metacube protocol.
2013-08-17 Steinar H. GundersonMake the HTTP inputs time out after 30 seconds of no...
2013-08-17 Steinar H. GundersonCorrect my e-mail address in the man page (cubemap...
2013-08-17 Philipp KernAdd a manual page for cubemap.
2013-08-16 Steinar H. GundersonStore the stream header in the inputs, not just the...
2013-08-16 Steinar H. GundersonWhen adding new streams that are copies of old streams...
2013-08-16 Steinar H. GundersonMake an option to properly delete streams.
2013-08-16 Steinar H. GundersonDo not crash on invalid src= URLs.
2013-08-16 Steinar H. GundersonDefault PREFIX should be /usr/local, not /usr.
2013-08-16 Philipp KernMakefile: accept LDFLAGS for linking
2013-08-16 Steinar H. GundersonFix the vertical label of the cubemap_input Munin plugin.
2013-08-16 Steinar H. GundersonProvide an install target in the Makefile.
2013-08-16 Steinar H. GundersonAdded some Munin plugins.
2013-08-16 Steinar H. GundersonStore and log connection time for inputs.
2013-08-16 Steinar H. GundersonTwo minor cleanups in the stats code.
2013-08-15 Steinar H. GundersonAdd preliminary support for input stream statistics.
2013-08-15 Steinar H. GundersonFix broken umask (we had the bits inverted).
2013-08-14 Steinar H. GundersonMake the Metacube block size warning a bit less aggress...
2013-08-14 Steinar H. GundersonSupport the new METACUBE_FLAGS_NOT_SUITABLE_FOR_STREAM_...
2013-08-14 Steinar H. GundersonWhen warning about unusually long Metacube blocks,...
2013-08-13 Steinar H. GundersonWhen reading the HTTP input, skip the \r\n\r\n. Fixes...
2013-08-13 Steinar H. GundersonWarn on large Metacube blocks.
2013-08-13 Steinar H. GundersonAdd an assert, to hopefully catch a bug.
2013-08-12 Steinar H. GundersonSet num_servers to 1 in the sample config, as that...
2013-06-06 Steinar H. Gunderson(Hopefully) fix an assert failure in httpinput.cpp.
2013-05-20 Steinar H. GundersonFix a possible corruption/crash when name lookups fail...
2013-05-15 Steinar H. GundersonFix a possible infinite loop in HTTPInput.
2013-05-15 Steinar H. GundersonFix a potential double-free.
2013-05-08 Steinar H. GundersonMerge branch 'master' of /srv/git.sesse.net/www/cubemap
2013-05-08 Steinar H. GundersonUnbreak access logging.
2013-04-28 Steinar H. GundersonAdd a hack for starting at the _start_ of backlog....
2013-04-27 Steinar H. GundersonNever send more than IOV_MAX (1024) iovecs in pwritev.
2013-04-24 Steinar H. GundersonFix a minor error message.
2013-04-22 Steinar H. GundersonEnable TCP_CORK if available.
2013-04-21 Steinar H. GundersonSupport UDP packets larger than 4 kB.
2013-04-21 Steinar H. GundersonTimestamp the error log.
2013-04-21 Steinar H. GundersonCatch up on any lost data before serializing, so increa...
2013-04-21 Steinar H. GundersonBump version number to 0.2; it's about time.
2013-04-21 Steinar H. GundersonSmall error message fix.
2013-04-21 Steinar H. GundersonRun include-what-you-use.
2013-04-21 Steinar H. GundersonMerge branch 'master' of /srv/git.sesse.net/www/cubemap
2013-04-21 Steinar H. GundersonAdd support for UDP outputs.
2013-04-21 Steinar H. GundersonFix a Valgrind hit that could cause an undefined set...
2013-04-21 Steinar H. GundersonMinor cleanup.
2013-04-21 Steinar H. GundersonMerge branch 'master' of /srv/git.sesse.net/www/cubemap
2013-04-21 Steinar H. GundersonFix a (harmless) close() warning that would come if...
2013-04-20 Steinar H. GundersonRun include-what-you-use.
2013-04-20 Steinar H. GundersonRefer to streams internally mostly by an index, not...
2013-04-20 Steinar H. GundersonFix merge snafu in last commit. (Oops.)
2013-04-20 Steinar H. GundersonSmall optimization to Metacube output.
2013-04-20 Steinar H. GundersonMove iovecs around instead of having single data buffer...
2013-04-20 Steinar H. GundersonAdd Metacube headers in add_data_deferred(), not add_da...
2013-04-20 Steinar H. GundersonWhen unwrapping in set_backlog_size, do not add a spuri...
2013-04-20 Steinar H. GundersonRevert "Fix a bug where Metacube streams would become...
2013-04-20 Steinar H. GundersonFix a bug where Metacube streams would become inconsist...
2013-04-20 Steinar H. GundersonReinstate the new signal handling; revert the revert.
2013-04-19 Steinar H. GundersonRevert "Rewrite the entire internal signal handling...
2013-04-19 Steinar H. GundersonFix broken linking.
2013-04-19 Steinar H. GundersonCompile and link with -pthread, not -lpthread.
2013-04-19 Steinar H. GundersonRewrite the entire internal signal handling/wakeup.
2013-04-19 Steinar H. GundersonRemove unneeded default Client constructor.
2013-04-19 Steinar H. GundersonFix 100% CPU usage when there is no access_log.
2013-04-19 Steinar H. GundersonDo not crash on re-exec if we do not have an access...
2013-04-19 Steinar H. GundersonFix some issues with the last stats.cpp fix.
2013-04-19 Steinar H. GundersonFix more missing log_perror() calls.
2013-04-19 Steinar H. GundersonAdd a missing log_perror() on close() failure (cosmetic...
2013-04-19 Steinar H. GundersonSet umask security before calling mkstemp().
next