platform/upstream/udisks2.git
2012-01-24 David ZeuthenUse gobject-introspection Makefile
2012-01-24 David ZeuthenAdd targets for release management
2012-01-23 David ZeuthenAdd Transifex URL to README file
2012-01-23 David ZeuthenAdd Danish translation
2012-01-23 David ZeuthenMove polkit .policy file from policy/ to data/
2012-01-23 David ZeuthenAlso update the error name in D-Bus docs
2012-01-22 David ZeuthenUse org.freedesktop.UDisks2.* for errors, not org.freed...
2012-01-22 David ZeuthenFix up doc page
2012-01-22 David ZeuthenRemove copyright and license from docs and add link...
2012-01-22 David ZeuthenAdd 2012 to copyright years
2012-01-21 David ZeuthenRename systemd service to udisks2 and fix a couple...
2012-01-21 Benedikt MorbachInstall a systemd service file if systemd is used
2012-01-21 David ZeuthenFix use of memset(3)
2012-01-21 David ZeuthenEnsure PATH is set
2012-01-20 David ZeuthenPost-release version bump to version 1.91.0
2012-01-20 David ZeuthenUpdate NEWS for release
2012-01-20 David ZeuthenFix typos in udisks(8) man page and reword a couple...
2012-01-20 David ZeuthenClarify access control rules in udisks(8) man page
2012-01-20 David ZeuthenFix hints for PC floppy drives
2012-01-19 David ZeuthenDon't accept a blank options string when adding/updatin...
2012-01-19 David ZeuthenChange how devices referenced in /etc/fstab and /etc...
2012-01-19 David ZeuthenJust call it "fstab device" instead of "non-user fstab...
2012-01-18 Martin PittAdd some safe and useful ntfs-3g allowed mount options
2012-01-17 David ZeuthenRemove invalid assertion that all managed mounts are...
2012-01-10 David ZeuthenDon't set Drive:Ejectable to TRUE for floppy drives
2012-01-10 David ZeuthenAdjust sort-key calculation
2012-01-10 David ZeuthenFix up how Drive:SortKey and Drive:TimeMediaDetected...
2012-01-06 David ZeuthenAdd work-around for kernel devices not going on media...
2012-01-05 David ZeuthenUse reading/writing instead of backup/restore in authen...
2012-01-05 David ZeuthenAdd convenience routines to get block devices by label...
2012-01-05 David ZeuthenFix escaping issues when handling LABEL= and UUID=...
2011-12-12 David ZeuthenNuke debug spew
2011-12-09 David ZeuthenAdd some more thumb drive matches
2011-12-09 David ZeuthenSupport new ID_DRIVE_THUMB udev property and 'thumb...
2011-12-09 David ZeuthenForce ReadOnly to TRUE for optical drives
2011-12-07 David ZeuthenFix loop device cleanup if backing device is not known
2011-12-07 David ZeuthenDon't fail LoopSetup() because fstat(2) fails
2011-12-07 David ZeuthenAdd Encrypted.ChangePassphrase() method
2011-12-07 David ZeuthenFix up docs
2011-12-05 David ZeuthenAdd Block.OpenForRestore() method
2011-12-01 David ZeuthenAdd Block.OpenForBackup() method used for creating...
2011-11-29 David ZeuthenDon't cleanup loop devices if backing device has major 0
2011-11-29 David ZeuthenFix compile warning
2011-11-29 David ZeuthenUDisksCleanup: Nuke error handling from user-level API
2011-11-29 David ZeuthenGreatly simplify cleanup logic and routines
2011-11-28 David ZeuthenUse /etc/bash_completion.d, not /etc/profile.d for...
2011-11-23 Martin Pittintegration tests: small simplification
2011-11-23 David ZeuthenUse non-deprecated mutex and thread primitives in GLib...
2011-11-22 David ZeuthenAdd new Job:Objects property and set it
2011-11-22 David ZeuthenDon't distribute generated sources in tarballs
2011-11-22 David ZeuthenUpdate misc files
2011-11-22 David ZeuthenMove udisks man page to section 8
2011-11-21 David ZeuthenAdd shell-snippet showing how to update the ATA smart...
2011-11-16 David ZeuthenAdd new Block:HintPartitionable property
2011-11-16 David ZeuthenAdd ReadOnly property to the Block interface
2011-11-15 David ZeuthenWipe device before formatting it
2011-11-15 David ZeuthenActually wait for the right object when formatting...
2011-11-14 David ZeuthenAllow user to manipulate partitions of a loop device...
2011-11-14 David ZeuthenUse LO_FLAGS_PARTSCAN when setting up a loop device
2011-11-14 David ZeuthenPass UDisksObject so $(udisks2.device) is properly...
2011-11-14 David ZeuthenAllow creating partition tables with Block.Format()
2011-11-10 David ZeuthenSupport creating dos partitions
2011-11-10 David ZeuthenUDisksClient: add get_partitions() convenience method
2011-11-09 David ZeuthenDon't support dos partitions of type 0x00
2011-11-09 David ZeuthenFor dos partitions of type 0, output 0x00, not 0x0
2011-11-09 David ZeuthenRefuse to change partition type to an extended partition
2011-11-09 David ZeuthenIntroduce UDisksPartitionTypeInfoFlags
2011-11-09 David ZeuthenWhen creating a partition, ensure size is a multiple...
2011-11-09 David ZeuthenWhen creating a GPT partition, don't insist that the...
2011-11-09 David ZeuthenFix ref count bug
2011-11-08 David ZeuthenAdd the concept of partition table subtypes
2011-11-07 David ZeuthenAdd PartitionTable.CreatePartition() method
2011-11-07 David ZeuthenSynthesize 'change' uevent when deleting a partition
2011-11-07 Martin Pittintegration tests: Test loop device creation/teardown
2011-11-05 Martin Pittintegration tests: Test LUKS
2011-11-05 Martin PittAdd integration test suite
2011-11-03 David ZeuthenCall the right completion method
2011-11-03 David ZeuthenAdd a Partition.Delete() method
2011-11-03 David ZeuthenExport a Drive.Removable property
2011-11-02 David ZeuthenAdd Btrfs to list of known filesystems
2011-11-02 David ZeuthenHandle the odd case when there is no partition table...
2011-11-02 David ZeuthenAdd support for creating encrypted devices in Block...
2011-11-02 David ZeuthenUse luks-${UUID} instead of LUKS-udisks2-${UUID} to...
2011-11-02 David ZeuthenSupport option 'take-ownership' in the Block.Format...
2011-11-02 David ZeuthenRename Block.CreateFilesystem to Block.Format
2011-11-02 Martin PittBug 41931 — Add file system creation support
2011-10-31 David ZeuthenReturn "Unknown" for unknown partition types
2011-10-31 David ZeuthenPartition: Add Set{Name,Type,Flags} methods and impleme...
2011-10-31 David ZeuthenUDisksClient: rename some methods and parameters
2011-10-30 David ZeuthenExport the dev_t instead of major/minor for block devices
2011-10-30 David ZeuthenUDisksClient: Include partition flags in get_partition_...
2011-10-29 David ZeuthenEnsure 'dos' partition types always have two digits...
2011-10-28 David ZeuthenUse a uint64 for partition flags instead of a string
2011-10-28 David ZeuthenUDisksClient: add get_partition_info() method
2011-10-28 David ZeuthenFor serial numbers, only use ID_SERIAL_SHORT, never...
2011-10-26 David Zeuthenudisksctl: When setting up a loop device, don't free...
2011-10-26 David ZeuthenInitialize variable to NULL
2011-10-26 David ZeuthenUDisksClient: make settle() method emit any outstanding...
2011-10-26 David ZeuthenDon't leak job objects
2011-10-26 David ZeuthenUse new /dev/loop-control device to create loop devices
next