summary refs log tree commit diff
path: root/msg_socket/src/lib.rs
Commit message (Expand)AuthorAge
* msg_socket: introduce UnixSeqpacketExtAlyssa Ross2020-06-15
* sys_util: Refactor IntoIovecChirantan Ekbote2020-05-28
* msg_socket: AsyncReceiver doesn't need a mut refDylan Reid2020-05-07
* cros_async: Hide the details of fd_executorDylan Reid2020-05-07
* msg_socket: AsyncReceiver doesn't need a mut refDylan Reid2020-04-23
* msg_socket: add specialized error for zero sized recvZach Reizner2020-04-14
* msg_socket: support dynamically sized typesZach Reizner2020-04-05
* msg_socket: Add async receiving of messagesDylan Reid2020-02-26
* sys_util: recv entire UnixSeqpacket packets into VecZach Reizner2020-02-06
* MsgSocket: Don't implement DerefChirantan Ekbote2020-01-17
* msg_socket: Change trait type parameters to associated typesChirantan Ekbote2020-01-12
* edition: Remove extern crate linesDavid Tolnay2019-04-15
* edition: Fill in macro importsDavid Tolnay2019-04-15
* edition: Update absolute paths to 2018 styleDavid Tolnay2019-03-13
* crosvm: use seqpacket rather than datagram socketsZach Reizner2019-02-28
* lint: Resolve the easier clippy lintsDavid Tolnay2018-12-03
* msg_socket: return io:Error from pair() instead of OptionZach Reizner2018-11-15
* msg_socket: implement AsRawFd for UnixDatagram wrappersZach Reizner2018-11-15
* msg_socket_on_derive: use fully qualified typesZach Reizner2018-11-07
* msg_socket: avoid send_msg/recv_msg call if it's not necessaryJingkui Wang2018-11-02
* crosvm: add msg_sock.Jingkui Wang2018-10-09