]> git.sesse.net Git - cubemap/history
cubemap
2024-01-02 Steinar H. GundersonCreate $(libdir) on make install. master
2024-01-02 Steinar H. GundersonLowercase $PREFIX and similar variables.
2024-01-02 Steinar H. GundersonBump version number.
2023-12-17 Steinar H. GundersonRelease Cubemap 1.5.1. 1.5.1
2023-12-17 Steinar H. GundersonUse systemd.pc to place systemd system units.
2023-12-09 Steinar H. GundersonRelease Cubemap 1.5.0. 1.5.0
2023-12-09 Steinar H. GundersonRemove obsolete comment.
2023-12-09 Steinar H. GundersonBetter HOWTO in the README.
2023-12-09 Steinar H. GundersonDocument pipes in the README.
2023-12-09 Steinar H. GundersonUpdate README about Metacube input.
2023-12-09 Steinar H. GundersonLinux 3.13 is really old by now, so remove it from...
2023-12-06 Steinar H. Gundersonpkg-config is required.
2023-08-28 Steinar H. GundersonUse <linux/tls.h>, which now is included in glibc,...
2023-08-27 Steinar H. GundersonFix a typo.
2023-04-03 Steinar H. GundersonAdd a LD_PRELOAD-able library to force Metacube output...
2023-04-03 Steinar H. GundersonBump version number.
2023-04-02 Steinar H. GundersonProperly close sockets (and more importantly, kill...
2023-04-02 Steinar H. GundersonFix yet more stupid close-on-exec bugs.
2023-04-02 Steinar H. GundersonMinor close-on-exec fix.
2023-04-02 Steinar H. GundersonFix some memory leaks that are probably irrelevant...
2021-05-16 Steinar H. GundersonFix a crash when a HTTP input connected to an UDP outpu...
2021-05-08 Steinar H. GundersonEscape spaces in cubemap-input.stats.
2021-05-07 Steinar H. GundersonStop leaking the /dev/null fd after spawning a subprocess.
2021-05-06 Steinar H. GundersonFix various close-on-exec bugs.
2021-05-06 Steinar H. GundersonWhen a child process times out or otherwise closes...
2021-05-06 Yichen Yanfix potential ambiguity between ::bind() and std::bind()
2021-05-05 Steinar H. GundersonFix infinite CPU usage on waitpid().
2021-05-05 Steinar H. GundersonSupport input from pipes (subprocesses).
2021-05-05 Steinar H. GundersonSet close-on-exec on all file descriptors we open.
2021-05-05 Steinar H. GundersonSupport quoted spaces in configuration files.
2021-05-05 Steinar H. GundersonSimplify setting the non-blocking flag when creating...
2021-05-05 Steinar H. GundersonBump version number.
2019-11-17 Steinar H. GundersonRelease Cubemap 1.4.3. 1.4.3
2019-11-17 Steinar H. GundersonAlways compile with -pthread.
2019-10-16 Steinar H. GundersonAllow (and forward) zero-byte UDP packets.
2019-10-13 Steinar H. GundersonFix a crash when trying to get HLS fragments from a...
2019-04-15 Steinar H. GundersonKeep the HLS backlog even if the stream header changes.
2019-04-13 Steinar H. GundersonFix an issue where HLS fragments would become too short...
2018-12-22 Steinar H. GundersonFix an ineffective assert.
2018-12-22 Steinar H. GundersonSilence an irrelevant Coverity Scan warning.
2018-12-22 Steinar H. GundersonFix an unlikely leak in HTTPInput.
2018-12-22 Steinar H. GundersonFix an unneeded comparison with zero.
2018-12-22 Steinar H. GundersonFix serialization of Client::header_or_short_response_b...
2018-12-21 Steinar H. GundersonRelease Cubemap 1.4.2. 1.4.2
2018-11-01 Steinar H. GundersonMake integer parsing a bit prettier, and fix problems...
2018-09-12 Steinar H. GundersonRelease Cubemap 1.4.1. 1.4.1
2018-09-12 Steinar H. GundersonFix 32-bit compilation issues.
2018-08-31 Steinar H. GundersonRelease Cubemap 1.4.0. 1.4.0
2018-08-31 Steinar H. GundersonSome README updates.
2018-08-26 Steinar H. GundersonForce input encoding for UDP streams to raw already...
2018-07-08 Steinar H. GundersonFix upgradability of keepalive status across exec.
2018-07-08 Steinar H. GundersonAdd a TODO on Client::serving_hls_playlist.
2018-07-08 Steinar H. GundersonFix that HTTP keepalive information would get lost...
2018-05-17 Steinar H. GundersonEnable RX support for kTLS.
2018-04-22 Steinar H. GundersonMake the Munin plugin stop count keepalive clients...
2018-04-22 Steinar H. GundersonKeep information about HLS downloads around for some...
2018-04-22 Steinar H. GundersonDo not close connections in keepalive across reloads.
2018-04-22 Steinar H. GundersonCorrect the “bytes sent” counter for persistent connect...
2018-04-22 Steinar H. GundersonUpdate performance claims in README.
2018-04-22 Steinar H. GundersonFix timeout behavior with persistent connections.
2018-04-17 Steinar H. GundersonMake the Munin plugin count downloading fragments as...
2018-04-16 Steinar H. GundersonUnbreak header parsing; it was broken by the case-sensi...
2018-04-10 Steinar H. GundersonAdd a missing #include.
2018-04-10 Steinar H. GundersonFlush after writing pending TLS data.
2018-04-09 Steinar H. GundersonMake HTTP header parsing case-insensitive.
2018-04-09 Steinar H. GundersonCapitalize HTTP header names after dashes.
2018-04-09 Steinar H. GundersonSend close_notify when closing a kTLS connection; fixes...
2018-04-07 Steinar H. GundersonTry to fix some overflow issues on 32-bit platforms...
2018-04-07 Steinar H. GundersonFix a GCC warning.
2018-04-07 Steinar H. GundersonReplace map with unordered_map nearly everywhere, for...
2018-04-07 Steinar H. GundersonWhen doing persistent connections, explicitly flush...
2018-04-06 Steinar H. GundersonAdd support for serving HLS playlists.
2018-04-06 Steinar H. GundersonAdd support for deduplicating headers/short responses.
2018-04-06 Steinar H. GundersonAdd ?frag=header for getting a HLS fragment of the...
2018-04-06 Steinar H. GundersonSupport delivering fragments from the backlog; intended...
2018-04-06 Steinar H. GundersonSupport HTTP/1.1 persistent connections (not that usefu...
2018-04-06 Steinar H. GundersonDo not serialize prebuffering_bytes in StreamProto.
2018-04-06 Steinar H. GundersonAutomatically delete streams that are no longer in...
2018-04-05 Steinar H. GundersonUse C++11 std::mutex and std::lock_guard instead of...
2018-04-05 Steinar H. GundersonUse in-class initialization for making it harder to...
2018-04-05 Steinar H. GundersonUse nullptr instead of NULL everywhere.
2018-04-05 Steinar H. GundersonUse unique_ptr a few places instead of explicit delete.
2018-04-05 Steinar H. GundersonUse C++11 right angle brackets.
2018-04-05 Steinar H. GundersonUse C++11 range-based for loops and auto wherever it...
2018-04-05 Steinar H. GundersonOpen up for C++11.
2018-04-04 Steinar H. GundersonUpdate metacube2.h with the latest version (sync with...
2018-04-04 Steinar H. GundersonDo some cleanup around EPOLL_CTL_MOD operations.
2018-04-03 Steinar H. GundersonStop leaking TLS contexts.
2018-04-03 Steinar H. GundersonAdd an example for a TLS port.
2018-04-01 Steinar H. GundersonAdd server-side TLS support, through kTLS.
2018-04-01 Steinar H. GundersonBump version to 1.4.0-pre.
2018-03-31 Steinar H. GundersonRemove some code for pre-1.1.3 deserialization compatib...
2018-03-31 Steinar H. GundersonFix a spurious warning during deserialization of UDP...
2017-05-24 Steinar H. GundersonRelease Cubemap 1.3.2. 1.3.2
2017-05-24 Steinar H. GundersonFix a problem where streams with paths exactly 7 charac...
2016-07-22 Steinar H. GundersonBump version number to 1.3.2-dev.
2016-07-22 Steinar H. GundersonRelease Cubemap 1.3.1. 1.3.1
2016-07-22 Steinar H. GundersonAdd latency statistics to the Munin plugin.
2016-07-22 Steinar H. GundersonSupport Metacube metadata blocks, specifically timestamps.
2016-07-13 Steinar H. GundersonBump version number to 1.3.1-dev.
next