summaryrefslogtreecommitdiff
path: root/monitor
Commit message (Expand)AuthorAgeFilesLines
* goa: Fix a memory leakDebarshi Ray2014-10-211-1/+5
* gdu: add translators commentsOndrej Holy2014-05-301-0/+2
* build: Require gudev >= 147Ross Lagerwall2014-04-302-2/+0
* afc: Check for iOS >= 3.1.2 to enable house arrestBastien Nocera2014-04-161-0/+54
* Add goa-volume-monitor to gitignoreRoss Lagerwall2014-04-111-0/+1
* proxy volume monitor: Fix invalid readRoss Lagerwall2014-04-101-2/+2
* mtpvolume: implement symbolic iconsGiovanni Campagna2014-02-081-0/+26
* mtpvolume: improve volume nameGiovanni Campagna2014-02-081-1/+4
* mtpvolume: fix a memory leakGiovanni Campagna2014-02-081-3/+1
* Remove obsolete address info for the LGPLRoss Lagerwall2014-01-235-15/+10
* udisks2: Initialize variables to prevent them being used uninitializedRoss Lagerwall2013-11-301-2/+2
* udisks2: Compile function only if we have udisks >= 2.0.90Ross Lagerwall2013-11-302-0/+4
* udisks2: Define SECRET_API_SUBJECT_TO_CHANGE to silence warningRoss Lagerwall2013-11-301-0/+1
* gvfsproxyvolumemonitordaemon: Turn off debugColin Walters2013-11-031-1/+1
* Update .gitignore filesRoss Lagerwall2013-11-012-0/+2
* goa: fix two compilation warningsOndrej Holy2013-09-261-2/+0
* afc: Bump libimobiledevice dependencyOndrej Holy2013-06-192-13/+0
* afc: Update to libimobiledevice new apiOndrej Holy2013-06-181-3/+13
* goa: export the activation root for volumesGiovanni Campagna2013-06-132-13/+22
* GProxyVolume: extend the protocol so the volume monitor can force a call to M...Giovanni Campagna2013-06-133-7/+28
* Fix compiler warningsBastien Nocera2013-04-022-10/+0
* gdu,udisks2: Make use of new udev propertyZeeshan Ali (Khattak)2013-02-182-2/+12
* Fix some compiler warningsTomas Bzatek2013-02-061-1/+1
* Add GVfsGoaVolumeMonitorDebarshi Ray2013-02-059-1/+1296
* Use g_list_free_full() where applicableTomas Bzatek2013-01-175-98/+41
* Merge branch 'mtp-backend'Philip Langdale2013-01-1111-1/+982
|\
| * MTP: Review Feedback: Fix memory leaks and improve memory management.Philip Langdale2013-01-112-8/+5
| * MTP: Review Feedback: Unconditional chain up finalize and dispose.Philip Langdale2013-01-112-6/+3
| * MTP: Review Feedback: Fix warnings.Philip Langdale2013-01-111-2/+3
| * MTP: Review Feedback: Remove use of static buffer.Philip Langdale2013-01-111-1/+3
| * MTP: Fix parentheses spacing.Philip Langdale2013-01-111-4/+4
| * MTP: Fix review comments.Philip Langdale2013-01-111-10/+7
| * MTP: Clean up formatting and style for MTP Volume Monitor.Philip Langdale2013-01-113-167/+141
| * MTP: Put conditional test in gphoto2 monitor for libmtp.Philip Langdale2013-01-111-1/+3
| * MTP: Add conditional configuration against libmtp.Philip Langdale2013-01-111-1/+5
| * MTP: Tidy up.Philip Langdale2013-01-115-32/+25
| * MTP: Update .gitignorePhilip Langdale2013-01-111-0/+1
| * MTP: Initial MTP volume monitor implementation.Philip Langdale2013-01-119-2/+1010
| * MTP: Make gphoto2 monitor skip MTP devices.Philip Langdale2013-01-111-0/+5
* | udisks2: don't set GDrive.can_stop to TRUE if drive has removable mediaDavid Zeuthen2012-12-111-7/+12
* | If a drive is hotplugged and CanPowerOff is TRUE, set can_stop to TRUEDavid Zeuthen2012-12-114-8/+197
* | udisks2: Initialize local variables to NULLTomas Bzatek2012-12-111-6/+6
* | proxy volume monitor: Remove unnecessary gotoTomas Bzatek2012-12-101-9/+2
* | proxy volume monitor: Don't leak the_volume_monitors hash tableTomas Bzatek2012-12-101-1/+2
* | proxy volume monitor: Clarify when mutex is hold on constructionTomas Bzatek2012-12-101-0/+1
* | udisks2: add support for mount option x-gvfs-symbolic-iconDavid Zeuthen2012-12-052-8/+29
* | udisks2: get icons via UDisksObjectInfo for block devices that are not drivesDavid Zeuthen2012-12-051-0/+21
* | udisks2: don't leak GIcon when applying hintsDavid Zeuthen2012-12-051-0/+1
* | udisks2: fix symbolic icons for devices without an UDisksDriveDavid Zeuthen2012-11-284-2/+22
* | Use UDisksObjectInfo API from udisks 2.0.90, if available, for symbolic iconsDavid Zeuthen2012-11-203-32/+167