aboutsummaryrefslogtreecommitdiff
path: root/Utility/DiskFree.hs
Commit message (Collapse)AuthorAge
* build without disk-free-space on androidGravatar Joey Hess2016-03-08
|
* switch from homegrown code to disk-free-spaceGravatar Joey Hess2016-02-15
| | | | | | | | According to https://github.com/redneb/disk-free-space/issues/3 , disk-free-space should be at least as portable as my homegrown code was. One change I noticed is, getDiskSize was not implemented for windows in the old code, and should work now.
* update my email address and homepage urlGravatar Joey Hess2015-01-21
|
* relicense general utility library code to BSDGravatar Joey Hess2014-05-10
| | | | | Omitted a couple of files what have had significant contributions from others.
* add getDiskSizeGravatar Joey Hess2014-01-22
| | | | Couldn't find anything that exposed this for Windows.
* warningGravatar Joey Hess2013-12-10
|
* missing includeGravatar Joey Hess2013-12-10
|
* windows disk free space checkingGravatar Joey Hess2013-12-10
|
* tweakGravatar Joey Hess2013-03-13
|
* got hdevtools working on the git-annex source treeGravatar Joey Hess2013-03-12
|
* finished where indentation changesGravatar Joey Hess2012-12-13
|
* use safe FFI imports for diskfreeGravatar Joey Hess2012-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.
* tweakGravatar Joey Hess2012-04-18
|
* Renamed diskfree.c to avoid OSX case insensativity bug.Gravatar Joey Hess2012-04-13
|
* tweakGravatar Joey Hess2012-03-22
|
* Rewrote free disk space checking codeGravatar Joey Hess2012-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.