summaryrefslogtreecommitdiffstats
path: root/src/gdu/gdu-device.c
Commit message (Expand)AuthorAgeFilesLines
* allow passing options to gdu_device_op_filesystem_mount()David Zeuthen2009-04-151-2/+6
* export new property device-detection-timeDavid Zeuthen2009-04-151-0/+9
* export :device-presentation-hide property in the APIDavid Zeuthen2009-04-151-0/+9
* clean up some more debug spewDavid Zeuthen2009-04-151-2/+2
* only spew debug if GDU_DEBUG is set to 1David Zeuthen2009-04-151-1/+1
* update to latest daemon API for some ATA SMART changesDavid Zeuthen2009-04-061-10/+16
* update to latest DKD API where erase= and tasks within jobs has been removedDavid Zeuthen2009-04-021-62/+7
* remove gdu_device_is_busy() since device-is-busy was removed from the daemonDavid Zeuthen2009-04-021-9/+0
* add gdu_device_get_dev() to get the dev_t for a deviceDavid Zeuthen2009-04-021-0/+12
* update for daemon ABI changes for device-mount-path -> device-mount-pathsDavid Zeuthen2009-04-021-5/+14
* rework partition table handlingDavid Zeuthen2009-03-311-38/+0
* port to new DeviceKit-disks that uses libatasmartDavid Zeuthen2009-03-231-96/+265
* add support for device-is-media-change-detection-polling propertyDavid Zeuthen2009-03-161-1/+9
* fix a few memory leaksDavid Zeuthen2009-03-011-1/+3
* make sure we emit signals on add/change signals on GduPresentableDavid Zeuthen2009-02-271-7/+2
* use new device-presentation-name and -icon-name properties in DeviceKit-disksDavid Zeuthen2009-02-251-0/+20
* update to latest DeviceKit-disks API and rework API for GduDriveDavid Zeuthen2009-02-251-47/+43
* update for audio disc API changes in DeviceKit-disksDavid Zeuthen2009-02-201-8/+8
* add support for media detection bits recently added to DeviceKit-disksDavid Zeuthen2009-02-191-0/+63
* various header file and cosmetic fixesDavid Zeuthen2009-02-181-1/+0
* don't crash if GetAll() for device properties failsDavid Zeuthen2009-02-171-4/+6
* use new linux-md-home-host and linux-md-component-home-host propertiesDavid Zeuthen2009-02-171-0/+20
* fix up private data handling in all classesDavid Zeuthen2009-02-171-1/+3
* export name+uuid for linux-md devicesDavid Zeuthen2009-02-151-0/+20
* export API for new cryptotext LUKS properties exposed by the DK-disks daemonDavid Zeuthen2009-02-151-40/+64
* make some methods on GduDevice privateDavid Zeuthen2008-06-081-11/+11
* move all type definitions of private structures into gdu-shared.hDavid Zeuthen2008-06-081-0/+1
* hide constructors not supposed to be publicDavid Zeuthen2008-06-081-1/+1
* split useful non-ui bits into a shared library called libgduDavid Zeuthen2008-06-081-0/+2200