summary refs log tree commit diff
path: root/sys_util/src/sock_ctrl_msg.rs
Commit message (Expand)AuthorAge
* sys_util: Refactor IntoIovecChirantan Ekbote2020-05-28
* Make VolatileSlice ABI-compatible with iovecChirantan Ekbote2020-05-25
* sys_util: recv entire UnixSeqpacket packets into VecZach Reizner2020-02-06
* sys_util: make IntoIovec return an actual vectorDaniel Verkamp2019-11-05
* sys_util: sock_ctrl_msg: Make clippy cleanDylan Reid2019-04-03
* edition: Update absolute paths to 2018 styleDavid Tolnay2019-03-13
* sys_util: add seqpacket featuresZach Reizner2019-02-28
* toolchain: Update to Rust 1.31.0David Tolnay2018-12-13
* lint: Resolve the easier clippy lintsDavid Tolnay2018-12-03
* sys_util: use checked arithmetic and alignment in sock_ctrl_msgZach Reizner2018-10-12
* cargo fmt all source codeZach Reizner2018-10-09
* sys_util: remove Scm struct and sock_ctrl_msg C libraryZach Reizner2018-09-17
* sys_util: properly convert errors in sock_ctrl_msgDmitry Torokhov2018-03-01
* crosvm: change GuestAddress to always be a u64Sonny Rao2018-02-01
* sys_util: allow sock_ctrl_msg to be more flexible with iovecsZach Reizner2017-08-03
* sys_util: add sock_ctrl_msg module for transmitting messages with FDZach Reizner2017-07-20