summaryrefslogtreecommitdiff
path: root/daemon
Commit message (Expand)AuthorAgeFilesLines
* mtp: fix several compilation warningsOndrej Holy2013-09-261-58/+1
* Revert "mtp: fix error messages to be more consistent"Ondrej Holy2013-09-261-2/+2
* cdda: fix a typoOndrej Holy2013-09-261-2/+2
* cdda: fix two compilation warningsOndrej Holy2013-09-261-2/+2
* mount: fix compilation warningOndrej Holy2013-09-261-1/+0
* afp: translator comments improvementsOndrej Holy2013-09-261-1/+5
* mtp: fix error messages to be more consistentOndrej Holy2013-09-261-2/+2
* build: do not redefine GVfsBackendAntoine Jacoutot2013-09-261-1/+0
* GVfsDaemon: Don't deadlock on cliend disconnectAlexander Larsson2013-09-261-10/+26
* daemon: Catch thumbnail files in large directory as wellDebarshi Ray2013-09-021-6/+16
* http: Replace deprecated SoupRequester by SoupSessionOndrej Holy2013-08-222-12/+5
* archive: Update to libarchive new apiOndrej Holy2013-08-221-2/+2
* Implement clean shutdown in obexftp backendTimothy Arceri2013-07-081-6/+9
* Implement clean shutdown in mtp backendTimothy Arceri2013-07-081-2/+1
* Implement clean shutdown in afc backendTimothy Arceri2013-07-081-2/+1
* afc: Bump libimobiledevice dependencyOndrej Holy2013-06-191-53/+0
* afc: Update to libimobiledevice new apiOndrej Holy2013-06-181-10/+64
* http: Don't send a SoupMessage if we only want the thumbnail pathDebarshi Ray2013-06-061-0/+7
* Use GOnce for interface type registrationTomas Bzatek2013-05-291-4/+5
* smb: Add support for specifying custom portTomas Bzatek2013-05-282-23/+69
* sftp: Fix two compilation warningsColin Walters2013-05-211-2/+2
* Implement clean shutdown in sftp backendTimothy Arceri2013-05-071-2/+2
* Adds remaining shutdown infrastructure and call from cdda backend.Timothy Arceri2013-05-064-7/+53
* MTP: Fix compilation warning.Philip Langdale2013-05-011-2/+1
* MTP: Use actual standard name for SD Card icon.Philip Langdale2013-04-171-2/+2
* MTP: Use standard name for SD Card icon.Philip Langdale2013-04-161-2/+2
* Adds infrastructure for the backends to exit cleanlyTimothy Arceri2013-04-153-3/+32
* MTP: Handle overwriting of files in do_pull correctly.Philip Langdale2013-04-141-0/+24
* daemon: Fix build breakage from previous commitColin Walters2013-04-103-2/+37
* Fix g_vfs_daemon_close_active_channels() to take a GVfsBackend argument and o...Timothy Arceri2013-04-102-3/+5
* daemons: Tweak read sizesAlexander Larsson2013-04-051-7/+18
* Fix readahead behaviourAlexander Larsson2013-04-051-2/+15
* GVfsJobError: Return TRUE in tryAlexander Larsson2013-04-051-0/+1
* remove debug spewAlexander Larsson2013-04-041-4/+0
* channel: Unqueue cancelled requestsAlexander Larsson2013-04-041-9/+7
* Fix daemon crash when cancelling channel operationsAlexander Larsson2013-04-045-26/+199
* MTP: Fix compilation with libmtp 1.1.5Philip Langdale2013-04-031-0/+4
* gvfschannel: Return proper error if we're out of free fdsTomas Bzatek2013-04-033-2/+22
* Fix compiler warningsBastien Nocera2013-04-023-5/+1
* obexftp: Fix crasher due to missing D-Bus threads supportBastien Nocera2013-04-021-0/+2
* MTP: Fully avoid untranslated strings.Philip Langdale2013-03-311-5/+5
* MTP: Avoid introducing new translatable strings.Philip Langdale2013-03-311-12/+12
* Daemon: Ensure monitors are not prematurally finalized.Philip Langdale2013-03-301-1/+10
* MTP: Handle overwriting of files in do_push correctly.Philip Langdale2013-03-301-1/+23
* MTP: Clear cache and emit delete events when an object is removed.Philip Langdale2013-03-301-0/+49
* MTP: Clear previous cache entries when refreshing a directory.Philip Langdale2013-03-301-0/+5
* MTP: When removing cache entries, remove children too.Philip Langdale2013-03-301-1/+16
* MTP: Use normal filenames in paths.Philip Langdale2013-03-302-198/+354
* MTP: Use android extensions to support in place write to files.Philip Langdale2013-03-301-2/+348
* MTP: Use android extensions to support in place read of files.Philip Langdale2013-03-302-2/+84