summaryrefslogtreecommitdiffstats
path: root/tokio-fs
AgeCommit message (Expand)Author
2019-05-14Update Tokio to Rust 2018 (#1082)Carl Lerche
2019-04-24chore: remember to remove path deps on release (#1057)Carl Lerche
2019-03-19chore: repo maintenance + no path dependencies (#991)Carl Lerche
2019-03-01Bump Tokio to 0.1.16. (#941)Carl Lerche
2019-02-21chore: apply rustfmt to all crates (#917)Carl Lerche
2019-02-20fs: fix tests (#916)Carl Lerche
2019-02-20Read write helpers (#896)Linus Färnstrand
2019-02-20fs: add CloneFuture for File::try_clone (#850)Kevin M Granger
2019-02-06Add a warning regarding the use of `Stdin` handles (#876)Andreas Rottmann
2019-01-06Bump version to 0.1.14. (#836)Carl Lerche
2018-12-01fs: added usage examples/doctests to File (#786)Matt Gathu
2018-11-20tests: handle errors properly in examples (#748)Liran Ringel
2018-11-16chore: bump rand dependency to 0.6 (#753)Alex Gaynor
2018-11-16fs: add more tests (#755)Kazuyoshi Kato
2018-11-13fs: add tests for directory-related functions (#704) (#724)Kazuyoshi Kato
2018-11-10fs: gen_ascii_chars has been deprecated (#735)Kazuyoshi Kato
2018-10-23Bump version to 0.1.12 (#718)Carl Lerche
2018-10-17fs: expose fs::File::from_std() (#696)Ryan Dahl
2018-10-12fs: fix minor documentation error for MetadataFuture (#698)nickelc
2018-08-10Routine dependencies update (#533)Mateusz Mikuła
2018-08-06Bump subcrate versions (#524)Carl Lerche
2018-07-31tokio-fs: Add async versions of most of std::fs (#494)Brian Olsen
2018-07-22General rustdoc improvements (#450)David Kellum
2018-07-11tokio-fs: Bump version to 0.1.2 (#469)Laurențiu Nicola
2018-07-11Additional details for tokio-fs rustdoc (#454)David Kellum
2018-06-22Add an explicit wait for the test to finish (#445)Laurențiu Nicola
2018-06-22tokio-fs: add changelog for 0.1.2 (#444)Laurențiu Nicola
2018-06-21tokio-fs: add tokio_fs::File::seek (#434)Laurențiu Nicola
2018-06-21Move metadata to a submodule (#439)Laurențiu Nicola
2018-06-20tokio-fs: add tokio_fs::metadata (#433)Laurențiu Nicola
2018-06-18Add a dedicated Future for retrieving the metadata of a file (#385)Jake Goulding
2018-06-13Bump version of a number of sub crates (#414)Carl Lerche
2018-06-12Add OpenOptions to tokio-fs (#390)Mat Sadler
2018-06-12tokio-fs: add into_std (#403)Laurențiu Nicola
2018-06-06Fix description of BlockingError as io::Error (#384)David Kellum
2018-06-04Create tokio-codec (#360)Bryan Burgers
2018-05-11Fixed broken link in tokio-fs documentation (#352)Marek Kotewicz
2018-05-03Fix typo in documentation (#338)Thijs Vermeir
2018-05-02Fix some dependency versions (#337)Carl Lerche
2018-05-02Bump version to v0.1.6 (#336)Carl Lerche
2018-05-02Filesystem manipulation APIs. (#323)Carl Lerche