|
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 |
|
Tangent Wantwight
|
58ca126a02
|
remove rust-toolchain now that async/await's stable
|
2019-11-16 13:17:37 -05:00 |
|
|
a5baa39014
|
Fix server kicking clients off when a source left
|
2019-10-21 17:11:09 -04:00 |
|
|
32c72e1ee8
|
Port send subcommand to core futures & alpha hyper (fixes --throttle)
|
2019-10-21 17:10:52 -04:00 |
|
|
8de9ffdb21
|
fixup async parser deletion
|
2019-10-21 15:08:45 -04:00 |
|
|
ee818dbfd8
|
Run dump command on a runtime so it works properly.
|
2019-10-21 04:04:11 -04:00 |
|
|
d9e9b9e49c
|
Give stream_parser an async next() method, making async_parser no longer interesting.
|
2019-10-21 04:03:52 -04:00 |
|
|
bc8e45936b
|
Convert parser & chunker APIs to work with Futures 0.3-style streams
|
2019-10-21 03:18:51 -04:00 |
|
|
eda2e4f7be
|
Remove EbmlEventSource trait in favor of concrete EbmlStreamingParser
|
2019-10-21 01:20:14 -04:00 |
|
|
fa85939c0b
|
Cleanup stream_parser using some async_parser approaches
|
2019-10-21 00:19:20 -04:00 |
|
|
4a0bf8ee8c
|
Write a test for stream_parser
|
2019-10-21 00:03:30 -04:00 |
|
|
710af7e1d7
|
feeder-based parser proof-of-concept adjusted to work with the lifetime FromEbml trait
|
2019-10-20 02:22:36 -04:00 |
|
|
a9b66b6297
|
Remove repeated code in decode_element
|
2019-10-20 00:25:35 -04:00 |
|
|
d894a139f2
|
make return value for check_space more structured/informative
|
2019-10-20 00:21:09 -04:00 |
|
|
e1aeeb8106
|
pin to nightly for now
|
2019-10-16 23:53:21 -04:00 |
|
|
ccbb566d85
|
Remove unused module
|
2019-10-16 23:53:09 -04:00 |
|
|
8a3f478c38
|
Give Throttle a ::new() function for now
|
2019-10-16 00:16:47 -04:00 |
|
|
49fa0ff7e0
|
make error descriptions more useful
|
2019-10-15 23:36:23 -04:00 |
|
|
3a6ca629ca
|
Use core futures for the fixers; try different approach to timecode fixer
|
2019-10-11 00:28:08 -04:00 |
|
|
cfb56f1281
|
Convert channel.rs to futures-preview
|
2019-10-08 23:35:13 -04:00 |
|
|
5cd28a6cdc
|
use core Never type
|
2019-10-08 21:44:37 -04:00 |
|
|
90469e3fbd
|
Bring in futures-preview to begin porting to core futures.
|
2019-10-08 21:44:23 -04:00 |
|
|
03ee74b6da
|
Fix dyn syntax warning.
|
2019-09-23 16:34:28 -04:00 |
|
|
7d53f16a7b
|
Refresh dependency versions
|
2019-09-23 16:34:12 -04:00 |
|