Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | relicense general utility library code to BSD | Joey Hess | 2014-05-10 |
| | | | | | Omitted a couple of files what have had significant contributions from others. | ||
* | add getDiskSize | Joey Hess | 2014-01-22 |
| | | | | Couldn't find anything that exposed this for Windows. | ||
* | warning | Joey Hess | 2013-12-10 |
| | |||
* | missing include | Joey Hess | 2013-12-10 |
| | |||
* | windows disk free space checking | Joey Hess | 2013-12-10 |
| | |||
* | 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. |