summaryrefslogtreecommitdiff
path: root/src/lib
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-30revert part of 74545 and change fopen to open; somehow this broke readingdiscomfitor1-17/+18
2012-07-29and... first monitor mtab not fstab for MOUNT changes/ mtab israster4-8/+69
2012-07-23don't throw double events for our own disk opsdiscomfitor1-0/+1
2012-07-23add a third libmount backend for "current" libmount, where we are too cool fo...discomfitor3-0/+520
2012-07-16fix minor version defines to be at 1.6 (in sync now) ready for goingraster1-1/+1
2012-07-10eeze watches now detect loopback devices slightly more correctlydiscomfitor1-2/+10
2012-07-09update all versions in @sincs, README's and configure.ac's etc. toraster1-2/+2
2012-06-29change my email addressdiscomfitor1-2/+2
2012-06-29patch from christophe.dumez@intel.com for joystick supportdiscomfitor4-7/+68
2012-06-29add disk and net groups to main eeze doc pagediscomfitor1-1/+2
2012-06-29fix crash in eeze_net_free()discomfitor1-0/+1
2012-06-26eeze: Initial docs fopr Eeze_UDev_Watch and callback typesstefan1-0/+7
2012-06-25eeze: MArk all docs for Eeze Disk with @since 1.1stefan1-0/+8
2012-06-25eeze: Add doxgen for different enums and typedefsstefan1-0/+13
2012-06-25eeze: Add missing part for Eeze_Disk_Type doxygen.stefan1-0/+4
2012-06-12add fallback for mounting when a disk has no uuiddiscomfitor1-5/+11
2012-06-04fix @version in each EFL header doxygenjihoon1-1/+1
2012-05-30This is a small change, so I won't changelog it (or backport), butraster1-0/+5
2012-05-02eeze - [E-devel] [patch] minor fix to eeze dochermet1-1/+1
2012-04-23several fixes for the doxygen docs.sanjeev1-28/+30
2012-04-01Eeze: Patch to fix this:caro1-17/+17
2012-01-19eeze: fix warnings.barbieri1-3/+4
2012-01-18update all minor versions to 2 (or 6) - and yes. i missed making mostraster1-1/+1
2012-01-09eeze: add EEZE_UDEV_TYPE_BLUETOOTH.cedric3-1/+17
2011-12-04another failure attempt at pleasing Demon Lord Vincent Torridiscomfitor1-25/+17
2011-12-04install Eeze_Net.hdiscomfitor1-1/+1
2011-12-02eeze 1.2 is now operationaldiscomfitor5-8/+462
2011-11-18add functions for runtime checking of disk capabilities for embedded devicesdiscomfitor2-0/+45
2011-11-11update docsdiscomfitor2-40/+44
2011-11-11remove unused members of disk error struct so I don't get stuck with a broken...discomfitor2-7/+1
2011-11-11s/((udev))/(udev)/gdiscomfitor3-7/+7
2011-11-11move udev include to private headerdiscomfitor2-3/+3
2011-11-11this is eeze 1.1 nowdiscomfitor1-1/+1
2011-11-09fix garbage returndiscomfitor1-1/+1
2011-09-06not sure how this happened, but it's totally wrongdiscomfitor1-1/+1
2011-09-06fix temp sensor detection with very new kernelsdiscomfitor2-9/+20
2011-09-06Eeze: And only send event for present batteriesenglebass1-1/+1
2011-09-05Eeze: Only fant batteries which are presentenglebass1-0/+1
2011-08-26man I suck todaydiscomfitor1-1/+1
2011-08-26add and implement EEZE_DISK_TYPE_FLASH for flash cardsdiscomfitor2-5/+18
2011-08-26and the underscorediscomfitor1-1/+1
2011-08-26also null pointersdiscomfitor1-0/+3
2011-08-26shutdown more completelydiscomfitor1-0/+11
2011-08-26use mnt tab cachesdiscomfitor1-2/+34
2011-08-01try something new for battery/ac detection. this may break some stuff, so pin...discomfitor1-6/+4
2011-07-26use correct list find function sighdiscomfitor1-1/+1
2011-07-26only attempt an mtab lock if permissions are sufficientdiscomfitor1-1/+10
2011-07-15eeze: add v4l device discovery.cedric3-1/+18