summaryrefslogtreecommitdiff
path: root/src/proc_open.c
Commit message (Expand)AuthorAgeFilesLines
* Use buffer API to read and modify "used" memberStefan Bühler2015-02-081-4/+3
* Remove buffer_prepare_copy() and buffer_prepare_append()Stefan Bühler2015-02-081-3/+3
* fix some bugs found with canalyze (fixes #2484, thx Zhenbo Xu)Stefan Bühler2013-05-151-0/+1
* Fix non-ANSI function declarations.Cyril Brulebois2012-08-311-1/+1
* [proc,include_shell] log error if exec shell fails (fixes #2280)Stefan Bühler2011-06-121-0/+2
* Fix header inclusion order, always include "config.h" before any system headerStefan Bühler2009-10-111-5/+6
* Print errors from include_shell to stderrStefan Bühler2009-07-301-0/+8
* Fix leaving zombie process with include_shell (#1777)Stefan Bühler2008-09-301-12/+13
* Replace buffer_{append,copy}_string with the _len variant where possible (#17...Stefan Bühler2008-07-301-1/+1
* fixed type-cast for NULL in execl() (fixes #1235), fix provided by FrankJan Kneschke2007-06-151-1/+1
* merged [1051], [1052], [1053], [1054], [1057], [1060], [1061], [1062]Jan Kneschke2006-09-071-8/+16
* added include_shell option to configfiles (merged the rest of the trunk chang...Jan Kneschke2005-08-091-0/+386