summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2016-04-17Remove unnecessary .to_string()s from option testsBenjamin Sago
2016-04-17Split up the options moduleBenjamin Sago
2016-04-16Remove pointless OptionSet traitBenjamin Sago
2016-04-16Correct the list of crypto extensionsBenjamin Sago
2016-04-16Create info module with business logic routinesBenjamin Sago
2016-04-16Move a file's type out of its permissions fieldBenjamin Sago
2016-04-16Add comments to the new fields moduleBenjamin Sago
2016-04-16Source file rearrangementsBenjamin Sago
2016-04-16Update raw libc types for Rust 1.8.0Benjamin Sago
2016-04-11Print the parent path for passed-in filesBenjamin Sago
2016-04-11Fix bug where the directory name was not printedBenjamin Sago
2016-04-05Add Add impl and various tests for DisplayWidthBenjamin Sago
2016-03-31Always sort files the same wayBen S
2016-03-31Replace deprecated raw types with libc onesBen S
2016-03-31Use only the time zone data present on the systemBen S
2016-03-19Add case-insensitive extension sortingBen S
2016-03-18Add --sort=Name case-insensitive sortingBenjamin Sago
2016-03-18Fix my own broken changesBenjamin Sago
2016-03-17Remove unnecessary FileTypes traitBen S
2016-02-11Improve error when we can't find a time zoneBen S
2016-02-10Fix import of TZResultBen S
2016-02-10Improve system time zone detectionBen S
2016-02-10Update test timezone to one we know existsBen S
2016-02-10Rewrite tests to not use unwrapBen S
2016-02-10Update packages to latest versionsBen S
2016-01-16Fix bug where xattr '@' characters weren't shownBenjamin Sago
2016-01-16Use Mutex lock on only the users columnsBenjamin Sago
2015-12-22Move tree code to its module, and add testsBenjamin Sago
2015-12-22Use Vec::resize now that it has stabilisedBenjamin Sago
2015-12-22Move TreePart to its own moduleBenjamin Sago
2015-12-22Optimise importsBenjamin Sago
2015-12-20Move colours module into outputBenjamin Sago
2015-12-17Turn TextCellContents into a structBenjamin Sago
2015-12-17Rename cell 'length' to 'width'Benjamin Sago
2015-12-17Remove dependency between file and output modsBenjamin Sago
2015-12-17Encapsulate "display width" in a structBenjamin Sago
2015-12-17Replace Cells with growable TextCellsBenjamin Sago
2015-12-15io::Result -> IOResultBenjamin Sago
2015-12-15Merge pull request #87 from petevine/masterBenjamin Sago
2015-12-14Move CString to where it's actually usedJan Beich
2015-12-14Fix logic inversion with --git in --helpJan Beich
2015-12-14Fix getting tty window size on more BSDsJan Beich
2015-12-11Update xattr.rspetevine
2015-11-19Fix bug where details view needed a terminal widthBen S
2015-11-19Add --colo[u]r optionsBen S
2015-11-19Improve code in two insignificant little placesBen S
2015-11-15Rearrange trait definitions in optionsBen S
2015-11-15Use lazy_static to cache datetime formatsBen S
2015-11-15Improve help textBen S
2015-11-15Move time type picking to details moduleBen S