| Age | Commit message (Collapse) | Author |
|
encoding-related crashes in eg, Propellor.Property.File.
|
|
This new type was added to base a while ago; I don't know what uses it,
but it's intended to be an async exception, so make sure we
don't catch it.
|
|
|
|
withTmpDir security fix in git-annex merged
Fix potential denial of service attack when creating temp dirs.
withTmpDir now makes directory mode 700. AFAICS, propellor didn't leak any
info with the old permissions, and no uses of withTmpDir in propellor are
broken by the new permissions.
|
|
|
|
|
|
|
|
|
|
|
|
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.
|