summaryrefslogtreecommitdiff
path: root/daemon/gvfsreadchannel.c
Commit message (Expand)AuthorAgeFilesLines
* daemon: Bump maximum read channel buffer sizeBastien Nocera2017-01-031-3/+5
* daemons: Tweak read sizesAlexander Larsson2013-04-051-7/+18
* Fix readahead behaviourAlexander Larsson2013-04-051-2/+15
* Update the Address of the FSFFelix Möller2012-07-301-2/+2
* Bug 587484 – Interaction when unmounting mounts and misc fixesDavid Zeuthen2009-07-081-1/+3
* Add (de)marshalling functions for GFileInfos.Alexander Larsson2009-02-271-0/+13
* Use g_set_error_literal where appropriate. Bug #539167.Christian Persch2008-08-021-1/+1
* daemon/gvfsreadchannel.c, Fix format specifiers here.Kjartan Maraas2008-03-061-1/+1
* Code cleanup from Kjartan: Removes unused code/variables. Uses rightAlexander Larsson2008-02-191-6/+1
* Remove SEEK_CUR from channel protocol. This doesn't work with readahead,Alexander Larsson2008-02-041-3/+0
* Init seq_nr to 1 so that seq_nr 0 is special (used for e.g. readahead ops)Alexander Larsson2008-02-041-0/+32
* Request larger buffers than the client requested so for better networkAlexander Larsson2008-02-011-1/+30
* 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
* Remove G_IO_ERROR_INTERNAL_ERROR and replace with FAILED or more specific errorsAlexander Larsson2007-09-131-1/+1
* Rename G_VFS_ERROR to G_IO_ERRORAlexander Larsson2007-09-131-2/+2
* GInputStreamSocket -> GSocketInputStreamAlexander Larsson2007-09-131-2/+0
* Initial work for daemon side write supportAlexander Larsson2007-09-131-1/+2
* G_TYPE_VFS_xxx -> G_VFS_TYPE_xxxAlexander Larsson2007-09-131-2/+2
* Move generic code from GVfsReadChannel to GVfsChannel base classAlexander Larsson2007-09-131-412/+82
* Revert "Move GVfsReadChannel into .c file, remove priv"Alexander Larsson2007-09-131-93/+100
* Move GVfsReadChannel into .c file, remove privAlexander Larsson2007-09-131-100/+93
* Split out daemon implementation into a module in its own subdirAlexander Larsson2007-09-131-2/+2
* Initial work on the new way to track mountpoints.Alexander Larsson2007-09-131-32/+14
* Rename GVfsReadStream to GVfsReadChannelAlexander Larsson2007-09-131-0/+552