summaryrefslogtreecommitdiff
path: root/client/gdaemonfile.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Implement metadata setting for remote locationsAlexander Larsson2009-06-251-11/+148
* (de)marshal the attribute status in GFileInfoAlexander Larsson2009-06-251-1/+1
* try extra hard to make sure operations get cancelled properlyBenjamin Otte2009-06-251-25/+36
* Bug 585591 – Starting/stopping drivesDavid Zeuthen2009-06-171-0/+93
* signal the need for updates (changes wire protocol and internal API)Benjamin Otte2009-06-101-0/+4
* Fix the leak of a AsyncResult (#552295)Christian Kellner2008-09-151-0/+1
* Add proper implementation of async file enumeration. This avoids theAlexander Larsson2008-09-151-1/+0
* Add Push and Pull. Remove Upload. (#550100)Christian Kellner2008-09-011-87/+105
* Remove wrong dbus reply struct checksChristian Kellner2008-08-051-30/+0
* Bug 546300 – g_file_replace_async doesn't allow NULL etagJesse van den Kieboom2008-08-051-0/+3
* Bug 544008 – g_daemon_file_replace_async mode errChristian Kellner2008-08-041-2/+2
* Use g_set_error_literal where appropriate. Bug #539167.Christian Persch2008-08-021-35/+35
* Don't leak D-Bus messages.Hans Petter Jansson2008-07-191-0/+2
* Bug 536252 – GFileEnumerator should allow access to the containing GFileRoss Burton2008-06-161-2/+2
* In call_sync, on stale cache errors due to a mount daemon disappearing,Alexander Larsson2008-03-311-5/+46
* Implement true async query_filesystem_infoAlexander Larsson2008-03-261-0/+71
* Don't unref mount_info since we don't one a ref. (#522919)Christian Kellner2008-03-171-2/+0
* Don't free up the error that we don't own (#522566). Thanks Cosimo CecchiChristian Kellner2008-03-161-2/+0
* Implement most of the GDaemonFile async functions.Hans Petter Jansson2008-03-141-0/+580
* We were testing the wrong cancellable pointer for non-NULL-ness, whichHans Petter Jansson2008-03-121-1/+1
* Prefer to return a GDaemonMount from an existing GDaemonVolumeMonitorDavid Zeuthen2008-02-251-1/+6
* Update for the contains_file rename in gio.Alexander Larsson2008-02-211-3/+3
* Code cleanup from Kjartan: Removes unused code/variables. Uses rightAlexander Larsson2008-02-191-22/+2
* Pass uri in query_info_async too.Alexander Larsson2008-02-151-1/+7
* Pass an optional uri to query_info and enumerateAlexander Larsson2008-02-151-3/+15
* Save errno befor making other calls. Be safe when calling g_set_error()Alexander Larsson2008-02-111-18/+18