summaryrefslogtreecommitdiff
path: root/daemon/gvfsreadchannel.c
AgeCommit message (Expand)AuthorFilesLines
2012-07-30Update the Address of the FSFFelix Möller1-2/+2
2009-07-08Bug 587484 – Interaction when unmounting mounts and misc fixesDavid Zeuthen1-1/+3
2009-02-27Add (de)marshalling functions for GFileInfos.Alexander Larsson1-0/+13
2008-08-02Use g_set_error_literal where appropriate. Bug #539167.Christian Persch1-1/+1
2008-03-06daemon/gvfsreadchannel.c, Fix format specifiers here.Kjartan Maraas1-1/+1
2008-02-19Code cleanup from Kjartan: Removes unused code/variables. Uses rightAlexander Larsson1-6/+1
2008-02-04Remove SEEK_CUR from channel protocol. This doesn't work with readahead,Alexander Larsson1-3/+0
2008-02-04Init seq_nr to 1 so that seq_nr 0 is special (used for e.g. readahead ops)Alexander Larsson1-0/+32
2008-02-01Request larger buffers than the client requested so for better networkAlexander Larsson1-1/+30
2007-11-01Add copyright information to source files.Christian Kellner1-0/+22
2007-10-02Update to API changes in gio.Sebastian Dröge1-1/+0
2007-09-13Remove G_IO_ERROR_INTERNAL_ERROR and replace with FAILED or more specific errorsAlexander Larsson1-1/+1
2007-09-13Rename G_VFS_ERROR to G_IO_ERRORAlexander Larsson1-2/+2
2007-09-13GInputStreamSocket -> GSocketInputStreamAlexander Larsson1-2/+0
2007-09-13Initial work for daemon side write supportAlexander Larsson1-1/+2
2007-09-13G_TYPE_VFS_xxx -> G_VFS_TYPE_xxxAlexander Larsson1-2/+2
2007-09-13Move generic code from GVfsReadChannel to GVfsChannel base classAlexander Larsson1-412/+82
2007-09-13Revert "Move GVfsReadChannel into .c file, remove priv"Alexander Larsson1-93/+100
2007-09-13Move GVfsReadChannel into .c file, remove privAlexander Larsson1-100/+93
2007-09-13Split out daemon implementation into a module in its own subdirAlexander Larsson1-2/+2
2007-09-13Initial work on the new way to track mountpoints.Alexander Larsson1-32/+14
2007-09-13Rename GVfsReadStream to GVfsReadChannelAlexander Larsson1-0/+552