summaryrefslogtreecommitdiff
path: root/monitor
Commit message (Expand)AuthorAgeFilesLines
* build: Include udisks2/what-is-shown.txt in the tarballTomas Bzatek2012-04-271-1/+1
* udisks2: Support getting/storing LUKS encryption passphrase from keyringDavid Zeuthen2012-04-262-6/+221
* udisks2: update the what-is-shown.txt file to mention multi-seat systemsDavid Zeuthen2012-04-231-0/+4
* udisks2: don't automount if drive is shared across all seatsDavid Zeuthen2012-04-234-5/+15
* udisks2: don't show drives from other seats and special-case seat "all"David Zeuthen2012-04-224-83/+123
* Don't set should_automount to TRUE for devices on other seatsDavid Zeuthen2012-04-212-25/+102
* udisks2: Set should_automount correctly when starting upDavid Zeuthen2012-04-183-30/+56
* udisks2: Update link to fstab/crypttab editing in DisksDavid Zeuthen2012-04-091-2/+3
* udisks2: Fix some memory leaksDavid Zeuthen2012-04-091-0/+9
* afc: Fix building against libimobiledevice-1.1.2Alexandre Rostovtsev2012-04-021-2/+9
* udisks2: Set G_VOLUME_IDENTIFIER_KIND_CLASS identifier for volumesDavid Zeuthen2012-03-011-2/+28
* Use /run/media/$USER instead of $XDG_RUNTIME_DIR/mediaDavid Zeuthen2012-02-222-14/+14
* udisks2: Only show $XDG_RUNTIME_DIR mounts if they are in media dirDavid Zeuthen2012-02-182-6/+8
* For mount options, switch from comment=gvfs to x-gvfsDavid Zeuthen2012-01-243-13/+13
* Don't forget to dist the udisks2 monitorMatthias Clasen2012-01-211-1/+1
* Add a link to the latest copy of udisks(8) man pageDavid Zeuthen2012-01-201-3/+6
* Update copyrightsDavid Zeuthen2012-01-2011-11/+11
* No need to handle force_rescan since we don't cache anythingDavid Zeuthen2012-01-201-2/+0
* Reword a couple of commentsDavid Zeuthen2012-01-202-10/+10
* s/TODO/Idea/David Zeuthen2012-01-201-3/+3
* Add a note explaining why we don't offer to save LUKS passphrasesDavid Zeuthen2012-01-201-3/+16
* Expand TODO item pontificating whether a GDrive should be added or notDavid Zeuthen2012-01-201-3/+11
* Also add UDISKS_IGNORE exampleDavid Zeuthen2012-01-201-6/+9
* Mention that certain udev properties also influence what is shownDavid Zeuthen2012-01-201-0/+17
* Respect Block:HintIgnore propertyDavid Zeuthen2012-01-201-0/+4
* Use Block:HintAuto instead of Drive:Removable to determine automountDavid Zeuthen2012-01-201-1/+1
* Don't prompt for passphrase if it's already in the /etc/crypttab fileDavid Zeuthen2012-01-191-33/+68
* Fix typo in fstab exampleDavid Zeuthen2012-01-181-1/+1
* Fix typoDavid Zeuthen2012-01-181-1/+2
* Clarify a couple of things in the what-is-shown.txt docDavid Zeuthen2012-01-181-16/+13
* Add text file describing how to influence what mounts are shownDavid Zeuthen2012-01-181-0/+57
* Use comment=gvfs-show and -hide instead of -show=1|True|0|FalseDavid Zeuthen2012-01-182-7/+14
* Rework and simplify code for determining if a volume/mount is to be shownDavid Zeuthen2012-01-171-45/+121
* Fix off-by-one when parsing mount options with a value of length 1David Zeuthen2012-01-171-1/+1
* Add a TODO item with a reference to bug 668132David Zeuthen2012-01-171-0/+21
* Use Drive:Ejectable to determine if a drive is ejectableDavid Zeuthen2012-01-101-5/+1
* Use Drive:SortKey for sorting drive objectsDavid Zeuthen2012-01-101-5/+1
* Set should_automount and can_mount properties to make automounting workDavid Zeuthen2012-01-061-0/+28
* Use simpler version of g_unix_mount_should_display()David Zeuthen2012-01-061-1/+75
* Properly handle LABEL= and UUID= fstab entriesDavid Zeuthen2012-01-051-3/+43
* Use a timeout of ten seconds when spawning commandsDavid Zeuthen2011-12-224-5/+55
* Spawn helpers asynchronously, not synchronouslyDavid Zeuthen2011-12-224-189/+572
* Use comment=gvfs-name=VALUE and comment=gvfs-icon=VALUEDavid Zeuthen2011-12-121-3/+3
* Catch up with udisks change from major/minor to dev_tDavid Zeuthen2011-10-302-2/+2
* Merge branch 'master' into wip/udisks2David Zeuthen2011-10-261-1/+0
|\
| * Adapt to GLib 2.31 deprecations and thread API changesMatthias Clasen2011-10-211-1/+0
* | udisks2: catch up with latest udisks changesDavid Zeuthen2011-10-241-2/+4
* | udisks2: fix check for whether the umount(8) command should be usedDavid Zeuthen2011-10-221-1/+1
* | Merge branch 'master' into wip/udisks2David Zeuthen2011-10-186-5/+172
|\ \ | |/
| * Support get_sort_key() in out-of-process volume monitors and gvfs-mount(1)David Zeuthen2011-10-186-5/+172