summaryrefslogtreecommitdiff
path: root/client
Commit message (Expand)AuthorAgeFilesLines
...
* Add proper implementation of async file enumeration. This avoids theAlexander Larsson2008-09-152-7/+219
* Add Push and Pull. Remove Upload. (#550100)Christian Kellner2008-09-011-87/+105
* Don't drop query and fragment portions of the URI when decoding it and theBastien Nocera2008-08-271-1/+9
* Fixed crash in gio because error was not properlyJesse van den Kieboom2008-08-071-0/+6
* Remove wrong dbus reply struct checksChristian Kellner2008-08-051-30/+0
* Bug 546300 – g_file_replace_async doesn't allow NULL etagJesse van den Kieboom2008-08-051-0/+3
* Bug 544008 – g_daemon_file_replace_async mode errChristian Kellner2008-08-041-2/+2
* Bug 543552: gvfs-fuse-daemon crashes if dbus diesChristian Kellner2008-08-031-1/+3
* Bug 528891 – Handle URI schemes case insensitiveChristian Kellner2008-08-021-4/+20
* Use g_set_error_literal where appropriate. Bug #539167.Christian Persch2008-08-024-89/+81
* Add x-content/* support to daemon mounts. Right now a backend can only setDavid Zeuthen2008-07-291-0/+46
* Bug 528848 – [PATCH] statfs liesMatthias Clasen2008-07-291-3/+0
* Don't leak D-Bus messages.Hans Petter Jansson2008-07-191-0/+2
* 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
* Bug 536252 – GFileEnumerator should allow access to the containing GFileRoss Burton2008-06-163-5/+7
* 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-222-2/+0
* Set exit-on-disconnect to FALSE on private dbus connections to preventMatthias Clasen2008-04-211-0/+2
* Fix some reference issues, seeDavid Zeuthen2008-04-211-9/+28
* Bug 526454 – too early use of dbus session busMatthias Clasen2008-04-161-0/+7
* You cannot store pointers in integers. Fixes a crash on 64bit systems.Matthias Clasen2008-04-141-2/+2
* WebDAV mount cleanupsChristian Kellner2008-04-051-12/+22
* In call_sync, on stale cache errors due to a mount daemon disappearing,Alexander Larsson2008-03-313-24/+128
* Actually increment count so that timeouts works. Pointed out by Joe MarcusAlexander Larsson2008-03-281-1/+1
* Implement true async query_filesystem_infoAlexander Larsson2008-03-261-0/+71
* Avoid hanging forever and not sending any async messages. This couldAlexander Larsson2008-03-261-3/+9
* Respect the giomoduledir provided in gio's package config file. (#523852Christian Kellner2008-03-221-1/+0
* Don't unref mount_info since we don't one a ref. (#522919)Christian Kellner2008-03-171-2/+0
* Don't free up the error that we don't own (#522566). Thanks Cosimo CecchiChristian Kellner2008-03-161-2/+0
* Implement most of the GDaemonFile async functions.Hans Petter Jansson2008-03-141-0/+580
* Make sure we set the port to -1 in case when no port is specified on theChristian Kellner2008-03-141-0/+2
* We were testing the wrong cancellable pointer for non-NULL-ness, whichHans Petter Jansson2008-03-121-1/+1
* Free strings with g_free, not dbus_free (#521269)Alexander Larsson2008-03-101-1/+1
* Remove unused vars.Kjartan Maraas2008-03-061-2/+0
* Avoid deadlock when foreign volume is removed.Alexander Larsson2008-03-061-1/+4
* Fix parsing of IPv6-style hostnames to not find the port in the pathBastien Nocera2008-03-052-5/+33
* Initialize drive variable not access undefined memory (#520388)Alexander Larsson2008-03-051-1/+2
* Actually disable debug log by defaultAlexander Larsson2008-03-041-1/+1
* Bump timeout to standard gvfs time. Patch from Matthias ClasenAlexander Larsson2008-03-041-1/+1
* Fix crash with NULL host (like "ftp://")Alexander Larsson2008-03-041-1/+1
* Use fallbacks for mount icon.Alexander Larsson2008-03-041-1/+1
* Properly lock around volume monitors and volume monitor objects. Emit allAlexander Larsson2008-03-042-45/+95
* Avoid duplications in supported_uris.Alexander Larsson2008-03-041-2/+21
* properly parse aliasesBenjamin Otte2008-03-031-4/+8
* revert yesterday's commit. It broke the obex and gphoto backends. We nowBenjamin Otte2008-03-031-9/+7
* Add _g_dbus_message_iter_append_args_valist andAlexander Larsson2008-03-033-251/+182