summaryrefslogtreecommitdiff
path: root/run-command.h
AgeCommit message (Expand)Author
2016-02-25write_or_die: handle EPIPE in async threadsJeff King
2015-11-03Merge branch 'rs/daemon-plug-child-leak'Junio C Hamano
2015-11-02run-command: factor out child_process_clear()René Scharfe
2015-10-07Merge branch 'ti/glibc-stdio-mutex-from-signal-handler'Junio C Hamano
2015-10-05Merge branch 'jk/async-pkt-line'Junio C Hamano
2015-09-04pager: don't use unsafe functions in signal handlersTakashi Iwai
2015-09-01run-command: provide in_async query functionJeff King
2015-08-10find_hook: keep our own static bufferJeff King
2015-05-11Merge branch 'nd/multiple-work-trees'Junio C Hamano
2015-03-23run-command: introduce capture_command helperJeff King
2014-12-22Merge branch 'jc/hook-cleanup'Junio C Hamano
2014-12-01path.c: make get_pathname() call sites return const char *Nguyễn Thái Ngọc Duy
2014-12-01run-command.c: retire unused run_hook_with_custom_index()Junio C Hamano
2014-10-19run-command: add env_array, an optional argv_array for envRené Scharfe
2014-08-20run-command: introduce child_process_init()René Scharfe
2014-08-20run-command: introduce CHILD_PROCESS_INITRené Scharfe
2014-05-15run-command: store an optional argv_arrayJeff King
2014-03-18run-command: mark run_hook_with_custom_index as deprecatedBenoit Pierre
2014-03-18commit: fix patch hunk editing with "commit -p -m"Benoit Pierre
2013-07-19Add the LAST_ARG_MUST_BE_NULL macroRamsay Jones
2013-07-10use "sentinel" function attribute for variadic listsJeff King
2013-01-14hooks: Add function to check if a hook existsAaron Schrab
2012-06-05pager: drop "wait for output to run less" hackJeff King
2012-01-08dashed externals: kill children on exitClemens Buchacher
2012-01-08run-command: optionally kill children on exitJeff King
2010-03-10Enable threaded async procedures whenever pthreads is availableJohannes Sixt
2010-03-07Reimplement async procedures using pthreadsJohannes Sixt
2010-02-06Merge branch 'sp/maint-push-sideband' into sp/push-sidebandJunio C Hamano
2010-02-06run-command: support custom fd-set in asyncErik Faye-Lund
2010-02-06run-command: Allow stderr to be a caller supplied pipeShawn O. Pearce
2010-01-02run-command: add "use shell" optionJeff King
2009-09-19Test for WIN32 instead of __MINGW32_Frank Li
2009-07-06run_command: report failure to execute the program, but optionally don'tJohannes Sixt
2009-07-06run_command: report system call errors instead of returning error codesJohannes Sixt
2009-07-05run_command: return exit code as positive valueJohannes Sixt
2009-04-01fix portability problem with IS_RUN_COMMAND_ERRJeff King
2009-02-03Merge branch 'jk/maint-cleanup-after-exec-failure'Junio C Hamano
2009-01-28run_command(): help callers distinguish errorsJeff King
2009-01-18Move run_hook() from builtin-commit.c into run-command.c (libgit)Stephan Beyer
2008-10-03run-command.c: remove run_command_v_opt_cd()Nanako Shiraishi
2008-07-26run-command: add pre-exec callbackJeff King
2008-06-26Windows: Implement asynchronous functions as threads.Johannes Sixt
2008-02-23start_command(), if .in/.out > 0, closes file descriptors, not the callersJohannes Sixt
2008-02-23start_command(), .in/.out/.err = -1: Callers must close the file descriptorJohannes Sixt
2007-11-12run-command: Support sending stderr to /dev/nullShawn O. Pearce
2007-10-21Add infrastructure to run a function asynchronously.Johannes Sixt
2007-10-21Have start_command() create a pipe to read the stderr of the child.Johannes Sixt
2007-05-24Allow environment variables to be unset in the processes started by run_commandAlex Riesen
2007-05-24Add ability to specify environment extension to run_commandAlex Riesen
2007-05-24Add run_command_v_opt_cd: chdir into a directory before execAlex Riesen