summaryrefslogtreecommitdiff
path: root/gio/goutputstream.c
AgeCommit message (Expand)Author
2018-02-13goutputstream: Fix missing call to clear_pending in flush_asyncMichael Catanzaro
2017-12-01goutputstream: Fix pre-conditionPhilip Withnall
2017-09-27goutputstream: Add missing (optional) annotations to bytes_written argsPhilip Withnall
2017-05-29gio/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet
2017-01-19goutputstream: docs: fix typosWill Thompson
2016-11-22introspection: use (nullable) or (optional) instead of (allow-none)Christian Hergert
2016-10-12Use Unicode in translatable stringsPiotr Drąg
2016-06-29gio: Add source tags to various GTasks constructed in GLibPhilip Withnall
2016-01-11gio: Document thread safety of the streams APIPhilip Withnall
2015-10-08goutputstream: Report input stream read failure correctlyJohn Hiesey
2015-02-17streams: add private 'async close via threads' APIRyan Lortie
2015-02-17streams: de-gtkdocify internal APIRyan Lortie
2014-10-21docs: explain inconsistency of _{read,write}_all()Ryan Lortie
2014-10-21Add g_output_stream_write_all_async()Ryan Lortie
2014-02-19docs: use "Returns:" consistentlyWilliam Jon McCann
2014-01-31Docs: Don't use the emphasis tagMatthias Clasen
2014-01-31Docs: don't use the warning tagMatthias Clasen
2014-01-31Updated FSF's addressDaniel Mustieles
2013-12-02Document clearly async functions not copying its argsXavier Claessens
2013-11-26gio: remove precondition checks from g_output_stream_printf()Michael Natterer
2013-11-26gio: add g_output_string_[v]printf()Michael Natterer
2013-10-02goutputstream: Add clear warning about short writes to _write_bytes() and asy...Colin Walters
2013-09-29GOutputStream: Use async read/write of streams in splice_async()Mike Ruprecht
2013-09-29GOutputStream: Split _close_async for internal useMike Ruprecht
2013-09-29GOutputStream: Rename _g_output_stream_close_internal() for consistencyMike Ruprecht
2013-09-29GOutputStream: Add g_output_stream_async_write_is_via_threads()Mike Ruprecht
2013-06-24Rename the generated private data getter functionEmmanuele Bassi
2013-06-24gio: Use the new private instance data declarationEmmanuele Bassi
2013-02-19GOutputStream: Remove unused SpliceUserData structMike Ruprecht
2012-12-18GOutputStream: Fix a compiler warningColin Walters
2012-12-18gio: port basic I/O classes from GSimpleAsyncResult to GTaskDan Winship
2012-07-10gio: add g_async_result_is_tagged()Dan Winship
2012-07-10gio: Add g_async_result_legacy_propagate_error()Dan Winship
2012-07-10gio: handle GSimpleAsyncResult errors in _finish vmethodsDan Winship
2012-05-24gio: add GBytes-based input/output stream methodsDan Winship
2012-04-27Fix several recently-introduced bugs in g_output_stream_write_async()Dan Winship
2012-04-17gio: use GPollable* to implement fallback read_async/write_asyncDan Winship
2012-04-04Fix some gtk-doc stuffDan Winship
2012-01-11GIO: add lots of annotations for Vala bindingsEvan Nemerson
2011-12-05outputstream: Clarify docs of flush()Benjamin Otte
2011-09-19Don't close stream twice when splicingPhilip Withnall
2011-08-29Spelling fixesMatthias Clasen
2011-07-06g_output_stream_splice: deal with overflowDan Winship
2010-12-17[gi] Add annotations for GFile, G[File]{Input|Output|IO}Stream.Pavel Holejsovsky
2010-11-03Add g_simple_async_report_take_gerror_in_idleChristian Persch
2010-11-03Use g_simple_async_result_{new_,}take_errorChristian Persch
2010-09-24Add a lot of missing annotationsJohan Dahlin
2010-09-17g_output_stream_write: fix misleadingly ungrammatical documentationDan Winship
2010-08-16Bug 627071 – g_output_stream_write() clarificationDavid Zeuthen
2010-08-16Declare stream base classes as abstractMatthias Clasen