summaryrefslogtreecommitdiff
path: root/Utility
Commit message (Expand)AuthorAge
* OSX: Switched away from deprecated statfs64 interface.Gravatar Joey Hess2014-12-31
* Windows: Got the rsync special remote working.Gravatar Joey Hess2014-12-30
* Windows: Fix local rsync filepath munging (fixes 26 test suite failures).Gravatar Joey Hess2014-12-30
* final warning fixGravatar Joey Hess2014-12-29
* fixGravatar Joey Hess2014-12-29
* fix more warnings on BSD/OSXGravatar Joey Hess2014-12-29
* one more warningGravatar Joey Hess2014-12-29
* fixed all remaining build warnings on WindowsGravatar Joey Hess2014-12-29
* fix a OSX C compiler warning about null pointerGravatar Joey Hess2014-12-29
* fix OSX build warningGravatar Joey Hess2014-12-29
* Work around statfs() overflow on some XFS systems.Gravatar Joey Hess2014-12-23
* refactorGravatar Joey Hess2014-12-17
* Use wget -q --show-progress for less verbose wget output, when built with wge...Gravatar Joey Hess2014-12-16
* sanitize filepaths provided by checkUrlGravatar Joey Hess2014-12-11
* more general readProcess' merged from propellorGravatar Joey Hess2014-11-19
* Work around apparent bug in lsof 4.88's -F output format.Gravatar Joey Hess2014-11-12
* generalize monadsGravatar Joey Hess2014-11-12
* switch from hGetSome to hGetGravatar Joey Hess2014-11-03
* hGetUntilMeteredGravatar Joey Hess2014-11-03
* Windows: Fix crash when user.name is not set in git config.Gravatar Joey Hess2014-10-31
* getUserEntryForID does not work on windowsGravatar Joey Hess2014-10-31
* more accurate version boundsGravatar Joey Hess2014-10-24
* deal with yesod's second gratuitous rename of the same function in a yearGravatar Joey Hess2014-10-23
* typoGravatar Joey Hess2014-10-16
* typosGravatar Joey Hess2014-10-16
* Use haskell setenv library to clean up several ugly workarounds for inability...Gravatar Joey Hess2014-10-15
* revert reversionGravatar Joey Hess2014-10-15
* unbreak android buildGravatar Joey Hess2014-10-14
* more accurate bounds on yesod boostrap3 ifdefsGravatar Joey Hess2014-10-13
* avoid using Assistant.WebApp.Bootstrap3 when building with current yesodGravatar Joey Hess2014-10-09
* indent with tabs not spacesGravatar Joey Hess2014-10-09
* fix some mixed space+tab indentationGravatar Joey Hess2014-10-09
* Windows: Avoid crashing trying to list gpg secret keys, for gcrypt which is n...Gravatar Joey Hess2014-09-16
* Rather than crashing when there's a problem with the requested bloomfilter ca...Gravatar Joey Hess2014-09-12
* Do not preserve permissions and acls when copying files from one local git re...Gravatar Joey Hess2014-08-26
* fix imports for windowsGravatar Joey Hess2014-08-23
* final scary locking refactoring (for now)Gravatar Joey Hess2014-08-20
* more lock file refactoringGravatar Joey Hess2014-08-20
* more lock file refactoringGravatar Joey Hess2014-08-20
* reorganize and refactor lock codeGravatar Joey Hess2014-08-20
* Ensure that all lock fds are close-on-exec, fixing various problems with them...Gravatar Joey Hess2014-08-20
* add compat cruft for old versions of http-types and http-conduitGravatar Joey Hess2014-08-17
* work around default Accept-Encoding in http-clientGravatar Joey Hess2014-08-15
* memoize construction of the Request -> Request function to apply the UrlOptionsGravatar Joey Hess2014-08-15
* Switched from the old haskell HTTP library to http-conduit.Gravatar Joey Hess2014-08-15
* fix build on windows with unix-compat-0.4.1.3Gravatar Joey Hess2014-08-11
* qualify catch and tryGravatar Joey Hess2014-08-10
* fix windows buildGravatar Joey Hess2014-08-10
* unify exception handling into Utility.ExceptionGravatar Joey Hess2014-08-07
* generalized using the extensions packageGravatar Joey Hess2014-08-07