Commit Graph

23 Commits

Author SHA1 Message Date
Tangent Wantwight 884aa37888 convert Chunk to external iteration 2022-06-10 17:15:03 -04:00
Tangent Wantwight 2b88d09d0f Teach filter subcommand to recognize --skip and --take options 2022-05-22 20:50:47 -04:00
Tangent Wantwight bfe7d4b1d7 Update argument parsing to clap v3 2022-05-22 20:37:03 -04:00
Tangent Wantwight 15520f26bd Update Tokio/Hyper/Warp-related dependencies 2022-05-22 00:56:53 -04:00
Tangent Wantwight c422a1c3f3 Simplify/sanify some types 2020-05-08 22:02:49 -04:00
Tangent Wantwight 00ec517e78 Big-bang update tokio, warp, futures, & hyper to new versions. 2020-05-07 23:14:43 -04:00
Tangent Wantwight 9274fabeea impl Iterator for Chunk 2020-05-06 21:50:03 -04:00
Tangent Wantwight 2400720d03 Use a Bytes[Mut] for all Chunk data 2019-11-28 00:17:52 -05:00
Tangent 128 bc8e45936b Convert parser & chunker APIs to work with Futures 0.3-style streams 2019-10-21 03:18:51 -04:00
Tangent 128 3a6ca629ca Use core futures for the fixers; try different approach to timecode fixer 2019-10-11 00:28:08 -04:00
Tangent 128 03ee74b6da Fix dyn syntax warning. 2019-09-23 16:34:28 -04:00
Tangent 128 480fd1696a Use custom_error! for all Webmetro errors 2019-07-07 20:42:29 -04:00
Tangent 128 26930b07e0 Fix `webmetro send` not exiting when stdin ends. 2018-10-21 02:22:46 -04:00
Tangent 128 5d25d5adb7 Have subcommands control launching the runtime. 2018-10-20 23:02:24 -04:00
Tangent 128 55e1f29906 use impl Future in a few places 2018-05-13 21:05:51 -04:00
Tangent 128 739862bc35 Add send subcommand for uploading WebM 2018-04-15 01:43:23 -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 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 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