summaryrefslogtreecommitdiff
path: root/daemon
Commit message (Expand)AuthorAgeFilesLines
* MTP: return ENOTEMPTY if trying to delete a non-empty directoryGabriel de Perthuis2015-08-131-0/+20
* sftp: Improve error messages on connection setupRoss Lagerwall2015-08-101-4/+6
* Unify strings to ease translationFelix Möller2015-08-056-14/+14
* Set filesystem::type for all backendsRoss Lagerwall2015-08-0411-0/+108
* build: Make EXTRA_DIST independent of configure resultsRoss Lagerwall2015-08-041-2/+8
* daemon: Fix unused variable warningOndrej Holy2015-08-041-2/+2
* archive: Handle ARCHIVE_FAILED errorOndrej Holy2015-08-041-8/+21
* afc: Cleanup force-unmount idle on finalizeChristophe Fergeau2015-07-031-2/+30
* cdda: Fix CD-TEXT charset when building with libcdio >= 0.84Jonas Kümmerlin2015-06-231-5/+7
* build: Make GCR optionalRoss Lagerwall2015-06-172-2/+14
* sftp: Use the data connection when pulling dataRoss Lagerwall2015-06-071-4/+12
* sftp: Allow queuing and waiting for commands on different connectionsRoss Lagerwall2015-06-071-25/+34
* sftp: Use the data connection when pushing dataRoss Lagerwall2015-06-071-6/+14
* sftp: Login to both connections when mountingRoss Lagerwall2015-06-071-53/+122
* sftp: Add a data connectionRoss Lagerwall2015-06-071-0/+10
* sftp: Add support for multiple connectionsRoss Lagerwall2015-06-071-186/+327
* mtp: Copy mtime when pullingRoss Lagerwall2015-05-251-0/+14
* mtp: Refresh storage information in query_infoRoss Lagerwall2015-05-171-0/+12
* dav: Emit progress callbacks when copying and movingRoss Lagerwall2015-05-141-53/+32
* monitor: Rename deprecated g_unix_mount_monitor_newOndrej Holy2015-04-201-1/+1
* ftp: Update license of ParseFTPList.hOndrej Holy2015-04-101-36/+4
* dav: Verify TLS certificatesRoss Lagerwall2015-04-091-14/+89
* daemon: Make certificate choices translatableRoss Lagerwall2015-04-091-1/+1
* ftp: Use TCP_NODELAYRoss Lagerwall2015-04-091-0/+20
* ftp: Implement TLS supportRoss Lagerwall2015-04-098-12/+277
* daemon: Add function to confirm certificateRoss Lagerwall2015-04-093-1/+123
* sftp: Ignore leading whitespace during loginRoss Lagerwall2015-04-091-0/+1
* sftp: Be more robust when parsing login messagesRoss Lagerwall2015-04-091-1/+2
* sftp: Handle host key / IP mismatchRoss Lagerwall2015-04-091-38/+121
* Fix build error when using HAL backendTing-Wei Lan2015-04-021-2/+4
* ftp: Prevent segfault when unmountingRoss Lagerwall2015-03-111-0/+4
* gphoto2: Exit cleanly when device is removedBastien Nocera2015-03-101-4/+2
* afc: Fix force unmount of devicesChristophe Fergeau2015-03-091-7/+17
* nfs: Handle NULL hostnameRoss Lagerwall2015-03-081-0/+7
* ftp: Fix dir listing for windows long datesRoss Lagerwall2015-03-081-1/+1
* ftp: Fix FTP date parsing of midnight for DOS formatRoss Lagerwall2015-03-081-0/+2
* ftp: Update license of ParseFTPListRoss Lagerwall2015-03-081-36/+4
* ftp: Fix directory parsing error on AIX.Ross Lagerwall2015-03-081-6/+15
* Remove obsolte obexftp codeOndrej Holy2015-03-0410-3401/+0
* afp: exit silently if connection closedOndrej Holy2015-03-041-2/+4
* dav: do not set "application/octet-stream" mime typeOndrej Holy2015-03-031-5/+1
* ftp: Implement backups for replaceRoss Lagerwall2015-02-111-9/+55
* dav: Fix a few memory leaksRoss Lagerwall2015-02-101-2/+5
* channel: Fix a couple of leaksRoss Lagerwall2015-02-102-3/+26
* smb: Fix a memory leakRoss Lagerwall2015-02-101-1/+1
* Add an nfs backend based on libnfsRoss Lagerwall2015-02-095-0/+2653
* daemon: Move seek type conversion to shared libraryRoss Lagerwall2015-02-095-47/+30
* daemon: Move random string generation into shared libRoss Lagerwall2015-02-095-67/+13
* ftp: Implement G_FILE_COPY_NOFOLLOW_SYMLINKSRoss Lagerwall2015-02-031-0/+25
* daemon: register mount tracker skeleton by bus_acquired_handlerOndrej Holy2015-02-021-9/+14