summaryrefslogtreecommitdiff
path: root/client/gdaemonfileoutputstream.c
Commit message (Expand)AuthorAgeFilesLines
* client: Port GDaemonFileOutputStream to GTaskOndrej Holy2017-02-071-201/+95
* Implement truncate support for output streamsRoss Lagerwall2013-12-051-3/+198
* client: Fix usage of incorrect enum constantRoss Lagerwall2013-10-251-1/+1
* GVfsChannels: Verify that replies are for the right serialAlexander Larsson2013-04-041-4/+8
* channel: Unqueue cancelled requestsAlexander Larsson2013-04-041-0/+17
* Update the Address of the FSFFelix Möller2012-07-301-2/+2
* Cleanups and fixes for compiler warningsKjartan Maraas2011-03-171-3/+0
* Bug 589915 - gedit crashed with SEGV in strlen()Peter Waller2009-08-041-2/+2
* try extra hard to make sure operations get cancelled properlyBenjamin Otte2009-06-251-3/+7
* Make argument const char * as per the glib change.Alexander Larsson2009-03-031-7/+7
* Bug 573371 – Unsafe g_htonl() macro expansionAlexander Larsson2009-03-021-1/+3
* Support query info on output streamsAlexander Larsson2009-02-271-49/+318
* Add and use g_string_remove_in_front helper function.Alexander Larsson2009-02-271-15/+17
* Fixed crash in gio because error was not properlyJesse van den Kieboom2008-08-071-0/+6
* Use g_set_error_literal where appropriate. Bug #539167.Christian Persch2008-08-021-22/+18
* Code cleanup from Kjartan: Removes unused code/variables. Uses rightAlexander Larsson2008-02-191-9/+4
* Save errno befor making other calls. Be safe when calling g_set_error()Alexander Larsson2008-02-111-2/+6
* 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/+6
* 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-5/+5
* Add copyright information to source files.Christian Kellner2007-11-011-0/+22
* Removed. Removed. Added. Added.Alexander Larsson2007-09-171-6/+6
* Update to new get_etag API.Alexander Larsson2007-09-141-12/+3
* Use g_cancellable_set_error_if_cancelledAlexander Larsson2007-09-131-16/+4
* Need to dup the etag when returning itAlexander Larsson2007-09-131-1/+1
* Implement etag sending on close in daemon streamAlexander Larsson2007-09-131-3/+32
* Make buffer argument to write constAlexander Larsson2007-09-131-6/+6
* 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-41/+94
* Convert the rest of GInputStream to the new async API modelAlexander Larsson2007-09-131-15/+21
* Convert g_input_stream_read_async to the new async API modelAlexander Larsson2007-09-131-9/+14
* 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-14/+14
* G*Daemon -> GDaemon*Alexander Larsson2007-09-131-0/+1280