aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* nginx_config: make sure only GET is allowed on the downstream instanceHEADmasterAnton Khirnov2020-04-06
|
* nginx_config: allow DELETE requestsAnton Khirnov2020-04-06
|
* nginx_config: remove tabsAnton Khirnov2020-04-06
|
* dash_server: handle DELETE requestsAnton Khirnov2020-03-05
|
* README: fix typoAnton Khirnov2020-03-05
|
* dash_server: raise an exception on multiple cache entriesAnton Khirnov2020-02-26
| | | | This means two clients are trying to upload the same file at once.
* dash_server: default to listening on localhostAnton Khirnov2020-02-26
| | | | This is safer than listening on all addresses by default.
* dash_server: make sure requests do not point outside our root.Anton Khirnov2019-12-17
|
* dash_server: implement percent-encoded non-ASCII pathsAnton Khirnov2019-12-17
|
* nginx_config: use separate server blocks for ingesting and serving mediaAnton Khirnov2019-12-14
|
* Add a basic readme.Anton Khirnov2019-11-01
|
* Use my FFlabs alias.Anton Khirnov2019-11-01
|
* Add an example nginx config.Anton Khirnov2019-11-01
|
* Drop unused remnants of the polling code.Anton Khirnov2019-11-01
|
* Drop the Accel-Redirect path, it's untested and of unclear value.Anton Khirnov2019-10-27
| | | | Can be re-added later if needed.
* Fix premature EOF on reading from cache.Anton Khirnov2019-10-27
|
* Implement most of the basic functionality and clean up.Anton Khirnov2019-10-27
|
* Initial commit.Anton Khirnov2019-10-22