summaryrefslogtreecommitdiff
path: root/src/Utility
AgeCommit message (Collapse)Author
2015-06-01remove Params constructorJoey Hess
Before it gets into released API...
2015-05-30export createProcess with debug logging from Propellor.Property.CmdJoey Hess
2015-05-27merge changes from git-annexJoey Hess
2015-05-27Export CommandParam, boolSystem, safeSystem and shellEscape from ↵Joey Hess
Propellor.Property.Cmd, so they are available for use in constricting your own Properties when using propellor as a library. Several imports of Utility.SafeCommand now redundant.
2015-05-27merge changes from git-annexJoey Hess
2015-05-07merge from git-annexJoey Hess
2015-04-29propellor spinJoey Hess
2015-01-21Added journald configuration properties.Joey Hess
2015-01-15typo; columns vs rowsJoey Hess
No behavior change
2015-01-15avoid unncessary padding on last column in tableJoey Hess
2015-01-06Merge Utiity modules from git-annex.Joey Hess
Except for a few that are using the other exception handling library, that propellor has not switched to yet.
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-07-06propellor spinJoey 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.