|
1ce026eb2e
|
Include a simple built-in HTML player
|
2023-04-28 18:06:28 -04:00 |
|
|
3bb6641a53
|
Add escaping dependencies
|
2023-04-28 18:04:26 -04:00 |
|
|
fba1829970
|
Remove unused header
|
2023-04-28 16:15:28 -04:00 |
|
|
fc3724683a
|
Create Buster build for older libc compatibility
|
2023-04-08 21:55:02 -04:00 |
|
|
4db64df278
|
Use another if let in stream parser
|
2023-02-03 23:10:50 -05:00 |
|
|
884aa37888
|
convert Chunk to external iteration
|
2022-06-10 17:15:03 -04:00 |
|
|
2b88d09d0f
|
Teach filter subcommand to recognize --skip and --take options
|
2022-05-22 20:50:47 -04:00 |
|
|
bfe7d4b1d7
|
Update argument parsing to clap v3
|
2022-05-22 20:37:03 -04:00 |
|
|
15520f26bd
|
Update Tokio/Hyper/Warp-related dependencies
|
2022-05-22 00:56:53 -04:00 |
|
|
fc4e0577c8
|
Trivial dependency updates
|
2022-05-22 00:06:13 -04:00 |
|
|
8cecb2166f
|
remove dependency on odds now that Vec::retain_mut is stable
|
2022-05-21 22:40:07 -04:00 |
|
|
3bc46210e4
|
Teach send subcommand to recognize --skip and --take options
|
2020-09-11 22:57:23 -04:00 |
|
|
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 |
|
|
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 |
|
|
9cc7d8064d
|
Represent Chunks as iterables of Bytes
|
2020-09-11 19:34:27 -04:00 |
|
|
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 |
|
|
c8124ed388
|
Add INFO logging for channel creation/garbage-collection
|
2020-09-10 01:22:36 -04:00 |
|
|
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 |
|
|
d585ad7b31
|
use ergonomic try_next() combinator instead of transpose()
|
2020-05-09 00:17:22 -04:00 |
|
|
5a6d1e764d
|
simplify channel streams
|
2020-05-09 00:06:29 -04:00 |
|
|
4b923ebed5
|
Update CHANGELOG.md
|
2020-05-08 22:34:35 -04:00 |
|
|
17bf7f0eef
|
Merge branch 'warp02'
|
2020-05-08 22:21:00 -04:00 |
|
|
bb013761b1
|
remove old tokio helper crates that aren't used anymore, simplify Cargo.toml versions
|
2020-05-08 22:20:35 -04:00 |
|
|
1a6764b778
|
bump odds version
|
2020-05-08 22:07:53 -04:00 |
|
|
c422a1c3f3
|
Simplify/sanify some types
|
2020-05-08 22:02:49 -04:00 |
|
|
00ec517e78
|
Big-bang update tokio, warp, futures, & hyper to new versions.
|
2020-05-07 23:14:43 -04:00 |
|
|
1273b4adff
|
WIP: update lib to bytes 0.5
|
2020-05-07 00:34:23 -04:00 |
|
|
f4f752548e
|
Merge branch 'chunk_refactor'
|
2020-05-06 21:50:45 -04:00 |
|
|
9274fabeea
|
impl Iterator for Chunk
|
2020-05-06 21:50:03 -04:00 |
|
|
dbcbf2831e
|
Remove unused (and soon-to-be meaningless) AsRef impl for ClusterHead
|
2019-11-28 11:09:02 -05:00 |
|
|
2400720d03
|
Use a Bytes[Mut] for all Chunk data
|
2019-11-28 00:17:52 -05:00 |
|
|
5e2e1bcf83
|
replace a number of intermediate states with a "pending" Option
|
2019-11-26 21:26:08 -05:00 |
|
|
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
|
0c48d59e3a
|
Merge branch 'multibind'
|
2019-11-20 00:24:01 -05:00 |
|
Tangent Wantwight
|
3f7adb3bd6
|
Bind to multiple addresses if given a DNS name
|
2019-11-20 00:15:00 -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
|
c6a1e3daf3
|
Merge branch 'log'
|
2019-11-19 20:06:47 -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
|
2f129d6986
|
permit some dependencies to increase version now
|
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
|
77401e9f51
|
Merge branch 'nightly' - async stable now
|
2019-11-17 22:44:13 -05:00 |
|
Tangent Wantwight
|
d563baaca8
|
normalize stream_parser poll to use modern future types
|
2019-11-17 01:19:30 -05:00 |
|
Tangent Wantwight
|
e6d8b58492
|
prettify the chunker match blocks a bit
|
2019-11-16 15:46:25 -05:00 |
|
Tangent Wantwight
|
d3b147f8ea
|
Take advantage of NLL to be able to state-transition & return directly in chunker
|
2019-11-16 15:19:14 -05:00 |
|
Tangent Wantwight
|
7485119028
|
remove an unneeded test
|
2019-11-16 14:22:53 -05:00 |
|
Tangent Wantwight
|
7e85a8750b
|
Removed old Tokio version from Cargo.toml
|
2019-11-16 13:27:58 -05:00 |
|
Tangent Wantwight
|
4abd26ddbf
|
cleanup
|
2019-11-16 13:17:44 -05:00 |
|