summaryrefslogtreecommitdiff
path: root/daemon
Commit message (Expand)AuthorAgeFilesLines
* mtp: Remove fail-during-unmount workaroundRoss Lagerwall2014-10-171-49/+0
* gvfsjobunmount: Block new requests before calling unmount() on a threadRoss Lagerwall2014-10-173-12/+23
* gphoto2: include gvfsgphoto2utils.h conditionallyOndrej Holy2014-10-171-1/+1
* gphoto2: Improve root dir name and icon handlingRoss Lagerwall2014-10-132-31/+6
* mtp: Improve root dir name and icon handlingRoss Lagerwall2014-10-133-10/+31
* afp: Give a better error message for non-existent volumeRoss Lagerwall2014-10-131-0/+8
* sftp: Replace "died" with "exited" in a UI stringRoss Lagerwall2014-10-131-1/+1
* gvfsjobunmount: set error as per client interactionOndrej Holy2014-10-133-18/+45
* daemon: Don't abort if jobs != NULL when finalizingRoss Lagerwall2014-10-121-1/+3
* gvfschannel: don't abort when finalizingOndrej Holy2014-10-091-2/+0
* gvfschannel: do not call close job if channel is blockedOndrej Holy2014-10-091-0/+3
* gvfschannel: do not crash when channel is blockedOndrej Holy2014-10-091-22/+16
* MTP: Work around slow large file transfers to Android devicesPhilip Langdale2014-10-071-0/+12
* trash: Ignore G_FILE_MONITOR_EVENT_CHANGES_DONE_HINTRoss Lagerwall2014-10-011-1/+2
* trash: do not care about mount points without read accessOndrej Holy2014-09-291-0/+9
* Allow cancelling jobs that have sent a reply but not finishedRoss Lagerwall2014-09-271-1/+1
* afp: Use UTF-8 for volume namesRoss Lagerwall2014-09-274-14/+32
* mtp: Fix a runtime warningRoss Lagerwall2014-09-131-3/+3
* archive: Allow reading files with '/./' in the pathRoss Lagerwall2014-09-051-25/+55
* archive: Fix some memory leaksRoss Lagerwall2014-09-051-5/+2
* dav: Ignore parameters of the content type headerRoss Lagerwall2014-08-291-0/+11
* ftp: Don't unlock unlocked mutexRoss Lagerwall2014-08-291-2/+3
* dav: Add comment for bug 594507Ross Lagerwall2014-08-251-0/+2
* dav: Force unmount when dns-sd data changesRoss Lagerwall2014-08-251-1/+1
* archive: Retry operations that return ARCHIVE_RETRYRoss Lagerwall2014-08-231-0/+6
* mtp: fix storage-list-related race condition between STORE_ADDED event handle...Rok Mandeljc2014-08-151-14/+27
* dav: Send enumerate success earlierRoss Lagerwall2014-08-141-1/+1
* afp: Fix some memory leaksRoss Lagerwall2014-08-142-0/+5
* daemon: Fix a memory leakRoss Lagerwall2014-08-141-0/+1
* computer: Fix a memory leakRoss Lagerwall2014-08-141-0/+1
* MTP: Fix error semantics for do_pull/do_push/do_make_directoryPhilip Langdale2014-08-101-90/+162
* ftp: Only free connection if non-NULLRoss Lagerwall2014-08-111-2/+3
* ftp: Also mark connection as unusable on G_IO_INBenjamin Otte2014-08-111-2/+8
* ftp: Check connection is usable when acquiringBenjamin Otte2014-08-111-1/+7
* daemon: consider all jobs excepting unmount as blocking processesOndrej Holy2014-08-095-32/+44
* gphoto: Set mtime when pullingRoss Lagerwall2014-08-071-2/+11
* mtp: do_open_for_read() should fail on a directoryRok Mandeljc2014-08-041-0/+8
* mtp: improve validation of received thumbnail/sample data in do_open_icon_for...Rok Mandeljc2014-08-031-19/+29
* mtp: convert icon id using hexadecimal base instead of decimal oneRok Mandeljc2014-08-031-1/+1
* afp: Remove old TODORoss Lagerwall2014-08-031-1/+0
* mtp: Fix two harmless warningsRoss Lagerwall2014-08-031-2/+0
* afp: Don't retry read if connection closesRoss Lagerwall2014-08-031-4/+25
* afp: Try to prevent idle disconnectsRoss Lagerwall2014-08-032-0/+22
* mtp: make remove_cache_entry_by_id() remove all matching entries, not just th...Rok Mandeljc2014-07-291-1/+4
* mtp: added support for OBJECT_ADDED eventRok Mandeljc2014-07-291-0/+52
* MTP: Emit delete events when unmounting.Philip Langdale2014-07-261-0/+26
* mtp: implemented support for LIBMTP_EVENT_STORE_REMOVEDRok Mandeljc2014-07-261-1/+33
* mtp: removed the faulty g_free(new_name) at the end of do_set_display_name()Rok Mandeljc2014-07-261-1/+0
* mtp & gphoto2: add missing newlines at the end of debug messagesRok Mandeljc2014-07-262-213/+213
* http: Use a global SoupSession rather than per-backendRoss Lagerwall2014-07-251-41/+44