summary refs log tree commit diff
path: root/msg_socket
Commit message (Expand)AuthorAge
* impl MsgOnSocket for PathBufAlyssa Ross2020-06-15
* impl MsgOnSocket for StringAlyssa Ross2020-06-15
* msg_socket: impl MsgOnSocket for Cow<[T]>Alyssa Ross2020-06-15
* msg_socket: make usize fixed sizeAlyssa Ross2020-06-15
* msg_socket: implement MsgOnSocket for ResultAlyssa Ross2020-06-15
* msg_socket: fix derive for empty named structsAlyssa Ross2020-06-15
* send wl::Params over socketAlyssa Ross2020-06-15
* use lifetimes in serialization to prevent closingAlyssa Ross2020-06-15
* vm_control: make MaybeOwnedFd genericAlyssa Ross2020-06-15
* msg_socket: impl MsgOnSocket for WrappingAlyssa Ross2020-06-15
* 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