summaryrefslogtreecommitdiffstats
path: root/src/fs/file.rs
AgeCommit message (Expand)Author
2023-02-24Fix borrowing code smellsVictor Song
2023-02-24Use `unsigned_abs` instead of casting from i64 to u64Victor Song
2022-05-06Update src/fs/file.rsChester Liu
2021-05-15Merge branch 'master' into chesterliu/dev/win-supportChester Liu
2021-05-08Fix all remaining clippy warningsariasuni
2021-04-13Merge branch 'master' into chesterliu/dev/win-supportChester Liu
2021-04-11Explain device IDs with a commentBenjamin Sago
2021-03-31CleanChester Liu
2021-03-30Mimic 'Mode' in gciChester Liu
2021-03-28Try to fix CIChester Liu
2021-03-26Fix testsChester Liu
2021-03-26TimestampsChester Liu
2021-03-26It actually worksChester Liu
2021-03-26Restore moreChester Liu
2021-03-26RestoreChester Liu
2021-03-26mergeChester Liu
2020-10-13Clippy pedantic lintsBenjamin Sago
2020-10-13IO import changesBenjamin Sago
2020-10-10Batch source formattingBenjamin Sago
2020-10-10Better referencingBenjamin Sago
2020-10-10Some Clippy fixesBenjamin Sago
2020-10-10Just straight-up roll our own loggerBenjamin Sago
2020-10-08Merge pull request #654 from ariasuni/cleaningBenjamin Sago
2020-05-24Fix Clippy lintsariasuni
2020-05-19Improve handling of unavailable timestamps.Thomas Hurst
2020-05-18Restore ctime handling with correct pre-epoch behaviourThomas Hurst
2020-05-18Handle timestamps before UNIX_EPOCH (#658)Thomas Hurst
2020-05-02checkpointKat Marchán
2020-01-19Remove unused imports on fs/file.rsLaurent Arnoud
2020-01-19Merge branch 'fix-handling-maybe-unsupported-time-metadata' of https://github...Benjamin Sago
2020-01-19Merge pull request #557 from BrennanMcDonald/masterBenjamin Sago
2019-12-20Fix handling of potentially unsupported time metadataariasuni
2019-08-03Fixed copy-paste bug in access times.Brennan McDonald
2019-07-31Updated file.rsBrennan McDonald
2019-07-19Update to Rust 2018Bond_009
2019-07-15Merge branch 'fix-warnings-and-rust-2018' of https://github.com/ariasuni/exa ...Benjamin Sago
2019-07-15Merge pull request #457 from ariasuni/fix-sorting-by-created-timeBenjamin Sago
2019-07-13Prevent infinite loop with -aaRBenjamin Sago
2019-03-23Check if the sort field is supported by the OSariasuni
2019-03-23Add “changed” sort option, to replace old incorrect “created”ariasuni
2019-03-23Use correct metadata for created timeariasuni
2018-12-16Fix clippy warnings and explicitely ignore a few, fix future deprecationariasuni
2018-10-13Merge branch 'clippy_fixes' of https://github.com/thibran/exa into thibran-cl...Benjamin Sago
2018-06-19fix most clippy warningsThibaut Brandscheid
2018-03-31make exa on symlinks to directories show their contentsJesse Luehrs
2018-02-01add #[allow(unused)] for compatibilityRyan Leung
2018-01-31remove unused importRyan Leung
2017-09-01Redo Git implementation to allow --git --recurseBenjamin Sago
2017-08-28Use a global Git cacheBenjamin Sago
2017-08-26\t and \s+$Benjamin Sago