aboutsummaryrefslogtreecommitdiff
path: root/src/libmtp.c
AgeCommit message (Expand)Author
2017-03-16imported ptp* from libgphoto2Marcus Meissner
2016-11-18render opcodes as opcodes, not ofc.Marcus Meissner
2016-10-24replace the major.version parsing logic by sscanf,Marcus Meissner
2016-04-14[events] Add an asynchronous function to check for eventsPhilip Langdale
2016-02-21merge accumulated ptp lowlevel changes from libgphoto2.Marcus Meissner
2015-11-22LIBMP_Create_Folder: fixed docReverend Homer
2015-10-04free props to avoid a leak (Coverity)Marcus Meissner
2015-10-04fixed some memory leaks (Coverity)Marcus Meissner
2015-04-11remove 3 variable unused warningsMarcus Meissner
2015-04-09added missing break (Coverity)Marcus Meissner
2015-04-07switch loop end conditions and checksMarcus Meissner
2015-03-22Inspired by Reverend HomerMarcus Meissner
2015-03-22From: Reverend HomerMarcus Meissner
2014-06-02Use suggested storage ID when a parent storage is know.Linus Walleij
2013-11-06Rename some global variables from foo to g_foo.Lei Zhang
2013-04-29Add capability to check for capabilitiesLinus Walleij
2013-04-09libmtp: Support > 4GB file transfersPhilip Langdale
2013-03-12Fix a leak in LIBMTP_Release_Device().Lei Zhang
2013-03-12Fix some leaks in common code paths.Lei Zhang
2013-03-12Check for NULL descriptor in the input to parse_extension_descriptor.Lei Zhang
2013-03-12Check if PTP operations are supported before calling them.Lei Zhang
2013-03-11Propagate StoreRemoved, ObjectAdded and ObjectRemoved events.Philip Langdale
2013-03-05Expose libptp methods for android read/write extensions.Philip Langdale
2012-09-04Expose LIBMTP_Read_Event to support Add Storage events.Philip Langdale
2012-08-25Initial MTPZ support.Sajid Anwar
2012-08-19Expose the getthumbnail method.Philip Langdale
2012-07-30Oops.. restore examples to their original debug flags.Catalin Patulea
2012-07-20Clean up related to debug flags.Catalin Patulea
2012-07-18get_all_metadata_fast doesn't need a storage IDCatalin Patulea
2012-07-17Split ptp_strerror out of ptp_perror and use it for friendlier error messages...Catalin Patulea
2012-07-17Noticing that Sony (former SonyEricsson) deploy different MTP stacksLinus Walleij
2012-03-22Implement sent object list for folder creation.Ignacio Martinez
2012-01-07Create composite SONY NWZ bug flags, use these in the deviceLinus Walleij
2011-11-25Break some long lines to (hopefully) make the code more readable.Linus Walleij
2011-11-25Add bug print for broken direct access on early CreativeLinus Walleij
2011-11-16Revert "Rewrite libmtp to use libusb1, drop legacy libusb support."Linus Walleij
2011-11-14Speling mistakeLinus Walleij
2011-11-14Rewrite libmtp to use libusb1, drop legacy libusb support.Linus Walleij
2011-10-22Add a new Acer device, also insert code autodetecting theLinus Walleij
2011-03-22Adding tentative event ID from Jonas Salling.Linus Walleij
2011-03-09Increase some timeouts, add a flag for Samsung device.Linus Walleij
2011-03-05Add a new interface for getting the folder list for a certainLinus Walleij
2011-03-05More API changesLinus Walleij
2011-03-05Refactor and revamp the new interface a bit.Linus Walleij
2011-03-04Fix bug in get_files_uncached() - it didn't handle the case whereLinus Walleij
2011-03-04Speling mistakeLinus Walleij
2011-03-04No need to make abstract lists and folders sized 1 anymore,Linus Walleij
2011-03-03Code revamps and new interfaces based on a large patchLinus Walleij
2011-03-02Permit zerolength filesLinus Walleij
2010-10-17Windows open fixes from Jelle GeertsLinus Walleij