Commit Graph

36 Commits

Author SHA1 Message Date
Tangent Wantwight 3bb6641a53 Add escaping dependencies 2023-04-28 18:04:26 -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 8cecb2166f remove dependency on odds now that Vec::retain_mut is stable 2022-05-21 22:40:07 -04:00
Tangent Wantwight 4dc8ec1bbd when disconnecting, clean up the header chunk so subsequent clients don't get a potentially incorrect initialization segment 2020-08-10 21:40:53 -04:00
Tangent Wantwight bb013761b1 remove old tokio helper crates that aren't used anymore, simplify Cargo.toml versions 2020-05-08 22:20:35 -04:00
Tangent Wantwight 1a6764b778 bump odds version 2020-05-08 22:07:53 -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 3da59e2d96 start next development cycle 2019-11-20 00:33:13 -05:00
Tangent Wantwight 3ed514c99c Release v0.2.2
Add a project changelog
2019-11-20 00:24:57 -05:00
Tangent Wantwight ca1ade1341 Revert "Removed old Tokio version from Cargo.toml"
This reverts commit 7e85a8750b.
2019-11-20 00:13:51 -05:00
Tangent Wantwight 8fa16152f8 Add & init env_logger 2019-11-19 20:06:28 -05:00
Tangent Wantwight ba1d921a7e Use `log` crate & macros instead of prints. 2019-11-19 20:06:28 -05:00
Tangent Wantwight 22c6b0cfc8 document 0.2.2 WIP 2019-11-19 19:45:59 -05:00
Tangent Wantwight 188bf23803 bump patch version for dependency/architecture changes 2019-11-17 22:45:34 -05:00
Tangent Wantwight 7e85a8750b Removed old Tokio version from Cargo.toml 2019-11-16 13:27:58 -05:00
Tangent 128 32c72e1ee8 Port send subcommand to core futures & alpha hyper (fixes --throttle) 2019-10-21 17:10:52 -04:00
Tangent 128 710af7e1d7 feeder-based parser proof-of-concept adjusted to work with the lifetime FromEbml trait 2019-10-20 02:22:36 -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 90469e3fbd Bring in futures-preview to begin porting to core futures. 2019-10-08 21:44:23 -04:00
Tangent 128 7d53f16a7b Refresh dependency versions 2019-09-23 16:34:12 -04:00
Tangent 128 6895cde14a derive EBML errors via custom_error!{} 2019-07-07 20:10:46 -04:00
Tangent 128 365c9f6515 Refresh dependency versions 2019-07-07 19:45:36 -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 01bb2c2e19 Use warp framework for the relay_server 2018-10-21 19:19:27 -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 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 ee82846590 Use tokio_core instead of runtime as top loop 2018-04-15 01:21:00 -04:00
Tangent 128 a847d62b34 Have utilities read stdin via tokio_io wrapper 2018-04-14 18:18:50 -04:00
Tangent 128 15ebdb6b8c Update dependencies + officially add Tokio 2018-04-14 04:56:20 -04:00
Tangent 128 f3aa76243f Create stub main binary, using clap argument parser 2018-04-11 00:55:41 -04:00