2011-12-09 |
David Zeuthen | Add some more thumb drive matches |
commit | commitdiff | tree | snapshot |
2011-12-09 |
David Zeuthen | Support new ID_DRIVE_THUMB udev property and 'thumb... |
commit | commitdiff | tree | snapshot |
2011-12-09 |
David Zeuthen | Force ReadOnly to TRUE for optical drives |
commit | commitdiff | tree | snapshot |
2011-12-07 |
David Zeuthen | Fix loop device cleanup if backing device is not known |
commit | commitdiff | tree | snapshot |
2011-12-07 |
David Zeuthen | Don't fail LoopSetup() because fstat(2) fails |
commit | commitdiff | tree | snapshot |
2011-12-07 |
David Zeuthen | Add Encrypted.ChangePassphrase() method |
commit | commitdiff | tree | snapshot |
2011-12-07 |
David Zeuthen | Fix up docs |
commit | commitdiff | tree | snapshot |
2011-12-05 |
David Zeuthen | Add Block.OpenForRestore() method |
commit | commitdiff | tree | snapshot |
2011-12-01 |
David Zeuthen | Add Block.OpenForBackup() method used for creating... |
commit | commitdiff | tree | snapshot |
2011-11-29 |
David Zeuthen | Don't cleanup loop devices if backing device has major 0 |
commit | commitdiff | tree | snapshot |
2011-11-29 |
David Zeuthen | Fix compile warning |
commit | commitdiff | tree | snapshot |
2011-11-29 |
David Zeuthen | UDisksCleanup: Nuke error handling from user-level API |
commit | commitdiff | tree | snapshot |
2011-11-29 |
David Zeuthen | Greatly simplify cleanup logic and routines |
commit | commitdiff | tree | snapshot |
2011-11-28 |
David Zeuthen | Use /etc/bash_completion.d, not /etc/profile.d for... |
commit | commitdiff | tree | snapshot |
2011-11-23 |
Martin Pitt | integration tests: small simplification |
commit | commitdiff | tree | snapshot |
2011-11-23 |
David Zeuthen | Use non-deprecated mutex and thread primitives in GLib... |
commit | commitdiff | tree | snapshot |
2011-11-22 |
David Zeuthen | Add new Job:Objects property and set it |
commit | commitdiff | tree | snapshot |
2011-11-22 |
David Zeuthen | Don't distribute generated sources in tarballs |
commit | commitdiff | tree | snapshot |
2011-11-22 |
David Zeuthen | Update misc files |
commit | commitdiff | tree | snapshot |
2011-11-22 |
David Zeuthen | Move udisks man page to section 8 |
commit | commitdiff | tree | snapshot |
2011-11-21 |
David Zeuthen | Add shell-snippet showing how to update the ATA smart... |
commit | commitdiff | tree | snapshot |
2011-11-16 |
David Zeuthen | Add new Block:HintPartitionable property |
commit | commitdiff | tree | snapshot |
2011-11-16 |
David Zeuthen | Add ReadOnly property to the Block interface |
commit | commitdiff | tree | snapshot |
2011-11-15 |
David Zeuthen | Wipe device before formatting it |
commit | commitdiff | tree | snapshot |
2011-11-15 |
David Zeuthen | Actually wait for the right object when formatting... |
commit | commitdiff | tree | snapshot |
2011-11-14 |
David Zeuthen | Allow user to manipulate partitions of a loop device... |
commit | commitdiff | tree | snapshot |
2011-11-14 |
David Zeuthen | Use LO_FLAGS_PARTSCAN when setting up a loop device |
commit | commitdiff | tree | snapshot |
2011-11-14 |
David Zeuthen | Pass UDisksObject so $(udisks2.device) is properly... |
commit | commitdiff | tree | snapshot |
2011-11-14 |
David Zeuthen | Allow creating partition tables with Block.Format() |
commit | commitdiff | tree | snapshot |
2011-11-10 |
David Zeuthen | Support creating dos partitions |
commit | commitdiff | tree | snapshot |
2011-11-10 |
David Zeuthen | UDisksClient: add get_partitions() convenience method |
commit | commitdiff | tree | snapshot |
2011-11-09 |
David Zeuthen | Don't support dos partitions of type 0x00 |
commit | commitdiff | tree | snapshot |
2011-11-09 |
David Zeuthen | For dos partitions of type 0, output 0x00, not 0x0 |
commit | commitdiff | tree | snapshot |
2011-11-09 |
David Zeuthen | Refuse to change partition type to an extended partition |
commit | commitdiff | tree | snapshot |
2011-11-09 |
David Zeuthen | Introduce UDisksPartitionTypeInfoFlags |
commit | commitdiff | tree | snapshot |
2011-11-09 |
David Zeuthen | When creating a partition, ensure size is a multiple... |
commit | commitdiff | tree | snapshot |
2011-11-09 |
David Zeuthen | When creating a GPT partition, don't insist that the... |
commit | commitdiff | tree | snapshot |
2011-11-09 |
David Zeuthen | Fix ref count bug |
commit | commitdiff | tree | snapshot |
2011-11-08 |
David Zeuthen | Add the concept of partition table subtypes |
commit | commitdiff | tree | snapshot |
2011-11-07 |
David Zeuthen | Add PartitionTable.CreatePartition() method |
commit | commitdiff | tree | snapshot |
2011-11-07 |
David Zeuthen | Synthesize 'change' uevent when deleting a partition |
commit | commitdiff | tree | snapshot |
2011-11-07 |
Martin Pitt | integration tests: Test loop device creation/teardown |
commit | commitdiff | tree | snapshot |
2011-11-05 |
Martin Pitt | integration tests: Test LUKS |
commit | commitdiff | tree | snapshot |
2011-11-05 |
Martin Pitt | Add integration test suite |
commit | commitdiff | tree | snapshot |
2011-11-03 |
David Zeuthen | Call the right completion method |
commit | commitdiff | tree | snapshot |
2011-11-03 |
David Zeuthen | Add a Partition.Delete() method |
commit | commitdiff | tree | snapshot |
2011-11-03 |
David Zeuthen | Export a Drive.Removable property |
commit | commitdiff | tree | snapshot |
2011-11-02 |
David Zeuthen | Add Btrfs to list of known filesystems |
commit | commitdiff | tree | snapshot |
2011-11-02 |
David Zeuthen | Handle the odd case when there is no partition table... |
commit | commitdiff | tree | snapshot |
2011-11-02 |
David Zeuthen | Add support for creating encrypted devices in Block... |
commit | commitdiff | tree | snapshot |
2011-11-02 |
David Zeuthen | Use luks-${UUID} instead of LUKS-udisks2-${UUID} to... |
commit | commitdiff | tree | snapshot |
2011-11-02 |
David Zeuthen | Support option 'take-ownership' in the Block.Format... |
commit | commitdiff | tree | snapshot |
2011-11-02 |
David Zeuthen | Rename Block.CreateFilesystem to Block.Format |
commit | commitdiff | tree | snapshot |
2011-11-02 |
Martin Pitt | Bug 41931 — Add file system creation support |
commit | commitdiff | tree | snapshot |
2011-10-31 |
David Zeuthen | Return "Unknown" for unknown partition types |
commit | commitdiff | tree | snapshot |
2011-10-31 |
David Zeuthen | Partition: Add Set{Name,Type,Flags} methods and impleme... |
commit | commitdiff | tree | snapshot |
2011-10-31 |
David Zeuthen | UDisksClient: rename some methods and parameters |
commit | commitdiff | tree | snapshot |
2011-10-30 |
David Zeuthen | Export the dev_t instead of major/minor for block devices |
commit | commitdiff | tree | snapshot |
2011-10-30 |
David Zeuthen | UDisksClient: Include partition flags in get_partition_... |
commit | commitdiff | tree | snapshot |
2011-10-29 |
David Zeuthen | Ensure 'dos' partition types always have two digits... |
commit | commitdiff | tree | snapshot |
2011-10-28 |
David Zeuthen | Use a uint64 for partition flags instead of a string |
commit | commitdiff | tree | snapshot |
2011-10-28 |
David Zeuthen | UDisksClient: add get_partition_info() method |
commit | commitdiff | tree | snapshot |
2011-10-28 |
David Zeuthen | For serial numbers, only use ID_SERIAL_SHORT, never... |
commit | commitdiff | tree | snapshot |
2011-10-26 |
David Zeuthen | udisksctl: When setting up a loop device, don't free... |
commit | commitdiff | tree | snapshot |
2011-10-26 |
David Zeuthen | Initialize variable to NULL |
commit | commitdiff | tree | snapshot |
2011-10-26 |
David Zeuthen | UDisksClient: make settle() method emit any outstanding... |
commit | commitdiff | tree | snapshot |
2011-10-26 |
David Zeuthen | Don't leak job objects |
commit | commitdiff | tree | snapshot |
2011-10-26 |
David Zeuthen | Use new /dev/loop-control device to create loop devices |
commit | commitdiff | tree | snapshot |
2011-10-26 |
David Zeuthen | Nuke debug spew |
commit | commitdiff | tree | snapshot |
2011-10-25 |
David Zeuthen | Handle the case where blkid(8) detects both a filesyste... |
commit | commitdiff | tree | snapshot |
2011-10-24 |
David Zeuthen | Add properties to identify extended and logical dos... |
commit | commitdiff | tree | snapshot |
2011-10-24 |
David Zeuthen | Use glib top-level includes |
commit | commitdiff | tree | snapshot |
2011-10-24 |
Martin Pitt | Bug 41862 — Add label changing for previously supported... |
commit | commitdiff | tree | snapshot |
2011-10-23 |
David Zeuthen | Update internal man page links |
commit | commitdiff | tree | snapshot |
2011-10-23 |
David Zeuthen | Add links to udisks(7) man page) for the Hint* properties |
commit | commitdiff | tree | snapshot |
2011-10-23 |
David Zeuthen | Move all utility functions to the UDisksClient type |
commit | commitdiff | tree | snapshot |
2011-10-22 |
David Zeuthen | Remove unused functions for doc sections file |
commit | commitdiff | tree | snapshot |
2011-10-21 |
David Zeuthen | Add Partition{,Table} interfaces and rely on blkid... |
commit | commitdiff | tree | snapshot |
2011-10-19 |
David Zeuthen | udisks: Also accept a --no-debug option and use it... |
commit | commitdiff | tree | snapshot |
2011-10-17 |
Martin Pitt | HACKING: Update URLs |
commit | commitdiff | tree | snapshot |
2011-10-14 |
David Zeuthen | Update docs |
commit | commitdiff | tree | snapshot |
2011-10-14 |
David Zeuthen | Export Time{,Media}Detected properties on UDisksDrive |
commit | commitdiff | tree | snapshot |
2011-10-13 |
David Zeuthen | Fix speling |
commit | commitdiff | tree | snapshot |
2011-10-11 |
David Zeuthen | UDisksClient: Initialize method timeout to infinite... |
commit | commitdiff | tree | snapshot |
2011-10-11 |
David Zeuthen | Add description for ZFS devices |
commit | commitdiff | tree | snapshot |
2011-10-11 |
David Zeuthen | Fix property reference |
commit | commitdiff | tree | snapshot |
2011-10-10 |
David Zeuthen | Support PC-style floppy drives |
commit | commitdiff | tree | snapshot |
2011-10-06 |
David Zeuthen | UDisksClient: add get_block_for_dev() method |
commit | commitdiff | tree | snapshot |
2011-10-03 |
David Zeuthen | UDisksClient: Handle when an interface is no longer... |
commit | commitdiff | tree | snapshot |
2011-10-03 |
David Zeuthen | Ignore uevent if so requested by device-mapper |
commit | commitdiff | tree | snapshot |
2011-10-03 |
David Zeuthen | UDisksClient: add get_object() and peek_object() conven... |
commit | commitdiff | tree | snapshot |
2011-10-03 |
David Zeuthen | Combine entry and monitor API reference for mounts... |
commit | commitdiff | tree | snapshot |
2011-09-30 |
David Zeuthen | UDisksClient: add a rate-limited ::change signal |
commit | commitdiff | tree | snapshot |
2011-09-30 |
David Zeuthen | UDisksClient: add get_cleartext_block() method |
commit | commitdiff | tree | snapshot |
2011-09-30 |
David Zeuthen | Make udisks_util_get_drive_info() a method on UDisksClient |
commit | commitdiff | tree | snapshot |
2011-09-30 |
David Zeuthen | Clarify docs for udisks_client_get_block_for_drive() |
commit | commitdiff | tree | snapshot |
2011-09-29 |
David Zeuthen | Add properties about currently inserted optical media... |
commit | commitdiff | tree | snapshot |
2011-09-29 |
David Zeuthen | Reorder some properties |
commit | commitdiff | tree | snapshot |
2011-09-28 |
David Zeuthen | Introduce DeviceBusy error and use it in Filesystem... |
commit | commitdiff | tree | snapshot |
2011-09-28 |
David Zeuthen | UDisksClient: add get_drive_for_block() method |
commit | commitdiff | tree | snapshot |
next |