summaryrefslogtreecommitdiff
path: root/client
Commit message (Expand)AuthorAgeFilesLines
* 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
* don't pass the [] when parsing IPv6 addressesBenjamin Otte2008-03-021-7/+9
* Emit signals outside of the lock to avoid deadlocks (#519250)Alexander Larsson2008-02-281-8/+21
* add test for obex URIs Require expat for the obexftp backendBastien Nocera2008-02-271-1/+2
* Use standard lock instead of recursive lock.Alexander Larsson2008-02-261-11/+12
* Make sure both no-port and port 22 refer to the same mount.Alexander Larsson2008-02-251-2/+9
* g_uri_get_scheme -> g_uri_parse_schemeAlexander Larsson2008-02-251-1/+1
* Prefer to return a GDaemonMount from an existing GDaemonVolumeMonitorDavid Zeuthen2008-02-253-4/+61
* Bind to GVFS text domain. Fixes #517892.Christian Neumair2008-02-222-1/+5
* Update for the contains_file rename in gio.Alexander Larsson2008-02-211-3/+3
* Code cleanup from Kjartan: Removes unused code/variables. Uses rightAlexander Larsson2008-02-1911-66/+23
* Pass uri in query_info_async too.Alexander Larsson2008-02-151-1/+7
* Pass an optional uri to query_info and enumerateAlexander Larsson2008-02-151-3/+15
* Save errno befor making other calls. Be safe when calling g_set_error()Alexander Larsson2008-02-113-24/+32
* Update for the new mount flag argument.Alexander Larsson2008-02-111-0/+4
* Don't spew warnings when hidden mounts are unmounted.Alexander Larsson2008-02-051-1/+2
* Remove SEEK_CUR from channel protocol. This doesn't work with readahead,Alexander Larsson2008-02-042-2/+2
* Init seq_nr to 1 so that seq_nr 0 is special (used for e.g. readahead ops)Alexander Larsson2008-02-042-0/+2
* Implement uri navigation for http uris (#509341)Alexander Larsson2008-01-316-74/+158
* Set read and execute privs for all directories. Fix up type when readingAlexander Larsson2008-01-301-16/+13
* Fix typo G_DAEMON_FILE -> G_IS_DAEMON_FILEAlexander Larsson2008-01-283-5/+11
* Add test program for the functions in gvfsuriutils.cBastien Nocera2008-01-233-1/+78
* Fix warningsAlexander Larsson2008-01-212-2/+1
* Fix error with the names of the root items the fuse mount.Alexander Larsson2008-01-211-2/+2
* Added. Added sftp uri mapper that aliases ssh: to sftp: (#509860)Alexander Larsson2008-01-214-0/+172
* Add upload operation (requires latest glib)Alexander Larsson2008-01-171-26/+87
* Clean up strings and add translator commentsAlexander Larsson2008-01-151-1/+3
* Update to new gio APIAlexander Larsson2008-01-141-6/+10