summaryrefslogtreecommitdiff
path: root/gio/goutputstream.c
Commit message (Expand)AuthorAgeFilesLines
* Document clearly async functions not copying its argsXavier Claessens2013-12-021-0/+5
* gio: remove precondition checks from g_output_stream_printf()Michael Natterer2013-11-261-5/+0
* gio: add g_output_string_[v]printf()Michael Natterer2013-11-261-0/+104
* goutputstream: Add clear warning about short writes to _write_bytes() and asy...Colin Walters2013-10-021-41/+21
* GOutputStream: Use async read/write of streams in splice_async()Mike Ruprecht2013-09-291-5/+175
* GOutputStream: Split _close_async for internal useMike Ruprecht2013-09-291-8/+68
* GOutputStream: Rename _g_output_stream_close_internal() for consistencyMike Ruprecht2013-09-291-6/+6
* GOutputStream: Add g_output_stream_async_write_is_via_threads()Mike Ruprecht2013-09-291-2/+24
* Rename the generated private data getter functionEmmanuele Bassi2013-06-241-1/+1
* gio: Use the new private instance data declarationEmmanuele Bassi2013-06-241-15/+4
* GOutputStream: Remove unused SpliceUserData structMike Ruprecht2013-02-191-6/+0
* GOutputStream: Fix a compiler warningColin Walters2012-12-181-2/+2
* gio: port basic I/O classes from GSimpleAsyncResult to GTaskDan Winship2012-12-181-365/+321
* gio: add g_async_result_is_tagged()Dan Winship2012-07-101-21/+6
* gio: Add g_async_result_legacy_propagate_error()Dan Winship2012-07-101-13/+11
* gio: handle GSimpleAsyncResult errors in _finish vmethodsDan Winship2012-07-101-0/+16
* gio: add GBytes-based input/output stream methodsDan Winship2012-05-241-0/+157
* Fix several recently-introduced bugs in g_output_stream_write_async()Dan Winship2012-04-271-2/+13
* gio: use GPollable* to implement fallback read_async/write_asyncDan Winship2012-04-171-2/+64
* Fix some gtk-doc stuffDan Winship2012-04-041-4/+4
* GIO: add lots of annotations for Vala bindingsEvan Nemerson2012-01-111-0/+2
* outputstream: Clarify docs of flush()Benjamin Otte2011-12-051-3/+5
* Don't close stream twice when splicingPhilip Withnall2011-09-191-35/+53
* Spelling fixesMatthias Clasen2011-08-291-11/+11
* g_output_stream_splice: deal with overflowDan Winship2011-07-061-3/+12
* [gi] Add annotations for GFile, G[File]{Input|Output|IO}Stream.Pavel Holejsovsky2010-12-171-18/+18
* Add g_simple_async_report_take_gerror_in_idleChristian Persch2010-11-031-8/+4
* Use g_simple_async_result_{new_,}take_errorChristian Persch2010-11-031-17/+6
* Add a lot of missing annotationsJohan Dahlin2010-09-241-3/+3
* g_output_stream_write: fix misleadingly ungrammatical documentationDan Winship2010-09-171-5/+6
* Bug 627071 – g_output_stream_write() clarificationDavid Zeuthen2010-08-161-0/+4
* Declare stream base classes as abstractMatthias Clasen2010-08-161-1/+1
* gio/: fully remove gioalias hacksRyan Lortie2010-07-071-4/+0
* [Gio] Merge in introspection annotations from gobject-introspection gio-2.0.cColin Walters2010-06-101-3/+3
* Flush when closing output stream asyncJesse van den Kieboom2010-05-121-7/+110
* Add g_output_stream_is_closingAlexander Larsson2009-11-231-1/+28
* Fix a lot of clang complaintsMatthias Clasen2009-09-181-19/+15
* Check that close_fn is not %NULL before calling (#578499)Alexander Larsson2009-05-201-7/+11
* Remove not actually used member "cancelled"Alexander Larsson2009-05-121-1/+0
* Add docsMatthias Clasen2008-08-131-0/+7
* Moved all relevant typedefs into these files.Cody Russell2008-07-011-0/+4
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* Use g_set_error_literal where appropriate. Patch from bug #535947.Christian Persch2008-06-161-13/+13
* chain up unconditionally in finalize() and dispose(). Also don'tMichael Natterer2008-06-161-6/+4
* Tiny documentation corrections.Murray Cumming2008-03-041-1/+1
* Fixup translator comments (#518578).Wouter Bolsterlee2008-02-251-4/+4
* Fix a few typos in translator comments and documentation.Wouter Bolsterlee2008-02-251-1/+1
* Add translator comments (#518578)Alexander Larsson2008-02-251-0/+3
* Doc fixesMatthias Clasen2008-02-211-1/+1
* /bin/ksh can't handle a for-loop with no arguments, so add a "." for whenMatthias Clasen2008-02-101-2/+2