summaryrefslogtreecommitdiff
path: root/daemon
Commit message (Expand)AuthorAgeFilesLines
* daemon: Don't abort if jobs != NULL when finalizingRoss Lagerwall2014-10-131-1/+3
* gvfschannel: don't abort when finalizingOndrej Holy2014-10-131-2/+0
* gvfschannel: do not call close job if channel is blockedOndrej Holy2014-10-131-0/+3
* gvfschannel: do not crash when channel is blockedOndrej Holy2014-10-131-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
* http: Remove use of SoupSessionSync/SoupSessionAsyncChristophe Fergeau2014-07-253-43/+12
* mtp: use "storage-description (hex-storage-id)" storage name format only when...Rok Mandeljc2014-07-231-1/+34
* mtp: use "storage-description (hex-storage-id)" for storage name instead of j...Rok Mandeljc2014-07-231-8/+32
* mtp: in debug traces, print IDs as hexadecimal values instead of decimal onesRok Mandeljc2014-07-201-12/+12
* afp: Fix race between writing and readingRoss Lagerwall2014-07-171-9/+7
* ftp: Only send permission bits for SITE CHMODRoss Lagerwall2014-07-171-1/+4
* Revert "http: Remove use of SoupSessionSync/SoupSessionAsync"Ross Lagerwall2014-07-173-12/+43
* Revert "http: Use a global SoupSession rather than per-backend"Ross Lagerwall2014-07-171-44/+41