summaryrefslogtreecommitdiff
path: root/daemon/gvfschannel.c
Commit message (Expand)AuthorAgeFilesLines
* channel: Set sockets as nonblocking to prevent deadlocks when copyingOndrej Holy2017-08-181-1/+5
* channel: Fix a couple of leaksRoss Lagerwall2015-02-101-3/+22
* gvfschannel: don't abort when finalizingOndrej Holy2014-10-091-2/+0
* gvfschannel: do not call close job if channel is blockedOndrej Holy2014-10-091-0/+3
* gvfschannel: do not crash when channel is blockedOndrej Holy2014-10-091-22/+16
* channel: Unqueue cancelled requestsAlexander Larsson2013-04-041-9/+7
* Fix daemon crash when cancelling channel operationsAlexander Larsson2013-04-041-26/+26
* gvfschannel: Return proper error if we're out of free fdsTomas Bzatek2013-04-031-1/+1
* Update the Address of the FSFFelix Möller2012-07-301-2/+2
* daemon: Add logic to force close active channelsChristian Kellner2011-06-061-0/+29
* daemon: Also block active channels if the backend is blockedChristian Kellner2011-06-061-0/+16
* Fix threadsafety of closing channelsAlexander Larsson2011-04-151-30/+18
* Bug 587484 – Interaction when unmounting mounts and misc fixesDavid Zeuthen2009-07-081-1/+29
* Bug 535814 – hangup on g_input_stream_close after cancelling from otherAlexander Larsson2009-03-061-7/+2
* Add (de)marshalling functions for GFileInfos.Alexander Larsson2009-02-271-0/+21
* Do not create new read/write jobs if the gvfschannel has been cancelled.Carlos Garcia Campos2008-03-251-2/+7
* Code cleanup from Kjartan: Removes unused code/variables. Uses rightAlexander Larsson2008-02-191-1/+0
* Fix case where current_job has died (NULL) but the current_job_seq_nr wasAlexander Larsson2008-02-141-1/+2
* Init seq_nr to 1 so that seq_nr 0 is special (used for e.g. readahead ops)Alexander Larsson2008-02-041-36/+119
* Update to build with the latest glib included gioAlexander Larsson2007-11-271-4/+4
* Add required includes for solaris Patch from Damien CarberyAlexander Larsson2007-11-131-0/+1
* Add copyright information to source files.Christian Kellner2007-11-011-0/+22
* Update to API changes in gio.Sebastian Dröge2007-10-021-1/+0
* Make data arg constAlexander Larsson2007-09-131-2/+2
* Convert GOutputStream to the new async API modelAlexander Larsson2007-09-131-19/+16
* Convert g_input_stream_read_async to the new async API modelAlexander Larsson2007-09-131-39/+29
* GOutputStreamSocket -> GSocketOutputStreamAlexander Larsson2007-09-131-2/+2
* GInputStreamSocket -> GSocketInputStreamAlexander Larsson2007-09-131-2/+2
* s/G_IS_VFS/G_VFS_IS/gAlexander Larsson2007-09-131-2/+2
* Handle WRITE_CLOSE specially tooAlexander Larsson2007-09-131-9/+5
* Initial work for daemon side write supportAlexander Larsson2007-09-131-5/+6
* G_TYPE_VFS_xxx -> G_VFS_TYPE_xxxAlexander Larsson2007-09-131-3/+3
* Move generic code from GVfsReadChannel to GVfsChannel base classAlexander Larsson2007-09-131-0/+610