summary refs log tree commit diff
path: root/p9
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'origin/master'Alyssa Ross2020-05-10
|\
| * Remove redundant single-component importsDaniel Verkamp2020-04-26
* | Remove unnecessary "extern crate" linesAlyssa Ross2020-04-11
|/
* devices: Ignore O_DIRECT in 9p and fs devicesChirantan Ekbote2020-03-16
* Update syn, quote, and proc-macro past 1.0Dylan Reid2020-02-06
* edition: Eliminate ref keywordDavid Tolnay2019-04-18
* clippy: Resolve while_let_loopDavid Tolnay2019-04-17
* edition: Remove extern crate linesDavid Tolnay2019-04-15
* edition: Fill in macro importsDavid Tolnay2019-04-15
* cargo: Sort all dependency lists in Cargo.tomlDavid Tolnay2019-04-09
* edition: Update p9 crate to 2018 editionDavid Tolnay2019-04-08
* edition: Update absolute paths to 2018 styleDavid Tolnay2019-03-13
* toolchain: Update to Rust 1.31.0David Tolnay2018-12-13
* macros: Update syn to 0.15David Tolnay2018-11-21
* rustfmt wire_format_derive and poll_token_deriveDaniel Verkamp2018-10-10
* cargo fmt all source codeZach Reizner2018-10-09
* fix warning and bit rotted tests uncovered by kokoroZach Reizner2018-09-22
* p9: Fix file and directory creation modeChirantan Ekbote2018-06-27
* p9: Fix unsafe block in read functionChirantan Ekbote2018-06-21
* p9: Add server implementationChirantan Ekbote2018-06-15
* p9: protocol: Add message definitionsChirantan Ekbote2018-05-22
* Add low-level p9 protocol implementationChirantan Ekbote2018-05-22