summaryrefslogtreecommitdiff
path: root/exec.c (follow)
Commit message (Expand)AuthorAge
* exec: Rename para_exec_cmdline_pid() to xexec().HEADnextmasterAndre Noll2026-08-01
* exec: Detect and report exec errors.Andre Noll2026-07-26
* exec: Improve documentation of para_exec_cmdline_pid().Andre Noll2026-07-15
* exec: Check return value of dup2().Andre Noll2026-07-14
* exec: Invalidate pid if no process was created.Andre Noll2026-07-14
* exec: Drop error message on failure.Andre Noll2026-05-26
* Switch to SPDX identifiers.Andre Noll2026-03-17
* Include regex.h from para.h.Andre Noll2025-05-19
* exec: Improve documentation.Andre Noll2025-01-02
* gui: Kill also child processes of external commands.Andre Noll2024-12-25
* exec: Simplify fd handling.Andre Noll2024-08-15
* Shorten copyright notice.Andre Noll2017-09-22
* Update year in copyright headers.Andre Noll2015-01-12
* Assorted typo fixes in comments.Andre Noll2015-01-11
* doc: Change email address to maan@tuebingen.mpg.deAndre Noll2014-08-18
* Change copyright year to 2014.Andre Noll2014-02-22
* Change copyright year to 2013.Andre Noll2013-03-25
* exec.c: Remove close_on_fork include.Andre Noll2012-08-13
* Change year in copyright message to 2012.Andre Noll2012-01-07
* Remove some unnecessary includes.Andre Noll2011-03-27
* Replace 2010 in copyright message by 2011.Andre Noll2011-01-17
* Change year in COPYRIGHT to 2010.Andre Noll2010-04-05
* Introduce para_regcomp.Andre Noll2009-07-08
* Replace split_args() by create_argv().Andre Noll2009-07-05
* Fix various dead stores found by the clang static analyzer.Andre Noll2009-03-18
* Change year of copyright from 2008 to 2009.Andre Noll2009-01-10
* No need to check the return value of para_strdup().Andre Noll2008-11-16
* exec.c: Open /dev/null r/w.Andre Noll2008-10-22
* Do not call close_listed_fds() in para_exec().Andre Noll2008-04-07
* exec and fade cleanups.Andre Noll2008-04-07
* Trivial documentation cleanups.Andre Noll2008-02-09
* Change the type of the argv argument of all commands.Andre Noll2007-09-09
* replace standard GPL header by a one-line pointer to COPYINGAndre Noll2007-06-28
* improved version of split_args()Andre2006-04-10
* New source files: fd.c/fd.hAndre2006-04-07
* use const qualifiers where possibleAndre2006-03-26
* initial git commitAndre2006-02-20