summaryrefslogtreecommitdiff
path: root/glib/glib-unix.c
Commit message (Expand)AuthorAgeFilesLines
* Fix compilation on Android with the bionic C librarySebastian Dröge2013-04-161-0/+5
* Add g_close(), use itColin Walters2013-01-291-1/+0
* Add a UNIX fd sourceRyan Lortie2013-01-151-0/+139
* g_unix_open_pipe: Add missing F_SETFDColin Walters2012-12-111-2/+6
* g_unix_signal_add_full(): Annotate to shadow g_unix_signal_add()Martin Pitt2012-11-281-0/+1
* g_unix_signal_source_new: Allow SIGUSR1 and SIGUSR2Colin Walters2012-10-261-6/+11
* 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/+1
* documentation fixesStef Walter2011-12-131-9/+11
* Fix up some doc comments that referred to threads not being enabledDan Winship2011-10-051-6/+0
* gtk-doc fixups for glib/Ryan Lortie2011-09-051-1/+1
* unix signal watch: make API match other sourcesRyan Lortie2011-08-301-7/+29
* g_unix_open_pipe: fix some bugsRyan Lortie2011-07-251-1/+2
* No need to have two variants of errno-to-GErrorMatthias Clasen2011-06-051-21/+9
* Fix doc typosMatthias Clasen2011-06-041-1/+1
* Fix a typoMatthias Clasen2011-05-281-3/+3
* Documentation tweaksMatthias Clasen2011-05-281-23/+30
* Rename g_unix_pipe_flags to g_unix_open_pipeColin Walters2011-05-031-4/+4
* glib-unix.c: Don't leak FDs if pipe2() succeedsColin Walters2011-05-031-0/+2
* g_unix_set_fd_nonblocking: New API to control file descriptor blocking stateColin Walters2011-05-031-0/+50
* glib-unix: New API to watch some Unix signalsColin Walters2011-04-271-4/+84
* gmain: Prepare child watch handling for more generic signal handlingColin Walters2011-04-271-10/+9
* glib-unix: New Unix-specific APIColin Walters2011-04-271-0/+135