Fix systemd unit service issue for arch 64.
[platform/upstream/udisks2.git] / tools /
2012-10-03 David ZeuthenMerge branch 'master' into wip/mdraid
2012-09-28 David ZeuthenDon't require that users define UDISKS_API_IS_SUBJECT_T...
2012-09-28 David ZeuthenMove bash completion script into /usr/share/bash-comple...
2012-07-06 David ZeuthenAdd more compiler warnings
2012-05-12 David Zeuthenudisksctl: add 'smart-simulate' verb
2012-05-04 David ZeuthenRevert "Add loop.autoclear option to Filesystem.Mount...
2012-04-30 David ZeuthenAdd loop.autoclear option to Filesystem.Mount() method
2012-02-22 David ZeuthenMove to /usr-only setup and get rid of hardcoded paths...
2012-01-26 David Zeuthenudisksctl: sort the drives using Drive:SortKey for...
2012-01-26 David Zeuthenudisksctl: nuke PORT column in output of 'status' verb
2012-01-21 David ZeuthenFix use of memset(3)
2011-11-28 David ZeuthenUse /etc/bash_completion.d, not /etc/profile.d for...
2011-10-30 David ZeuthenExport the dev_t instead of major/minor for block devices
2011-10-26 David Zeuthenudisksctl: When setting up a loop device, don't free...
2011-10-21 David ZeuthenAdd Partition{,Table} interfaces and rely on blkid...
2011-08-26 David ZeuthenMerge remote-tracking branch 'origin/gdbus-port'
2011-08-26 David ZeuthenRevert "Fix all warnings caused by -Wunused-but-set...
2011-08-26 David ZeuthenRevert "Fix udisks --eject-options"
2011-08-26 David ZeuthenRevert "Teach udisks(1) about the new automount hint...
2011-08-24 David ZeuthenRename BlockDevice interface to Block
2011-08-17 David ZeuthenFix use of unitialized variables discovered when buildi...
2011-08-04 David ZeuthenAdd udisks_client_settle() and use it in udisksctl...
2011-07-22 David ZeuthenAdd a way to setup and delete loop devices
2011-07-20 David Zeuthenudisksctl: Don't ask for passphrase when locking
2011-07-18 David Zeuthenudisks(1): Mention lock/unlock commands in help output
2011-07-18 David ZeuthenAdd unlock/lock commands to udisksctl(1)
2011-07-18 David ZeuthenFind device by dev_t, not name
2011-06-29 David ZeuthenTeach udisks(1) about the new automount hint and spell...
2011-06-17 David ZeuthenUse a{sv} for options instead of just as
2011-06-16 David ZeuthenUpdate license and copyright headers
2011-06-15 David ZeuthenRename Lun interface to Drive
2011-05-23 David ZeuthenCatch up with latest gdbus-codegen(1) changes
2011-04-03 Martin PittFix udisks --eject-options
2011-03-29 David ZeuthenActually use WARN_CFLAGS
2011-03-29 David ZeuthenFix 'make distcheck'
2011-03-29 David ZeuthenRework autotooling and setup i18n
2011-03-20 David ZeuthenUpdate signal names
2011-03-18 David ZeuthenFactor out filesystem to sep D-Bus interface and unify...
2011-03-17 David ZeuthenUpdate to latest gdbus-codegen changes
2011-03-16 David ZeuthenUpdate to latest GDBus
2011-03-15 David ZeuthenFix all warnings caused by -Wunused-but-set-variable
2011-03-08 David ZeuthenMinor updates
2011-03-02 David ZeuthenRename Drive to LUN
2011-02-17 David ZeuthenDon't show partitions in udisksctl status output
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 ZeuthenMake parallel installable with udisks version 1
2011-02-15 David ZeuthenCatch up with latest gdbus-codegen
2010-11-08 David ZeuthenShow controllers
2010-11-02 David ZeuthenAdd a --controller option to 'udisks info'
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-10-25 David ZeuthenMake udisks(8) spawn a textual authentication agent...
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-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 ZeuthenMake udisks(1) actually show some information
2010-09-04 David ZeuthenUse new _GET_ and _PEEK_ macros in latest gdbus-codegen(1)
2010-09-04 David ZeuthenStart rewriting udisks(1)
2010-06-28 Matt ZimmermanAdd udisks --eject option
2010-03-19 Martin PittFix exit code of umount.udisks
2010-03-11 David ZeuthenHandle loopback devices
2010-03-03 Martin PittUpdate .gitignore files
2010-03-03 Martin Pittfix compiler warnings
2010-02-24 David ZeuthenAdd a --disable-remote-access option
2010-02-15 David ZeuthenExport alignment offset for a partition
2010-01-26 David ZeuthenExport multipath parameters as a textual string
2010-01-22 David ZeuthenAdd a DriveSimilarDevices property
2010-01-22 David ZeuthenFirst cut at device-mapper multipath support
2010-01-11 David ZeuthenFirst cut at LVM2 support
2009-12-07 David ZeuthenInstall udisks-tcp-bridge in /usr/bin
2009-12-05 David ZeuthenTake a secret from the client via stdin and use this...
2009-12-05 David ZeuthenInstall udisks-tcp-bridge in $prefix/lib/udisks
2009-12-05 David ZeuthenMake udisks-tcp-bridge connect to a DBusServer, not...
2009-12-03 David ZeuthenAdd experimental bridging program for providing D-Bus...
2009-12-01 David ZeuthenRename to udisks - nuke remaining references to Device...
2009-12-01 David ZeuthenReindent source code to adhere to the GNU-style
2009-12-01 David ZeuthenUpdate/add mode lines to all source files
2009-12-01 David ZeuthenRename to udisks - rename source files and symbols
2009-12-01 David ZeuthenRename to udisks - udev property names
2009-12-01 David ZeuthenRename from DeviceKit-disks to udisks, part 1
2009-11-29 David ZeuthenChange Device::DrivePort (of type 'o') to Device::Drive...
2009-11-28 David ZeuthenRename Controller interface to Adapter
2009-11-28 David ZeuthenAdd support for Port objects
2009-11-27 David ZeuthenInitial stab at exporting storage controllers via D-Bus
2009-11-25 David ZeuthenAdd DriveWwn, DriveRotationalRate and DriveWriteCache...
2009-10-28 David ZeuthenAdd new LinuxMdComponentPosition property
next