Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | tweak | Joey Hess | 2013-03-13 |
| | |||
* | got hdevtools working on the git-annex source tree | Joey Hess | 2013-03-12 |
| | |||
* | finished where indentation changes | Joey Hess | 2012-12-13 |
| | |||
* | use safe FFI imports for diskfree | Joey Hess | 2012-07-20 |
| | | | | | | 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. | ||
* | tweak | Joey Hess | 2012-04-18 |
| | |||
* | Renamed diskfree.c to avoid OSX case insensativity bug. | Joey Hess | 2012-04-13 |
| | |||
* | tweak | Joey Hess | 2012-03-22 |
| | |||
* | Rewrote free disk space checking code | Joey Hess | 2012-03-22 |
Moving the portability handling into a small C library cleans up things a lot, avoiding the pain of unpacking structs from inside haskell code. |