Age | Commit message (Expand) | Author | Files | Lines |
2012-07-30 | eeze now unmounts using the devnode instead of the mount point | discomfitor | 1 | -1/+1 |
2012-07-30 | failing to create a mount point no longer results in an error since it's poss... | discomfitor | 1 | -4/+1 |
2012-07-29 | and... first monitor mtab not fstab for MOUNT changes/ mtab is | raster | 1 | -5/+56 |
2012-07-23 | add a third libmount backend for "current" libmount, where we are too cool fo... | discomfitor | 1 | -0/+1 |
2012-06-12 | add fallback for mounting when a disk has no uuid | discomfitor | 1 | -5/+11 |
2011-11-11 | remove unused members of disk error struct so I don't get stuck with a broken... | discomfitor | 1 | -2/+1 |
2011-07-26 | use correct list find function sigh | discomfitor | 1 | -1/+1 |
2011-06-30 | create mount point directory if it doesn't exist | discomfitor | 1 | -0/+18 |
2011-06-17 | remove unused variable | discomfitor | 1 | -1/+0 |
2011-06-15 | stat was a bad choice | discomfitor | 1 | -7/+3 |
2011-05-16 | account for canceled operations (no events for these), remove freed disks fro... | discomfitor | 1 | -1/+6 |
2011-05-16 | add docs for eject, fix some devastating typos in eject, eject now unmounts m... | discomfitor | 1 | -2/+22 |
2011-05-16 | add eject functions/events | discomfitor | 1 | -4/+46 |
2011-05-16 | trailing whitespace-- | discomfitor | 1 | -1/+1 |
2011-05-16 | track all disk objects, fix typo in eeze optmap from earlier, catch and creat... | discomfitor | 1 | -2/+0 |
2011-05-16 | eeze_disk_cancel for canceling pending operations | discomfitor | 1 | -0/+13 |
2011-05-16 | automatically apply iocharset=utf8 for jfs (NOT with FAT. causes corruption) | discomfitor | 1 | -1/+7 |
2011-05-16 | add a mountopt flag for automatically adding uid | discomfitor | 1 | -0/+6 |
2011-05-15 | apply mount wrapper to umount, use ecore_exe_run instead of pipe_run | discomfitor | 1 | -2/+4 |
2011-05-15 | just use ecore_exe_run instead of pipe_run | discomfitor | 1 | -1/+1 |
2011-05-15 | new functions for applying a wrapper for (u)mount | discomfitor | 1 | -0/+29 |
2011-05-15 | use defines as their string value in printfs | discomfitor | 1 | -3/+3 |
2011-05-15 | reorder mount errors, add default handler | discomfitor | 1 | -9/+9 |
2011-05-15 | fix result code handling for mount: errors can be ORed | discomfitor | 1 | -45/+32 |
2011-04-08 | doxy -> .h | raster | 1 | -73/+0 |
2011-03-12 | sed -i 's/[\t ]\+$//' **/*.{c,h} | discomfitor | 1 | -4/+4 |
2011-02-14 | add filter for exe events | discomfitor | 1 | -3/+9 |
2011-02-14 | disregard previous commit, must have been high | discomfitor | 1 | -6/+2 |
2011-02-14 | use an id pointer to differentiate eeze_mount events and avoid segvs | discomfitor | 1 | -2/+6 |
2011-02-11 | support libmount 2.19, fix some bugs here and there, automatically grab fstab... | discomfitor | 1 | -6/+12 |
2011-02-09 | switch EEZE_DISK_MOUNTOPT_DEFAULTS to a define | discomfitor | 1 | -1/+1 |
2011-02-09 | implement actual handling of mountopts, add utf8 to default mountopts, allow ... | discomfitor | 1 | -2/+51 |
2011-02-09 | forgot a safety check here | discomfitor | 1 | -0/+1 |
2011-01-29 | eeze 1.1 in trunk: disk mounting is now possible | discomfitor | 1 | -0/+345 |