summaryrefslogtreecommitdiff
path: root/client/gvfsdaemondbus.c
Commit message (Expand)AuthorAgeFilesLines
* client: Prevent socket leaks if socket dir is inaccessibleOndrej Holy2021-04-151-13/+75
* gdbus: Add workaround for deadlocks when cancelling jobsOndrej Holy2019-11-111-4/+25
* client: Remove obsolete GSimpleAsyncResult helpersOndrej Holy2017-03-281-32/+0
* client: Use the correct serial with file transfer cancellationRoss Lagerwall2014-11-181-4/+9
* GDaemonMount: invalidate mount cache whenever we unmount a mountSimon McVittie2014-07-251-2/+2
* client: Use the correct enumeration constantRoss Lagerwall2013-11-301-2/+2
* gdbus: fix compilation warningsOndrej Holy2013-09-261-4/+0
* client: Remove unused code for dbus vfs filtersAlexander Larsson2013-09-261-104/+0
* Fix some memory leaksWilliam Jon McCann2012-09-111-5/+13
* Remove unused gsysutils filesAlexander Larsson2012-08-211-1/+0
* gdbus: Remove debug printsTomas Bzatek2012-07-311-25/+1
* gdbus: Strip unknown GError quark stringsTomas Bzatek2012-07-311-0/+15
* gdbus: Use casting macros where possibleTomas Bzatek2012-07-311-2/+2
* gdbus: Use g_clear_error() where appropriateTomas Bzatek2012-07-311-2/+1
* gdbus: Use g_clear_object() where appropriateTomas Bzatek2012-07-311-6/+3
* gdbus: Remove unused extra_fd stuffTomas Bzatek2012-07-311-58/+8
* gdbus: Make cancellation workTomas Bzatek2012-07-311-0/+125
* gdbus: Remove unused includeTomas Bzatek2012-07-311-1/+0
* gdbus: Core daemon and client portTomas Bzatek2012-07-311-633/+252
* Update the Address of the FSFFelix Möller2012-07-301-2/+2
* 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