summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2015-11-15Avoid cloning the file names vectorBen S
2015-11-15Options and FileFilter are also deducibleBen S
2015-11-15Extract 'bad argument' methodBen S
2015-11-14Inline SortField::from_wordBen S
2015-11-14Move many Options structs to the output moduleBen S
2015-11-04Move file mode constants to a private moduleFlorian Gilcher
2015-11-04Fix tree outputFlorian Gilcher
2015-11-04Fixup: split prefix tests by propertyFlorian Gilcher
2015-11-04Reserve Vector elements instead of resizingFlorian Gilcher
2015-11-04Use slicing instead of future slice_lastFlorian Gilcher
2015-11-04Avoid unstable c_string conversion featuresFlorian Gilcher
2015-11-04Replace unstable fs_mode by internal constantsFlorian Gilcher
2015-11-04Replace `sum` call by stable `fold(0, Add::add)`Florian Gilcher
2015-11-03Upgrade to latest ansi_termBen S
2015-11-03Feature slice_splits and vec_resize stabilisedBen S
2015-10-02Fix warning when building on 64-bit systemsBen S
2015-09-28Fix integer length error on 32bit environmentrhysd
2015-09-21Upgrade to latest version of datetime crateBen S
2015-09-15Dismiss some compile-time warningsBenjamin Sago
2015-09-14This makes exa work on other platforms than linux and macosx.Michael Neumann
2015-09-05Do not attempt to print nothingBenjamin Sago
2015-09-04Make sure we check the ioctl term size resultBen S
2015-09-04Remove pad crate and unnecessary qualificationsBen S
2015-09-04Remove trivial castBen S
2015-09-03Details view comments and tidy-upsBen S
2015-09-03It's hardly worth giving Exa its own constructorBen S
2015-09-03Remove redundant attribute fieldBen S
2015-09-03Rename readdir -> read_dirBen S
2015-09-02Parallelise the details view!Ben S
2015-08-26Propagate errors that occur during readdirBen S
2015-08-26Restore xattrs to their long view columnBen S
2015-08-26Use the correct ASCII for rows with errors/attrsBen S
2015-08-26Scan for nested files on-demand, not all the timeBen S
2015-08-26Print xattrs in tree view like we do errorsBen S
2015-08-25Coalesce platform-specific xattr modulesBen S
2015-08-25Fix bug where errors' tree parts ended earlyBen S
2015-08-25Display errors inline in the treeBen S
2015-08-25Comment correctionsBen S
2015-08-25Make the cells optional for display Rows.Ben S
2015-08-25Make Dir return an Iterator of files, not VecBen S
2015-08-03Fix bug where Git repos were always queriedBen S
2015-08-03Allow --tree without --longBen S
2015-08-03Slim down symlink arrowBen S
2015-08-02Use new slice_splits functionsBen S
2015-07-15Updates for term-gridBen S
2015-06-29Extract some methodsBen S
2015-06-29Allow using --across with --long --gridBen S
2015-06-28Fix bug where unfilled displays were being checkedBen S
2015-06-28Re-add missing failing option combinationsBen S
2015-06-28Cache the rendered cellsBen S