2014-04-26 |
Steinar H. Gunderson | Correct the README and man page files for removed information.
|
commit | commitdiff | tree |
2014-04-26 |
Steinar H. Gunderson | Remove information about fwmark from the man page.
|
commit | commitdiff | tree |
2014-04-26 |
Steinar H. Gunderson | Support setting outgoing interface for multicast.
|
commit | commitdiff | tree |
2014-04-26 |
Steinar H. Gunderson | Support setting TTL on outgoing UDP streams. Especially...
|
commit | commitdiff | tree |
2014-04-26 |
Steinar H. Gunderson | Do not store the UDP pacing rate; we do not use it...
|
commit | commitdiff | tree |
2014-04-26 |
Steinar H. Gunderson | Fix a bug where a socket could be closed twice.
|
commit | commitdiff | tree |
2014-04-26 |
Steinar H. Gunderson | Remove mark= from cubemap.config.sample, as the option...
|
commit | commitdiff | tree |
2014-04-24 |
Steinar H. Gunderson | Fix O_TMPFILE usage.
|
commit | commitdiff | tree |
2014-04-24 |
Steinar H. Gunderson | Set umask explicitly before calling mkstemp().
|
commit | commitdiff | tree |
2014-04-24 |
Steinar H. Gunderson | Check the return value of fclose() in config.cpp.
|
commit | commitdiff | tree |
2014-04-24 |
Steinar H. Gunderson | Remove support for mark pools.
|
commit | commitdiff | tree |
2014-04-21 |
Steinar H. Gunderson | Set the default number of files to 16384; the default...
|
commit | commitdiff | tree |
2014-04-13 |
Steinar H. Gunderson | Bump version number to 1.0.5-pre.
|
commit | commitdiff | tree |
2014-04-13 |
Steinar H. Gunderson | Make sure we don't overwrite an existing configuration...
|
commit | commitdiff | tree |
2014-04-13 |
Steinar H. Gunderson | Stop leaking the state fd on reload.
|
commit | commitdiff | tree |
2014-04-13 |
Steinar H. Gunderson | Stop logging loss fraction; it is only spam now, and...
|
commit | commitdiff | tree |
2014-04-13 |
Steinar H. Gunderson | Check /proc/self/exe instead of argv[0].
|
commit | commitdiff | tree |
2014-04-13 |
Steinar H. Gunderson | Fix URL parsing of HTTP inputs with no port.
|
commit | commitdiff | tree |
2014-03-23 |
Steinar H. Gunderson | Release Cubemap 1.0.4.
|
commit | commitdiff | tree |
2014-03-23 |
Steinar H. Gunderson | Fix a segfault on reload introduced by the pacing changes.
|
commit | commitdiff | tree |
2014-03-15 |
Steinar H. Gunderson | Remove the Metacube VLC patch; it is now upstream.
|
commit | commitdiff | tree |
2014-02-06 |
Steinar H. Gunderson | Compile with large file support, especially since pwritev...
|
commit | commitdiff | tree |
2014-02-06 |
Steinar H. Gunderson | Bump version number to 1.0.4-pre.
|
commit | commitdiff | tree |
2014-02-06 |
Steinar H. Gunderson | Release Cubemap 1.0.3.
|
commit | commitdiff | tree |
2014-02-06 |
Steinar H. Gunderson | Fix compilation error with newer glibc; broken after...
|
commit | commitdiff | tree |
2014-02-03 |
Steinar H. Gunderson | Bump version number to 1.0.3-pre.
|
commit | commitdiff | tree |
2014-02-03 |
Steinar H. Gunderson | Release Cubemap 1.0.2.
|
commit | commitdiff | tree |
2014-02-03 |
Steinar H. Gunderson | The SO_MAX_PACING_RATE patches are now released in...
|
commit | commitdiff | tree |
2014-02-02 |
Steinar H. Gunderson | Fix handling of streams with no data.
|
commit | commitdiff | tree |
2014-02-02 |
Steinar H. Gunderson | Fix a crash bug on reload.
|
commit | commitdiff | tree |
2014-02-01 |
Steinar H. Gunderson | Remove some legacy from older versions that nobody...
|
commit | commitdiff | tree |
2013-12-01 |
Steinar H. Gunderson | Minor deduplication.
|
commit | commitdiff | tree |
2013-12-01 |
Steinar H. Gunderson | Fix some duplicated IP address parsing code.
|
commit | commitdiff | tree |
2013-12-01 |
Steinar H. Gunderson | Move some config stuff into an anonymous namespace.
|
commit | commitdiff | tree |
2013-12-01 |
Steinar H. Gunderson | Fix some signed/unsigned comparison warnings (pacing_rate...
|
commit | commitdiff | tree |
2013-12-01 |
Steinar H. Gunderson | Add a listen statement to listen on only specific IP...
|
commit | commitdiff | tree |
2013-10-17 |
Steinar H. Gunderson | When checking to see if we want to warn about pacing...
|
commit | commitdiff | tree |
2013-10-01 |
Steinar H. Gunderson | Bump version number to 1.0.2-pre.
|
commit | commitdiff | tree |
2013-10-01 |
Steinar H. Gunderson | Update the VLC Metacube patch to apply against current...
|
commit | commitdiff | tree |
2013-09-28 |
Steinar H. Gunderson | Support SO_MAX_PACING_RATE.
|
commit | commitdiff | tree |
2013-09-19 |
Steinar H. Gunderson | Release Cubemap 1.0.1.
|
commit | commitdiff | tree |
2013-09-19 |
Steinar H. Gunderson | Add NEWS file for upcoming release.
|
commit | commitdiff | tree |
2013-09-19 |
Steinar H. Gunderson | Fix compilation on 32-bit systems.
|
commit | commitdiff | tree |
2013-09-10 |
Steinar H. Gunderson | Fix capitalization in systemd service unit.
|
commit | commitdiff | tree |
2013-09-08 |
Steinar H. Gunderson | Update the man page with our non-alphaness as well.
|
commit | commitdiff | tree |
2013-09-08 |
Steinar H. Gunderson | Update README; we are not in alpha stage anymore.
|
commit | commitdiff | tree |
2013-09-08 |
Steinar H. Gunderson | Update version number to 1.0.1-pre.
|
commit | commitdiff | tree |
2013-09-08 |
Steinar H. Gunderson | Use the new-in-3.11 O_TMPFILE flag when available.
|
commit | commitdiff | tree |
2013-09-08 |
Steinar H. Gunderson | Reduce contention of queued_data_mutex.
|
commit | commitdiff | tree |
2013-08-24 |
Steinar H. Gunderson | Release Cubemap 1.0.0.
|
commit | commitdiff | tree |
2013-08-24 |
Steinar H. Gunderson | Include a Munin plugin that was missing in the archive.
|
commit | commitdiff | tree |
2013-08-18 |
Steinar H. Gunderson | Fix an issue where rewind-to-HTTP-header would not...
|
commit | commitdiff | tree |
2013-08-18 |
Steinar H. Gunderson | Re-run include-what-you-use.
|
commit | commitdiff | tree |
2013-08-18 |
Steinar H. Gunderson | Munin plugins should be symlinked, not created directly...
|
commit | commitdiff | tree |
2013-08-18 |
Steinar H. Gunderson | Make the install target install the Munin plugins.
|
commit | commitdiff | tree |
2013-08-18 |
Steinar H. Gunderson | Tweak the MutexLock implementation slightly, so as...
|
commit | commitdiff | tree |
2013-08-18 |
Steinar H. Gunderson | Compute the checksum on outgoing Metacube packets as...
|
commit | commitdiff | tree |
2013-08-18 |
Steinar H. Gunderson | Use memcpy instead of incurring potential unaligned...
|
commit | commitdiff | tree |
2013-08-18 |
Steinar H. Gunderson | Switch to a new version of the Metacube protocol.
|
commit | commitdiff | tree |
2013-08-17 |
Steinar H. Gunderson | Make the HTTP inputs time out after 30 seconds of no...
|
commit | commitdiff | tree |
2013-08-17 |
Steinar H. Gunderson | Correct my e-mail address in the man page (cubemap...
|
commit | commitdiff | tree |
2013-08-16 |
Steinar H. Gunderson | Store the stream header in the inputs, not just the...
|
commit | commitdiff | tree |
2013-08-16 |
Steinar H. Gunderson | When adding new streams that are copies of old streams...
|
commit | commitdiff | tree |
2013-08-16 |
Steinar H. Gunderson | Make an option to properly delete streams.
|
commit | commitdiff | tree |
2013-08-16 |
Steinar H. Gunderson | Do not crash on invalid src= URLs.
|
commit | commitdiff | tree |
2013-08-16 |
Steinar H. Gunderson | Default PREFIX should be /usr/local, not /usr.
|
commit | commitdiff | tree |
2013-08-16 |
Steinar H. Gunderson | Fix the vertical label of the cubemap_input Munin plugin.
|
commit | commitdiff | tree |
2013-08-16 |
Steinar H. Gunderson | Provide an install target in the Makefile.
|
commit | commitdiff | tree |
2013-08-16 |
Steinar H. Gunderson | Added some Munin plugins.
|
commit | commitdiff | tree |
2013-08-16 |
Steinar H. Gunderson | Store and log connection time for inputs.
|
commit | commitdiff | tree |
2013-08-16 |
Steinar H. Gunderson | Two minor cleanups in the stats code.
|
commit | commitdiff | tree |
2013-08-15 |
Steinar H. Gunderson | Add preliminary support for input stream statistics.
|
commit | commitdiff | tree |
2013-08-15 |
Steinar H. Gunderson | Fix broken umask (we had the bits inverted).
|
commit | commitdiff | tree |
2013-08-14 |
Steinar H. Gunderson | Make the Metacube block size warning a bit less aggressive...
|
commit | commitdiff | tree |
2013-08-14 |
Steinar H. Gunderson | Support the new METACUBE_FLAGS_NOT_SUITABLE_FOR_STREAM_START...
|
commit | commitdiff | tree |
2013-08-14 |
Steinar H. Gunderson | When warning about unusually long Metacube blocks,...
|
commit | commitdiff | tree |
2013-08-13 |
Steinar H. Gunderson | When reading the HTTP input, skip the \r\n\r\n. Fixes...
|
commit | commitdiff | tree |
2013-08-13 |
Steinar H. Gunderson | Warn on large Metacube blocks.
|
commit | commitdiff | tree |
2013-08-13 |
Steinar H. Gunderson | Add an assert, to hopefully catch a bug.
|
commit | commitdiff | tree |
2013-08-12 |
Steinar H. Gunderson | Set num_servers to 1 in the sample config, as that...
|
commit | commitdiff | tree |
2013-06-06 |
Steinar H. Gunderson | (Hopefully) fix an assert failure in httpinput.cpp.
|
commit | commitdiff | tree |
2013-05-20 |
Steinar H. Gunderson | Fix a possible corruption/crash when name lookups fail...
|
commit | commitdiff | tree |
2013-05-15 |
Steinar H. Gunderson | Fix a possible infinite loop in HTTPInput.
|
commit | commitdiff | tree |
2013-05-15 |
Steinar H. Gunderson | Fix a potential double-free.
|
commit | commitdiff | tree |
2013-05-08 |
Steinar H. Gunderson | Merge branch 'master' of /srv/git.sesse.net/www/cubemap
|
commit | commitdiff | tree |
2013-05-08 |
Steinar H. Gunderson | Unbreak access logging.
|
commit | commitdiff | tree |
2013-04-28 |
Steinar H. Gunderson | Add a hack for starting at the _start_ of backlog....
|
commit | commitdiff | tree |
2013-04-27 |
Steinar H. Gunderson | Never send more than IOV_MAX (1024) iovecs in pwritev.
|
commit | commitdiff | tree |
2013-04-24 |
Steinar H. Gunderson | Fix a minor error message.
|
commit | commitdiff | tree |
2013-04-22 |
Steinar H. Gunderson | Enable TCP_CORK if available.
|
commit | commitdiff | tree |
2013-04-21 |
Steinar H. Gunderson | Support UDP packets larger than 4 kB.
|
commit | commitdiff | tree |
2013-04-21 |
Steinar H. Gunderson | Timestamp the error log.
|
commit | commitdiff | tree |
2013-04-21 |
Steinar H. Gunderson | Catch up on any lost data before serializing, so increasing...
|
commit | commitdiff | tree |
2013-04-21 |
Steinar H. Gunderson | Bump version number to 0.2; it's about time.
|
commit | commitdiff | tree |
2013-04-21 |
Steinar H. Gunderson | Small error message fix.
|
commit | commitdiff | tree |
2013-04-21 |
Steinar H. Gunderson | Run include-what-you-use.
|
commit | commitdiff | tree |
2013-04-21 |
Steinar H. Gunderson | Merge branch 'master' of /srv/git.sesse.net/www/cubemap
|
commit | commitdiff | tree |
2013-04-21 |
Steinar H. Gunderson | Add support for UDP outputs.
|
commit | commitdiff | tree |
2013-04-21 |
Steinar H. Gunderson | Fix a Valgrind hit that could cause an undefined set...
|
commit | commitdiff | tree |
2013-04-21 |
Steinar H. Gunderson | Minor cleanup.
|
commit | commitdiff | tree |
next |