summaryrefslogtreecommitdiff
path: root/glib/giochannel.c
Commit message (Expand)AuthorAgeFilesLines
* g_io_channel_get_line_term: add (optional) annotationBart Jacobs2023-01-251-1/+1
* g_io_channel_get_line_term: add (out) annotation Bart Jacobs2023-01-251-1/+1
* Revert "Rename user data parameters to user_data"badcel2023-01-091-1/+1
* giochannel: Fix incorrect use of a signed gsize when unsigned will doPhilip Withnall2022-12-021-3/+10
* giochannel: Fix an invalid comparisonPhilip Withnall2022-11-221-1/+1
* giochannel: Clarify assertions in g_io_channel_write_chars()Philip Withnall2022-11-181-5/+6
* giochannel: Add G_IO_FLAG_NONESimon McVittie2022-06-231-0/+1
* Rename user data parameters to user_dataTestingPlant2022-05-221-1/+1
* glib: Add SPDX license headers automaticallyPhilip Withnall2022-05-181-0/+2
* docs: mark macros, flags, enums with percent signGabor Karsay2022-03-041-3/+3
* giochannel: Don't store negative line_term_len in GIOChannel structSimon McVittie2021-02-081-1/+1
* giochannel: Fix length_size bounds checkJan Alexander Steffens (heftig)2021-02-071-1/+1
* giochannel: Forbid very long line terminator stringsPhilip Withnall2021-02-041-4/+13
* glib: Use g_memdup2() instead of g_memdup() in obvious placesPhilip Withnall2021-02-041-2/+2
* tree: Fix various typos and outdated terminologyPhilip Withnall2020-06-121-4/+4
* giochannel: Fix read_line() when nul is not a line terminatorPhilip Withnall2020-02-241-1/+9
* giochannel: Clarify type of GSource callback in documentationPhilip Withnall2019-09-061-0/+3
* Fixing signedness in glib/giochannel.cEmmanuel Fleury2019-03-151-11/+14
* glib: Fix various compiler warnings when compiling with G_DISABLE_ASSERTPhilip Withnall2019-03-081-0/+4
* glib: Port various callers to use g_utf8_validate_len()Philip Withnall2018-10-231-1/+1
* all: Remove trailing newlines from g_message()/g_warning()/g_error()sPhilip Withnall2018-04-271-14/+14
* glib: Correct typos of ‘character’SilentFlame2017-10-061-1/+1
* glib: Slightly update GIOChannel documentationBastien Nocera2017-09-081-6/+7
* glib/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2017-05-241-1/+1
* introspection: use (nullable) or (optional) instead of (allow-none)Christian Hergert2016-11-221-6/+6
* Use Unicode in translatable stringsPiotr Drąg2016-10-121-4/+4
* glib: Add filename type annotationsChristoph Reiter2016-06-041-1/+1
* Fix documentation typosPhillip Wood2016-04-111-1/+1
* Convert remaining uses of 'Rename to:'Ryan Lortie2015-03-121-2/+1
* doc: small improvement and fixesSébastien Wilmet2014-07-041-2/+2
* giochannel: avoid setting uninitialised lengthRyan Lortie2014-06-281-1/+1
* Minor documentation additions and correctionsMatthias Clasen2014-05-311-6/+1
* docs: use "Returns:" consistentlyWilliam Jon McCann2014-02-191-23/+23
* Eradicate links and xrefsMatthias Clasen2014-02-081-6/+5
* Docs: replace <literal> by `Matthias Clasen2014-02-061-2/+2
* GIOChannel: Move some docs where they are looked forMatthias Clasen2014-02-011-21/+14
* GIOChannel: remove unneeded markup from the docsMatthias Clasen2014-02-011-35/+21
* Docs: Don't use the emphasis tagMatthias Clasen2014-01-311-2/+1
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* Replace #ifdef HAVE_UNISTD_H checks with #ifdef G_OS_UNIXDan Winship2013-11-201-4/+0
* giochannel: Add an out annotation for g_io_channel_read_unichar()Colin Walters2013-08-151-1/+1
* Fix duplicated case value for mingw runtimes defining EOVERLFOW as EFBIGAndoni Morales Alastruey2012-11-281-0/+2
* Use "Returns:" instead of the invalid "@returns" for annotating return values.Robert Ancell2012-11-011-2/+3
* GIOChannel: Add missing annotationsMartin Pitt2012-10-251-14/+15
* GIOChannel: Add missing (allow-none) annotationsMartin Pitt2012-10-251-5/+5
* glib: don't quote quark names for G_DEFINE_QUARKCosimo Cecchi2012-08-281-1/+1
* Use G_DEFINE_QUARK for GLib's own quarksMatthias Clasen2012-08-281-5/+2
* Fix malformed GTK-Doc comment blocks: don't confuse GTK-Doc parsers.Dieter Verfaillie2012-04-051-1/+1
* Add missing allow-none annotations for function parameters.Robert Ancell2012-03-311-3/+3
* documentation fixesStef Walter2011-12-131-5/+5