Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | finished where indentation changes | 2012-12-13 | |
| | |||
* | use safe FFI imports for diskfree | 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 | 2012-04-18 | |
| | |||
* | Renamed diskfree.c to avoid OSX case insensativity bug. | 2012-04-13 | |
| | |||
* | tweak | 2012-03-22 | |
| | |||
* | Rewrote free disk space checking code | 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. |