summaryrefslogtreecommitdiff
path: root/client/gdaemonfile.c
AgeCommit message (Expand)AuthorFilesLines
2013-06-13GDaemonFile: fix relative path handling to account for mount_prefixGiovanni Campagna1-16/+69
2012-12-03client: Set default timeout to infinite for all GDaemonFile methodsTomas Bzatek1-0/+7
2012-07-31gdbus: Remove debug printsTomas Bzatek1-135/+0
2012-07-31gdbus: Don't use NULL values on error with fd passingTomas Bzatek1-15/+11
2012-07-31gdbus: Fix leaks of GSimpleAsyncResultTomas Bzatek1-0/+2
2012-07-31gdbus: Strip unknown GError quark stringsTomas Bzatek1-43/+52
2012-07-31gdbus: Use g_clear_error() where appropriateTomas Bzatek1-4/+3
2012-07-31gdbus: Use g_clear_object() where appropriateTomas Bzatek1-57/+29
2012-07-31gdbus: Construct proxies without connecting signals and propertiesTomas Bzatek1-1/+1
2012-07-31gdbus: Use G_VARIANT_TYPE_HANDLE for fd_id argumentsTomas Bzatek1-4/+20
2012-07-31gdbus: Use private GMainContext for sync enumeratorTomas Bzatek1-2/+2
2012-07-31gdbus: Make copy progress workTomas Bzatek1-49/+89
2012-07-31gdbus: Make cancellation workTomas Bzatek1-21/+173
2012-07-31gdbus: Treat empty non-NULL strings for the "ay" type as NULLTomas Bzatek1-3/+3
2012-07-31gdbus: Handle NULL mount_info in create_proxy_for_file2()Tomas Bzatek1-1/+2
2012-07-31gdbus: Core daemon and client portTomas Bzatek1-1379/+1792
2012-07-30Update the Address of the FSFFelix Möller1-2/+2
2012-06-18gdbus: Use stable metadata proxyTomas Bzatek1-1/+0
2012-06-04Port volume monitoring and metadata to GDBusTomas Bzatek1-33/+39
2011-05-12daemonfile: Re-root the path in set_display_name ()Christian Kellner1-4/+13
2011-05-12Pass mount_info to async_path_call callbacksChristian Kellner1-1/+23
2011-03-17Cleanups and fixes for compiler warningsKjartan Maraas1-1/+1
2010-05-27Rename gdbusutils.h to avoid conflict with GIOMatthias Clasen1-1/+1
2009-09-30Bug 517014 – Factorize error messages marked for translationClaude Paroz1-28/+29
2009-09-17Make sure metadata is always returned by query_writable_namespaces()Carlos Garcia Campos1-14/+16
2009-07-08Bug 587484 – Interaction when unmounting mounts and misc fixesDavid Zeuthen1-21/+194
2009-06-25Implement metadata setting for remote locationsAlexander Larsson1-11/+148
2009-06-25(de)marshal the attribute status in GFileInfoAlexander Larsson1-1/+1
2009-06-25try extra hard to make sure operations get cancelled properlyBenjamin Otte1-25/+36
2009-06-17Bug 585591 – Starting/stopping drivesDavid Zeuthen1-0/+93
2009-06-10signal the need for updates (changes wire protocol and internal API)Benjamin Otte1-0/+4
2008-09-15Fix the leak of a AsyncResult (#552295)Christian Kellner1-0/+1
2008-09-15Add proper implementation of async file enumeration. This avoids theAlexander Larsson1-1/+0
2008-09-01Add Push and Pull. Remove Upload. (#550100)Christian Kellner1-87/+105
2008-08-05Remove wrong dbus reply struct checksChristian Kellner1-30/+0
2008-08-05Bug 546300 – g_file_replace_async doesn't allow NULL etagJesse van den Kieboom1-0/+3
2008-08-04Bug 544008 – g_daemon_file_replace_async mode errChristian Kellner1-2/+2
2008-08-02Use g_set_error_literal where appropriate. Bug #539167.Christian Persch1-35/+35
2008-07-19Don't leak D-Bus messages.Hans Petter Jansson1-0/+2
2008-06-16Bug 536252 – GFileEnumerator should allow access to the containing GFileRoss Burton1-2/+2
2008-03-31In call_sync, on stale cache errors due to a mount daemon disappearing,Alexander Larsson1-5/+46
2008-03-26Implement true async query_filesystem_infoAlexander Larsson1-0/+71
2008-03-17Don't unref mount_info since we don't one a ref. (#522919)Christian Kellner1-2/+0
2008-03-16Don't free up the error that we don't own (#522566). Thanks Cosimo CecchiChristian Kellner1-2/+0
2008-03-14Implement most of the GDaemonFile async functions.Hans Petter Jansson1-0/+580
2008-03-12We were testing the wrong cancellable pointer for non-NULL-ness, whichHans Petter Jansson1-1/+1
2008-02-25Prefer to return a GDaemonMount from an existing GDaemonVolumeMonitorDavid Zeuthen1-1/+6
2008-02-21Update for the contains_file rename in gio.Alexander Larsson1-3/+3
2008-02-19Code cleanup from Kjartan: Removes unused code/variables. Uses rightAlexander Larsson1-22/+2
2008-02-15Pass uri in query_info_async too.Alexander Larsson1-1/+7