summaryrefslogtreecommitdiff
path: root/daemon
Commit message (Expand)AuthorAgeFilesLines
* 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
| * MTP: Fix parentheses spacing.Philip Langdale2013-01-111-275/+290
| * MTP: More review feedback.Philip Langdale2013-01-111-2/+1
| * MTP: Copy Storage type constants from ptp.hPhilip Langdale2013-01-111-4/+19
| * MTP: Improve error messages.Philip Langdale2013-01-111-13/+14
| * MTP: Use do_make_directory to handle an attempt to upload a directory.Philip Langdale2013-01-111-50/+57
| * MTP: Initial review feedback.Philip Langdale2013-01-111-29/+37
| * MTP: "Fix" pulling of directories.Philip Langdale2013-01-111-2/+5
| * MTP: Use fail_job everywhere its needed.Philip Langdale2013-01-111-13/+3
| * MTP: Finish cleaning up debug output.Philip Langdale2013-01-111-15/+51
| * MTP: More clean up.Philip Langdale2013-01-111-82/+108
| * MTP: Remove unix permissions/ownership info.Philip Langdale2013-01-111-5/+0
| * MTP: Generic failed job error handling.Philip Langdale2013-01-111-24/+19
| * MTP: Event handling.Philip Langdale2013-01-111-0/+32
| * MTP: Don't leak LIBMTP_file_t objects everywhere.Philip Langdale2013-01-111-10/+28