Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/walkdir.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-07-15Removed is_same_file deprecated function.Jérémie Lawson
2017-07-15Remove re-export of is_same_fileJérémie Lawson
2017-07-15Extended documentation to include Errors section for `Iter` (`Iterator::next(...Andy Gauge
2017-07-15Added links to .into_iter() and .filter_entry() into respective Types.Andy Gauge
2017-07-15WalkDir sorter should accept whole dir entries instead of just file names (#70)Jakub Chłapiński
2017-07-15Add links to other walkdir items in WalkDirIterator docs (#73)meven
2017-07-01Add links to other walkdir items in WalkDir docsAlisha Aneja
2017-06-30Use `?` in docs instead of unwrappingMartin Sehnoutka
2017-06-29add example for contents_firstJonathan Soo
2017-06-29point to IntoIter's `filter_entry` insteadYufeng Wang
2017-06-29Add links to DirEntry docs. Fixes #27Yufeng Wang
2017-06-29add links to IntoIter and FilterEntry docsYufeng Wang
2017-06-27Remove WalkDirIterator (#58)nivkner
2017-06-27Added html_root_url attributeMichal Budzynski
2017-06-27Renamed IterFilterEntry to FilterEntryMichal Budzynski
2017-06-27Renamed Iter to IntoIterMichal Budzynski
2017-05-09Added contents_first option (#19)mcharsley
2017-03-20Fix typos in comments.Petr Zemek
2017-01-09Expose inode number on DirEntry.Andrew Gallant
2017-01-09Use new same-file crate.Andrew Gallant
2017-01-08Various Windows related cleanups.Andrew Gallant
2016-12-06Fix bug reading root symlink.Andrew Gallant
2016-11-01Remove reference to a bug which has been fixedKevin Butler
2016-10-29update Cargo.toml directionsAndrew Gallant
2016-10-29Expose `is_same_file` function.Andrew Gallant
2016-09-17Stop storing the underlying fs::DirEntry.Andrew Gallant
2016-09-16Force internal iterator to inline.Andrew Gallant
2016-08-31Fix bug with sort_by.Andrew Gallant
2016-08-02Add ability to sort the walked entriesJos van den Oever
2015-11-06Remove libc in favor of winapi.Andrew Gallant
2015-09-27update docsAndrew Gallant
2015-09-27Tweak when max depth pruning happens.Andrew Gallant
2015-09-27Only skip when entry is a directory.Andrew Gallant
2015-09-27Don't interpret TOML as Rust, please.Andrew Gallant
2015-09-27Lots of polish. Docs. Refactoring. Simplifying.Andrew Gallant
2015-09-24Test min/max depth and skip_current_dir.Andrew Gallant
2015-09-23remove printAndrew Gallant
2015-09-23Custom DirEntry type.Andrew Gallant
2015-09-21Start testing.Andrew Gallant
2015-09-20more polishing, support depthsAndrew Gallant
2015-09-20another tweakAndrew Gallant
2015-09-20small touchupAndrew Gallant
2015-09-20initial prototype, basic functionalityAndrew Gallant