summaryrefslogtreecommitdiff
path: root/gsystem-subprocess.c
Commit message (Expand)AuthorAgeFilesLines
* Rework to be an installed libraryv2014.1Colin Walters2014-02-061-966/+0
* GSSubprocess: remove unnecessary NULL check (trivial)Thomas Haller2013-11-061-2/+1
* Fix signed/unsigned comparision warningsChristian Persch2013-10-211-3/+3
* Build with GLib 2.32 as wellColin Walters2013-05-171-0/+4
* GSSubprocess: Use #ifdef, not #if for GLIB_COMPILATIONColin Walters2013-05-161-1/+1
* Include local allocation macros by defaultColin Walters2013-05-031-0/+1
* GSSubprocess: Correctly close pipefd in parentColin Walters2013-01-301-5/+8
* GSSubprocess: New API to allocate a separate pipe between parent and childColin Walters2013-01-261-10/+31
* GSSubprocess: Add new helper API to synchronously spawnColin Walters2012-12-211-0/+45
* GSSubprocess: Add missing cancellable argumentColin Walters2012-12-201-11/+14
* GSSubprocess: Fix annotationsColin Walters2012-12-111-3/+3
* Introspection fixes, use --warn-errorColin Walters2012-12-081-0/+15
* GSSubprocess: Annotate _new_simple_argvColin Walters2012-12-071-0/+10
* Import GSubprocess as GSSubprocessColin Walters2012-12-011-0/+865