summary refs log tree commit diff
path: root/msg_socket/src
Commit message (Expand)AuthorAge
* msg_socket: introduce UnixSeqpacketExtAlyssa Ross2020-06-15
* Merge remote-tracking branch 'origin/master'Alyssa Ross2020-06-14
|\
| * msg_socket: implement MsgOnSocket for Vec and tuplesZach Reizner2020-06-03
* | Merge remote-tracking branch 'origin/master'Alyssa Ross2020-06-14
|\|
| * sys_util: Refactor IntoIovecChirantan Ekbote2020-05-28
* | Merge remote-tracking branch 'origin/master'Alyssa Ross2020-05-22
|\|
| * msg_socket: remove MsgOnSocket impl for RawFd, an alias for i32Zach Reizner2020-05-16
| * msg_socket: fix MsgOnSocket::msg_size for Option<T>Zach Reizner2020-05-16
* | msg_socket: impl std::error::Error for MsgErrorAlyssa Ross2020-05-22
* | Merge remote-tracking branch 'origin/master'Alyssa Ross2020-05-10
|\|
| * 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: impl for Arc and MutexZach Reizner2020-05-05
| * msg_socket: AsyncReceiver doesn't need a mut refDylan Reid2020-04-23
| * msg_socket: add specialized error for zero sized recvZach Reizner2020-04-14
* | Merge remote-tracking branch 'origin/master'Alyssa Ross2020-04-10
|\|
| * msg_socket: support dynamically sized typesZach Reizner2020-04-05
* | msg_socket: fix doc typoAlyssa Ross2020-03-25
* | msg_socket: don't force array elements to be cloneAlyssa Ross2020-03-10
* | Merge remote-tracking branch 'origin/master' into masterAlyssa Ross2020-03-09
|\|
| * msg_socket: Add async receiving of messagesDylan Reid2020-02-26
* | msg_socket::MsgOnSocket: fix Markdown formattingAlyssa Ross2020-02-11
|/
* 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
* eliminate usage of uninitializedZach Reizner2019-05-23
* Extracts BalloonAdjust from VmRequest.Jakub Staron2019-04-25
* msg_socket: Remove redundant supertrait boundDavid Tolnay2019-04-17
* edition: Eliminate blocks superseded by NLLDavid Tolnay2019-04-17
* edition: Remove extern crate linesDavid Tolnay2019-04-15
* edition: Fill in macro importsDavid Tolnay2019-04-15
* msg_socket: derive MsgOnSocket for boolDaniel Prilik2019-04-04
* edition: Update absolute paths to 2018 styleDavid Tolnay2019-03-13
* msg_socket: implement MsgOnSocket for Option<MsgOnSocket>Zach Reizner2019-03-08
* crosvm: use seqpacket rather than datagram socketsZach Reizner2019-02-28
* error: Print errors using Display implDavid Tolnay2019-02-20
* lint: Resolve the easier clippy lintsDavid Tolnay2018-12-03
* msg_socket: reformat with rust fmtDaniel Verkamp2018-11-22
* msg_socket: fix msg_on_socket alignment issueJingkui Wang2018-11-21
* 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