summaryrefslogtreecommitdiff
path: root/client/gvfsfusedaemon.c
Commit message (Expand)AuthorAgeFilesLines
* fuse: Decrease file handle reference when open file failwangrong2023-01-051-0/+3
* 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
* 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
* daemon: Avoid overflowing when querying for filesystem infoMichael Terry2017-08-211-1/+4
* fuse: Prevent potential crash if file handle is not setOndrej Holy2017-03-231-1/+1
* fuse: Add client pid in debug messagesOndrej Holy2017-01-241-1/+5
* Add prefixes in debug messagesOndrej Holy2017-01-241-1/+1
* fuse: Print open flags in readable formOndrej Holy2017-01-171-2/+12
* fuse: Add GVFS_DEBUG_FUSE to enable debug outputOndrej Holy2016-05-251-86/+74
* fuse: Ignore signals during exit procedureOndrej Holy2016-03-111-1/+47
* fuse: Avoid crashes when exitingOndrej Holy2016-03-111-9/+9
* fuse: Do not unref result of g_vfs_get_defaultOndrej Holy2016-03-071-1/+0
* fuse: Print file flags in vfs_write when debuggingOndrej Holy2016-01-051-0/+1
* fuse: Pass the correct flags when reopening output streamRoss Lagerwall2014-10-261-2/+2
* fuse: Close stream on release rather than flushRoss Lagerwall2014-10-261-44/+4
* fuse: Track the size of open files properlyRoss Lagerwall2014-10-261-4/+24
* fuse: Don't g_file_append_to unless O_APPEND is givenRoss Lagerwall2014-10-261-5/+12
* fuse: Truncate stream rather than path if possibleRoss Lagerwall2014-10-261-67/+82
* fuse: Use query_info_on_{read,write} if a stream is openRoss Lagerwall2014-10-261-61/+119
* fuse: Don't map EISDIR to EXDEV when renamingRoss Lagerwall2014-08-091-6/+0
* fuse: Add GError to errno mappings for G_IO_ERROR_WOULD_RECURSE and G_IO_ERRO...Rok Mandeljc2014-08-091-0/+2
* fuse: Set permissions from UNIX mode when availableRoss Lagerwall2014-04-111-11/+20
* fuse: Remove duplicate assignmentRoss Lagerwall2013-11-301-1/+0
* fuse: Round up the number of blocks that a filesystem hasRoss Lagerwall2013-11-151-1/+1
* fuse: Use the big_writes option to speed up writesRoss Lagerwall2013-10-081-0/+4
* fuse: Make file nonseekable if it actually isRoss Lagerwall2013-10-021-0/+3
* fuse: Enforce sync_readRoss Lagerwall2013-10-021-0/+3
* fuse: Fix seek offset calculationRoss Lagerwall2013-10-021-1/+1
* Fix compiler warningsBastien Nocera2013-04-021-1/+0
* Use g_list_free_full() where applicableTomas Bzatek2013-01-171-2/+1
* fuse: Make truncating more robustTomas Bzatek2012-12-071-3/+4
* Remove calls to g_type_init(), bump GLib required versionColin Walters2012-10-301-2/+0
* fuse: don't crash on unmountMichael Terry2012-10-011-1/+1
* Don't use the display name to make the unique mount pointWilliam Jon McCann2012-08-301-9/+1
* gdbus: Remove debug printsTomas Bzatek2012-07-311-5/+0
* gdbus: Use g_clear_object() where appropriateTomas Bzatek2012-07-311-2/+1
* gdbus: Port the fuse daemonTomas Bzatek2012-07-311-69/+84
* Update the Address of the FSFFelix Möller2012-07-301-2/+2
* fuse: Split padding size in blocks for ftruncate()Tomas Bzatek2012-06-251-4/+23
* fuse: Support ftruncate() where requested size > current sizeTomas Bzatek2012-06-201-4/+17
* fuse: Remove the unused sys/vfs.h includeTomas Bzatek2012-01-181-1/+0
* Explicitly intialize mutexes on stackTomas Bzatek2011-11-141-1/+1
* Adapt to glib thread API changesTomas Bzatek2011-10-261-1/+1
* Adapt to glib mutex API changesTomas Bzatek2011-10-251-41/+39
* Adapt to GLib 2.31 deprecations and thread API changesMatthias Clasen2011-10-211-1/+0