summaryrefslogtreecommitdiff
path: root/daemon
Commit message (Expand)AuthorAgeFilesLines
...
* Use shorter strings for prompt dialog titlesJonas Dreßler2021-01-158-31/+53
* 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: Explicitly cancel file monitor to prevent deadlockOndrej Holy2020-12-111-1/+5
* admin: Add push implementation for better performanceOndrej Holy2020-12-091-0/+35
* admin: Add copy implementation for better performanceOndrej Holy2020-12-091-0/+31
* daemon: Use named sockets to avoid network permission requirementOndrej Holy2020-12-081-107/+9
* smb: Set fast content type independently of other attributesOndrej Holy2020-12-071-0/+2
* ftp: Prevent source file removal in case of transfer failureOndrej Holy2020-12-011-1/+1
* ftp: Close output stream properly in pull jobOndrej Holy2020-12-011-48/+8
* google: Report progress for file transfers from local filesystemOndrej Holy2020-12-013-9/+94
* sftp: Add support for two factor authenticationOndrej Holy2020-11-301-0/+49
* sftp: Use connection multiplexing instead of multiple connectionsOndrej Holy2020-11-301-3/+9
* smb: Report progress when move operation is doneOndrej Holy2020-11-201-3/+9
* google: Set the display name for the root folder alsowip/oholy/google-display-nameOndrej Holy2020-10-211-5/+11
* trash: Do not fail when G_FILE_COPY_NO_FALLBACK_FOR_MOVE is usedwip/oholy/trash-performanceOndrej Holy2020-09-246-0/+60
* dav: Be sure that enumeration is possible when looking for a rootOndrej Holy2020-09-231-3/+4
* trash: Add support for x-gvfs-notrash option to ignore mountsOndrej Holy2020-08-051-1/+29
* recent: Port to GDateTimeOndrej Holy2020-07-031-8/+12
* sftp: Copy file timestamps on push/pullMaxim Mikityanskiy2020-05-121-23/+89
* dav: Add support for NTLM authenticationOndrej Holy2020-05-121-0/+1
* dav: Add support for Negotiate authenticationOndrej Holy2020-05-121-0/+2
* afc: Handle permission denied errorBastien Nocera2020-02-111-0/+4
* afc: Remove unused error code conversionBastien Nocera2020-02-111-64/+0
* afc: Simplify setting error codesBastien Nocera2020-02-111-10/+7
* google: Changed copy, move and push to enable overwriting filesMayank Sharma2020-01-311-110/+487
* google: Fixed a bug in copy function which caused crash after renameMayank Sharma2020-01-311-18/+41
* build: Bump libgdata dependency to support latest featuresMayank Sharma2020-01-311-16/+0
* google: Fix make_directory to create folders with volatile entriesMayank Sharma2020-01-311-1/+43
* google: Added vfunc for move operationMayank Sharma2020-01-311-0/+234
* google: Improved debug info being logged while insert/delete/queryMayank Sharma2020-01-311-2/+5
* google: Added "GVFS_GOOGLE_DEBUG" env var to log all the entries in cacheMayank Sharma2020-01-311-0/+35
* google: Fix in-fs copy operation using stored volatile pathsMayank Sharma2020-01-311-46/+367
* sftp: Fix file ownership when replacingOndrej Holy2020-01-291-32/+152
* smb: Improve enumeration performanceOndrej Holy2019-11-051-8/+37
* daemon: Don't set a content-type that isn't certainBastien Nocera2019-10-111-2/+4
* smb: Don't set a content-type that isn't certainBastien Nocera2019-10-111-2/+8
* sftp: Don't set a content-type that isn't certainBastien Nocera2019-10-111-3/+6
* nfs: Don't set a content-type that isn't certainBastien Nocera2019-10-111-2/+4
* mtp: Don't set a content-type that isn't certainBastien Nocera2019-10-111-2/+4
* gphoto2: Don't set a content-type that isn't certainBastien Nocera2019-10-111-2/+5
* dav: Don't set a content-type that isn't certainBastien Nocera2019-10-111-5/+10
* afc: Don't set a content-type that isn't certainBastien Nocera2019-10-111-2/+4
* afp: Don't set a content-type that isn't certainBastien Nocera2019-10-111-2/+4
* smb: Move variable to block where it's usedBastien Nocera2019-10-111-3/+1
* dav: Add support for services with IPv6 link-local addressesOndrej Holy2019-10-111-1/+13
* dav: Remove brackets from IPv6 address before useOndrej Holy2019-10-101-1/+5
* Revert "sftp: Always use port 22 if not specified"Ondrej Holy2019-10-011-5/+7
* trash: Replace usage of deprecated GTimeVal by GDateTimeOndrej Holy2019-09-201-16/+23