summaryrefslogtreecommitdiff
path: root/client
Commit message (Expand)AuthorAgeFilesLines
* gdaemonfile: Remove dead codeOndrej Holy2023-02-281-9/+0
* gdaemonfile: Disable push/pull for FlatpakOndrej Holy2023-02-281-2/+4
* Fix string comparisonSergio Costas Rodriguez2023-02-061-1/+1
* fuse: Decrease file handle reference when open file failwangrong2023-01-051-0/+3
* client: Prevent socket leaks if socket dir is inaccessibleOndrej Holy2021-04-151-13/+75
* client: Skip session bus fallback if operation was cancelledOndrej Holy2020-12-184-3/+27
* client: Add fallback to session bus also for synchronous APIOndrej Holy2020-12-083-11/+30
* client: Show warning when peer-to-peer connection failedOndrej Holy2020-12-084-8/+33
* gvfsiconloadable: Fallback to session bus when peer-to-peer failsOndrej Holy2020-12-081-13/+45
* trash: Do not fail when G_FILE_COPY_NO_FALLBACK_FOR_MOVE is usedwip/oholy/trash-performanceOndrej Holy2020-09-241-8/+0
* build: Link libgvfscommon to libmetadataIñigo Martínez2020-08-111-1/+0
* client: Add support for zone identifiers in IPv6 addressesOndrej Holy2020-06-301-1/+15
* fuse: Reopen file and skip to desired offset if seek is not supportedOndrej Holy2020-01-291-0/+8
* fuse: Prevent abortions if modified time is not setOndrej Holy2020-01-141-3/+7
* gdbus: Add workaround for deadlocks when cancelling jobsOndrej Holy2019-11-111-4/+25
* fuse: Remove usage of deprecated GTimeValOndrej Holy2019-09-201-8/+5
* fuse: cleanup {read,write}_stream functionsPeter Keresztes Schmidt2019-08-081-51/+23
* fuse: Remove max_write limitPeter Keresztes Schmidt2019-08-081-4/+0
* fuse: Define RENAME_* macros when they are not definedTing-Wei Lan2019-07-101-0/+8
* fuse: Adapt gvfsd-fuse to use fuse 3.xXi Ruoyao2019-04-041-33/+81
* client: Fix mount info cache invalidationOndrej Holy2019-03-042-28/+30
* build: Do not use prefix on directory variablesIñigo Martínez2019-01-211-2/+2
* build: Fix the use of pkg-config file variablesIñigo Martínez2019-01-211-3/+3
* build: Use / instead of join_pathsIñigo Martínez2019-01-211-3/+3
* build: Add trailing commasIñigo Martínez2019-01-211-11/+11
* Revert "build: Add trailing commas"Ondrej Holy2019-01-071-11/+11
* Revert "build: Use / instead of join_paths"Ondrej Holy2019-01-071-3/+3
* Revert "build: Fix the use of pkg-config file variables"Ondrej Holy2019-01-071-3/+3
* Revert "build: Do not use prefix on directory variables"Ondrej Holy2019-01-071-2/+2
* build: Do not use prefix on directory variablesIñigo Martínez2019-01-041-2/+2
* build: Fix the use of pkg-config file variablesIñigo Martínez2019-01-041-3/+3
* build: Use / instead of join_pathsIñigo Martínez2019-01-041-3/+3
* build: Add trailing commasIñigo Martínez2019-01-041-11/+11
* build: Add proper linker support checkIñigo Martínez2018-07-211-1/+1
* build: Remove autotoolsIñigo Martínez2018-04-062-103/+0
* Remove redundant gmodule.h includesOndrej Holy2018-04-032-2/+0
* build: Revise dependenciesIñigo Martínez2018-04-031-9/+14
* build: Improve installation on system pathsIñigo Martínez2017-10-311-3/+2
* build: Port to meson build systemIñigo Martínez2017-10-313-0/+109
* daemon: Avoid overflowing when querying for filesystem infoMichael Terry2017-08-211-1/+4
* gdaemonfile: Fix g_file_equal for different mount_prefixOndrej Holy2017-08-211-2/+6
* gdaemonfile: Fix relative path handlingOndrej Holy2017-08-211-53/+15
* client: Fix crash when calculating a relative pathMichael Terry2017-08-211-1/+1
* gdaemonfileenumerator: Marginally simplify the codeDebarshi Ray2017-08-071-4/+1
* gdaemonfileenumerator: Fix crashes in synchronous enumerator codeOndrej Holy2017-07-241-2/+6
* client: Port GDaemonFileEnumerator to GTaskOndrej Holy2017-06-141-95/+95
* Do not sent user invisible mounts if not neededOndrej Holy2017-06-061-16/+10
* client: Remove obsolete GSimpleAsyncResult helpersOndrej Holy2017-03-282-38/+0
* fuse: Prevent potential crash if file handle is not setOndrej Holy2017-03-231-1/+1
* client: Ignore everything after first colon in userinfoOndrej Holy2017-02-131-2/+17