Sign in
googlers
/
jrn
/
git
/
f7321d96da3ada8fd2c1c9f64ffb524356ce6b77
/
run-command.h
539052f
run-command.h: fix mis-indented struct member
by Jeff King
· 5 years ago
4c4066d
run-command: move doc to run-command.h
by Heba Waly
· 5 years ago
b199d71
*.[ch]: remove extern from function declarations using sed
by Denton Liu
· 6 years ago
5545442
*.[ch]: remove extern from function declarations using spatch
by Denton Liu
· 6 years ago
ee4512e
trace2: create new combined trace facility
by Jeff Hostetler
· 6 years ago
c0e40a2
send-pack.c: move async's #ifdef NO_PTHREADS back to run-command.c
by Nguyễn Thái Ngọc Duy
· 6 years ago
10bc232
run-command.h: include thread-utils.h instead of pthread.h
by Nguyễn Thái Ngọc Duy
· 6 years ago
38124a4
run-command: expose is_executable function
by Brandon Williams
· 8 years ago
46df690
execv_dashed_external: wait for child on signal death
by Jeff King
· 8 years ago
ac2fbaa
run-command: add clean_on_exit_handler
by Lars Schneider
· 8 years ago
b992fe1
run-command: move check_pipe() from write_or_die to run_command
by Lars Schneider
· 8 years ago
96335bc
run-command: add pipe_command helper
by Jeff King
· 9 years ago
d689301
Merge branch 'jk/push-client-deadlock-fix'
by Junio C Hamano
· 9 years ago
c792d7b
run-command: teach async threads to ignore SIGPIPE
by Jeff King
· 9 years ago
bdebbeb
Merge branch 'sb/submodule-parallel-update'
by Junio C Hamano
· 9 years ago
bbe90e7
Merge branch 'sb/submodule-parallel-fetch'
by Junio C Hamano
· 9 years ago
aa71049
run_processes_parallel: rename parameters for the callbacks
by Stefan Beller
· 9 years ago
2a73b3d
run-command: do not pass child process data into callbacks
by Stefan Beller
· 9 years ago
8ef250c
Merge branch 'jk/epipe-in-async'
by Junio C Hamano
· 9 years ago
9658846
write_or_die: handle EPIPE in async threads
by Jeff King
· 9 years ago
c553c72
run-command: add an asynchronous parallel child processor
by Stefan Beller
· 9 years ago
c3c592e
Merge branch 'rs/daemon-plug-child-leak'
by Junio C Hamano
· 9 years ago
2d71608
run-command: factor out child_process_clear()
by René Scharfe
· 9 years ago
2b72dbb
Merge branch 'ti/glibc-stdio-mutex-from-signal-handler'
by Junio C Hamano
· 9 years ago
88bad58
Merge branch 'jk/async-pkt-line'
by Junio C Hamano
· 9 years ago
507d780
pager: don't use unsafe functions in signal handlers
by Takashi Iwai
· 9 years ago
661a8cf
run-command: provide in_async query function
by Jeff King
· 9 years ago
03f2c77
find_hook: keep our own static buffer
by Jeff King
· 10 years ago
68a2e6a
Merge branch 'nd/multiple-work-trees'
by Junio C Hamano
· 10 years ago
911ec99
run-command: introduce capture_command helper
by Jeff King
· 10 years ago
77a801d
Merge branch 'jc/hook-cleanup'
by Junio C Hamano
· 10 years ago
dcf6926
path.c: make get_pathname() call sites return const char *
by Nguyễn Thái Ngọc Duy
· 10 years ago
814dd8e
run-command.c: retire unused run_hook_with_custom_index()
by Junio C Hamano
· 10 years ago
19a583d
run-command: add env_array, an optional argv_array for env
by René Scharfe
· 10 years ago
483bbd4
run-command: introduce child_process_init()
by René Scharfe
· 11 years ago
d318027
run-command: introduce CHILD_PROCESS_INIT
by René Scharfe
· 11 years ago
c460c0e
run-command: store an optional argv_array
by Jeff King
· 11 years ago
b549be0
run-command: mark run_hook_with_custom_index as deprecated
by Benoit Pierre
· 11 years ago
15048f8
commit: fix patch hunk editing with "commit -p -m"
by Benoit Pierre
· 11 years ago
9fe3edc
Add the LAST_ARG_MUST_BE_NULL macro
by Ramsay Jones
· 12 years ago
eccb614
use "sentinel" function attribute for variadic lists
by Jeff King
· 12 years ago
5a7da2d
hooks: Add function to check if a hook exists
by Aaron Schrab
· 12 years ago
e8320f3
pager: drop "wait for output to run less" hack
by Jeff King
· 13 years ago
10c6cdd
dashed externals: kill children on exit
by Clemens Buchacher
· 13 years ago
afe19ff
run-command: optionally kill children on exit
by Jeff King
· 13 years ago
f6b6098
Enable threaded async procedures whenever pthreads is available
by Johannes Sixt
· 15 years ago
200a76b
Reimplement async procedures using pthreads
by Johannes Sixt
· 15 years ago
76d44c8
Merge branch 'sp/maint-push-sideband' into sp/push-sideband
by Junio C Hamano
· 15 years ago
ae6a560
run-command: support custom fd-set in async
by Erik Faye-Lund
· 15 years ago
4f41b61
run-command: Allow stderr to be a caller supplied pipe
by Shawn O. Pearce
· 15 years ago
8dba1e6
run-command: add "use shell" option
by Jeff King
· 15 years ago
71064e3
Test for WIN32 instead of __MINGW32_
by Frank Li
· 15 years ago
c024beb
run_command: report failure to execute the program, but optionally don't
by Johannes Sixt
· 16 years ago
0ac77ec
run_command: report system call errors instead of returning error codes
by Johannes Sixt
· 16 years ago
5709e03
run_command: return exit code as positive value
by Johannes Sixt
· 16 years ago
fd94836
fix portability problem with IS_RUN_COMMAND_ERR
by Jeff King
· 16 years ago
1487eb6
Merge branch 'jk/maint-cleanup-after-exec-failure'
by Junio C Hamano
· 16 years ago
1d64f21
run_command(): help callers distinguish errors
by Jeff King
· 16 years ago
ae98a00
Move run_hook() from builtin-commit.c into run-command.c (libgit)
by Stephan Beyer
· 16 years ago
7996ff3
run-command.c: remove run_command_v_opt_cd()
by Nanako Shiraishi
· 16 years ago
ccf08bc
run-command: add pre-exec callback
by Jeff King
· 17 years ago
618ebe9
Windows: Implement asynchronous functions as threads.
by Johannes Sixt
· 17 years ago
c20181e
start_command(), if .in/.out > 0, closes file descriptors, not the callers
by Johannes Sixt
· 17 years ago
e72ae28
start_command(), .in/.out/.err = -1: Callers must close the file descriptor
by Johannes Sixt
· 17 years ago
b73a439
run-command: Support sending stderr to /dev/null
by Shawn O. Pearce
· 17 years ago
2d22c20
Add infrastructure to run a function asynchronously.
by Johannes Sixt
· 17 years ago
f3b33f1
Have start_command() create a pipe to read the stderr of the child.
by Johannes Sixt
· 17 years ago
3427b37
Allow environment variables to be unset in the processes started by run_command
by Alex Riesen
· 18 years ago
ee49314
Add ability to specify environment extension to run_command
by Alex Riesen
· 18 years ago
1568fea
Add run_command_v_opt_cd: chdir into a directory before exec
by Alex Riesen
· 18 years ago
e4507ae
Teach run-command to redirect stdout to /dev/null
by Shawn O. Pearce
· 18 years ago
f4bba25
Teach run-command about stdout redirection
by Shawn O. Pearce
· 18 years ago
4919bf0
Teach run_command how to setup a stdin pipe
by Shawn O. Pearce
· 18 years ago
ebcb5d1
Split run_command into two halves (start/finish)
by Shawn O. Pearce
· 18 years ago
f100089
Start defining a more sophisticated run_command
by Shawn O. Pearce
· 18 years ago
afdb269
Remove unused run_command variants
by Shawn O. Pearce
· 18 years ago
95d3c4f
Use /dev/null for update hook stdin.
by Shawn O. Pearce
· 18 years ago
cd83c74
Redirect update hook stdout to stderr.
by Shawn O. Pearce
· 18 years ago
9b0b509
Remove unnecessary argc parameter from run_command_v.
by Shawn O. Pearce
· 18 years ago
9201c70
Const tightening.
by Junio C Hamano
· 19 years ago
77cb17e
Exec git programs without using PATH.
by Michal Ostrowski
· 19 years ago
128aed6
Clean up file descriptors when calling hooks.
by Daniel Barkalow
· 19 years ago
1961433
receive-pack hooks updates.
by Junio C Hamano
· 20 years ago
b1bf95b
[PATCH] Added hook in git-receive-pack
by Josef Weidendorfer
· 20 years ago