summaryrefslogtreecommitdiff
path: root/gio/gbufferedinputstream.c
Commit message (Expand)AuthorAgeFilesLines
* gio: Add SPDX license headers automaticallyPhilip Withnall2022-05-181-0/+2
* Change SkipAsyncData fields to be gsize (and not gssize)Emmanuel Fleury2021-02-191-3/+7
* Fix signedness warning in gio/gbufferedinputstream.c:g_buffered_input_stream_...Emmanuel Fleury2021-02-161-1/+2
* Fix signedness warning in gio/gbufferedoutputstream.c:g_buffered_output_strea...Emmanuel Fleury2020-12-181-4/+4
* docs: Fix various minor syntax errors in gtk-doc commentsPhilip Withnall2017-11-071-1/+1
* gio/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2017-05-291-1/+1
* introspection: use (nullable) or (optional) instead of (allow-none)Christian Hergert2016-11-221-3/+3
* gio: Add source tags to various GTasks constructed in GLibPhilip Withnall2016-06-291-0/+2
* Eradicate links and xrefsMatthias Clasen2014-02-081-2/+1
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* Require C90 complianceDan Winship2013-11-201-1/+1
* gio/gbufferedinputstream: fix redundant-decls of g_buffered_input_stream_fina...Djalal Harouni2013-10-191-2/+0
* Rename the generated private data getter functionEmmanuele Bassi2013-06-241-1/+1
* gio: Use the new private instance data declarationEmmanuele Bassi2013-06-241-5/+2
* gio: port basic I/O classes from GSimpleAsyncResult to GTaskDan Winship2012-12-181-101/+67
* gio: add g_async_result_is_tagged()Dan Winship2012-07-101-7/+2
* gio: Add g_async_result_legacy_propagate_error()Dan Winship2012-07-101-2/+3
* gio: handle GSimpleAsyncResult errors in _finish vmethodsDan Winship2012-07-101-0/+3
* Make GBufferedInputStream implement GSeekableMaciej Piechotka2012-04-231-4/+134
* gio: use GPollable* to implement fallback read_async/write_asyncDan Winship2012-04-171-195/+0
* GIO: add lots of annotations for Vala bindingsEvan Nemerson2012-01-111-1/+2
* Spelling fixesMatthias Clasen2011-08-291-2/+2
* Add GI annotations to GBufferedInputStreamPavel Holejsovsky2010-12-211-7/+8
* Add g_simple_async_report_take_gerror_in_idleChristian Persch2010-11-031-2/+1
* Use g_simple_async_result_{new_,}take_errorChristian Persch2010-11-031-19/+13
* gio/: fully remove gioalias hacksRyan Lortie2010-07-071-5/+0
* Trivial cleanupsMatthias Clasen2010-07-051-286/+299
* Remmove a dead assignment.Matthias Clasen2009-09-071-3/+1
* Bug 568723 – g_buffered_input_stream_fill_async doesn't take count == -1Ryan Lortie2009-01-221-2/+15
* Bug 568741 – g_buffered_input_stream_fill_async doesn't workRyan Lortie2009-01-221-0/+13
* Bug 562393 – g_buffered_input_stream_read_byte broken if data availableMatthias Clasen2008-11-281-1/+1
* Moved all relevant typedefs into these files.Cody Russell2008-07-011-0/+3
* 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-2/+2
* chain up unconditionally in finalize() and dispose(). Also don'tMichael Natterer2008-06-161-2/+1
* Fix typo in parameter documentation.Wouter Bolsterlee2008-03-041-1/+1
* 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-1/+1
* Deprecate G_GNUC_(PRETTY)_FUNCTION.Matthias Clasen2008-01-271-1/+1
* String fixesMatthias Clasen2008-01-251-1/+2
* Fix up includes in section docsMatthias Clasen2007-12-181-0/+1
* g_push/pop_current_cancellable -> g_cancellable_push/pop_currentAlexander Larsson2007-12-131-4/+4
* Fix up a bunch of details in the docs.Alexander Larsson2007-12-121-2/+2
* http://mail.gnome.org/archives/gtk-devel-list/2007-October/msg00089.html15:08:59 Tim Janik2007-12-101-3/+3
* Rename all struct members named: read, write, close, truncate, or mount toAlexander Larsson2007-12-051-1/+1
* Make this take a GError and return a gboolean, and do the "outstandingDan Winship2007-12-041-44/+18
* Don't cheat and unset the "pending" flag around inner calls. Instead, callDan Winship2007-12-041-19/+21
* Some more property workMatthias Clasen2007-12-011-5/+11
* Add docs for etagsMatthias Clasen2007-11-301-1/+1
* Explain I/O priorietiesMatthias Clasen2007-11-301-1/+2