Taiki Endo
73102760cf
chore: change default lint level to warning and deny warnings in CI ( #1416 )
2019-08-10 00:07:57 +09:00
Carl Lerche
962521f449
chore: enable full CI run ( #1399 )
...
* update all tests
* fix doc examples
* misc API tweaks
2019-08-07 20:02:13 -07:00
Shell Chen
74168ae82f
tcp: add async fn TcpStream::peek ( #1360 )
...
* tcp: add `async fn TcpStream::peek`
* tcp: apply rustfmt on tests
2019-07-26 10:55:02 -04:00
Carl Lerche
3e898f58a5
tcp: add ascyc fn TcpListener::accept ( #1242 )
...
Refs: #1209
2019-07-03 09:49:56 -07:00
Yin Guanhao
7380dd2482
TcpSocket specialized split ( #1217 )
2019-06-28 23:36:49 -07:00
Carl Lerche
8404f796ac
test: get cargo test --tests working ( #1205 )
...
Broken tests are disabled
2019-06-26 14:40:52 -07:00
Carl Lerche
1b498e8aa2
Fix TCP poll_hup test ( #1106 )
...
This updates tests to track a fix applied in Mio. Previously, Mio
incorrectly fired HUP events. This was due to Mio mapping `RDHUP` to
HUP. The test is updated to correctly generate a HUP event.
Additionally, HUP events will be removed from all platforms except for
Linux. This is caused by the inability to reliably map kqueue events to
the epoll HUP behavior.
2019-05-24 14:08:07 -07:00
Carl Lerche
cb4aea394e
Update Tokio to Rust 2018 ( #1082 )
2019-05-14 10:27:36 -07:00
Carl Lerche
80162306e7
chore: apply rustfmt to all crates ( #917 )
2019-02-21 11:56:15 -08:00
Mateusz Mikuła
31f71dedee
Routine dependencies update ( #533 )
...
* Update dependencies
* Replace deprecated tempdir with tempfile
2018-08-10 12:37:45 -07:00
Sam Rijs
923a80e098
Move tokio::net module into tokio tcp/udp crates ( #224 )
2018-03-14 09:38:59 -07:00