summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
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
2015-06-28Go top-to-bottom, not left-to-rightBen S
2015-06-28Adapt the long grid view to the console widthBen S
2015-06-28Add --grid --long optionBen S
2015-06-23Use term_grid crate for grid formattingBen S
2015-06-21The feature flags wheel keeps on turning...Ben S
2015-06-17Remove a few feature flagsBenjamin Sago
2015-06-17Fix terminal window size for DragonFlyMichael Neumann
2015-06-17Move dummy xattr Attribute implementation into its own module.Michael Neumann
2015-06-17metadata.as_raw() is gone in nightlyMichael Neumann
2015-06-08Typo fixBen S
2015-06-08Various unimportant style changesBen S
2015-06-05Start using threadpool crateBen S
2015-06-04Display dates with the host's timezoneBen S
2015-05-29Fix failing test codeBen S
2015-05-29Use new ansi-termBen S