summaryrefslogtreecommitdiff
path: root/client/gdaemonfileinputstream.c
Commit message (Expand)AuthorAgeFilesLines
* client: Fix typos in source tag checksOndrej Holy2017-01-161-2/+2
* client: Port GDaemonFileInputStream to GTaskOndrej Holy2016-11-181-202/+95
* GVfsChannels: Verify that replies are for the right serialAlexander Larsson2013-04-041-3/+6
* channel: Unqueue cancelled requestsAlexander Larsson2013-04-041-0/+18
* Update the Address of the FSFFelix Möller2012-07-301-4/+4
* Cleanups and fixes for compiler warningsKjartan Maraas2011-03-171-3/+0
* try extra hard to make sure operations get cancelled properlyBenjamin Otte2009-06-251-4/+8
* Don't send cancel when partial header read, as that would throw away theAlexander Larsson2009-03-061-4/+4
* Make argument const char * as per the glib change.Alexander Larsson2009-03-031-5/+5
* Bug 573371 – Unsafe g_htonl() macro expansionAlexander Larsson2009-03-021-1/+3
* Support async query infoAlexander Larsson2009-02-271-50/+156
* Add (de)marshalling functions for GFileInfos.Alexander Larsson2009-02-271-26/+393
* Revert debug spew from recent commit now that the core issue is fixed (byAlexander Larsson2008-10-201-7/+1
* Add some debug spew and avoid crashing in case of code not properlyAlexander Larsson2008-10-091-1/+7
* Use g_set_error_literal where appropriate. Bug #539167.Christian Persch2008-08-021-27/+23
* Code cleanup from Kjartan: Removes unused code/variables. Uses rightAlexander Larsson2008-02-191-11/+2
* Save errno befor making other calls. Be safe when calling g_set_error()Alexander Larsson2008-02-111-4/+8
* Remove SEEK_CUR from channel protocol. This doesn't work with readahead,Alexander Larsson2008-02-041-1/+1
* Init seq_nr to 1 so that seq_nr 0 is special (used for e.g. readahead ops)Alexander Larsson2008-02-041-0/+1
* Fix warningsAlexander Larsson2007-12-201-1/+4
* Update for gio API changes (removal of GFileAttributeValue).Alexander Larsson2007-12-141-0/+2
* Only use <gio/gio.h> includeAlexander Larsson2007-12-141-5/+1
* Update to gio API changeAlexander Larsson2007-12-051-2/+2
* Update to build with the latest glib included gioAlexander Larsson2007-11-271-4/+4
* Code cleanups from Kjartan Maraas.Alexander Larsson2007-11-161-6/+6
* Actually export get_uri_schemeAlexander Larsson2007-11-061-0/+2
* Add copyright information to source files.Christian Kellner2007-11-011-0/+44
* Removed. Removed. Added. Added.Alexander Larsson2007-09-171-6/+6
* Use g_cancellable_set_error_if_cancelledAlexander Larsson2007-09-131-16/+4
* Port GDaemonFile[Input|Output]Stream to new GSimpleAsyncResult changes.Alexander Larsson2007-09-131-10/+7
* Convert GOutputStream to the new async API modelAlexander Larsson2007-09-131-11/+16
* Convert the rest of GInputStream to the new async API modelAlexander Larsson2007-09-131-74/+120
* Convert g_input_stream_read_async to the new async API modelAlexander Larsson2007-09-131-24/+58
* Move from G_FILE_ERROR to G_IO_ERRORAlexander Larsson2007-09-131-4/+4
* Rename G_VFS_ERROR to G_IO_ERRORAlexander Larsson2007-09-131-16/+16
* G*Daemon -> GDaemon*Alexander Larsson2007-09-131-0/+1534