summaryrefslogtreecommitdiff
path: root/daemon/gvfsjob.c
Commit message (Expand)AuthorAgeFilesLines
* daemon: Don't use deprecated private structure APIsOndrej Holy2018-07-101-5/+3
* Allow cancelling jobs that have sent a reply but not finishedRoss Lagerwall2014-09-271-1/+1
* gdbus: Core daemon and client portTomas Bzatek2012-07-311-1/+0
* Update the Address of the FSFFelix Möller2012-07-301-2/+2
* Use g_set_error_literal where appropriate. Bug #539167.Christian Persch2008-08-021-3/+3
* Fix build warnings with GCC 4.3.0 (#537588).Cosimo Cecchi2008-06-101-6/+15
* Make sure the g_object_unref call is _before_ the return call. Fixes bugChristian Kellner2008-03-031-4/+5
* Ref job while calling out.Alexander Larsson2008-02-261-0/+18
* make the error argument constBenjamin Otte2008-02-261-2/+2
* Code cleanup from Kjartan: Removes unused code/variables. Uses rightAlexander Larsson2008-02-191-1/+1
* Save errno befor making other calls. Be safe when calling g_set_error()Alexander Larsson2008-02-111-1/+1
* Only use <gio/gio.h> includeAlexander Larsson2007-12-141-1/+1
* Code cleanups from Kjartan Maraas.Alexander Larsson2007-11-161-1/+1
* Add copyright information to source files.Christian Kellner2007-11-011-0/+22
* Allow NULL end pointerAlexander Larsson2007-10-041-0/+5
* Add backend_data destructorAlexander Larsson2007-09-131-0/+17
* Rename sending_reply to sent_replyAlexander Larsson2007-09-131-2/+2
* Move from G_FILE_ERROR to G_IO_ERRORAlexander Larsson2007-09-131-2/+3
* Add g_vfs_job_failed_from_errnoAlexander Larsson2007-09-131-0/+13
* G_TYPE_VFS_xxx -> G_VFS_TYPE_xxxAlexander Larsson2007-09-131-2/+2
* New thread model for GVfsDaemonAlexander Larsson2007-09-131-2/+11
* New model to handle uris. All uri -> dbus mapping is done client side.Alexander Larsson2007-09-131-1/+11
* Initial work on the new way to track mountpoints.Alexander Larsson2007-09-131-21/+9
* Rename GVfsReadStream to GVfsReadChannelAlexander Larsson2007-09-131-4/+69
* Fix cancellation of daemon streamsAlexander Larsson2007-09-131-1/+2
* Rename GVfsDaemonBackend to GVfsBackendAlexander Larsson2007-09-131-1/+1
* Further daemon workAlexander Larsson2007-09-131-0/+7
* Initial work on readAlexander Larsson2007-09-131-4/+10
* More work on daemon scheduling etcAlexander Larsson2007-09-131-8/+85
* Rename DaemonOperation to JobAlexander Larsson2007-09-131-0/+78