summaryrefslogtreecommitdiff
path: root/daemon
Commit message (Expand)AuthorAgeFilesLines
...
* google: Support deleting shared Google Drive filesMayank Sharma2019-05-091-5/+75
* admin: Handle --help even if not under pkexecOndrej Holy2019-04-301-12/+12
* admin: Prevent core dumps when daemon is manually startedOndrej Holy2019-04-301-2/+9
* admin: Fix minor memory leakOndrej Holy2019-04-301-1/+1
* afc: Remove assumptions about length of device UUIDPhilip Langdale2019-04-291-11/+5
* fuse: Adapt gvfsd-fuse to use fuse 3.xXi Ruoyao2019-04-041-3/+1
* afp: Fix afp backend crash when no username suppliedMayank Sharma2019-03-281-0/+6
* daemon: Use "No such file or directory" consistentlyMayank Sharma2019-03-211-1/+1
* daemon: Use "Backups not supported" consistentlyMayank Sharma2019-03-213-5/+5
* daemon: Use "Operation not supported" consistentlyMayank Sharma2019-03-2145-85/+85
* sftp: Improve debug output of ssh cmdlineOndrej Holy2019-02-261-3/+9
* smb: Update comments and debug outputs for mount operationOndrej Holy2019-02-181-6/+9
* smb: Do not show password prompt when using winbind ccacheOndrej Holy2019-02-181-0/+8
* smb: Enable winbind ccache explicitelyOndrej Holy2019-02-181-0/+1
* sftp: Always use port 22 if not specifiedOndrej Holy2019-02-041-7/+5
* build: Make use of dictionaries to gain readibilityIñigo Martínez2019-01-211-72/+31
* build: Do not use prefix on directory variablesIñigo Martínez2019-01-211-5/+5
* build: Use generators placeholdersIñigo Martínez2019-01-211-7/+5
* build: Fix the parameter order in configure_fileIñigo Martínez2019-01-211-3/+3
* build: Fix the use of pkg-config file variablesIñigo Martínez2019-01-211-5/+5
* build: Use / instead of join_pathsIñigo Martínez2019-01-211-4/+4
* build: Add trailing commasIñigo Martínez2019-01-212-58/+58
* admin: Update message in .policyOndrej Holy2019-01-141-1/+1
* admin: Add comments to .policy fileOndrej Holy2019-01-141-0/+2
* admin: Add comment to .rules fileOndrej Holy2019-01-141-0/+5
* admin: Prevent access if any authentication agent isn't availableOndrej Holy2019-01-141-2/+1
* mtp: Don't retry reading an event after failurePhilip Langdale2019-01-081-1/+0
* Revert "build: Add trailing commas"Ondrej Holy2019-01-072-58/+58
* Revert "build: Use / instead of join_paths"Ondrej Holy2019-01-071-4/+4
* Revert "build: Fix the use of pkg-config file variables"Ondrej Holy2019-01-071-5/+5
* Revert "build: Fix the parameter order in configure_file"Ondrej Holy2019-01-071-3/+3
* Revert "build: Use generators placeholders"Ondrej Holy2019-01-071-5/+7
* Revert "build: Do not use prefix on directory variables"Ondrej Holy2019-01-071-5/+5
* Revert "build: Make use of dictionaries to gain readibility"Ondrej Holy2019-01-071-31/+72
* build: Make use of dictionaries to gain readibilityIñigo Martínez2019-01-041-72/+31
* build: Do not use prefix on directory variablesIñigo Martínez2019-01-041-5/+5
* build: Use generators placeholdersIñigo Martínez2019-01-041-7/+5
* build: Fix the parameter order in configure_fileIñigo Martínez2019-01-041-3/+3
* build: Fix the use of pkg-config file variablesIñigo Martínez2019-01-041-5/+5
* build: Use / instead of join_pathsIñigo Martínez2019-01-041-4/+4
* build: Add trailing commasIñigo Martínez2019-01-042-58/+58
* keyring: Prefer the most recent itemOndrej Holy2019-01-041-0/+4
* afp: Try to find credentials even if user is not specifiedOndrej Holy2019-01-041-16/+16
* dav: Try authenticate again even if 403 was returnedOndrej Holy2019-01-041-2/+29
* daemon: Prevent spawning new daemons if outgoing operation existsOndrej Holy2018-11-191-0/+26
* google: Handle child of volatile also as volatileOndrej Holy2018-09-211-39/+19
* google: Use cache for enumeration alsoOndrej Holy2018-09-211-16/+46
* google: Rework cache for better performanceOndrej Holy2018-09-211-238/+166
* google: Remove file just from concrete parentOndrej Holy2018-09-211-4/+33
* google: Add support for files with multiple parentsOndrej Holy2018-09-211-220/+168