Commit Graph

26 Commits

Author SHA1 Message Date
Tangent Wantwight bfe7d4b1d7 Update argument parsing to clap v3 2022-05-22 20:37:03 -04: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 128 eb5d206dd9 Use Rust 2018 Edition 2019-07-07 18:17:38 -04:00
Tangent 128 87eaed9c82 cargo fix for Rust 2018 2019-07-07 18:17:38 -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 01bb2c2e19 Use warp framework for the relay_server 2018-10-21 19:19:27 -04:00
Tangent 128 9b9b6beb54 Use hyper::Body instead of a custom Payload type 2018-10-21 02:25:24 -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 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 603e741753 Add X-Accel-Buffering header & Nginx proxying instructions 2018-04-25 01:24:43 -04:00
Tangent 128 739862bc35 Add send subcommand for uploading WebM 2018-04-15 01:43:23 -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 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 413375102e Implement core of filter subcommand 2018-04-12 23:07:13 -04:00
Tangent 128 da54623006 Move bin/dump into a debug subcommand, read stdin instead of a file 2018-04-11 21:54:02 -04:00
Tangent 128 9dbd59c313 Use ? error handling in subcommands 2018-04-11 19:45:02 -04:00
Tangent 128 97359801c2 Print help by default 2018-04-11 01:50:18 -04:00
Tangent 128 98f7f446f9 Move relay_server into a subcommand 2018-04-11 01:39:28 -04:00
Tangent 128 f3aa76243f Create stub main binary, using clap argument parser 2018-04-11 00:55:41 -04:00