summaryrefslogtreecommitdiffstats
path: root/tokio-uds
AgeCommit message (Expand)Author
2019-05-14Update Tokio to Rust 2018 (#1082)Carl Lerche
2019-04-24chore: remember to remove path deps on release (#1057)Carl Lerche
2019-04-01Replace try! macro with ? operator (#1024)Taiki Endo
2019-03-19chore: repo maintenance + no path dependencies (#991)Carl Lerche
2019-02-21chore: apply rustfmt to all crates (#917)Carl Lerche
2019-01-06Bump version to 0.1.14. (#836)Carl Lerche
2018-11-30uds: fix WouldBlock case in UnixDatagram send methods (#782)Felix Obenhuber
2018-11-21Bump version to v0.1.13 (#771)Carl Lerche
2018-11-20uds: implement UnixDatagramFramed (#453)Patrick Barrett
2018-11-16uds: minor doc fix in UnixStream and UnixDatagram (#754)Felix Obenhuber
2018-11-15uds: added solaris support in the `ucred` module (#733)Ohad Ravid
2018-10-23Bump version to 0.1.12 (#718)Carl Lerche
2018-10-23uds: add NetBSD support (#715)Iku Iwasa
2018-09-27Bump tokio-uds to v0.2.2Carl Lerche
2018-09-27ads: fix UdsStream::read_buf to clear read (not write) readiness (#672)Sean McArthur
2018-08-25Spelling fixes (#571)Ben Boeckel
2018-08-19Bump tokio-uds version to v0.2.1 (#552)Carl Lerche
2018-08-10Routine dependencies update (#533)Mateusz MikuĊ‚a
2018-07-24Ignore tokio-uds's test_socket_pair on FreeBSD. (#493)Alan Somers
2018-07-11return NotReady when recv_from wouldblock in uds (#452)Patrick Barrett
2018-06-18Reexport tokio_uds::ConnectFuture (#430)Steven Fackler
2018-06-06Bump tokio-uds to v0.2.0 (#395)Carl Lerche
2018-05-14Import tokio-uds (#365)Carl Lerche