summaryrefslogtreecommitdiff
path: root/glib/gspawn.c
Commit message (Expand)AuthorAgeFilesLines
* introspection: Add more filename type annotations for strings which can conta...Christoph Reiter2017-10-261-11/+21
* g_child_watch_source_new: Document restrictions for POSIX platformsSimon McVittie2017-10-121-2/+3
* gspawn: Don’t mention removed gdk_spawn functionsDaniel Boles2017-08-031-8/+8
* glib/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2017-05-241-1/+1
* docs: Add an example for using the g_spawn_*() APIsPhilip Withnall2017-04-301-4/+48
* License headers: "GLib" -> "This library"Sébastien Wilmet2017-01-041-9/+7
* introspection: use (nullable) or (optional) instead of (allow-none)Christian Hergert2016-11-221-20/+20
* Use Unicode in translatable stringsPiotr Drąg2016-10-121-3/+3
* Partly revert "glib: Add filename type annotations"Christoph Reiter2016-06-071-21/+11
* glib: Add filename type annotationsChristoph Reiter2016-06-041-11/+21
* win32: Replace usage of __wgetmainargs()TingPing2015-07-231-7/+2
* docs: Fill in the gspawn long descriptionMatthias Clasen2014-05-311-0/+11
* docs: use "Returns:" consistentlyWilliam Jon McCann2014-02-191-5/+5
* Docs: replace <literal> by `Matthias Clasen2014-02-061-6/+5
* Don't use <envar> in docsMatthias Clasen2014-02-051-19/+19
* Docs: Don't use the note tagMatthias Clasen2014-01-311-86/+75
* gspawn: support creating pipes with O_CLOEXECRyan Lortie2013-10-171-26/+11
* gspawn: Fix leak of internal pipe with G_SPAWN_LEAVE_DESCRIPTORS_OPENPaul Barbieri2013-07-011-0/+1
* Fix typo in documentationBastien Nocera2013-07-011-1/+1
* Use 'dumb quotes' rather than `really dumb quotes'Dan Winship2013-05-211-4/+4
* Partially revert "Merge waitpid() from g_spawn_sync into gmain()"Ryan Lortie2013-04-231-40/+36
* Add g_close(), use itColin Walters2013-01-291-10/+4
* Revert "gspawn: support creating pipes with O_CLOEXEC"Michael Natterer2012-11-151-11/+26
* gspawn: support creating pipes with O_CLOEXECRyan Lortie2012-11-141-26/+11
* Merge waitpid() from g_spawn_sync into gmain()Colin Walters2012-11-021-36/+40
* gmain: Document constraints on waitpidPaul Eggert2012-10-291-1/+1
* glib: don't quote quark names for G_DEFINE_QUARKCosimo Cecchi2012-08-281-2/+2
* Add missing includesMatthias Clasen2012-08-281-0/+1
* Use G_DEFINE_QUARK for GLib's own quarksMatthias Clasen2012-08-281-11/+2
* win32: fix build g_spawn_check_exit_status() with mingwMarc-André Lureau2012-07-121-10/+0
* Add g_spawn_check_exit_status()Colin Walters2012-07-101-10/+118
* gspawn: Abort if we can't open /dev/nullColin Walters2012-06-221-0/+2
* gspawn: Add GSpawnFlag to use the PATH from envpChristian Persch2012-05-221-12/+36
* Continue searching in PATH on ENODEV and ETIMEDOUTDavid Benjamin2012-03-161-0/+8
* gspawn: rename G_SPAWN_ERROR_2BIG to be more bindings-friendlyDan Winship2012-03-031-1/+1
* documentation fixesStef Walter2011-12-131-4/+4
* Clarify g_spawn_*() behaviour without full pathMartin Pitt2011-10-161-0/+4
* Include genviron.h where necessaryMatthias Clasen2011-10-151-0/+1
* doc: Remove reference to non-existent #GChildWatchRyan Lortie2011-09-051-10/+9
* Move documentation to inline comments: spawnJavier Jardón2011-07-061-0/+9
* Eliminate some dead codeMatthias Clasen2011-06-141-8/+5
* gspawn: Reset signal handlers for synchronous spawningColin Walters2011-06-141-0/+6
* gspawn: Handle EINTR in a few more casesColin Walters2011-06-141-3/+22
* gspawn: Fix annotationsColin Walters2011-06-101-4/+4
* gutils, gspawn: fix introspection annotationsGiovanni Campagna2011-06-071-27/+27
* build: Fix warnings caused by missing includesEmmanuele Bassi2010-09-061-0/+2
* More header inclusion cleanupMatthias Clasen2010-09-051-1/+6
* glib/: fully remove galias hacksRyan Lortie2010-07-071-4/+0
* Preserve errnoChristian Persch2009-08-221-8/+19
* Preserve errno when using g_set_error with _() and g_strerror()Christian Persch2009-05-201-1/+2