Joey Hess
672fb29b06
tweak
2013-03-13 14:54:52 -04:00
Joey Hess
ccb7e5cfa4
got hdevtools working on the git-annex source tree
2013-03-12 05:51:34 -04:00
Joey Hess
f87a781aa6
finished where indentation changes
2012-12-13 00:24:19 -04:00
Joey Hess
9d26b532ab
use safe FFI imports for diskfree
...
There's a minor performance overhead to doing this, but this way I don't
have to worry about a situation where statfs might block for a long time.
For example, when it's on a network filesystem.
2012-07-20 15:03:58 -04:00
Joey Hess
37061c019d
tweak
2012-04-18 13:23:46 -04:00
Joey Hess
3642c72320
Renamed diskfree.c to avoid OSX case insensativity bug.
2012-04-13 11:26:39 -04:00
Joey Hess
0f2052446f
tweak
2012-03-22 23:02:20 -04:00
Joey Hess
e38a839a80
Rewrote free disk space checking code
...
Moving the portability handling into a small C library cleans up things
a lot, avoiding the pain of unpacking structs from inside haskell code.
2012-03-22 17:32:47 -04:00