summaryrefslogtreecommitdiff
path: root/client/gvfsdaemondbus.c
Commit message (Expand)AuthorAgeFilesLines
* Wrong branchGVFS_1_0_1_svn2027Christian Kellner2008-09-241-1024/+0
* Use g_set_error_literal where appropriate. Bug #539167.Christian Persch2008-08-021-5/+5
* In call_sync, on stale cache errors due to a mount daemon disappearing,Alexander Larsson2008-03-311-19/+72
* Only use <gio/gio.h> includeAlexander Larsson2007-12-141-3/+1
* Make sure we somewhat cleanly handle the various dbus daemons going down.Alexander Larsson2007-11-141-9/+56
* Add copyright information to source files.Christian Kellner2007-11-011-0/+22
* Add defines for monitoringAlexander Larsson2007-10-081-3/+4
* Clear VfsConnectionData on creation (fixes read of uninitialized data onAlexander Larsson2007-09-251-1/+1
* Pass in DBusConnection to use instead of using default oneAlexander Larsson2007-09-251-1/+3
* Use g_cancellable_set_error_if_cancelledAlexander Larsson2007-09-131-21/+5
* Move FileInfo marshalling to common/.Alexander Larsson2007-09-131-146/+0
* Add copy in daemon, and support for callbacks in daemon protocolAlexander Larsson2007-09-131-8/+27
* demarshal icons in file attributesAlexander Larsson2007-09-131-1/+52
* Centralize dbus timeout default valueAlexander Larsson2007-09-131-7/+8
* Move from G_FILE_ERROR to G_IO_ERRORAlexander Larsson2007-09-131-10/+10
* Rename G_VFS_ERROR to G_IO_ERRORAlexander Larsson2007-09-131-7/+7
* Make GFileInfo into a pure key => value+type mapping.Alexander Larsson2007-09-131-166/+62
* Use _g_dbus_connection_call_async helper in some placesAlexander Larsson2007-09-131-75/+25
* Use dbus_connection_get_unix_fd instead of dbus_connection_get_socket as the ...Alexander Larsson2007-09-131-1/+1
* Use _g_error_from_message when possibleAlexander Larsson2007-09-131-18/+6
* Clean up code a bitAlexander Larsson2007-09-131-3/+15
* Clean up _g_vfs_daemon_call_asyncAlexander Larsson2007-09-131-10/+0
* Initial work on new mount model for async callsAlexander Larsson2007-09-131-49/+6
* Initial client side work for new mount trackerAlexander Larsson2007-09-131-277/+62
* Rename copy of fd source to avoid naming conflicts.Alexander Larsson2007-09-131-1/+2
* Split out daemon implementation into a module in its own subdirAlexander Larsson2007-09-131-0/+1413