summaryrefslogtreecommitdiff
path: root/glib/glib-unix.c
Commit message (Expand)AuthorAgeFilesLines
* glib-unix: Improve documentation for g_unix_fd_source_new()Philip Withnall2023-04-251-3/+6
* glib-unix: Add O_NONBLOCK support to g_unix_open_pipe()Philip Withnall2023-03-231-7/+13
* Add g_unix_open_pipe_internal () for pipes with the close-on-exec flagMaciej S. Szmigiero2023-02-211-42/+3
* Revert "Handling collision between standard i/o file descriptors and newly cr...Ray Strode2022-11-021-24/+0
* Merge branch 'handling_collision_over_standard_file_descriptors' into 'main'Marco Trevisan2022-09-191-0/+24
|\
| * Handling collision between standard i/o file descriptors and newly created onesEmmanuel Fleury2022-09-141-0/+24
* | docs: Improve wording in documentation of g_unix_signal_source_new()Tom Levy2022-09-161-5/+5
|/
* glib-unix: Mark GLib.unix_open_pipe fds input array as fixed-sizeMarco Trevisan (Treviño)2022-06-151-1/+1
* glib: Add SPDX license headers automaticallyPhilip Withnall2022-05-181-0/+2
* docs: mark macros, flags, enums with percent signGabor Karsay2022-03-041-2/+2
* Do not try to access errno after calling getpwnam_r.Gleb Popov2021-09-281-10/+6
* glib-unix: Assert that our portable types correspond to ssize_t and pid_twip/smcv/assert-standard-typesSimon McVittie2020-10-021-0/+6
* glib-unix.c: fix heap corruption in g_unix_get_passwd_entryAlexander Kanavin2020-04-011-1/+1
* glib-unix: Add g_unix_get_passwd_entry() functionPhilip Withnall2019-11-261-0/+121
* Fixing missing initializer in glib-unix.cEmmanuel Fleury2019-03-171-1/+1
* all: Remove trailing newlines from g_message()/g_warning()/g_error()sPhilip Withnall2018-04-271-1/+1
* docs: Fix various minor syntax errors in gtk-doc commentsPhilip Withnall2017-11-071-1/+1
* glib/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2017-05-241-1/+1
* g_unix_signal_source_new: Add SIGWINCHJan Alexander Steffens (heftig)2017-04-081-2/+3
* Convert remaining uses of 'Rename to:'Ryan Lortie2015-03-121-2/+1
* Docs: replace <literal> by `Matthias Clasen2014-02-061-6/+4
* Docs: Don't use the note tagMatthias Clasen2014-01-311-10/+8
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* gsourceclosure: Add support for GUnixSignalWatchSource and GUnixFDSourceDan Winship2013-07-131-4/+4
* 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