summaryrefslogtreecommitdiff
path: root/Utility/Mounts.hsc
Commit message (Collapse)AuthorAge
* remove Utility.Mounts et al; moved to mountpoints packageGravatar Joey Hess2016-02-15
|
* deprecatedGravatar Joey Hess2016-02-14
|
* remove unused Read instanceGravatar Joey Hess2016-02-14
|
* rejigger imports for clean build with ghc 7.10's AMP changesGravatar Joey Hess2015-05-10
| | | | | The explict import Prelude after import Control.Applicative is a trick to avoid a warning.
* update my email address and homepage urlGravatar Joey Hess2015-01-21
|
* avoid warnings when built with ghc 7.6Gravatar Joey Hess2013-06-02
|
* Got removable media mount detection working on Android.Gravatar Joey Hess2013-05-04
| | | | | | | Bionic has an amusing stub for `getmntent` that prints out "FIX ME! implement getmntent()" But, `/proc/mounts` is there, so I just parse it.
* finished where indentation changesGravatar Joey Hess2012-12-13
|
* work toward adding new repos on removable drivesGravatar Joey Hess2012-08-04
| | | | | This actually does add a new repo, but it doesn't yet set up remotes, or sync to it.
* left unsafe imports here; added a comment with a rationalleGravatar Joey Hess2012-07-20
|
* store whole MntentsGravatar Joey Hess2012-07-19
| | | | | This way, if a mount point was already mounted, but something else gets mounted there, it'll be seen as a new mount.
* try to make Utility.Mounts portableGravatar Joey Hess2012-07-19
| | | | | This is an unholy mashup, but it just might work. It works on Linux, that's all I've tested. :)
* extacted Mounts.hsc from hsshellscriptGravatar Joey Hess2012-07-19
Converted from using c2hs to using hsc2hs, just because other code in git-annex uses hsc2hs. Various cleanups. This code is LGPLed, so I had to include that licence.