Yin Guanhao
6d186fe40e
Replace (some) uninitialized with MaybeUninit ( #1295 )
2019-07-16 10:47:46 -07:00
Taiki Endo
b14e189e44
add #[must_use] to more futures and streams ( #1309 )
2019-07-15 13:28:56 -07:00
Gurwinder Singh
83273b8b50
chore: use ready macro from futures-core ( #1300 )
2019-07-15 10:43:54 -07:00
Carl Lerche
7ac8bfc821
chore: bump to newer nightly ( #1284 )
2019-07-10 14:36:36 -07:00
Yin Guanhao
80915906d8
uds: update to std-future ( #1227 )
2019-07-08 14:58:40 -07:00
Denis
dd126c2333
Implement TryFrom to transform various I/O primitives into their mio counterparts ( #1158 )
...
* `TryFrom<TcpListener> for mio::net::TcpListener`
* `TryFrom<TcpStream> for mio::net::TcpStream`
* `TryFrom<UdpSocket> for mio::net::UdpSocket`
* `TryFrom<UnixListener> for mio_uds::UnixListener`
* `TryFrom<UnixStream> for mio_uds::UnixStream`
2019-06-26 08:51:38 -07:00
Carl Lerche
cb4aea394e
Update Tokio to Rust 2018 ( #1082 )
2019-05-14 10:27:36 -07:00
Carl Lerche
949adbb887
chore: remember to remove path deps on release ( #1057 )
2019-04-24 10:42:39 -07:00
Taiki Endo
599955f716
Replace try! macro with ? operator ( #1024 )
2019-04-01 13:45:59 -07:00
Carl Lerche
cdde2e7a27
chore: repo maintenance + no path dependencies ( #991 )
...
- Move `tokio` into its own directory.
- Remove `path` dependencies.
- Run tests with once with crates.io dep and once with patched dep.
2019-03-19 14:58:59 -07:00
Carl Lerche
80162306e7
chore: apply rustfmt to all crates ( #917 )
2019-02-21 11:56:15 -08:00
Carl Lerche
961aae41c4
Bump version to 0.1.14. ( #836 )
...
Also bumps:
* tokio-async-await (0.1.5)
* tokio-executor (0.1.6)
* tokio-fs (0.1.5)
* tokio-io (0.1.11)
* tokio-reactor (0.1.8)
* tokio-tcp (0.1.3)
* tokio-threadpool (0.1.10)
* tokio-tls (0.2.1)
* tokio-uds (0.2.5)
...and updates LICENSE files to 2019.
2019-01-06 23:25:55 -08:00
Felix Obenhuber
8263e5f18d
uds: fix WouldBlock case in UnixDatagram send methods ( #782 )
2018-11-30 19:40:03 -05: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
Patrick Barrett
3658e10045
uds: implement UnixDatagramFramed ( #453 )
...
Implement `Stream + Sink` layer on top of unix domain sockets
using codecs.
2018-11-20 09:19:34 -08:00
Felix Obenhuber
c83355235c
uds: minor doc fix in UnixStream and UnixDatagram ( #754 )
2018-11-16 14:53:19 -08:00
Ohad Ravid
32a152630f
uds: added solaris support in the ucred module ( #733 )
2018-11-15 10:30:37 -05:00
Carl Lerche
f929576f0e
Bump version to 0.1.12 ( #718 )
...
Also bumps the following sub-crates:
* tokio-fs (0.1.4)
* tokio-io (0.1.10)
* tokio-signal (0.2.6)
* tokio-threadpool (0.1.8)
* tokio-uds (0.2.3)
2018-10-23 22:00:49 -07:00
Iku Iwasa
2291ba9d0d
uds: add NetBSD support ( #715 )
2018-10-23 20:15:42 -04:00
Carl Lerche
1e45237a28
Bump tokio-uds to v0.2.2
2018-09-27 20:05:23 -07:00
Sean McArthur
3a88d85538
ads: fix UdsStream::read_buf to clear read (not write) readiness ( #672 )
2018-09-27 20:02:29 -07:00
Ben Boeckel
82c5baa09b
Spelling fixes ( #571 )
...
* docs: fix spelling and whitespace errors
2018-08-25 15:26:41 -04:00
Carl Lerche
89639ec48b
Bump tokio-uds version to v0.2.1 ( #552 )
...
Fixes #551
2018-08-19 21:23:49 -07:00
Mateusz Mikuła
31f71dedee
Routine dependencies update ( #533 )
...
* Update dependencies
* Replace deprecated tempdir with tempfile
2018-08-10 12:37:45 -07:00
Alan Somers
5d0d2a2e12
Ignore tokio-uds's test_socket_pair on FreeBSD. ( #493 )
...
It requires FreeBSD 12.0 or later. Also, fix a spelling mistake in a
comment.
2018-07-24 14:00:01 -07:00
Patrick Barrett
e6fc3d209d
return NotReady when recv_from wouldblock in uds ( #452 )
2018-07-11 11:37:57 -07:00
Steven Fackler
45bcea6c4f
Reexport tokio_uds::ConnectFuture ( #430 )
2018-06-18 13:26:06 -07:00
Carl Lerche
06325fa63b
Bump tokio-uds to v0.2.0 ( #395 )
2018-06-06 14:09:07 -07:00
Carl Lerche
c8e710d39e
Import tokio-uds ( #365 )
...
This imports tokio-uds from the dedicated repo.
2018-05-14 14:48:32 -07:00