github.com/tokio-rs/tokio-proto
A network application framework for Rust
https://github.com/tokio-rs/tokio-proto
fbc5b9e7dfe91677072a7973270f6ad96186ea97 authored almost 9 years ago
fb5eac012077a778ebf80aacce426e02ff87b59c authored almost 9 years ago
The transport is no longer responsible for creating a channel for the
streaming body. Instead, a...
Multiplex may still have buffered frames after receiving a `Done` frame. The
task should stay al...
52c5c4f143323d5744779fe67ca5e1ee84c2fe2c authored almost 9 years ago
34076fee9400353b7242d2832fe2ec3d438f6ac9 authored almost 9 years ago
aa3bad5b09a1a920bd63b56c87d114d839e34cc1 authored almost 9 years ago
7d6cb18aead9c3257115b2359ee8890d1b2e71c2 authored almost 9 years ago
26b3931e10983ea3a857dbd99c20af48824e1a80 authored almost 9 years ago
0bfe489f2bd97307024df8f0c7a7ed112f8253e5 authored almost 9 years ago
8922f3a30a0754d1f0d035f8da64b97a4cfde0c5 authored almost 9 years ago
ea3a6241e334247d8c23631fd843351dbb9c076d authored almost 9 years ago
0d194d4a958b76c5d984be190f98f33a757814f2 authored almost 9 years ago
8e21b1c7788dc11d621b60ca12a0af24e94cf9cc authored almost 9 years ago
e8771e4e6573ce7a7fdde3f321c56d325a3b7ba2 authored almost 9 years ago
b4e0cc2f204d6c2e87175e140c3d155a6451e712 authored almost 9 years ago
cd20a29d5ff1af9058ea8c3b5a9a244998fbd37c authored almost 9 years ago
63028a160d9d428e6809eff73018b0802be24088 authored almost 9 years ago
Update futures version to match the other repos
5cffa0f3c415210b73c6c68fe8ac70bf4c3bbebb authored almost 9 years ago08267a72111c0b23020fc32ae86b0b8dec6654ef authored almost 9 years ago
35ab48c5504895e97f4a2f2e1e4f53310ff27581 authored almost 9 years ago
850947254de6d7310896c6cdc5d0c20829284b48 authored almost 9 years ago
e282ea593ca0ae1118f3a86aa313af56a1ededfa authored almost 9 years ago
5a850ef3a131ca4ffd2201f32e799137f7bc4659 authored almost 9 years ago
5528b00371c528554dc28556fb52fceecf99ec70 authored almost 9 years ago
ba9c8f458eccc39af3fe2b4aaae7e956f1a02cab authored almost 9 years ago
3dbde7ead99341fbc123b5a461a0cb48fbd9f7c4 authored almost 9 years ago
0a748bb589bc0485a8fa8d82512a308af647cf7d authored almost 9 years ago
57ef95988575796b5a00de4d634b24354319f8aa authored almost 9 years ago
809d8f97f8f5992feeca31884cae1d060d065a20 authored almost 9 years ago
5624b10189aa7884677a8e37a5822325281e7d1f authored almost 9 years ago
1debf9717b446e03aa0cd5acc8302eeba57a079c authored almost 9 years ago
818ee072fe13a7e7f4053c7e8c89762c90542d70 authored almost 9 years ago
bf3ec8a094426d0e064e9320a431301cfd8fd824 authored almost 9 years ago
a64ae267ffbca52687aefe679d9e03600fa6429e authored almost 9 years ago
Track tokio-core master
f73b16afd73ebb4e8bd8759728597a224352accb authored almost 9 years ago4e3a7f3b0f8059b8a575547b3a4145732bdf8370 authored almost 9 years ago
e68a222f4c2c31791ebe62560d818cc6b3941305 authored almost 9 years ago
Multiplexing allows multiple request / response transactions to be inflight
concurrently while s...
2d6f909b5e48574fce1a0dd4fd171ba8fb558dad authored almost 9 years ago
b107acea4a2f3b8e0855007c755357cfe1afa7b8 authored almost 9 years ago
54e6236987f93739d15c24f131be17b52b46b3bb authored almost 9 years ago
e180a95b2ebeaff6f4bf0415509b36d74f452b12 authored almost 9 years ago
1cd9b2dcad07f601487bc8f6b637b771ea1bacb4 authored almost 9 years ago
Fixes #30
b24b148946f9470267a8081b1028f1d61ea47b04 authored almost 9 years ago6684860532f2b71989bc5e4c653b6f0ae948edac authored almost 9 years ago
4448b5e4f3bc5bdecdd92bd93cabc49cbe149f9d authored almost 9 years ago
da3a7d47ba426c5040fb634a73c10aba4e333ac2 authored almost 9 years ago
f8fca76920c3f9c23652a6c9c9b3ce4b86d7117b authored almost 9 years ago
1a7ba2ca4fabf925280330bea878e91c469f7019 authored almost 9 years ago
a6680ebb7897f87a3e942c3ecc4c1ce001c6dfda authored almost 9 years ago
Fixes #29
18214c8e7da13ee2b669f106588b2bdcd98351c2 authored almost 9 years ago64f977ed8d0d80c6603111892138ce403b930e85 authored almost 9 years ago
9b694ed5d92a9614058674032a37836300727314 authored almost 9 years ago
b9bab7031a0069eda17cbb20e73620e9efabea2d authored almost 9 years ago
Replace the `reactor` module with `tokio-core`
aa04f4269250c91a715a2f3c56208cb6796dccd3 authored almost 9 years ago
This commit replaces tokio's `reactor` module with the `tokio-core` crate,
obviating the need fo...
17f390cd86268a0dcd59b4b9893ae2dcd383ea68 authored almost 9 years ago
93242c91fd17547035707520d9ab8724d8d8e778 authored almost 9 years ago
01ef983ee22c1806dd11d95d44e811dbaf0d8e8b authored almost 9 years ago
Two ergonomic improvments to proto::pipeline:
* Add a `Frame::MessageWithBody` variant which al...
d282450a6d5e491bb98e1b971bc0e80fc445c1cb authored almost 9 years agoThe two major components of this commit are:
* Extracting common logic from `pipeline::Client` ...
08a0fdd652fb51cf40d38a2b41744a10be5d363f authored almost 9 years agofixes #18
c7d734ab6427884c24faf3ef5e1796247e393fdd authored almost 9 years ago
This changeset adds unit tests for the Ready struct, including
bitwise ops and conversions from/...
b4f1d2a871389d695ca770a23ae369fdfd469e67 authored almost 9 years ago
f6584196ddc8e4610a0a2d7d76c3b7fea7b917a1 authored almost 9 years ago
8fab3aa926890dd1c7862594a47a58de8f4f0832 authored almost 9 years ago
869cbe771c6288b3d8da3a8bb7e383cdb0f763fe authored almost 9 years ago
262d0f47e6ddea0c0078e31e779f56a94114c1e7 authored almost 9 years ago
618f6f6ac9a107c5f9e65b87b591a2f9bba61a5f authored almost 9 years ago
63732814291d868999ebbf402a355518119869d1 authored almost 9 years ago
448a92f3d33fa0e3271dca6b63bc1357cdbdbda4 authored almost 9 years ago
1d85da63ee2018dac82b5737e9fb2d12bcda1f6e authored almost 9 years ago
736a8e38626471ff75ac8ba4ca186a26e6911d99 authored almost 9 years ago
7dd40e0654942931927f907db967aa707f454f6f authored almost 9 years ago
9d26e03d2399d29ac8ae06ab67a953c9a62bba80 authored almost 9 years ago
4fc973ab3c2c7563f1cc3bb82e16207f7e6937aa authored almost 9 years ago
27c6dfb85cc13f36d5dc1d36f5de03749e9cc0fe authored almost 9 years ago
f3c73b299f6230897d921aab258d04d02703aaa0 authored almost 9 years ago
c5551bb02b4dc1e79bc69897105b6e9fba97e6a1 authored almost 9 years ago
Minor readability improvement.
975ba82a6c033ddb8357e529fcfd3b48ccdd5494 authored almost 9 years ago44eb2254db38427f1575d894649ae1bf1261e170 authored almost 9 years ago
fbc628cfd66743338d7cf2c042b66ab39be5721f authored almost 9 years ago
0276988075f9341a757ac905412121c51a387bc4 authored almost 9 years ago
759c8e473f40dd9bef8fdf974092393374142c86 authored almost 9 years ago
faac2864c6a949fef3fc842dfdeacc4d3dc747af authored almost 9 years ago
86b5f9a4486e9dec785ec0c9a9bd0ce7e22a8d24 authored almost 9 years ago
a903ec3f737e4ad8e4999481fe7cda01237178a8 authored almost 9 years ago
f028857fdcdd3b7efc8c6d121868a7285c38ad69 authored almost 9 years ago
df933f795403cd4bfc63e399fcc461b577058d07 authored almost 9 years ago
d257f08ca38239bad01b5fee29153b87bcc86959 authored almost 9 years ago
fc5cf926a7b2954cd8584cb0ba5009ae748525ca authored almost 9 years ago
Even though most of the other dependencies are for in-dev crates/dev branches,
there is no need ...
08d52de7377067e4d857cdf3504848d290f88119 authored almost 9 years ago
685370c2aaedc136fd84099a47d1ffc1e4ef02fc authored almost 9 years ago
7e9e9babd3d9757ecf8525f31dfb7361200f43c2 authored almost 9 years ago