summaryrefslogtreecommitdiff
path: root/client/gvfsfusedaemon.c
Commit message (Expand)AuthorAgeFilesLines
* Bug 543552: gvfs-fuse-daemon crashes if dbus diesChristian Kellner2008-08-031-1/+3
* Bug 528848 – [PATCH] statfs liesMatthias Clasen2008-07-291-3/+0
* Hold the file handle lock while opening the stream. Second part of fix forHans Petter Jansson2008-07-181-1/+8
* Steal the old file handle record from the global hash table beforeHans Petter Jansson2008-07-181-1/+3
* Fix fuse daemon locking and file handle life-cycle issues that wereGVFS_0_2_4Hans Petter Jansson2008-05-231-36/+56
* A more complete fix for GNOME bug #531516.Hans Petter Jansson2008-05-231-19/+13
* When the process receives one of the HUP, TERM or INT signals, shut downHans Petter Jansson2008-05-211-0/+17
* Fix erroneous copyright header and provide a better description of theHans Petter Jansson2008-05-121-4/+3
* get rid of modelines The modelines were inconsistent and caused issuesBenjamin Otte2008-04-221-1/+0
* Fix some reference issues, seeDavid Zeuthen2008-04-211-9/+28
* You cannot store pointers in integers. Fixes a crash on 64bit systems.Matthias Clasen2008-04-141-2/+2
* Actually disable debug log by defaultAlexander Larsson2008-03-041-1/+1
* Code cleanup from Kjartan: Removes unused code/variables. Uses rightAlexander Larsson2008-02-191-1/+1
* Set read and execute privs for all directories. Fix up type when readingAlexander Larsson2008-01-301-16/+13
* Fix error with the names of the root items the fuse mount.Alexander Larsson2008-01-211-2/+2
* Update to new file attribute namesAlexander Larsson2007-12-201-5/+5
* Fix warningsAlexander Larsson2007-12-201-1/+1
* Add the cdda:// backend for Compact Disc Digital Audio discs.David Zeuthen2007-12-191-2/+9
* Update for gio API changes (removal of GFileAttributeValue).Alexander Larsson2007-12-141-7/+6
* Only use <gio/gio.h> includeAlexander Larsson2007-12-141-5/+1
* Update for API changes in gio trunk.David Zeuthen2007-12-111-22/+22
* Update to build with the latest glib included gioAlexander Larsson2007-11-271-1/+1
* Add new functionsAlexander Larsson2007-11-121-1/+0
* Add copyright information to source files.Christian Kellner2007-11-011-0/+22
* Add registerFuse callAlexander Larsson2007-10-261-4/+78
* Update fuse daemon to use the giomodule instead of linking to a copy ofAlexander Larsson2007-10-261-466/+192
* Add GFileCreateFlags flag to open for write. No actual backend support yetAlexander Larsson2007-10-041-5/+5
* Update for G_IO_ERROR_NOT_MOUNTABLE_FILE name changeAlexander Larsson2007-09-251-1/+1
* Pass in DBusConnection to use instead of using default oneAlexander Larsson2007-09-251-1/+1
* Removed. Removed. Added. Added.Alexander Larsson2007-09-171-5/+5
* Rename g_file_get_for_XXX to g_file_new_for_XXXAlexander Larsson2007-09-131-1/+1
* Rename the access attributes can_XXXAlexander Larsson2007-09-131-12/+12
* Add ETAG attribute Use this instead of mtime in g_file_replaceAlexander Larsson2007-09-131-2/+2
* Remove some functions that we won't implement, from the map.Alexander Larsson2007-09-131-4/+0
* Implement a global file handle table, so we can get at the file handles in fu...Alexander Larsson2007-09-131-22/+370
* Implement truncation.Alexander Larsson2007-09-131-89/+191
* Implement rmdir and start on truncate.Alexander Larsson2007-09-131-2/+64
* Implement read, write, create, rename, unlink, mkdir.Alexander Larsson2007-09-131-72/+683
* Make the FUSE daemon build with the file info API changes.Alexander Larsson2007-09-131-9/+10
* Move the FUSE daemon from fuse/ into client/ and use GDaemon* directly.Alexander Larsson2007-09-131-0/+1211