Commit Graph

15 Commits

Author SHA1 Message Date
Tangent Wantwight 15520f26bd Update Tokio/Hyper/Warp-related dependencies 2022-05-22 00:56:53 -04:00
Tangent Wantwight 18fb8390a0 ensure Throttle never waits before the first chunk of data, even if it's timestamped after zero 2020-09-11 22:56:24 -04:00
Tangent Wantwight 43acf93fa9 Fuse ClusterHead & ClusterBody chunks into one chunk type
(there is still a technical body chunk variant for iteration purposes, but it won't be produced by the parser)
2020-09-11 20:34:40 -04:00
Tangent Wantwight 2fb8408ebc Start throttle timing on first data instead of throttle creation (improves cases where the source is slow to start) 2020-09-10 18:11:48 -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 128 8a3f478c38 Give Throttle a ::new() function for now 2019-10-16 00:16:47 -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 480fd1696a Use custom_error! for all Webmetro errors 2019-07-07 20:42:29 -04:00
Tangent 128 87eaed9c82 cargo fix for Rust 2018 2019-07-07 18:17:38 -04:00
Tangent 128 e77a3d0e98 Implement Throttle filter (fails because not executed on runtime) 2018-04-14 05:04:46 -04:00
Tangent 128 6434db0f82 Stub out throttle filter 2018-04-12 23:29:12 -04:00
Tangent 128 ff8d4e9126 Break out "find starting point" fixer operator 2018-04-08 02:31:00 -04:00
Tangent 128 b7ee425905 Tidy Stream extension trait impl 2018-04-07 01:09:17 -04:00
Tangent 128 2bdbe21a73 Rename timecode_fixer to fixers 2018-04-04 20:26:02 -04:00
Renamed from src/timecode_fixer.rs (Browse further)