Commit graph

16 commits

Author SHA1 Message Date
49541347a4 Give all subcommands option of returning a future to run in a Tokio context 2018-04-14 22:35:32 -04:00
0075e52f7b Run filter under Tokio runtime so that Delay works 2018-04-14 18:44:53 -04:00
a847d62b34 Have utilities read stdin via tokio_io wrapper 2018-04-14 18:18:50 -04:00
e77a3d0e98 Implement Throttle filter (fails because not executed on runtime) 2018-04-14 05:04:46 -04:00
9123d63343 Express filter as a future 2018-04-14 04:56:24 -04:00
8b0467c1d7 Add Send bound to WebmetroError::Unknown 2018-04-14 04:56:24 -04:00
2170096a21 Make WebmChunker use WebmetroError 2018-04-14 04:56:24 -04:00
bf56789810 Make EbmlStreamingParser use WebmetroErrors specifically 2018-04-14 04:56:24 -04:00
6434db0f82 Stub out throttle filter 2018-04-12 23:29:12 -04:00
413375102e Implement core of filter subcommand 2018-04-12 23:07:13 -04:00
e61244bce3 Factor StdinStream out of dump applet 2018-04-12 00:14:16 -04:00
da54623006 Move bin/dump into a debug subcommand, read stdin instead of a file 2018-04-11 21:54:02 -04:00
9dbd59c313 Use ? error handling in subcommands 2018-04-11 19:45:02 -04:00
97359801c2 Print help by default 2018-04-11 01:50:18 -04:00
7563c3ef46 Support PUT streams too 2018-04-11 01:43:40 -04:00
98f7f446f9 Move relay_server into a subcommand 2018-04-11 01:39:28 -04:00