Commit Graph

189 Commits

Author SHA1 Message Date
Tangent 128 1c4ea2f3ed update documentation 2018-10-27 18:18:19 -04:00
Tangent 128 7c1a2e48b0 Support arbitrary number of streams; bump version to reflect URL change 2018-10-27 18:13:18 -04:00
Tangent 128 af1c3736be bump tokio-io version 2018-10-27 18:11:33 -04:00
Tangent 128 f1c1114835 Remove unneeded struct 2018-10-21 22:29:36 -04:00
Tangent 128 01bb2c2e19 Use warp framework for the relay_server 2018-10-21 19:19:27 -04:00
Tangent 128 161c9de472 Make EbmlStreamingParser operate on Buf items instead of AsRef<u8> 2018-10-21 19:09:37 -04:00
Tangent 128 a848502103 Factor out building a video/webm response. 2018-10-21 18:35:15 -04:00
Tangent 128 9b9b6beb54 Use hyper::Body instead of a custom Payload type 2018-10-21 02:25:24 -04:00
Tangent 128 26930b07e0 Fix `webmetro send` not exiting when stdin ends. 2018-10-21 02:22:46 -04:00
Tangent 128 b64e3f4bac use Bytes for shared buffers in WebM chunks 2018-10-21 01:53:16 -04:00
Tangent 128 5d25d5adb7 Have subcommands control launching the runtime. 2018-10-20 23:02:24 -04:00
Tangent 128 713a7d4741 Be less "clever" in main.rs, don't twist everything into the runtime. 2018-10-20 22:06:42 -04:00
Tangent 128 fe50663938 Merge branch 'hyper-0.12' 2018-10-20 20:55:04 -04:00
Tangent 128 fdb329a779 update dependencies 2018-10-20 18:56:27 -04:00
Tangent 128 544fbe2b39 update remaining dependencies 2018-09-21 19:16:05 -04:00
Tangent 128 40a137e906 update tokio version 2018-09-20 20:58:51 -04:00
Tangent 128 17427be5ef Update version of bytes 2018-09-20 20:13:27 -04:00
Tangent 128 08e8b1311f Use hyper-provided runtime instead of tokio-core 2018-09-18 02:29:01 -04:00
Tangent 128 14d468cc7d Update hyper to 0.12 2018-09-18 02:15:02 -04:00
Tangent 128 55e1f29906 use impl Future in a few places 2018-05-13 21:05:51 -04:00
Tangent 128 4f6cc00fe6 Add anticaching headers 2018-04-26 02:19:14 -04:00
Tangent 128 603e741753 Add X-Accel-Buffering header & Nginx proxying instructions 2018-04-25 01:24:43 -04:00
Tangent 128 e1866a0918 Add Cargo instructions 2018-04-16 03:36:25 -04:00
Tangent 128 aa426bb5df Merge branch 'master' into github 2018-04-16 03:31:46 -04:00
Tangent 128 9506c91f5a Write README.md 2018-04-16 03:29:43 -04:00
Tangent128 fc59af64a6
Initial commit 2018-04-16 02:18:09 -04:00
Tangent 128 0e370556a2 add a little documentation re: soft buffer limits 2018-04-16 01:58:28 -04:00
Tangent 128 32cf6dd2ef Add buffer size limit to chunker 2018-04-16 01:16:03 -04:00
Tangent 128 982c5c2dcb Limit buffer size for stream parser 2018-04-16 00:59:53 -04:00
Tangent 128 0f3e941031 Remove debug prints from relay command 2018-04-15 23:43:15 -04:00
Tangent 128 8b27dc7d8f Fix upload tool, keep request active instead of dropping the Response 2018-04-15 22:07:21 -04:00
Tangent 128 8d76bd5c57 Cleanup error handling 2018-04-15 22:06:42 -04:00
Tangent 128 739862bc35 Add send subcommand for uploading WebM 2018-04-15 01:43:23 -04:00
Tangent 128 885681f009 Add some reusable error conversions 2018-04-15 01:42:47 -04:00
Tangent 128 ee82846590 Use tokio_core instead of runtime as top loop 2018-04-15 01:21:00 -04:00
Tangent 128 49541347a4 Give all subcommands option of returning a future to run in a Tokio context 2018-04-14 22:35:32 -04:00
Tangent 128 0075e52f7b Run filter under Tokio runtime so that Delay works 2018-04-14 18:44:53 -04:00
Tangent 128 ab55d951a0 Use nonzero exit code on error. 2018-04-14 18:44:19 -04:00
Tangent 128 a847d62b34 Have utilities read stdin via tokio_io wrapper 2018-04-14 18:18:50 -04:00
Tangent 128 e77a3d0e98 Implement Throttle filter (fails because not executed on runtime) 2018-04-14 05:04:46 -04:00
Tangent 128 9123d63343 Express filter as a future 2018-04-14 04:56:24 -04:00
Tangent 128 8b0467c1d7 Add Send bound to WebmetroError::Unknown 2018-04-14 04:56:24 -04:00
Tangent 128 2170096a21 Make WebmChunker use WebmetroError 2018-04-14 04:56:24 -04:00
Tangent 128 bf56789810 Make EbmlStreamingParser use WebmetroErrors specifically 2018-04-14 04:56:24 -04:00
Tangent 128 a9932ee6a1 Create unified error type 2018-04-14 04:56:24 -04:00
Tangent 128 15ebdb6b8c Update dependencies + officially add Tokio 2018-04-14 04:56:20 -04:00
Tangent 128 6434db0f82 Stub out throttle filter 2018-04-12 23:29:12 -04:00
Tangent 128 413375102e Implement core of filter subcommand 2018-04-12 23:07:13 -04:00
Tangent 128 bac34e94c5 impl Error for error types 2018-04-12 02:07:46 -04:00
Tangent 128 e61244bce3 Factor StdinStream out of dump applet 2018-04-12 00:14:16 -04:00