summaryrefslogtreecommitdiff
path: root/daemon
Commit message (Expand)AuthorAgeFilesLines
* recent: Fix crashes when DISPLAY is not setOndrej Holy2016-12-151-2/+0
* dnssd: Free client object on finalizeOndrej Holy2016-11-181-0/+6
* dnssd: Use only one daemon processOndrej Holy2016-11-182-0/+2
* dnssd: Free browser objects properlyOndrej Holy2016-11-181-1/+1
* dnssd: Free resolvers also on client failureOndrej Holy2016-11-181-2/+11
* network: Fix crashes when finalizeOndrej Holy2016-11-181-1/+2
* network: Disconnect all signal handlers in finalizeOndrej Holy2016-11-181-2/+8
* smbbrowse: Add missing gvfsbackendsmbprivate.hOndrej Holy2016-11-161-0/+28
* smbbrowse: Fix IPv6 handlingOndrej Holy2016-11-163-29/+20
* smb: Fix IPv6 uri handlingOndrej Holy2016-11-161-1/+10
* trash: Do not crash if home mount isn't foundOndrej Holy2016-11-071-4/+16
* dav: Try also root when looking for the shortest prefixOndrej Holy2016-09-121-1/+1
* mtp: Use a less spamming function for the heartbeat callPhilip Langdale2016-09-121-1/+4
* dav: better error when we can't find a mount baseChristian Kellner2016-08-291-2/+1
* dav: properly handle cancellation during mountingChristian Kellner2016-08-291-1/+2
* dav: cleanup in case of mount errorChristian Kellner2016-08-291-1/+3
* dav: better error handling during mountChristian Kellner2016-08-291-21/+44
* archive: Fix display_name of root entryChristian Kellner2016-08-231-3/+4
* build: Include its rules for polkit temporarilyOndrej Holy2016-08-111-1/+1
* build: Use upstream gettext instead intltoolJavier Jardón2016-08-112-5/+7
* afc: Extend translator commentOndrej Holy2016-08-111-1/+2
* dnssd: Fix crashes when mount failedOndrej Holy2016-07-291-12/+17
* admin: fix indentationCosimo Cecchi2016-07-131-18/+17
* admin: add more read/write flag overridesCosimo Cecchi2016-07-131-0/+4
* admin: fix syntax for admin daemon invocationCosimo Cecchi2016-07-131-1/+2
* admin: simplify code to set new display nameCosimo Cecchi2016-07-131-7/+5
* admin: remove unneeded codeCosimo Cecchi2016-07-131-12/+1
* admin: don't use tabsCosimo Cecchi2016-07-131-4/+4
* admin: factor out function to set common GVfsJobOpenForWrite attrsCosimo Cecchi2016-07-131-21/+16
* admin: refactor a method to complete jobCosimo Cecchi2016-07-131-191/+79
* admin: wire up a missing functionCosimo Cecchi2016-07-131-0/+1
* admin: remove unused variablesCosimo Cecchi2016-07-131-3/+0
* admin: move variables at top of functionsCosimo Cecchi2016-07-131-102/+130
* admin: update copyrightCosimo Cecchi2016-07-132-2/+2
* Introduce an admin gvfs backendCosimo Cecchi2016-07-137-1/+1202
* daemon: Enable debugging for the main daemon by GVFS_DEBUGOndrej Holy2016-07-131-0/+3
* daemon: Handle NULL certificates properlyOndrej Holy2016-06-281-0/+3
* daemon: Set G_FILE_ATTRIBUTE_FILESYSTEM_REMOTE attributeOndrej Holy2016-06-2822-1/+30
* smb: Set always G_FILE_ATTRIBUTE_ACCESS_CAN_WRITE for filesOndrej Holy2016-06-141-2/+2
* afc: Fix several memory leaksOndrej Holy2016-06-101-0/+9
* afc: Add missing trailing newline charOndrej Holy2016-06-101-1/+1
* afc: Fix error when renaming files in DocumentsBastien Nocera2016-06-091-1/+7
* afc: Tweak HouseArrest warning outputBastien Nocera2016-06-091-5/+10
* afc: Fix GStreamer playback of native filesBastien Nocera2016-06-091-10/+17
* afc: Fix mount failing after trusting deviceBastien Nocera2016-06-091-0/+8
* afc: Better lockdown client creation debugBastien Nocera2016-06-091-7/+13
* afc: Add specific errors for trust dialogue errorsBastien Nocera2016-06-091-1/+9
* afc: Add pairing dialogue specific messageBastien Nocera2016-06-091-7/+20
* afc: Fix iOS 7 trust dialogue handlingBastien Nocera2016-06-091-1/+8
* afc: Limit the number of HouseArrest services we startBastien Nocera2016-06-091-21/+131