summaryrefslogtreecommitdiff
path: root/glib/giounix.c
Commit message (Expand)AuthorAgeFilesLines
* Use O_CLOEXEC in {g_,}open () calls for race-free setting of the close-on-exe...Maciej S. Szmigiero2023-02-211-1/+5
* giochannel: Add G_IO_FLAG_NONESimon McVittie2022-06-231-1/+1
* glib: Add SPDX license headers automaticallyPhilip Withnall2022-05-181-0/+2
* Port internal uses to use g_source_set_static_name()Philip Withnall2021-07-261-1/+1
* Replace a bunch of fallthrough comments with an attributeTimm Bäder2020-08-211-1/+1
* Fixing missing initializer in glib/giounix.cEmmanuel Fleury2019-03-171-1/+2
* all: Remove trailing newlines from g_message()/g_warning()/g_error()sPhilip Withnall2018-04-271-4/+4
* glib: Slightly update GIOChannel documentationBastien Nocera2017-09-081-0/+2
* glib/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2017-05-241-1/+1
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* Use "Returns:" instead of the invalid "@returns" for annotating return values.Robert Ancell2012-11-011-2/+4
* Switch all open() calls to use g_open()Colin Walters2012-08-281-6/+2
* open(2): POSIX compatibility.Antoine Jacoutot2011-08-151-1/+7
* glib: Fix enumeration warnings from gcc 4.5Benjamin Otte2010-12-021-7/+12
* build: Fix warnings caused by missing includesEmmanuele Bassi2010-09-061-0/+1
* More header inclusion cleanupMatthias Clasen2010-09-051-3/+7
* Annotate all custom GIO GSource using g_source_set_nameColin Walters2010-07-101-0/+1
* glib/: fully remove galias hacksRyan Lortie2010-07-071-4/+0
* GIOChannel: move docs from tmpl to .cRyan Lortie2010-02-011-0/+36
* Bug 555309 – giochannel breaks on error Patch from Christian PerschBehdad Esfahbod2008-10-061-17/+17
* Bug 554092 – glib doesn't return G_FILE_ERROR_NOENT et al on OS XBehdad Esfahbod2008-09-301-17/+25
* Use g_set_error_literal where appropriate. Patch from bug #535947.Christian Persch2008-06-161-24/+24
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-141-1/+4
* Implement the same PLT reduction technique used in GTK+:Matthias Clasen2004-09-161-0/+1
* #define _POSIX_SOURCE for SSIZE_MAX. Fixes #128853.Manish Singh2004-01-121-0/+2
* Patch from Sven Neumann to make the include order consistent. (#71704)Owen Taylor2002-12-041-1/+2
* Final updates for 2.0.0Owen Taylor2002-03-081-7/+7
* ed Feb 20 22:35:42 2002 Owen Taylor <otaylor@redhat.com>Owen Taylor2002-02-211-1/+1
* Updated.Owen Taylor2002-02-151-3/+15
* kill 'callback'Michael Meeks2001-12-201-1/+0
* set the fd before using it.Michael Meeks2001-11-151-2/+2
* Add closure_marshal/closure_callback fields to GSourceFuncs for use byOwen Taylor2001-09-031-2/+2
* Fix some variables that should have been static.Owen Taylor2001-09-021-1/+1
* Modified Files: glib/ChangeLog glib/glib/giounix.cRon Steinke2001-08-161-1/+1
* Modified Files: glib/ChangeLog glib/glib/giochannel.c glib/glib/giounix.cRon Steinke2001-08-161-59/+36
* Modified Files: glib/ChangeLog glib/glib/giochannel.c glib/glib/giounix.cRon Steinke2001-08-051-2/+13
* Matthias Classen's patch to give g_io_channel_flush() the correct senseRon Steinke2001-07-291-1/+3
* Modified Files: glib/ChangeLog glib/glib.def glib/glib/giochannel.cRon Steinke2001-07-201-63/+150
* Fix.Owen Taylor2001-07-021-11/+8
* Rename GSourceFuncs::destroy to GSourceFuncs::finalize. (#56858)Owen Taylor2001-06-301-3/+3
* Jun 29 13:36:39 2001 Owen Taylor <otaylor@redhat.com>Owen Taylor2001-06-301-73/+270
* Major change in API for creating sources to handle multiple main loopsOwen Taylor2000-12-051-67/+64
* applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik2000-07-261-4/+4
* Interpret EINTR as G_IO_ERROR_AGAIN.Sebastian Wilhelmi2000-03-201-0/+2
* 18:36. incorporated proposed cleanups from gtk-devel-list.Tim Janik1999-07-241-4/+8
* inserted additional note to look for ChangeLog and AUTHORS file for a logCST 1999 Shawn T. Amundson1999-02-241-0/+7
* new function to check whether a main loop has been quitted. (g_main_new):Tim Janik1998-12-181-1/+1
* giounix.c: s/g_main_poll_add/g_main_remove_add/gCST 1998 Shawn T. Amundson1998-12-171-2/+2
* Fixed small bug.Sebastian Wilhelmi1998-12-161-1/+1
* Use an "inheritance" scheme for IO channel memory allocation.hOwen Taylor1998-12-151-8/+13