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
2020-01-11edition: switch to Rust 2018Andrew Gallant
2020-01-11style: switch to rustfmtAndrew Gallant
2020-01-11style: use 'dyn' for trait objectsAndrew Gallant
2019-07-20bug: fastidiously increment oldest_openedAndrew Gallant
2019-07-20bug: fix use of skip_current_dirLukas Kalbertodt
2019-07-20internals: re-arrange implementationAndrew Gallant
2019-07-20tests: rewrite themAndrew Gallant
2019-07-20tests: restructure themAndrew Gallant
2019-07-20deps: drop quickcheck and randAndrew Gallant
2019-06-09style: allow bare trait objectsAndrew Gallant
2019-05-01test: check examples in READMEGuillaume Gomez
2019-04-30code: remove unnecessary mutAndrew Gallant
2018-11-11walkdir: fix root symlink bugAndrew Gallant
2018-08-25deps: update to quickcheck 0.7Andrew Gallant
2018-08-25windows: replace winapi ffi with winapi-utilAndrew Gallant
2018-08-23walkdir: add option to stay on same file systemAron Griffis
2018-08-23DirEntry: add into_path methodAndrew Gallant
2018-08-22path_is_symlink: fix false positiveAndrew Gallant
2018-08-22deps: update docopt to 1.0Andrew Gallant
2018-06-13Fix compilation on RedoxJeremy Soller
2018-05-27doc: use syntax highlighting in READMEJędrzej
2018-04-10add DirEntry::into_pathRuud van Asseldonk
2018-02-21performance: fix regressionAndrew Gallant
2018-02-21compile: clean up cfgsAndrew Gallant
2018-02-10doc: improve stdout in contents_first exampleMichael Lamparski
2018-02-02windows: more carefuly is_dir checkingAndrew Gallant
2018-02-02windows: use entry file typeAndrew Gallant
2018-02-02windows: fix OneDrive traversalsAndrew Gallant
2018-02-02traversal: more robust error handlingAndrew Gallant
2018-01-31errors: keep context when converting to io::ErrorGarrett Berg
2018-01-17docs: fix a couple broken linksJason Grlicky
2017-10-22doc: formattingAndrew Gallant
2017-10-21deps: remove winapi and kernel322.0.0Andrew Gallant
2017-10-21doc: bump version number to 2Andrew Gallant
2017-10-21symlinks: optimize check loop on WindowsAndrew Gallant
2017-10-21style: switch from try! to ?Andrew Gallant
2017-10-21doc: touchupsAndrew Gallant
2017-10-21unix: actually export DirEntryExtAndrew Gallant
2017-10-21formatting: misc and wrap to 80 colsAndrew Gallant
2017-10-21symlink: rename symbolic_link to symlinkAndrew Gallant
2017-10-07fix formattingAndrew Gallant
2017-10-07add `io_error` to inspect the underlying `io::Error`Niv Kaminer
2017-09-30executing try_main function is useless in no_run blocksopilarium
2017-09-30no_run attribute instead of rust,no_runopilarium
2017-09-30text annotation is betteropilarium
2017-08-04Use doc from std::os::unix::fs::DirEntryExt for trait walkdir::unix::DirEntry...Jérémie Lawson
2017-08-04Move DirEntry::ino method to an extension traitAshley Mannix
2017-08-04Make WalkDir Send + SyncJérémie Lawson
2017-07-31Derive Debug for public structsThayne McCombs
2017-07-25doc: do not repeat the efficient-ness of it allTshepang Lekhonkhobe