[kdbus] KDBUS_ITEM_PAYLOAD_OFF items are (once again) relative to msg header
[platform/upstream/glib.git] / glib / gspawn.c
2014-05-31 Matthias Clasendocs: Fill in the gspawn long description
2014-02-20 William Jon McCanndocs: use "Returns:" consistently
2014-02-06 Matthias ClasenDocs: replace <literal> by `
2014-02-06 Matthias ClasenDon't use <envar> in docs
2014-01-31 Matthias ClasenDocs: Don't use the note tag
2013-10-17 Ryan Lortiegspawn: support creating pipes with O_CLOEXEC
2013-07-01 Paul Barbierigspawn: Fix leak of internal pipe with G_SPAWN_LEAVE_DE...
2013-07-01 Bastien NoceraFix typo in documentation
2013-05-21 Dan WinshipUse 'dumb quotes' rather than `really dumb quotes'
2013-04-23 Ryan LortiePartially revert "Merge waitpid() from g_spawn_sync...
2013-01-29 Colin WaltersAdd g_close(), use it
2012-11-15 Michael NattererRevert "gspawn: support creating pipes with O_CLOEXEC"
2012-11-14 Ryan Lortiegspawn: support creating pipes with O_CLOEXEC
2012-11-02 Colin WaltersMerge waitpid() from g_spawn_sync into gmain()
2012-10-29 Paul Eggertgmain: Document constraints on waitpid
2012-08-28 Cosimo Cecchiglib: don't quote quark names for G_DEFINE_QUARK
2012-08-28 Matthias ClasenAdd missing includes
2012-08-28 Matthias ClasenUse G_DEFINE_QUARK for GLib's own quarks
2012-07-13 Marc-André Lureauwin32: fix build g_spawn_check_exit_status() with mingw
2012-07-10 Colin WaltersAdd g_spawn_check_exit_status()
2012-06-22 Colin Waltersgspawn: Abort if we can't open /dev/null
2012-05-22 Christian Perschgspawn: Add GSpawnFlag to use the PATH from envp
2012-03-16 David BenjaminContinue searching in PATH on ENODEV and ETIMEDOUT
2012-03-05 Alexander LarssonMerge branch 'signal-performance'
2012-03-03 Dan Winshipgspawn: rename G_SPAWN_ERROR_2BIG to be more bindings...
2012-01-13 Alexander LarssonMerge remote-tracking branch 'gvdb/master'
2011-12-14 Stef Walterdocumentation fixes
2011-10-16 Martin PittClarify g_spawn_*() behaviour without full path
2011-10-16 Matthias ClasenInclude genviron.h where necessary
2011-09-12 Ryan LortieMerge remote-tracking branch 'gvdb/master'
2011-09-05 Ryan Lortiedoc: Remove reference to non-existent #GChildWatch
2011-07-06 Javier JardónMove documentation to inline comments: spawn
2011-06-15 Matthias ClasenEliminate some dead code
2011-06-14 Colin Waltersgspawn: Reset signal handlers for synchronous spawning
2011-06-14 Colin Waltersgspawn: Handle EINTR in a few more cases
2011-06-10 Colin Waltersgspawn: Fix annotations
2011-06-07 Giovanni Campagnagutils, gspawn: fix introspection annotations
2011-04-15 Ryan LortieMerge remote-tracking branch 'gvdb/master'
2011-01-27 Ryan LortieMerge remote branch 'gvdb/master'
2010-10-04 Ryan LortieMerge remote branch 'gvdb/master'
2010-10-04 Ryan LortieMerge remote branch 'gvdb/master'
2010-09-06 Emmanuele Bassibuild: Fix warnings caused by missing includes
2010-09-05 Matthias ClasenMore header inclusion cleanup
2010-07-07 Ryan Lortieglib/: fully remove galias hacks
2010-06-10 Ryan LortieMerge remote branch 'gvdb/master'
2010-04-21 Ryan LortieMerge remote branch 'gvdb/master'
2010-04-16 Ryan LortieMerge remote branch 'gvdb/master'
2010-04-16 Ryan LortieMerge remote branch 'gvdb/master'
2009-08-22 Christian PerschPreserve errno
2009-05-20 Christian PerschPreserve errno when using g_set_error with _() and...
2008-12-31 Matthias ClasenFix some compiler warnings
2008-09-25 Tor LillqvistJust ignore the child_setup function, never call it...
2008-06-11 Tor Lillqvistglib/gmain.c Clarify what a "child pid" is in the doc...
2008-05-25 Matthias ClasenFix a typo in the docs
2008-01-06 Matthias ClasenFix fdwalk on OS X
2007-11-09 Matthias ClasenImprove the docs. (#491968, Areg Beketovski)
2007-11-07 Matthias ClasenImprove docs
2007-10-16 Matthias ClasenCheck for sys/resource.h
2007-04-11 Matthias ClasenFix a doc typo. (#427285, Jochen Baier)
2006-12-28 Matthias ClasenConsistently use gsize rather than size_t. (#333310...
2006-12-17 Matthias ClasenImprove docs
2006-12-17 Matthias ClasenAdd some pointers to the gdk_spawn_ variants. (#338134...
2006-12-17 Matthias ClasenFix the recent fdwalk()-related changes to not break...
2006-12-16 Matthias Clasenadd a comment
2006-12-16 Matthias ClasenUndefine READ_OK to fix the build on old versions of...
2006-12-15 Matthias ClasenCall set_cloexec() with the right parameters. (#386252...
2006-12-15 Matthias ClasenFix #357585, Padraig O'Briain.
2006-09-30 Matthias ClasenFix PLT issues
2006-04-04 Matthias ClasenMove short_month_names and long_month_names to bss.
2005-12-02 Matthias ClasenRemove support for Solaris threads. (#136971, Sebastian...
2005-08-25 Tor LillqvistMake also the g_spawn*() functions take parameters...
2005-05-20 Federico Mena QuinteroMerged from glib-2-6:
2005-03-14 Matthias ClasenMake PLT-reduction work with gcc4, and don't include...
2004-11-27 Matthias ClasenUpdate the @flags documentation with references to...
2004-10-24 Matthias ClasenApply a patch to fix sparse warnings. (#154696, Kjartan...
2004-09-16 Matthias ClasenImplement the same PLT reduction technique used in...
2004-03-14 Owen TaylorUse fork1() not fork for G_THREADS_IMPL_SOLARIS. (...
2004-03-01 Owen TaylorPatch from J. Ali Harlow
2003-07-25 Matthias ClasenRemove some explicit Docbook markup which is no longer...
2003-06-02 Owen TaylorPatch from Jeffrey Stedfast <fejj@ximian.com> (#104825)
2003-03-30 Matthias ClasenOptimize the common cases (init == NULL or init ==...
2003-02-04 Tor LillqvistFix typo: Should be SOCKET_ERROR, not SO_ERROR. Noticed...
2002-12-04 Owen TaylorPatch from Sven Neumann to make the include order consi...
2002-11-18 Tor LillqvistDo handle G_SPAWN_DO_NOT_REAP_CHILD after all, similari...
2002-11-17 Tor LillqvistIgnore the G_SPAWN_DO_NOT_REAP_CHILD flag, can't be...
2002-10-12 Soeren SandmannDocumentation fixes: #71778, Owen Taylor; #85095, Bill...
2002-09-23 Arvind Sampturwhen the child fails we need to reap it to avoid a...
2002-05-23 Havoc Penningtonon success, close the pipes from the child. Fix from...
2002-05-20 Owen TaylorFix double close of file descriptor on error. (#82139...
2002-04-19 Tor LillqvistAdd Windows-specific note to the gtk-doc comment.
2002-02-17 Owen Taylor1.3.14 GLIB_1_3_14
2001-12-29 Owen TaylorCopy trailing NULL into new ARGV array. (#67673)
2001-12-17 Matthias ClasenUse <envar>, not <envvar>.
2001-12-16 Matthias ClasenMinor markup fixes.
2001-12-14 Havoc Penningtonnote on how to free returned vector
2001-10-01 Sven Neumannglib/gconvert.c glib/gspawn-win32.c some minor document...
2001-06-23 Owen TaylorChanges for 64-bit cleanliness, loosely based on patch...
2001-06-08 Havoc Penningtonsupport G_SPAWN_FILE_AND_ARGV_ZERO specifying that...
2001-02-17 Havoc Penningtoninclude string.h
2001-01-16 Owen TaylorAdd gettext support.
next