aboutsummaryrefslogtreecommitdiff
path: root/Utility/Misc.hs
Commit message (Expand)AuthorAge
* finally really add back custom-setup stanzaGravatar Joey Hess2017-12-31
* test: Avoid most situations involving failure to delete test directoriesGravatar Joey Hess2017-08-14
* adeiu, MissingHGravatar Joey Hess2017-05-16
* Some optimisations to string splitting code.Gravatar Joey Hess2017-01-31
* Always use filesystem encoding for all file and handle reads and writes.Gravatar Joey Hess2016-12-24
* merge hlint changes from propellorGravatar Joey Hess2015-09-13
* disable horrible tab warning, needed in every file that Setup.hs pulls inGravatar Joey Hess2015-05-10
* rejigger imports for clean build with ghc 7.10's AMP changesGravatar Joey Hess2015-05-10
* update my email address and homepage urlGravatar Joey Hess2015-01-21
* relicense general utility library code to BSDGravatar Joey Hess2014-05-10
* use Monoid instance for OrderingGravatar Joey Hess2014-03-09
* factor out utility functionGravatar Joey Hess2014-02-03
* comment spellingGravatar Joey Hess2014-02-03
* add readFileStrictAnyEncodingGravatar Joey Hess2013-11-20
* merge with git-repairGravatar Joey Hess2013-11-19
* basic data types for scheduled activitiesGravatar Joey Hess2013-10-07
* clean up some ugly codeGravatar Joey Hess2013-09-27
* refactor git-annex branch log filename code into central locationGravatar Joey Hess2013-08-29
* avoid more build warnings on WindowsGravatar Joey Hess2013-08-04
* fix permission damage (thanks, Windows)Gravatar Joey Hess2013-05-11
* git-annex now builds on Windows (doesn't work)Gravatar Joey Hess2013-05-11
* fixup #if 0 stubs to use #ifndef mingw32_HOST_OSGravatar Joey Hess2013-05-10
* stub out posix stuff for WindowsGravatar Joey Hess2013-05-10
* implement massReplaceGravatar Joey Hess2013-04-08
* finished where indentation changesGravatar Joey Hess2012-12-13
* better fix for zombie problem, which turns out to be a zombie ssh started by ...Gravatar Joey Hess2012-10-17
* Bug fix: A recent change caused git-annex-shell to crash.Gravatar Joey Hess2012-10-15
* added preferred-content log, and allow editing it with vicfgGravatar Joey Hess2012-10-04
* optimised rsync output reader to read whole blocks at a timeGravatar Joey Hess2012-09-20
* better ordering of alertsGravatar Joey Hess2012-07-29
* add debuggingGravatar Joey Hess2012-07-17
* add fields to git-annex-shellGravatar Joey Hess2012-07-02
* factor out Utility.FileSystemEncodingGravatar Joey Hess2012-03-09
* Merge branch 'master' into ghc7.4Gravatar Joey Hess2012-02-03
|\
| * IO exception reworkGravatar Joey Hess2012-02-03
* | support all filename encodings with ghc 7.4Gravatar Joey Hess2012-02-03
|/
* typoGravatar Joey Hess2012-01-20
* moveGravatar Joey Hess2011-12-15
* cleanupGravatar Joey Hess2011-12-12
* some work on avoiding partial functionsGravatar Joey Hess2011-12-09
* factored out some useful error catching methodsGravatar Joey Hess2011-11-10
* indentGravatar Joey Hess2011-11-07
* playing with >=>Gravatar Joey Hess2011-10-31
* broke up UtilityGravatar Joey Hess2011-10-16