1. e5828e7 msg_socket: implement MsgOnSocket for Option<MsgOnSocket> by Zach Reizner · 6 years ago
  2. a60744b crosvm: use seqpacket rather than datagram sockets by Zach Reizner · 6 years ago
  3. b4bd00f error: Print errors using Display impl by David Tolnay · 6 years ago
  4. 2bac1e7 toolchain: Update to Rust 1.31.0 by David Tolnay · 6 years ago
  5. 5bbbf61 lint: Resolve the easier clippy lints by David Tolnay · 6 years ago
  6. 45cfe21 msg_socket: reformat with rust fmt by Daniel Verkamp · 6 years ago
  7. 7a9c6de msg_socket: fix msg_on_socket alignment issue by Jingkui Wang · 6 years ago
  8. d32efef macros: Format code inside of quote! invocations by David Tolnay · 6 years ago
  9. 1d0b445 macros: Update syn to 0.15 by David Tolnay · 6 years ago
  10. 2fb61f7 msg_socket: return io:Error from pair() instead of Option by Zach Reizner · 6 years ago
  11. e0305c6 msg_socket: implement AsRawFd for UnixDatagram wrappers by Zach Reizner · 6 years ago
  12. c527c1a fix formatting in msg_on_socket_derive.rs unit test by Zach Reizner · 6 years ago
  13. 3c71bb9 msg_socket_on_derive: use fully qualified types by Zach Reizner · 6 years ago
  14. 994e418 msg_socket: avoid send_msg/recv_msg call if it's not necessary by Jingkui Wang · 6 years ago
  15. f5d565d crosvm: add msg_sock. by Jingkui Wang · 6 years ago