summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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-113-20/+16
* MTP: Review Feedback: Unconditional chain up finalize and dispose.Philip Langdale2013-01-113-8/+4
* MTP: Review Feedback: use GHashTable more efficiently.Philip Langdale2013-01-111-3/+3
* MTP: Review Feedback: Fix warnings.Philip Langdale2013-01-111-2/+3
* MTP: Review Feedback: Remove use of static buffer.Philip Langdale2013-01-111-1/+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: AC_SUBST LIBMT_LIBS and LIBMTP_CFLAGS.Philip Langdale2013-01-111-0/+2
* 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: Fix parentheses spacing.Philip Langdale2013-01-111-4/+4
* 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: Fix review comments.Philip Langdale2013-01-111-10/+7
* 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-112-0/+37
* MTP: Don't leak LIBMTP_file_t objects everywhere.Philip Langdale2013-01-111-10/+28
* MTP: Small Thumbnail clean up.Philip Langdale2013-01-111-2/+0
* MTP: Add missing \n to some debug messages.Philip Langdale2013-01-111-4/+4
* MTP: Fix warnings.Philip Langdale2013-01-111-4/+0
* MTP: Add configure check for LIBMTP_GetThumbnail.Philip Langdale2013-01-112-0/+14
* MTP: Add support for using Representative Sample of Thumbnail fails.Philip Langdale2013-01-111-7/+19
* MTP: Clean up formatting and style for MTP Volume Monitor.Philip Langdale2013-01-113-167/+141
* MTP: Add support for downloading thumbnails.Philip Langdale2013-01-111-4/+107
* MTP: Put conditional test in gphoto2 monitor for libmtp.Philip Langdale2013-01-111-1/+3
* MTP: Add monitoring.Philip Langdale2013-01-112-4/+110
* MTP: cleanupPhilip Langdale2013-01-111-5/+1
* MTP: Add conditional configuration against libmtp.Philip Langdale2013-01-113-22/+47
* MTP: Print error stack when push or pull fail.Philip Langdale2013-01-111-0/+4
* MTP: Fix crash when called with no progress callback.Philip Langdale2013-01-111-1/+3
* MTP: Tidy up.Philip Langdale2013-01-115-32/+25