summaryrefslogtreecommitdiff
path: root/daemon
Commit message (Expand)AuthorAgeFilesLines
* Use GOnce for interface type registrationTomas Bzatek2013-06-141-4/+5
* http: Don't send a SoupMessage if we only want the thumbnail pathDebarshi Ray2013-06-061-0/+7
* 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
* 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
* gvfschannel: Return proper error if we're out of free fdsTomas Bzatek2013-04-033-2/+22
* Fix compiler warningsBastien Nocera2013-04-033-5/+1
* obexftp: Fix crasher due to missing D-Bus threads supportBastien Nocera2013-04-021-0/+2
* Daemon: Ensure monitors are not prematurally finalized.Philip Langdale2013-04-021-1/+10
* MTP: Switch to version based checks for new libmtp features.Philip Langdale2013-03-161-5/+5
* cdda: Fix warnings for each track on the CDBastien Nocera2013-03-141-0/+3
* cdda: Remove leading '/' from the filenamesBastien Nocera2013-03-141-3/+11
* cdda: Remove unneeded function argumentBastien Nocera2013-03-141-3/+3
* trash: Use the symbolic names for trash:: attributesBastien Nocera2013-03-141-3/+3
* MTP: Respect remove_source in do_push.Philip Langdale2013-02-251-0/+6
* MTP: Respect remove_source when pulling a file.Philip Langdale2013-02-111-13/+18
* MTP: Fix crash when libmtp operations fails without error message.Philip Langdale2013-02-111-1/+7
* smb: More verbosity for easier debuggingTomas Bzatek2013-02-082-15/+73
* Fix some compiler warningsTomas Bzatek2013-02-062-2/+3
* daemon: Implement proper org.gtk.vfs.MountTracker.UnregisterMount()Tomas Bzatek2013-02-051-1/+26
* computer: Set BACKEND_USES_GVFS=1 defineTomas Bzatek2013-01-281-0/+1
* GVfsJobUnmount: Fix debug messages line endingsTomas Bzatek2013-01-251-3/+3
* smb: Implement proper unmount methodTomas Bzatek2013-01-251-0/+29
* MTP: Fix leaked weak reference on monitors.Philip Langdale2013-01-241-0/+9
* cdda: Adapt to new paranoia.h locationTomas Bzatek2013-01-241-1/+5
* MTP: Fix race between on_uevent and do_unmount.Philip Langdale2013-01-232-2/+7
* Use g_list_free_full() where applicableTomas Bzatek2013-01-1712-43/+21
* Merge branch 'mtp-backend'Philip Langdale2013-01-115-0/+1630
|\
| * MTP: Fix C++ comment.mtp-backendPhilip Langdale2013-01-111-1/+1
| * MTP: Make recursive push work.Philip Langdale2013-01-111-29/+111
| * MTP: Fix segfault if client queries for non-existent file by name.Philip Langdale2013-01-111-0/+8
| * MTP: Fix regression in thumbnail icon handling.Philip Langdale2013-01-111-4/+5
| * MTP: Review Feedback: Fix memory leaks and improve memory management.Philip Langdale2013-01-111-12/+11
| * MTP: Review Feedback: Unconditional chain up finalize and dispose.Philip Langdale2013-01-111-2/+1
| * MTP: Review Feedback: use GHashTable more efficiently.Philip Langdale2013-01-111-3/+3
| * MTP: Review Feedback: Small cleanups.Philip Langdale2013-01-111-16/+4
| * MTP: Review Feedback: Use g_strv_length()Philip Langdale2013-01-111-16/+8
| * MTP: Review Feedback: Add comment to all functions where mutex must be held.Philip Langdale2013-01-111-18/+55
| * MTP: Review Feedback: Correctly handle push/pull requests for directories.Philip Langdale2013-01-111-23/+8
| * MTP: Review feedback: Remove redundant lines.Philip Langdale2013-01-111-2/+0
| * MTP: Review feedback: Minimise event check thread race during shutdown.Philip Langdale2013-01-112-12/+46
| * MTP: Review feedback: Refactor device path derivation.Philip Langdale2013-01-111-29/+46
| * MTP: Review feedback: Use g_vfs_job_failed_literal.Philip Langdale2013-01-111-56/+52
| * MTP: do_query_info: Handle filename starting with digits.Philip Langdale2013-01-111-1/+3
| * MTP: Heartbeat callback to avoid connection timing out.Philip Langdale2013-01-112-0/+20