summaryrefslogtreecommitdiff
path: root/client/gdaemonfile.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add the cdda:// backend for Compact Disc Digital Audio discs.David Zeuthen2007-12-191-1/+1
* Update for gio API changes (removal of GFileAttributeValue).Alexander Larsson2007-12-141-2/+3
* Update to new gio flag enum types/valuesAlexander Larsson2007-12-141-1/+1
* Only use <gio/gio.h> includeAlexander Larsson2007-12-141-1/+1
* Update for g_mount_for_location to g_file_mount_enclosing_volume change.Alexander Larsson2007-12-131-22/+22
* Update for API changes in gio trunk.David Zeuthen2007-12-111-11/+11
* Update to gio API changeAlexander Larsson2007-12-051-1/+1
* Code cleanups from Kjartan Maraas.Alexander Larsson2007-11-161-1/+1
* Actually export get_uri_schemeAlexander Larsson2007-11-061-0/+1
* Add copyright information to source files.Christian Kellner2007-11-011-0/+22
* Implement get_uri_schemeAlexander Larsson2007-11-011-2/+14
* Implement contains_file and get_relative_pathAlexander Larsson2007-10-311-0/+49
* Implement find_enclosing_volumeAlexander Larsson2007-10-311-5/+21
* Add all mount info to GMountInfo Make it refcountedAlexander Larsson2007-10-311-64/+80
* Add registerFuse callAlexander Larsson2007-10-261-1/+30
* Make to_uri_scheme return const string.Alexander Larsson2007-10-251-0/+11