summary refs log tree commit diff
path: root/devices/src/proxy.rs
Commit message (Expand)AuthorAge
* devices: remove user_command from proxy deviceZach Reizner2020-01-09
* devices: proxy: print failed command on errorDaniel Verkamp2019-11-06
* devices: proxy: do not acknowledge write commandsDaniel Verkamp2019-10-14
* devices: jail serial deviceZach Reizner2019-10-10
* devices: use libc::exit instead of process::exitStephen Barber2019-08-14
* edition: Fill in macro importsDavid Tolnay2019-04-15
* edition: Use dyn syntax for trait objectsDavid Tolnay2019-04-08
* edition: Update absolute paths to 2018 styleDavid Tolnay2019-03-13
* error: Consistently use Display instead of error description()David Tolnay2019-03-02
* crosvm: use seqpacket rather than datagram socketsZach Reizner2019-02-28
* error: Print errors using Display implDavid Tolnay2019-02-20
* crosvm: add debug labels to devices for improved SIGCHLD logsZach Reizner2019-01-26
* devices: add on_sandboxedJingkui Wang2018-12-25
* lint: Resolve the easier clippy lintsDavid Tolnay2018-12-03
* Reland "devices: refactor proxy to use msg_socket"Jingkui Wang2018-11-19
* Revert "devices: refactor proxy to use msg_socket"Jingkui Wang2018-11-02
* devices: refactor proxy to use msg_socketJingkui Wang2018-10-31
* devices: make PCI work in --disable-sandbox modeDaniel Verkamp2018-10-19
* cargo fmt all source codeZach Reizner2018-10-09
* devices: proxy - Add support for proxying PciDevicesDylan Reid2018-07-18
* Use minijail_forkDylan Reid2017-10-25
* Move crosvm/hw to a new devices moduleDylan Reid2017-10-09