platform/upstream/udisks2.git
2011-03-18 David ZeuthenUse new type-safe CALLBACK macros
2011-03-17 David ZeuthenUpdate to latest gdbus-codegen changes
2011-03-16 David ZeuthenUpdate to latest GDBus
2011-03-14 David ZeuthenExport udisks_util_get_media_compat_for_display()
2011-03-14 David ZeuthenCope with the fact that ID_FS_VERSION is udev encoded
2011-03-14 David ZeuthenCapitalize short filesystem names
2011-03-14 David ZeuthenFix copy-paste error for short filesystem name
2011-03-14 David ZeuthenShow 'Unknown' for unknown volume, not a blank string
2011-03-14 David ZeuthenUse /dev/mapper/vg-FOO-lv-BAR instead of /dev/dm-0...
2011-03-13 David ZeuthenFix typo so fs labels on mounted filesystems can be...
2011-03-13 David ZeuthenAdd FilesystemSetLabel method
2011-03-13 David ZeuthenNuke helper option for now
2011-03-13 David ZeuthenFix warnings triggered by gcc 4.6
2011-03-13 David ZeuthenAdd udisks_util_get_part_types_for_scheme() util function
2011-03-11 David ZeuthenAdd functions to get human-readable strings for partiti...
2011-03-10 David ZeuthenExport partition label and UUID
2011-03-10 David ZeuthenAdd a CryptoBackingDevice property on BlockDevice for...
2011-03-10 David ZeuthenMake the Size property on BlockDevice be 0 if no media...
2011-03-10 David ZeuthenAdd PartEntryNumber attribute to the BlockDevice interface
2011-03-09 David ZeuthenAdd utility function to get info about a LUN
2011-03-08 David ZeuthenAdd a Size property to the Lun interface
2011-03-08 David ZeuthenAdd LoopBackingFile property to BlockDevice
2011-03-08 David ZeuthenDemote complaint about no serial/wwn on block device...
2011-03-08 David ZeuthenMinor updates
2011-03-06 David ZeuthenRemove TODO
2011-03-06 David ZeuthenFix PolicyKit policy file
2011-03-06 David ZeuthenAdd UDisksClient
2011-03-05 David ZeuthenImprove how data is collected in the fallback branch...
2011-03-05 David ZeuthenUse block instead of scsi devices for LUNs
2011-03-04 David ZeuthenActually make the libudisks2 library work for 3rd party...
2011-03-02 David ZeuthenRename Drive to LUN
2011-03-02 David ZeuthenHandle removing a drive correctly
2011-02-17 David ZeuthenDon't show partitions in udisksctl status output
2011-02-17 David ZeuthenRework how serial numbers are handled
2011-02-17 David ZeuthenAdd a PreferredDevice property
2011-02-17 David ZeuthenFix spelling of property names
2011-02-17 David ZeuthenAdd properties for partition tables and entries
2011-02-16 David ZeuthenFix up docs
2011-02-16 David ZeuthenMove contents of BlockDevice.Probed and Filesystem...
2011-02-16 David ZeuthenAvoid multiple Drive objects with the same VPD
2011-02-16 David ZeuthenDrop Controller, AtaDrive and ScsiDrive interfaces...
2011-02-16 David ZeuthenMove object path and interface names to the UDisks2...
2011-02-15 David ZeuthenProbe LUNs for device information
2011-02-15 David ZeuthenNuke all custom udev rules
2011-02-15 David ZeuthenMake parallel installable with udisks version 1
2011-02-15 David ZeuthenFor now, don't enable -Werror by default, not even...
2011-02-15 David ZeuthenCatch up with latest gdbus-codegen
2010-11-08 David ZeuthenShow controllers
2010-11-03 Martin PittFix uninitialized variables in mounted_fs_entry_is_valid()
2010-11-03 Martin PittFix uninitialized variables in udisks_daemon_log_valist()
2010-11-02 David ZeuthenAdd a --controller option to 'udisks info'
2010-11-01 David ZeuthenAdd Address and PhysicalSlot properties to Controller...
2010-11-01 David ZeuthenAdd missing files
2010-11-01 David ZeuthenAdd org.freedesktop.UDisks.Controller interface
2010-11-01 David ZeuthenAdd --drive option to info verb of udisks(1) command
2010-11-01 David ZeuthenShow block device in status output
2010-11-01 David ZeuthenProperly sort according to CTDS
2010-11-01 David ZeuthenAdd a 'status' verb to udisks(1)
2010-11-01 David ZeuthenImprove drive object paths slightly
2010-11-01 David ZeuthenCatch up with latest gdbus-codegen and use this to...
2010-10-31 David ZeuthenOnly consider SCSI devices with type 0x00 and 0x05...
2010-10-31 David ZeuthenMake udisks_decode_udev_string() accept NULL strings
2010-10-31 David ZeuthenAdd org.freedesktop.UDisks.Drive interfaces
2010-10-25 David ZeuthenAdd a couple of more errors
2010-10-25 David ZeuthenMake udisks(8) spawn a textual authentication agent...
2010-10-25 David ZeuthenUpdate udisks(1) man page
2010-10-25 David ZeuthenUse gchar, not char
2010-10-25 David ZeuthenAlso use --object-path/-p for udisks info
2010-10-25 David ZeuthenCheck with polkit whether the user is authorized to...
2010-10-21 David ZeuthenStart implementing Mount() and Unmount() on the Filesys...
2010-10-12 David ZeuthenRename library to libudisks-2.0.so and provide a pkg...
2010-09-27 David ZeuthenDon't create two GUdevClient objects - share a single...
2010-09-27 David ZeuthenAdd new abstract ConfigurationItem interface and a...
2010-09-24 David ZeuthenUse generated GDBusProxyManager subclass from latest...
2010-09-22 David Zeuthenudisks(1): implement mount and unmount verbs
2010-09-16 David Zeuthenudisks: Use --block-device in 'info' verb instead of...
2010-09-16 David ZeuthenRun 'udisks dump' in the pager if stdin/stdout are...
2010-09-16 David ZeuthenIf both stdin/stdout are TTYs, provide colorful output
2010-09-15 David ZeuthenAlso show interfaces+properties when an object is added
2010-09-15 David ZeuthenShow interface properties when adding an interface
2010-09-15 David ZeuthenAdd a 'monitor' verb to the udisks command
2010-09-15 David ZeuthenActually remove the object on "remove" event
2010-09-15 David ZeuthenFixup finalization order to avoid warnings when disconn...
2010-09-15 David ZeuthenMake udisks(1) actually show some information
2010-09-15 David ZeuthenUse bytestring for strings that are not guaranteed...
2010-09-13 David ZeuthenDynamically update the UDisksFilesystem:MountPoint...
2010-09-13 David ZeuthenRemove debug spew
2010-09-13 David ZeuthenAdd UDisksMountMonitor and UDisksMount
2010-09-10 David ZeuthenFixup doc indenting
2010-09-10 David ZeuthenHandle the org.fd.UDisks.Job.Cancel() method in the...
2010-09-09 David ZeuthenFactor common job features into a base class
2010-09-09 David ZeuthenAdd UDisksThreadedJob class
2010-09-08 David ZeuthenAdd UDisksError to the docs
2010-09-08 David ZeuthenBuild fixes / cleanups
2010-09-08 David ZeuthenFix build
2010-09-08 David ZeuthenAdd UDisksError error domain and use it
2010-09-08 David ZeuthenFix reference count SNAFU
2010-09-08 David ZeuthenMake it possible to pass a string to the helper via...
2010-09-08 David ZeuthenDon't mix up stdout and stderr
2010-09-08 David ZeuthenUDisksSpawnedJob: Add test case for binary output
next