summaryrefslogtreecommitdiff
path: root/client/gdaemonfile.c
Commit message (Expand)AuthorAgeFilesLines
* gdaemonfile: fix typo from last commitCarlos Soriano2015-08-181-1/+1
* gdaemonfile: check for the correct cancellableCarlos Soriano2015-08-181-1/+1
* metadata: Get tree from udev via dbusOndrej Holy2015-06-011-3/+8
* client: Always set path[12]_out in create_proxy_for_file2Ross Lagerwall2015-05-201-7/+7
* Don't return NULL from g_daemon_file_query_writable_namespaces()Christophe Fergeau2015-04-101-1/+4
* Rework code flow in g_daemon_file_query_writable_namespaces()Christophe Fergeau2015-04-101-15/+11
* Return proper type from g_daemon_file_monitor_{dir,file}Christophe Fergeau2015-04-101-2/+2
* Fix 'path[12]_out' leak in file_transfer()Christophe Fergeau2015-04-101-0/+2
* Always set 'path2_out' value in create_proxy_for_file2Christophe Fergeau2015-04-101-2/+7
* metadata: don't crash if meta_tree_init failsOndrej Holy2015-01-061-5/+17
* client: Use the correct serial with file transfer cancellationRoss Lagerwall2014-11-181-2/+12
* client: Replace deprecated g_memmoveRoss Lagerwall2014-11-041-7/+1
* client: Fix up error handling in find_enclosing_mountRoss Lagerwall2014-11-041-7/+6
* client: Remove inconsistencies between async and sync variantsDebarshi Ray2014-10-291-1/+11
* client: Always set an error if we don't have a mountDebarshi Ray2014-10-291-0/+6
* client: Don't guard against g_object_new returning NULLDebarshi Ray2014-10-241-8/+3
* client: Check for G_FILE_COPY_NO_FALLBACK_FOR_MOVE when push/pullingRoss Lagerwall2014-10-171-0/+8
* client: Return NULL if set_display_name() failsRoss Lagerwall2014-04-111-0/+2
* Implement truncate support for output streamsRoss Lagerwall2013-12-051-30/+36
* client: Fix SIGSEGV in fallback copyRoss Lagerwall2013-11-071-1/+1
* Don't crash if mount_operation is given as NULLRoss Lagerwall2013-10-311-5/+10
* gdbus: fix compilation warningOndrej Holy2013-09-261-1/+0
* client: Remove unused code for dbus vfs filtersAlexander Larsson2013-09-261-3/+0
* GDaemonFileEnumerator: Only listen to messages one connectionAlexander Larsson2013-09-261-5/+6
* GDaemonFile: fix relative path handling to account for mount_prefixGiovanni Campagna2013-06-131-16/+69
* client: Set default timeout to infinite for all GDaemonFile methodsTomas Bzatek2012-12-031-0/+7
* gdbus: Remove debug printsTomas Bzatek2012-07-311-135/+0
* gdbus: Don't use NULL values on error with fd passingTomas Bzatek2012-07-311-15/+11
* gdbus: Fix leaks of GSimpleAsyncResultTomas Bzatek2012-07-311-0/+2
* gdbus: Strip unknown GError quark stringsTomas Bzatek2012-07-311-43/+52
* gdbus: Use g_clear_error() where appropriateTomas Bzatek2012-07-311-4/+3
* gdbus: Use g_clear_object() where appropriateTomas Bzatek2012-07-311-57/+29
* gdbus: Construct proxies without connecting signals and propertiesTomas Bzatek2012-07-311-1/+1
* gdbus: Use G_VARIANT_TYPE_HANDLE for fd_id argumentsTomas Bzatek2012-07-311-4/+20
* gdbus: Use private GMainContext for sync enumeratorTomas Bzatek2012-07-311-2/+2
* gdbus: Make copy progress workTomas Bzatek2012-07-311-49/+89
* gdbus: Make cancellation workTomas Bzatek2012-07-311-21/+173
* gdbus: Treat empty non-NULL strings for the "ay" type as NULLTomas Bzatek2012-07-311-3/+3
* gdbus: Handle NULL mount_info in create_proxy_for_file2()Tomas Bzatek2012-07-311-1/+2
* gdbus: Core daemon and client portTomas Bzatek2012-07-311-1379/+1792
* Update the Address of the FSFFelix Möller2012-07-301-2/+2
* gdbus: Use stable metadata proxyTomas Bzatek2012-06-181-1/+0
* Port volume monitoring and metadata to GDBusTomas Bzatek2012-06-041-33/+39
* daemonfile: Re-root the path in set_display_name ()Christian Kellner2011-05-121-4/+13
* Pass mount_info to async_path_call callbacksChristian Kellner2011-05-121-1/+23
* Cleanups and fixes for compiler warningsKjartan Maraas2011-03-171-1/+1
* Rename gdbusutils.h to avoid conflict with GIO1.6.2Matthias Clasen2010-05-271-1/+1
* Bug 517014 – Factorize error messages marked for translationClaude Paroz2009-09-301-28/+29
* Make sure metadata is always returned by query_writable_namespaces()Carlos Garcia Campos2009-09-171-14/+16
* Bug 587484 – Interaction when unmounting mounts and misc fixesDavid Zeuthen2009-07-081-21/+194