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