summaryrefslogtreecommitdiff
path: root/src/Utility/Process.hs
AgeCommit message (Collapse)Author
2016-03-06refactorJoey Hess
2015-10-27use execProcessConcurrent everywhereJoey Hess
Found a reasonable clean way to make Utility.Process use execProcessConcurrent, while still allowing copying updates to it from git-annex.
2015-10-27merge from git-annexJoey Hess
2015-09-15avoid a change to readProcess that I regretted in the morningJoey Hess
Seems better to keep handle encoding issues out of that module.
2015-09-14Allow storing arbitrary ByteStrings in PrivData, extracted using ↵Joey Hess
privDataByteString.
2015-09-13merge from git-annexJoey Hess
2015-09-13Follow some hlint suggestions.Mario Lang
2015-05-30export createProcess with debug logging from Propellor.Property.CmdJoey Hess
2015-05-27merge changes from git-annexJoey Hess
2015-04-29propellor spinJoey Hess
2015-01-04Fix build with process 1.2.1.0.Joey Hess
2014-11-21email updateJoey Hess
2014-11-19propellor spinJoey Hess
2014-11-19merge from git-annexJoey Hess
2014-05-29merge from git-annexJoey Hess
2014-05-14moved source code to srcJoey Hess
This is to work around OSX's brain-damange regarding filename case insensitivity. Avoided moving config.hs, because it's a config file. Put in a symlink to make build work.