summaryrefslogtreecommitdiff
path: root/client/gvfsdaemondbus.c
Commit message (Expand)AuthorAgeFilesLines
* Port to GTaskwip/gtask-portingDan Winship2015-04-061-25/+0
* Adapt to GLib 2.31 deprecations and thread API changesMatthias Clasen2011-10-211-6/+9
* client: Don't leak the GCancellable's fd in case of an g_poll errorChristian Kellner2011-05-251-0/+1
* client: Handle error events when polling _g_vfs_daemon_call_sync ()Christian Kellner2011-05-251-0/+8
* client: Fix wrong assignment before dbus_connection_unref()Jonathan Blanchard2011-03-161-1/+1
* Fix return value of async_connection_accept_new_fd()Henry Hoegelow2010-12-071-2/+4
* Rename gdbusutils.h to avoid conflict with GIO1.6.2Matthias Clasen2010-05-271-1/+1
* Implement support for g_cancellable_release_fd()Benjamin Otte2009-08-191-0/+1
* try extra hard to make sure operations get cancelled properlyBenjamin Otte2009-06-251-0/+25
* Bug 585591 – Starting/stopping drivesDavid Zeuthen2009-06-171-6/+9
* Bug 563623 – build dies on platforms lacking poll() implimentationAlexander Larsson2009-02-181-6/+5
* 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