summaryrefslogtreecommitdiff
path: root/gio/gsubprocess.c
Commit message (Expand)AuthorAgeFilesLines
* gsubprocess: Fix a critical calling communicate() with no pipesPhilip Withnall2018-02-131-10/+10
* introspection: Add more filename type annotations for strings which can conta...Christoph Reiter2017-10-261-1/+1
* gio: Fix double-callback on cancellation with GSubprocessPhilip Withnall2017-08-231-3/+33
* Consistently save errno immediately after the operation setting itPhilip Withnall2017-08-031-13/+33
* gio/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2017-05-291-4/+4
* Drop trailing semi-colon from G_DEFINE_ macroEmmanuele Bassi2017-04-101-1/+1
* gio: Drop redundant g_source_is_destroyed() callsPhilip Withnall2017-03-231-2/+1
* introspection: use (nullable) or (optional) instead of (allow-none)Christian Hergert2016-11-221-7/+7
* Use Unicode in translatable stringsPiotr Drąg2016-10-121-1/+1
* gio: Add source tags to various GTasks constructed in GLibPhilip Withnall2016-06-291-0/+3
* Partly revert "gio: Add filename type annotations"Christoph Reiter2016-06-071-1/+1
* gio: Add filename type annotationsChristoph Reiter2016-06-041-1/+1
* Convert remaining uses of 'Rename to:'Ryan Lortie2015-03-121-2/+1
* docs: more cleanups for GIORyan Lortie2015-03-121-1/+1
* doc: improve doc of g_subprocess_wait()Sébastien Wilmet2014-07-031-0/+3
* doc: various improvementsSébastien Wilmet2014-06-291-1/+1
* docs: Fix up varargs documentationMatthias Clasen2014-05-311-2/+2
* gsubprocess: Add a missing va_end() callPhilip Withnall2014-05-201-0/+1
* Work around gtk-doc problemsMatthias Clasen2014-03-041-2/+2
* gsubprocess: fix communicate() with empty buffersRyan Lortie2014-03-031-1/+1
* subprocess: Init and clear the mutexOlivier Crête2014-02-161-0/+3
* gsubprocess: Fix a broken link in the documentationPhilip Withnall2014-02-101-2/+2
* Docs: replace <literal> by `Matthias Clasen2014-02-061-4/+3
* gsubprocess: Add missing transfer annotations to get_*_pipe()Rico Tzschichholz2014-01-221-3/+3
* Add includes to all gio docsMatthias Clasen2014-01-071-0/+1
* gsubprocess: Annotate g_subprocess_newv()Colin Walters2013-12-011-1/+1
* gsubprocess: Document g_subprocess_get_identifier()Colin Walters2013-11-251-0/+7
* gsubprocess: Fix potential strlen(NULL) callsPhilip Withnall2013-11-251-8/+16
* CLOEXEC fix for older FreeBSDs and OS X.Andrew Walton2013-11-231-0/+10
* gsubprocess: Fix a number of leaks and a segfaultStef Walter2013-11-111-4/+10
* gio/gsubprocess.c: Use g_snprintf()Chun-wei Fan2013-10-291-1/+1
* gsubprocess: Add documentation about default input directionsColin Walters2013-10-271-1/+5
* gsubprocess: Fall back to plain F_DUPFD+fcntl for OS X <= Snow LionColin Walters2013-10-271-3/+29
* GSubprocess win32 fixupsRyan Lortie2013-10-211-2/+39
* Add some missing argument docsMatthias Clasen2013-10-171-0/+7
* Fixup GSubprocess documentation bitsRyan Lortie2013-10-171-122/+221
* gsubprocess: Add UTF-8 variants of communicate()Colin Walters2013-10-171-5/+176
* gsubprocess: Fix up communicateColin Walters2013-10-171-297/+101
* GSubprocess: New class for spawning child processesColin Walters2013-10-171-0/+1689