summaryrefslogtreecommitdiff
path: root/Utility
Commit message (Expand)AuthorAge
* test: Deal with gpg-agent behavior change that broke the test suite.Gravatar Joey Hess2016-10-18
* use System.Directory not Utility.DirectoryGravatar Joey Hess2016-09-22
* avoid needing PartialPreludeGravatar Joey Hess2016-09-22
* use takeDirectory instead of parentDirGravatar Joey Hess2016-09-22
* avoid using split unnecessarilyGravatar Joey Hess2016-09-22
* remove redundant constraintGravatar Joey Hess2016-09-15
* Improve gpg secret key list parser to deal with changes in gpg 2.1.15. Fixes ...Gravatar Joey Hess2016-09-14
* drop incremental json object display; clean up codeGravatar Joey Hess2016-09-09
* refactorGravatar Joey Hess2016-09-09
* Rate limit console progress display updates to 10 per second. Was updating as...Gravatar Joey Hess2016-09-08
* avoid deprecation warning from parseUrlGravatar Joey Hess2016-09-07
* switch away from deprecated interfaceGravatar Joey Hess2016-09-05
* Windows: Handle shebang in external special remote program.Gravatar Joey Hess2016-09-05
* avoid using Strings for JSON output; keep it ByteString throughoutGravatar Joey Hess2016-07-26
* Removed dependency on json library; all JSON is now handled by aeson.Gravatar Joey Hess2016-07-26
* allow using Aeson for streaming JSON outputGravatar Joey Hess2016-07-26
* Support checking presence of content at a http url that redirects to a ftp url.Gravatar Joey Hess2016-07-12
* fix cabal configureGravatar Joey Hess2016-07-05
* handle SomeAsyncException same as AsyncExceptionGravatar Joey Hess2016-06-20
* fix build warning with new version of QuickCheckGravatar Joey Hess2016-06-13
* also avoid crashing in most circumstances if unable to determine the usernameGravatar Joey Hess2016-06-08
* Avoid a crash if getpwuid does not work, when querying the user's full name.Gravatar Joey Hess2016-06-08
* split out module to work around badly named symbol in directory-1.2.6.2Gravatar Joey Hess2016-05-22
* avoid warnings about not exported System.Directory.isSymbolicLinkGravatar Joey Hess2016-04-28
* Fix build with directory-1.2.6.2.Gravatar Joey Hess2016-04-28
* fix build on windows with older ghcGravatar Joey Hess2016-04-08
* hard links on windowsGravatar Joey Hess2016-04-08
* build without disk-free-space on androidGravatar Joey Hess2016-03-08
* merge from propellorGravatar Joey Hess2016-03-06
* fix build with old ghcGravatar Joey Hess2016-03-05
* another windows build fixGravatar Joey Hess2016-03-05
* more windows build fixesGravatar Joey Hess2016-03-05
* fix windows build moreGravatar Joey Hess2016-03-05
* Merge branch 'no-cbits'Gravatar Joey Hess2016-03-05
|\
* | fix windows buildGravatar Joey Hess2016-03-03
* | fix windows buildGravatar Joey Hess2016-03-03
* | Fix shared lock file FD leak.Gravatar Joey Hess2016-03-01
* | commentGravatar Joey Hess2016-03-01
* | Fix bug preventing moving files to/from a repository with annex.pidlock set.Gravatar Joey Hess2016-03-01
* | comment typo fixGravatar Joey Hess2016-03-01
* | remove support for network older than 2.4Gravatar Joey Hess2016-02-23
* | avoid warning on windows buildGravatar Joey Hess2016-02-15
| * move old ghc compat code into separate module; eliminate WITH_CLIBSGravatar Joey Hess2016-02-15
| * switch from homegrown code to disk-free-spaceGravatar Joey Hess2016-02-15
| * remove Utility.Mounts et al; moved to mountpoints packageGravatar Joey Hess2016-02-15
|/
* deprecatedGravatar Joey Hess2016-02-14
* remove unused Read instanceGravatar Joey Hess2016-02-14
* better typesGravatar Joey Hess2016-02-14
* if keys database cannot be opened due to permissions, ignoreGravatar Joey Hess2016-02-12
* Zap redundant constraintsGravatar Gabor Greif2016-01-28