summaryrefslogtreecommitdiff
path: root/client/gdaemonvfs.c
Commit message (Expand)AuthorAgeFilesLines
* Rename gdbusutils.h to avoid conflict with GIO1.6.2Matthias Clasen2010-05-271-1/+1
* Always call back from mainloop in g_daemon_file_find_enclosing_mount_asyncChristian Kellner2010-02-191-6/+18
* Enable support for lazy loading of gio modulesAlexander Larsson2010-01-121-0/+11
* Correctly dup strings in meta_tree_lookup_stringvAlexander Larsson2009-12-011-0/+1
* Fix compiler warningAlexander Larsson2009-12-011-1/+1
* Claim to support file: uris tooAlexander Larsson2009-09-301-0/+1
* Include mount prefix when constructing fuse pathTomas Bzatek2009-08-181-3/+6
* Plug various metadata-related memleaksMatthias Clasen2009-08-011-0/+1
* Call dbus_threads_init_default before doing any other dbus callsColin Walters2009-07-151-3/+3
* Implement metadata setting for remote locationsAlexander Larsson2009-06-251-66/+96
* Support unsetting metadata in g_file_set_attributes_from_info()Alexander Larsson2009-06-251-0/+15
* Short circuit metadata setting if no changeAlexander Larsson2009-06-231-12/+44
* Implement the metadata addition api in GVfsAlexander Larsson2009-06-231-2/+356
* Bug 569199 – incorrectly open smb workgroup using a spaceAlexander Larsson2009-03-051-1/+1
* Patch from David ZeuthenAlexander Larsson2008-10-211-0/+6
* Reverse map fuse paths to gvfs uris in g_file_new_for_path().Alexander Larsson2008-09-261-3/+139
* Only call the IsSupported dbus call when the class is actually neededAlexander Larsson2008-09-231-0/+8
* Don't drop query and fragment portions of the URI when decoding it and theBastien Nocera2008-08-271-1/+9
* Bug 528891 – Handle URI schemes case insensitiveChristian Kellner2008-08-021-4/+20
* Set exit-on-disconnect to FALSE on private dbus connections to preventMatthias Clasen2008-04-211-0/+2
* Bug 526454 – too early use of dbus session busMatthias Clasen2008-04-161-0/+7
* Free strings with g_free, not dbus_free (#521269)Alexander Larsson2008-03-101-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
* Avoid duplications in supported_uris.Alexander Larsson2008-03-041-2/+21
* properly parse aliasesBenjamin Otte2008-03-031-4/+8
* Add _g_dbus_message_iter_append_args_valist andAlexander Larsson2008-03-031-79/+182
* g_uri_get_scheme -> g_uri_parse_schemeAlexander Larsson2008-02-251-1/+1
* Bind to GVFS text domain. Fixes #517892.Christian Neumair2008-02-221-1/+4
* Code cleanup from Kjartan: Removes unused code/variables. Uses rightAlexander Larsson2008-02-191-3/+1
* Implement uri navigation for http uris (#509341)Alexander Larsson2008-01-311-1/+38
* Fix typo G_DAEMON_FILE -> G_IS_DAEMON_FILEAlexander Larsson2008-01-281-3/+5
* Added. Added sftp uri mapper that aliases ssh: to sftp: (#509860)Alexander Larsson2008-01-211-0/+2
* Fix the double use of a counter variable inside nested loops.Christian Kellner2008-01-111-4/+8
* Better error return on not mounted.Alexander Larsson2008-01-091-3/+1
* Fix warningsAlexander Larsson2007-12-201-1/+1
* Remove spew Update for new APIs Don't use GDaemonVolumeMonitor if notAlexander Larsson2007-12-191-9/+6
* Only use <gio/gio.h> includeAlexander Larsson2007-12-141-1/+1
* Use the new API to load the modulesAlexander Larsson2007-12-051-1/+1
* Update to build with the latest glib included gioAlexander Larsson2007-11-271-4/+5
* Make sure we somewhat cleanly handle the various dbus daemons going down.Alexander Larsson2007-11-141-5/+42
* Make this class dynamicAlexander Larsson2007-11-121-0/+5
* Add new functionsAlexander Larsson2007-11-121-11/+43
* Update to new gvfs construction APIAlexander Larsson2007-11-071-17/+23
* Do not leak the decoded uri.Paolo Borelli2007-11-031-1/+2
* Add copyright information to source files.Christian Kellner2007-11-011-0/+22
* Implement get_uri_schemeAlexander Larsson2007-11-011-4/+4
* Add all mount info to GMountInfo Make it refcountedAlexander Larsson2007-10-311-146/+66
* Add registerFuse callAlexander Larsson2007-10-261-3/+8
* Make to_uri_scheme return const string.Alexander Larsson2007-10-251-7/+24