summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2015-10-18Version v0.4.0v0.4.0Ben S
2015-10-02Update the version of Rust that's requiredBen S
2015-10-02Pin to git2-rs version 0.3Ben S
2015-10-02Fix warning when building on 64-bit systemsBen S
2015-10-02Merge pull request #81 from rhysd/fix-32bitBen 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-15Versions bump (git2, winapi)Benjamin Sago
2015-09-15Merge pull request #79 from mneumann/fix-dragonflyBen S
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-03Merge branch 'parallel-details'Ben S
2015-09-03Add script to generate awkward testcasesBen 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-02Update rust-tz, amongst othersBen S
2015-09-02Parallelise the details view!Ben S
2015-08-26Merge branch 'child-nodes'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-25Use a more recent Cmake version on TravisBen S
2015-08-25Coalesce platform-specific xattr modulesBen S
2015-08-25Versions bumpBen 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-08-01Merge pull request #73 from lilydjwg/masterBen S
2015-07-31Makefile: be compatible with BSD and OS Xlilydjwg
2015-07-30Use the "install" program to installlilydjwg
2015-07-15Updates for term-gridBen S
2015-07-09Merge pull request #69 from kbknapp/git2-updateBen S
2015-07-09updates libgit2 to build on latest nightlyKevin K
2015-06-29Merge branch 'long-grid-view'Ben S
2015-06-29Extract some methodsBen S
2015-06-29Require functionality from new term_gridBen S