summaryrefslogtreecommitdiff
path: root/client/gdaemonfile.c
Commit message (Expand)AuthorAgeFilesLines
* gdaemonfile: Remove dead codeOndrej Holy2023-02-281-9/+0
* gdaemonfile: Disable push/pull for FlatpakOndrej Holy2023-02-281-2/+4
* client: Skip session bus fallback if operation was cancelledOndrej Holy2020-12-181-1/+9
* client: Add fallback to session bus also for synchronous APIOndrej Holy2020-12-081-4/+9
* client: Show warning when peer-to-peer connection failedOndrej Holy2020-12-081-3/+12
* trash: Do not fail when G_FILE_COPY_NO_FALLBACK_FOR_MOVE is usedwip/oholy/trash-performanceOndrej Holy2020-09-241-8/+0
* client: Fix mount info cache invalidationOndrej Holy2019-03-041-23/+16
* gdaemonfile: Fix g_file_equal for different mount_prefixOndrej Holy2017-08-211-2/+6
* gdaemonfile: Fix relative path handlingOndrej Holy2017-08-211-53/+15
* client: Fix crash when calculating a relative pathMichael Terry2017-08-211-1/+1
* client: Do not leak GDBusConnection referenceOndrej Holy2017-02-071-0/+1
* client: Do not modify caller's errorsOndrej Holy2017-01-241-2/+0
* client: Port GDaemonFile to GTaskOndrej Holy2017-01-241-640/+429
* gdaemonfile: Pass GFileCreateFlags in write operationsOndrej Holy2016-12-121-0/+1
* gdaemonfile: Remove dead codeOndrej Holy2016-12-121-5/+0
* Use Unicode in translatable stringsPiotr Drąg2016-10-031-6/+6
* 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