John-John Tedro
e096857bc2
Fix broken links to tokio::net ( #2220 )
2020-02-05 10:03:26 -05:00
Lucio Franco
367511dc6b
udp: Fix warning with unused paren ( #2219 )
...
Signed-off-by: Lucio Franco <[email protected] >
2020-02-04 18:48:36 -05:00
Lucio Franco
8fddd4cb86
chore: Prepare final 0.1.x release ( #2216 )
...
Signed-off-by: Lucio Franco <[email protected] >
2020-02-04 17:43:02 -05:00
John-John Tedro
0f11d56a3c
More deprecation notices (relates #2036 ) ( #2098 )
2020-01-14 15:36:16 -05:00
David Kellum
39f369f686
v0.1.x: Don't deny warnings ( #1368 )
...
This is just too aggressive for a stable maintenance branch of tokio,
in that new rust release warnings are prooving too hard to fix.
2019-09-30 18:28:26 -04:00
Lucio Franco
57ba3a7fbc
udp: Prep release v0.1.5 ( #1519 )
...
Signed-off-by: Lucio Franco <[email protected] >
2019-08-30 17:51:48 -04:00
Lucio Franco
c3c3481d74
udp: Fix UdpFramed decode ( #1517 )
2019-08-30 11:13:54 -07:00
Lucio Franco
7b39388415
Prep tokio-udp 0.1.4 release ( #1503 )
...
* Fix warnings in udp tests
* Prep tokio-udp 0.1.4 release
2019-08-28 12:16:40 -04:00
John Doneth
11a1ce2721
v0.1.x: Fix UdpFramed with regards to Decode ( #1444 )
...
* add test for using LinesCodec with UdpFramed
* fix UdpFramed decode
* rustfmt
2019-08-20 15:57:04 -04:00
Taiki Endo
599955f716
Replace try! macro with ? operator ( #1024 )
2019-04-01 13:45:59 -07:00
Carl Lerche
80162306e7
chore: apply rustfmt to all crates ( #917 )
2019-02-21 11:56:15 -08:00
Carl Lerche
b117fc1d65
Bump version to v0.1.13 ( #771 )
...
This also bumps the following sub crate versions:
* tokio-current-thread (0.1.4)
* tokio-reactor (0.1.7)
* tokio-signal (0.2.7)
* tokio-threadpool (0.1.9)
* tokio-timer (0.2.8)
* tokio-udp (0.1.3)
* tokio-uds (0.2.4)
2018-11-21 17:11:31 -08:00
Toralf Wittner
09f2ac85bf
udp: add into_parts to RecvDgram ( #710 )
...
* udp: add `into_parts` to `RecvDgram`
If `RecvDgram` can not be driven to completion it may become necessary to get back the `UdpSocket` it contains which is currently not possible.
This adds`into_parts` to get the socket as well as the buffer back. Both methods consume `RecvDgram`.
Note that after the future has completed, `into_parts` must not be used, or else a panic will happen.
2018-11-15 10:55:34 -05:00
Carl Lerche
07203408de
Bump version to v0.1.8 ( #566 )
...
This also bumps a number of sub crates:
* tokio-executor (0.1.3)
* tokio-io (0.1.8)
* tokio-reactor (0.1.4)
* tokio-threadpool (0.1.6)
* tokio-timer (0.2.6)
* tokio-udp (0.1.2)
2018-08-24 08:58:26 -07:00
Carl Lerche
d91c775f36
Remove dead futures2 code. ( #538 )
...
The futures 0.2 crate is not intended for widespread usage. Also, the
futures team is exploring the compat shim route.
If futures 0.3 support is added to Tokio 0.1, then a different
integration route will be explored, making the current code unhelpful.
2018-08-09 21:56:53 -07:00
Andrew Cann
fdb2f61357
Udp socket readiness methods ( #522 )
2018-08-07 19:41:27 -07:00
Carl Lerche
c25ea78ec9
Bump version of a number of sub crates ( #414 )
...
This includes:
* tokio-codec (0.1.0)
* tokio-current-thread (0.1.0)
* tokio-fs (0.1.1)
* tokio-io (0.1.7)
* tokio-reactor (0.1.2)
* tokio-udp (0.1.1)
2018-06-13 10:24:56 -07:00
Bryan Burgers
f723d10087
Create tokio-codec ( #360 )
...
Create a new tokio-codec crate with many of the contents of
`tokio_io::codec`.
2018-06-04 20:36:06 -07:00
Carl Lerche
e281e4f4cb
Remove fuchsia references as it is not supported. ( #355 )
2018-05-14 12:00:19 -07:00
main()
35f3351c97
Document Handle::default() behavior ( #359 )
2018-05-14 11:11:28 -07:00
Julian Tescher
06b2c40222
Fix typos ( #348 )
2018-05-08 11:44:17 -07:00
Sam Rijs
923a80e098
Move tokio::net module into tokio tcp/udp crates ( #224 )
2018-03-14 09:38:59 -07:00