projects
/
cubemap
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
cubemap
2019-11-17
Steinar H. Gunderson
Release Cubemap 1.4.3.
master
1.4.3
commit
|
commitdiff
2019-11-17
Steinar H. Gunderson
Always compile with -pthread.
commit
|
commitdiff
2019-10-16
Steinar H. Gunderson
Allow (and forward) zero-byte UDP packets.
commit
|
commitdiff
2019-10-13
Steinar H. Gunderson
Fix a crash when trying to get HLS fragments from a...
commit
|
commitdiff
2019-04-15
Steinar H. Gunderson
Keep the HLS backlog even if the stream header changes.
commit
|
commitdiff
2019-04-13
Steinar H. Gunderson
Fix an issue where HLS fragments would become too short...
commit
|
commitdiff
2018-12-22
Steinar H. Gunderson
Fix an ineffective assert.
commit
|
commitdiff
2018-12-22
Steinar H. Gunderson
Silence an irrelevant Coverity Scan warning.
commit
|
commitdiff
2018-12-22
Steinar H. Gunderson
Fix an unlikely leak in HTTPInput.
commit
|
commitdiff
2018-12-22
Steinar H. Gunderson
Fix an unneeded comparison with zero.
commit
|
commitdiff
2018-12-22
Steinar H. Gunderson
Fix serialization of Client::header_or_short_response_b...
commit
|
commitdiff
2018-12-21
Steinar H. Gunderson
Release Cubemap 1.4.2.
1.4.2
commit
|
commitdiff
2018-11-01
Steinar H. Gunderson
Make integer parsing a bit prettier, and fix problems...
commit
|
commitdiff
2018-09-12
Steinar H. Gunderson
Release Cubemap 1.4.1.
1.4.1
commit
|
commitdiff
2018-09-12
Steinar H. Gunderson
Fix 32-bit compilation issues.
commit
|
commitdiff
2018-08-31
Steinar H. Gunderson
Release Cubemap 1.4.0.
1.4.0
commit
|
commitdiff
2018-08-31
Steinar H. Gunderson
Some README updates.
commit
|
commitdiff
2018-08-26
Steinar H. Gunderson
Force input encoding for UDP streams to raw already...
commit
|
commitdiff
2018-07-08
Steinar H. Gunderson
Fix upgradability of keepalive status across exec.
commit
|
commitdiff
2018-07-08
Steinar H. Gunderson
Add a TODO on Client::serving_hls_playlist.
commit
|
commitdiff
2018-07-08
Steinar H. Gunderson
Fix that HTTP keepalive information would get lost...
commit
|
commitdiff
2018-05-17
Steinar H. Gunderson
Enable RX support for kTLS.
commit
|
commitdiff
2018-04-22
Steinar H. Gunderson
Make the Munin plugin stop count keepalive clients...
commit
|
commitdiff
2018-04-22
Steinar H. Gunderson
Keep information about HLS downloads around for some...
commit
|
commitdiff
2018-04-22
Steinar H. Gunderson
Do not close connections in keepalive across reloads.
commit
|
commitdiff
2018-04-22
Steinar H. Gunderson
Correct the “bytes sent” counter for persistent connect...
commit
|
commitdiff
2018-04-22
Steinar H. Gunderson
Update performance claims in README.
commit
|
commitdiff
2018-04-22
Steinar H. Gunderson
Fix timeout behavior with persistent connections.
commit
|
commitdiff
2018-04-17
Steinar H. Gunderson
Make the Munin plugin count downloading fragments as...
commit
|
commitdiff
2018-04-16
Steinar H. Gunderson
Unbreak header parsing; it was broken by the case-sensi...
commit
|
commitdiff
2018-04-10
Steinar H. Gunderson
Add a missing #include.
commit
|
commitdiff
2018-04-10
Steinar H. Gunderson
Flush after writing pending TLS data.
commit
|
commitdiff
2018-04-09
Steinar H. Gunderson
Make HTTP header parsing case-insensitive.
commit
|
commitdiff
2018-04-09
Steinar H. Gunderson
Capitalize HTTP header names after dashes.
commit
|
commitdiff
2018-04-09
Steinar H. Gunderson
Send close_notify when closing a kTLS connection; fixes...
commit
|
commitdiff
2018-04-07
Steinar H. Gunderson
Try to fix some overflow issues on 32-bit platforms...
commit
|
commitdiff
2018-04-07
Steinar H. Gunderson
Fix a GCC warning.
commit
|
commitdiff
2018-04-07
Steinar H. Gunderson
Replace map with unordered_map nearly everywhere, for...
commit
|
commitdiff
2018-04-07
Steinar H. Gunderson
When doing persistent connections, explicitly flush...
commit
|
commitdiff
2018-04-06
Steinar H. Gunderson
Add support for serving HLS playlists.
commit
|
commitdiff
2018-04-06
Steinar H. Gunderson
Add support for deduplicating headers/short responses.
commit
|
commitdiff
2018-04-06
Steinar H. Gunderson
Add ?frag=header for getting a HLS fragment of the...
commit
|
commitdiff
2018-04-06
Steinar H. Gunderson
Support delivering fragments from the backlog; intended...
commit
|
commitdiff
2018-04-06
Steinar H. Gunderson
Support HTTP/1.1 persistent connections (not that usefu...
commit
|
commitdiff
2018-04-06
Steinar H. Gunderson
Do not serialize prebuffering_bytes in StreamProto.
commit
|
commitdiff
2018-04-06
Steinar H. Gunderson
Automatically delete streams that are no longer in...
commit
|
commitdiff
2018-04-05
Steinar H. Gunderson
Use C++11 std::mutex and std::lock_guard instead of...
commit
|
commitdiff
2018-04-05
Steinar H. Gunderson
Use in-class initialization for making it harder to...
commit
|
commitdiff
2018-04-05
Steinar H. Gunderson
Use nullptr instead of NULL everywhere.
commit
|
commitdiff
2018-04-05
Steinar H. Gunderson
Use unique_ptr a few places instead of explicit delete.
commit
|
commitdiff
2018-04-05
Steinar H. Gunderson
Use C++11 right angle brackets.
commit
|
commitdiff
2018-04-05
Steinar H. Gunderson
Use C++11 range-based for loops and auto wherever it...
commit
|
commitdiff
2018-04-05
Steinar H. Gunderson
Open up for C++11.
commit
|
commitdiff
2018-04-04
Steinar H. Gunderson
Update metacube2.h with the latest version (sync with...
commit
|
commitdiff
2018-04-04
Steinar H. Gunderson
Do some cleanup around EPOLL_CTL_MOD operations.
commit
|
commitdiff
2018-04-03
Steinar H. Gunderson
Stop leaking TLS contexts.
commit
|
commitdiff
2018-04-03
Steinar H. Gunderson
Add an example for a TLS port.
commit
|
commitdiff
2018-04-01
Steinar H. Gunderson
Add server-side TLS support, through kTLS.
commit
|
commitdiff
2018-04-01
Steinar H. Gunderson
Bump version to 1.4.0-pre.
commit
|
commitdiff
2018-03-31
Steinar H. Gunderson
Remove some code for pre-1.1.3 deserialization compatib...
commit
|
commitdiff
2018-03-31
Steinar H. Gunderson
Fix a spurious warning during deserialization of UDP...
commit
|
commitdiff
2017-05-24
Steinar H. Gunderson
Release Cubemap 1.3.2.
1.3.2
commit
|
commitdiff
2017-05-24
Steinar H. Gunderson
Fix a problem where streams with paths exactly 7 charac...
commit
|
commitdiff
2016-07-22
Steinar H. Gunderson
Bump version number to 1.3.2-dev.
commit
|
commitdiff
2016-07-22
Steinar H. Gunderson
Release Cubemap 1.3.1.
1.3.1
commit
|
commitdiff
2016-07-22
Steinar H. Gunderson
Add latency statistics to the Munin plugin.
commit
|
commitdiff
2016-07-22
Steinar H. Gunderson
Support Metacube metadata blocks, specifically timestamps.
commit
|
commitdiff
2016-07-13
Steinar H. Gunderson
Bump version number to 1.3.1-dev.
commit
|
commitdiff
2016-07-13
Steinar H. Gunderson
Release Cubemap 1.3.0.
1.3.0
commit
|
commitdiff
2016-07-13
Steinar H. Gunderson
Fix verbosity checks on deserialization.
commit
|
commitdiff
2016-07-13
Steinar H. Gunderson
Add some log suppressions I missed last time.
commit
|
commitdiff
2016-07-13
Steinar H. Gunderson
Suppress HTTP input errors if there are too many of...
commit
|
commitdiff
2016-05-27
Steinar H. Gunderson
Fix a memory leak with raw inputs.
commit
|
commitdiff
2016-05-27
Steinar H. Gunderson
Fix an issue where “http” could sneak into the Host...
commit
|
commitdiff
2016-05-24
Steinar H. Gunderson
Remove input encoding for UDP streams.
commit
|
commitdiff
2016-05-24
Steinar H. Gunderson
Fix a typo.
commit
|
commitdiff
2016-05-09
Steinar H. Gunderson
Make the HTTP client send the right Host: header.
commit
|
commitdiff
2016-04-18
Steinar H. Gunderson
Fix an issue where Metacube output would not include...
commit
|
commitdiff
2016-04-09
Steinar H. Gunderson
Add suppor for raw (non-Metacube) inputs over HTTP...
commit
|
commitdiff
2016-04-09
Steinar H. Gunderson
Explicitly specify proto2 syntax to silence a warning.
commit
|
commitdiff
2016-04-03
Philipp Kern
Install the systemd service without obeying PREFIX.
commit
|
commitdiff
2016-04-03
Steinar H. Gunderson
Bump versoin to 1.2.3-dev.
commit
|
commitdiff
2016-04-01
Steinar H. Gunderson
Release Cubemap 1.2.2.
1.2.2
commit
|
commitdiff
2016-04-01
Steinar H. Gunderson
Fix an issue where access.log would have the wrong...
commit
|
commitdiff
2016-03-28
Steinar H. Gunderson
Fix HTTP connections to IPv6 address literals.
commit
|
commitdiff
2016-03-28
Steinar H. Gunderson
Up the Metacube block limit yet again; MP4 can create...
commit
|
commitdiff
2016-03-28
Steinar H. Gunderson
Add a missing compilation step to the README.
commit
|
commitdiff
2016-02-17
Steinar H. Gunderson
Update email address.
commit
|
commitdiff
2015-09-03
Steinar H. Gunderson
Add a configure script, for easier override of CXXFLAGS...
commit
|
commitdiff
2015-09-03
Steinar H. Gunderson
Add missing libsystemd-dev package to HOWTO.
commit
|
commitdiff
2015-08-30
Steinar H. Gunderson
Bump version number to 1.2.2-pre.
commit
|
commitdiff
2015-08-30
Steinar H. Gunderson
Release Cubemap 1.2.1.
1.2.1
commit
|
commitdiff
2015-08-16
Steinar H. Gunderson
Rename ping to gen204, and change the response type...
commit
|
commitdiff
2015-08-15
Steinar H. Gunderson
Add a simple HTTP endpoint that returns a very short...
commit
|
commitdiff
2015-08-15
Steinar H. Gunderson
Rename header_or_error to header_or_short_response...
commit
|
commitdiff
2015-08-10
Steinar H. Gunderson
Use libsystemd to inform systemd accurately about when...
commit
|
commitdiff
2015-08-07
Steinar H. Gunderson
Remove std:: from all code in .cpp files, for consistency.
commit
|
commitdiff
2015-08-07
Steinar H. Gunderson
Add a missing const.
commit
|
commitdiff
2015-08-07
Steinar H. Gunderson
Better documentation of config options in cubemap.confi...
commit
|
commitdiff
2015-07-24
Steinar H. Gunderson
Bump version number to 1.2.1-pre.
commit
|
commitdiff
next