summaryrefslogtreecommitdiffstats
path: root/src/gdu/gdu-pool.c
Commit message (Expand)AuthorAgeFilesLines
* only spew debug if GDU_DEBUG is set to 1David Zeuthen2009-04-151-0/+32
* fix volume hole detection, logical partitions start at five, not fourDavid Zeuthen2009-04-061-1/+6
* all D-Bus object paths are now prefixed with /org/freedesktop/DeviceKit/DisksDavid Zeuthen2009-04-061-3/+3
* update to latest DKD API where erase= and tasks within jobs has been removedDavid Zeuthen2009-04-021-15/+3
* fix volume hole detectionDavid Zeuthen2009-03-311-6/+17
* rework partition table handlingDavid Zeuthen2009-03-311-20/+36
* handle inactive and partitioned md devicesDavid Zeuthen2009-03-151-10/+23
* add support for handling when the daemon is inhibitDavid Zeuthen2009-03-021-0/+50
* fix a few memory leaksDavid Zeuthen2009-03-011-4/+12
* make sure we emit signals on add/change signals on GduPresentableDavid Zeuthen2009-02-271-5/+9
* update to latest DeviceKit-disks API and rework API for GduDriveDavid Zeuthen2009-02-251-6/+9
* various header file and cosmetic fixesDavid Zeuthen2009-02-181-0/+3
* fix a few memory leaksDavid Zeuthen2009-02-171-10/+9
* fix up private data handling in all classesDavid Zeuthen2009-02-171-1/+3
* rework device detection to be more robust and rework how Linux MD is handledDavid Zeuthen2009-02-171-593/+662
* add new gdu_presentable_get_id functionDavid Zeuthen2009-02-151-1/+10
* add API to get objects by device fileDavid Zeuthen2008-06-271-3/+61
* fix marshaller typeDavid Zeuthen2008-06-111-1/+1
* fix signal reg since the daemon now uses object paths instead of stringsDavid Zeuthen2008-06-111-4/+4
* make some methods on GduDevice privateDavid Zeuthen2008-06-081-11/+11
* add docs for GduPoolDavid Zeuthen2008-06-081-8/+157
* hide constructors not supposed to be publicDavid Zeuthen2008-06-081-17/+17
* split useful non-ui bits into a shared library called libgduDavid Zeuthen2008-06-081-0/+1279