summaryrefslogtreecommitdiff
path: root/run-command.h
AgeCommit message (Expand)AuthorFilesLines
2020-02-22run-command.h: fix mis-indented struct memberLibravatar Jeff King1-1/+1
2019-11-18run-command: move doc to run-command.hLibravatar Heba Waly1-7/+245
2019-05-05*.[ch]: remove extern from function declarations using sedLibravatar Denton Liu1-1/+1
2019-05-05*.[ch]: remove extern from function declarations using spatchLibravatar Denton Liu1-3/+3
2019-02-22trace2: create new combined trace facilityLibravatar Jeff Hostetler1-1/+12
2018-11-05send-pack.c: move async's #ifdef NO_PTHREADS back to run-command.cLibravatar Nguyễn Thái Ngọc Duy1-0/+1
2018-11-05run-command.h: include thread-utils.h instead of pthread.hLibravatar Nguyễn Thái Ngọc Duy1-3/+1
2017-04-25run-command: expose is_executable functionLibravatar Brandon Williams1-0/+1
2017-01-09execv_dashed_external: wait for child on signal deathLibravatar Jeff King1-0/+1
2016-10-17run-command: add clean_on_exit_handlerLibravatar Lars Schneider1-0/+2
2016-10-17run-command: move check_pipe() from write_or_die to run_commandLibravatar Lars Schneider1-1/+1
2016-06-17run-command: add pipe_command helperLibravatar Jeff King1-7/+24
2016-04-29Merge branch 'jk/push-client-deadlock-fix'Libravatar Junio C Hamano1-0/+1
2016-04-20run-command: teach async threads to ignore SIGPIPELibravatar Jeff King1-0/+1
2016-04-06Merge branch 'sb/submodule-parallel-update'Libravatar Junio C Hamano1-5/+5
2016-03-04Merge branch 'sb/submodule-parallel-fetch'Libravatar Junio C Hamano1-6/+3
2016-03-01run_processes_parallel: rename parameters for the callbacksLibravatar Stefan Beller1-5/+5
2016-03-01run-command: do not pass child process data into callbacksLibravatar Stefan Beller1-6/+3
2016-02-26Merge branch 'jk/epipe-in-async'Libravatar Junio C Hamano1-0/+1
2016-02-25write_or_die: handle EPIPE in async threadsLibravatar Jeff King1-0/+1
2015-12-16run-command: add an asynchronous parallel child processorLibravatar Stefan Beller1-0/+80
2015-11-03Merge branch 'rs/daemon-plug-child-leak'Libravatar Junio C Hamano1-0/+1
2015-11-02run-command: factor out child_process_clear()Libravatar René Scharfe1-0/+1
2015-10-07Merge branch 'ti/glibc-stdio-mutex-from-signal-handler'Libravatar Junio C Hamano1-0/+1
2015-10-05Merge branch 'jk/async-pkt-line'Libravatar Junio C Hamano1-0/+1
2015-09-04pager: don't use unsafe functions in signal handlersLibravatar Takashi Iwai1-0/+1
2015-09-01run-command: provide in_async query functionLibravatar Jeff King1-0/+1
2015-08-10find_hook: keep our own static bufferLibravatar Jeff King1-0/+5
2015-05-11Merge branch 'nd/multiple-work-trees'Libravatar Junio C Hamano1-1/+1
2015-03-22run-command: introduce capture_command helperLibravatar Jeff King1-0/+13
2014-12-22Merge branch 'jc/hook-cleanup'Libravatar Junio C Hamano1-4/+0
2014-12-01path.c: make get_pathname() call sites return const char *Libravatar Nguyễn Thái Ngọc Duy1-1/+1
2014-12-01run-command.c: retire unused run_hook_with_custom_index()Libravatar Junio C Hamano1-4/+0
2014-10-19run-command: add env_array, an optional argv_array for envLibravatar René Scharfe1-1/+2
2014-08-20run-command: introduce child_process_init()Libravatar René Scharfe1-0/+1
2014-08-20run-command: introduce CHILD_PROCESS_INITLibravatar René Scharfe1-0/+2
2014-05-15run-command: store an optional argv_arrayLibravatar Jeff King1-0/+3
2014-03-18run-command: mark run_hook_with_custom_index as deprecatedLibravatar Benoit Pierre1-0/+1
2014-03-18commit: fix patch hunk editing with "commit -p -m"Libravatar Benoit Pierre1-1/+5
2013-07-19Add the LAST_ARG_MUST_BE_NULL macroLibravatar Ramsay Jones1-1/+1
2013-07-09use "sentinel" function attribute for variadic listsLibravatar Jeff King1-0/+1
2013-01-14hooks: Add function to check if a hook existsLibravatar Aaron Schrab1-0/+1
2012-06-05pager: drop "wait for output to run less" hackLibravatar Jeff King1-1/+0
2012-01-08dashed externals: kill children on exitLibravatar Clemens Buchacher1-0/+1
2012-01-08run-command: optionally kill children on exitLibravatar Jeff King1-0/+1
2010-03-10Enable threaded async procedures whenever pthreads is availableLibravatar Johannes Sixt1-2/+2
2010-03-07Reimplement async procedures using pthreadsLibravatar Johannes Sixt1-2/+6
2010-02-05Merge branch 'sp/maint-push-sideband' into sp/push-sidebandLibravatar Junio C Hamano1-4/+7
2010-02-05run-command: support custom fd-set in asyncLibravatar Erik Faye-Lund1-3/+6
2010-02-05run-command: Allow stderr to be a caller supplied pipeLibravatar Shawn O. Pearce1-1/+1