summary refs log tree commit diff
path: root/msg_socket (follow)
Commit message (Expand)AuthorAge
* msg_socket: introduce UnixSeqpacketExtAlyssa Ross2020-06-15
* msg_socket: fix broken testsAlyssa Ross2020-06-14
* 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
| * Implements the Hypervisor trait for Kvm.Udam Saini2020-05-15
* | msg_socket: impl std::error::Error for MsgErrorAlyssa Ross2020-05-22
* | msg_socket: fmtAlyssa Ross2020-05-10
* | 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 skip helper attributeZach Reizner2020-05-06
| * 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
| * msg_socket: allow Enum with no variant filed typesChuanxiao Dong2020-04-14
* | Remove unnecessary "extern crate" linesAlyssa Ross2020-04-11
* | crosvm: collapse simple boolean matchesAlyssa Ross2020-04-11
* | msg_socket: fix derive for unit enumsAlyssa Ross2020-04-10
* | 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
* | msg_socket: SocketMsg -> MsgSocketAlyssa 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
* Update syn, quote, and proc-macro past 1.0Dylan Reid2020-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
* crosvm: add license blurb to all filesStephen Barber2019-04-24
* edition: Eliminate ref keywordDavid Tolnay2019-04-18
* 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: Simplify derive by removing const namespaceDavid Tolnay2019-04-15
* cargo: Sort all dependency lists in Cargo.tomlDavid Tolnay2019-04-09
* edition: Update msg_socket to 2018 editionDavid Tolnay2019-04-08
* 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