summaryrefslogtreecommitdiff
path: root/daemon/gvfsbackendmtp.c
Commit message (Expand)AuthorAgeFilesLines
* mtp: Emit delete event on device when disconnected António Fernandes2023-04-291-0/+5
* mtp: Use G_FILESYSTEM_PREVIEW_TYPE_NEVERAntónio Fernandes2020-12-181-0/+1
* mtp: Fix crashes when `LIBMTP_devicestorage_t` `StorageDescription = NULL`.Niklas Hambüchen2020-12-161-1/+26
* mtp: Add TODO about introducing storage name duplicatesNiklas Hambüchen2020-12-161-0/+3
* trash: Do not fail when G_FILE_COPY_NO_FALLBACK_FOR_MOVE is usedwip/oholy/trash-performanceOndrej Holy2020-09-241-0/+14
* mtp: Don't set a content-type that isn't certainBastien Nocera2019-10-111-2/+4
* mtp: Remove usage of deprecated GTimeValOndrej Holy2019-09-201-2/+2
* daemon: Handle lockdown option to disable writingOndrej Holy2019-07-111-0/+1
* daemon: Use "Operation not supported" consistentlyMayank Sharma2019-03-211-7/+7
* mtp: Don't retry reading an event after failurePhilip Langdale2019-01-081-1/+0
* Remove workaround for directory / folder iconswip/rishi/issue-2Debarshi Ray2018-08-141-10/+8
* mtp: Remove support for versions of libmtp < 1.1.12Philip Langdale2018-04-171-89/+0
* mtp: Switch to a stable device uriPhilip Langdale2018-04-161-42/+60
* mtp: Refactor source/dest file/dir validation logicPhilip Langdale2018-03-261-158/+136
* mtp: Implement support for move and copy operationsPhilip Langdale2018-03-261-0/+325
* mtp: Set additional useful file attributesPhilip Langdale2018-03-191-1/+28
* mtp: Handle uevents only in case of mount successOndrej Holy2018-02-191-4/+4
* mtp: Allow toggling libmtp debug outputOndrej Holy2017-11-291-0/+17
* mtp: Handle read-past-EOF in GetPartialObject(64) ourselvesPhilip Langdale2017-11-191-0/+16
* mtp: Remove avoidance of file push for >4GB files on AndroidPhilip Langdale2017-05-081-12/+0
* mtp: Disconnect uevent handler immediatelyOndrej Holy2017-01-261-5/+6
* mtp: Use libusb interruption mechanismPhilip Langdale2016-11-041-0/+11
* mtp: Remove unused variableOndrej Holy2016-11-031-1/+0
* Use Unicode in translatable stringsPiotr Drąg2016-10-031-22/+22
* mtp: Use a less spamming function for the heartbeat callPhilip Langdale2016-09-121-1/+4
* daemon: Set G_FILE_ATTRIBUTE_FILESYSTEM_REMOTE attributeOndrej Holy2016-06-281-0/+1
* MTP: Use improved libmtp event polling mechanism to fix unmount racePhilip Langdale2016-04-151-2/+70
* MTP: Move handling of events to a thread poolPhilip Langdale2016-04-151-7/+38
* MTP: Refactor event handling into a separate functionPhilip Langdale2016-04-151-36/+20
* mtp: Allow reading if GetPartialObject is supportedOndrej Holy2016-01-201-1/+15
* mtp: Be quiet by defaultOndrej Holy2016-01-181-139/+110
* mtp: Replace a deprecated functionDebarshi Ray2015-09-081-1/+1
* mtp: Fix error handling from a807f12d5663Ross Lagerwall2015-08-301-3/+1
* MTP: return ENOTEMPTY if trying to delete a non-empty directoryGabriel de Perthuis2015-08-131-0/+20
* Unify strings to ease translationFelix Möller2015-08-051-6/+6
* mtp: Copy mtime when pullingRoss Lagerwall2015-05-251-0/+14
* mtp: Refresh storage information in query_infoRoss Lagerwall2015-05-171-0/+12
* mtp: fix query_fs_info crash when file not foundOndrej Holy2015-01-271-0/+2
* MTP: Attempt to set MTP filetype from mime type when uploading files.Philip Langdale2015-01-231-2/+158
* mtp: Do not crash when debugging is turned onDebarshi Ray2014-12-111-1/+1
* mtp: do not crash when device is unpluggedOndrej Holy2014-11-041-1/+6
* mtp: Remove fail-during-unmount workaroundRoss Lagerwall2014-10-171-49/+0
* mtp: Improve root dir name and icon handlingRoss Lagerwall2014-10-131-9/+26
* MTP: Work around slow large file transfers to Android devicesPhilip Langdale2014-10-071-0/+12
* mtp: Fix a runtime warningRoss Lagerwall2014-09-131-3/+3
* mtp: fix storage-list-related race condition between STORE_ADDED event handle...Rok Mandeljc2014-08-151-14/+27
* MTP: Fix error semantics for do_pull/do_push/do_make_directoryPhilip Langdale2014-08-101-90/+162
* mtp: do_open_for_read() should fail on a directoryRok Mandeljc2014-08-041-0/+8
* mtp: improve validation of received thumbnail/sample data in do_open_icon_for...Rok Mandeljc2014-08-031-19/+29
* mtp: convert icon id using hexadecimal base instead of decimal oneRok Mandeljc2014-08-031-1/+1