platform/upstream/udisks2.git
2009-06-08 David ZeuthenThe PolicyKit extensions dir has moved
2009-06-02 David ZeuthenAdd a pkg-config file
2009-05-26 David ZeuthenUse PolkitDetails, not GHashTable to pass details to...
2009-05-19 David ZeuthenOnly check for ATA SMART if the device reports non...
2009-05-19 David ZeuthenCatch up with latest polkit API changes
2009-05-13 David ZeuthenUpdate to latest polkit API where PolkitAuthorizationRe...
2009-05-13 David ZeuthenUpdate to latest PolicyKit API
2009-05-11 David ZeuthenRemove unneeded code for PolicyKit
2009-05-11 David ZeuthenPost-release version bump
2009-05-11 David ZeuthenPort to polkit-1
2009-05-11 David ZeuthenMove to using a capital letter for commit messages
2009-05-01 David Zeuthenonly consider Prefail attibutes when checking for bad...
2009-05-01 David Zeuthenadd :device-media-detection-time property
2009-04-29 David Zeuthenadd support for ext2
2009-04-16 David Zeuthenproperly detect devices with vfat on the whole disk
2009-04-15 David Zeuthenallow the 'flush' mount option for vfat
2009-04-15 David Zeuthenfix up some warnings
2009-04-15 David Zeuthenadd property device-detection-time
2009-04-15 David Zeuthendocument influential udev properties in the DeviceKit...
2009-04-15 David Zeuthenadd device-presentation-hide property
2009-04-12 David Zeuthenbe more careful when probing for ATA SMART
2009-04-12 David Zeuthenrework how we detect whether a device is busy
2009-04-12 David Zeuthenadd temporary workaround for btrfs
2009-04-12 David Zeuthenremove debug spew
2009-04-09 David Zeuthenalso check if partitions on a device is busy
2009-04-09 David Zeuthenuse correct dmode for iso9660 mounts
2009-04-08 David Zeuthenadd command line options to devkit-disks for refreshing...
2009-04-08 David Zeuthenfix some bugs in the man page
2009-04-08 David Zeuthenchange default mount options for vfat to utf8=1 and...
2009-04-08 David Zeuthenfix a race where /etc/fstab mount points where sometime...
2009-04-06 David Zeuthenbump version
2009-04-06 David Zeuthenuse /var/run/DeviceKit-disks, not /tmp as a temporary...
2009-04-06 David Zeuthenremove hack for working around broken USB card reader
2009-04-06 David Zeuthenremove debug spew from mount monitor
2009-04-06 David Zeuthenfix grammar/spelling for ATA SMART output in devkit...
2009-04-06 David Zeutheninstall udev rules into /lib/udev/rules.d not /etc...
2009-04-06 David Zeuthenchange devkit-disks(1) to use device node paths instead...
2009-04-06 David Zeuthenalso move umount.devkit over to use the correct object...
2009-04-06 David Zeuthenadd FindDeviceByMajorMinor() to look up a device by...
2009-04-06 David Zeuthenprefix all D-Bus objects paths with /org/freedesktop...
2009-04-06 David Zeuthenfix udev rules to keep udev from complaining
2009-04-06 David Zeuthenrework some of the ATA SMART stuff, go back to using...
2009-04-02 David Zeuthenremove erase= option and the notion of tasks within...
2009-04-02 David Zeuthenremove a lot of unnecessary errors
2009-04-02 David Zeuthenremove device-is-busy property
2009-04-02 David Zeuthenexport device-major and device-minor properties
2009-04-02 David Zeuthenuse /proc/self/mountinfo and handle a device being...
2009-03-31 David Zeuthenprint the scheme of the main partition table, never...
2009-03-31 David Zeuthenrework partition table handling
2009-03-30 David Zeuthenensure a MS-DOS extended partition is busy if logical...
2009-03-30 David Zeuthenallow job-num-tasks to be 0 (meaning "unknown")
2009-03-30 David Zeuthenif BLKRRPART fails with EBUSY, just try a few more...
2009-03-30 Matthias Clasenmake umount work on mount points
2009-03-28 Matthias Clasenfix typo in error name
2009-03-23 David Zeuthenforgot to add ATA SMART prober in last commit
2009-03-23 David Zeuthenport to libatasmart
2009-03-17 David Zeuthenfix up how device-is-system-internal is computed
2009-03-17 Matthias Clasenfix up inhibit parameter handling
2009-03-17 David Zeuthendon't poll SATA AN drives
2009-03-15 David Zeuthenrework default mount options
2009-03-15 David Zeuthenavoid taking action if a component is removed from...
2009-03-15 David Zeuthenexport all linux-md raid devices (except ones marked...
2009-03-15 David Zeuthenadd newline for debug message
2009-03-15 David Zeuthenonly use a single PolicyKit action for Linux MD operations
2009-03-15 David Zeuthenonly export holders/slaves if the devices are in our db
2009-03-04 David Zeuthenadd a --dump option to devkit-disks(1)
2009-03-04 David Zeuthenallow users with appropriate authorizations to unmount...
2009-03-03 David Zeuthenuse dev_t to identify mounts, not device files
2009-03-02 David Zeuthenupdate README
2009-03-02 David Zeuthenbump version to 003
2009-03-02 David Zeuthenupdate NEWS and TODO
2009-03-02 David Zeuthenmake it possible to inhibit all operations on the daemon
2009-03-02 David Zeuthenmake help description for devkit-disks(1) point to...
2009-03-02 David Zeuthenrevise devkit-disks(1) man page and allow spawning...
2009-03-02 David Zeuthenmake the degree character work in devkit-disks
2009-03-02 David Zeuthenmake devkit-disks(1) print SMART attributes
2009-03-02 David Zeuthenrip out --create-fs option for now
2009-03-02 David Zeuthenwhen taking ownership of a newly created file system...
2009-03-02 David Zeuthenuse dmask 0077 by default when mounting vfat volumes
2009-03-02 David Zeuthenuse the right polkit action for ejecting drives
2009-03-02 David Zeuthensimplify PolicyKit permissions a bit
2009-03-01 David Zeuthenset is_system_internal for linux md devices
2009-03-01 David Zeuthenfixup error message when adding/removing components
2009-03-01 David Zeuthensplit MD_NAME into home host and name
2009-03-01 David Zeuthenmake Device.is_busy() and Davice.partitions_are_busy...
2009-03-01 David Zeuthenslightly rework how polling is done
2009-02-28 David Zeuthenuse G_GNUC_CONST for all _get_type() functions
2009-02-28 David Zeuthenfix up _TYPE_ and _IS_ type macros to use DEVKIT_DISKS_...
2009-02-28 David Zeuthenrework mounts handling
2009-02-27 David Zeuthenensure that properties are updated before FilesystemMou...
2009-02-26 David Zeuthenadd new device-presentation-name and -icon-name properties
2009-02-25 David Zeuthenrename part_id to devkit-disks-part-id and namespace...
2009-02-25 David Zeuthenfix parallel build
2009-02-25 David Zeuthenadd a devkit-disks-types.h file
2009-02-25 David Zeuthenrework how properties are set and updated
2009-02-23 David Zeuthenadd some fixes/hacks to make things work with md increm...
2009-02-23 David Zeuthenset the process title in the poller to the devices...
2009-02-23 David Zeuthenmake polling process exit when parent dies
2009-02-23 David Zeuthenallow changing the label on a mounted device if the...
2009-02-22 David Zeuthendetect USB floppy drives
next