summaryrefslogtreecommitdiff
path: root/gio/goutputstream.c
Commit message (Expand)AuthorAgeFilesLines
* gio: Add SPDX license headers automaticallyPhilip Withnall2022-05-181-0/+2
* g_output_stream_write_all: Allow NULL empty bufferJames Westman2021-09-211-1/+1
* Fix signedness warning in gio/goutputstream.c:g_output_stream_real_writev()Emmanuel Fleury2021-01-111-1/+1
* goutputstream: Check individual close operations after spliceCarlos Garnacho2020-08-281-2/+7
* tree: Fix various typos and outdated terminologyPhilip Withnall2020-06-121-1/+1
* Change to g_warning() into assertions in GOutputStreamSebastian Dröge2019-01-241-5/+2
* Add writev() / writev_all() API to GOutputStream and GPollableOutputStreamSebastian Dröge2019-01-241-1/+792
* goutputstream: Fix missing call to clear_pending in flush_asyncMichael Catanzaro2018-02-131-0/+1
* goutputstream: Fix pre-conditionPhilip Withnall2017-12-011-1/+1
* goutputstream: Add missing (optional) annotations to bytes_written argsPhilip Withnall2017-09-271-4/+4
* gio/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2017-05-291-1/+1
* goutputstream: docs: fix typosWill Thompson2017-01-191-4/+4
* introspection: use (nullable) or (optional) instead of (allow-none)Christian Hergert2016-11-221-14/+14
* Use Unicode in translatable stringsPiotr Drąg2016-10-121-2/+2
* gio: Add source tags to various GTasks constructed in GLibPhilip Withnall2016-06-291-0/+2
* gio: Document thread safety of the streams APIPhilip Withnall2016-01-111-1/+4
* goutputstream: Report input stream read failure correctlyJohn Hiesey2015-10-081-1/+2
* streams: add private 'async close via threads' APIRyan Lortie2015-02-171-0/+19
* streams: de-gtkdocify internal APIRyan Lortie2015-02-171-1/+1
* docs: explain inconsistency of _{read,write}_all()Ryan Lortie2014-10-211-2/+9
* Add g_output_stream_write_all_async()Ryan Lortie2014-10-211-0/+183
* docs: use "Returns:" consistentlyWilliam Jon McCann2014-02-191-8/+8
* Docs: Don't use the emphasis tagMatthias Clasen2014-01-311-14/+12
* Docs: don't use the warning tagMatthias Clasen2014-01-311-5/+5
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* 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