summary refs log tree commit diff
path: root/msg_socket
Commit message (Expand)AuthorAge
...
* error: Print errors using Display implDavid Tolnay2019-02-20
* toolchain: Update to Rust 1.31.0David Tolnay2018-12-13
* 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
* macros: Format code inside of quote! invocationsDavid Tolnay2018-11-21
* macros: Update syn to 0.15David Tolnay2018-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
* fix formatting in msg_on_socket_derive.rs unit testZach Reizner2018-11-09
* 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