summaryrefslogtreecommitdiff
path: root/client/gdaemonfile.c
Commit message (Expand)AuthorAgeFilesLines
* gdbus: Use a static lock for metadata proxy instead of GPrivategdbusTomas Bzatek2012-06-041-49/+3
* gdbus: Watch for metadata daemon going awayTomas Bzatek2012-05-211-0/+26
* gdbus: Use shared metadata proxy for every threadTomas Bzatek2012-05-211-7/+23
* gdbus: Port metadataTomas Bzatek2012-05-211-35/+45
* 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
* Update for the new mount flag argument.Alexander Larsson2008-02-111-0/+4
* Implement uri navigation for http uris (#509341)Alexander Larsson2008-01-311-70/+26
* Fix typo G_DAEMON_FILE -> G_IS_DAEMON_FILEAlexander Larsson2008-01-281-2/+2
* Fix warningsAlexander Larsson2008-01-211-1/+1
* Add upload operation (requires latest glib)Alexander Larsson2008-01-171-26/+87
* Clean up strings and add translator commentsAlexander Larsson2008-01-151-1/+3
* Update to new gio APIAlexander Larsson2008-01-141-6/+10
* Handle root correctly in g_file_get_relative_path (#508719)Alexander Larsson2008-01-141-0/+8
* grr. compile then commitDan Winship2008-01-111-1/+1
* Fix for changes to g_input_stream_set_pending() since I wrote this.Dan Winship2008-01-111-1/+1
* Implement unmount_mountable and eject_mountable on client side.Alexander Larsson2008-01-111-2/+86
* Add g_mount_source_get_operation() that lets you handle a remoteAlexander Larsson2008-01-091-18/+35
* Update to handle removed GDirectoryMonitor from API.Alexander Larsson2008-01-071-5/+4