Sign in
googlers
/
jrn
/
git
/
902bb3645160cae72fe43b5f7f5289968ac01617
/
run-command.c
60e199c
Revert "run-command: prettify -D_FORTIFY_SOURCE workaround"
by Junio C Hamano
· 14 years ago
ebec842
run-command: prettify -D_FORTIFY_SOURCE workaround
by Jonathan Nieder
· 14 years ago
13af8cb
start_command: flush buffers in the WIN32 code path as well
by Johannes Sixt
· 14 years ago
7626550
Merge branch 'js/async-thread'
by Junio C Hamano
· 15 years ago
fc012c2
start_command: close cmd->err descriptor when fork/spawn fails
by bert Dvornik
· 15 years ago
4553d58
Merge branch 'jl/maint-submodule-gitfile-awareness'
by Junio C Hamano
· 15 years ago
f9a2743
Windows: start_command: Support non-NULL dir in struct child_process
by Johannes Sixt
· 15 years ago
f6b6098
Enable threaded async procedures whenever pthreads is available
by Johannes Sixt
· 15 years ago
b7e7f6f
Merge branch 'mw/maint-gcc-warns-unused-write'
by Junio C Hamano
· 15 years ago
0ea1c89
Dying in an async procedure should only exit the thread, not the process.
by Johannes Sixt
· 15 years ago
200a76b
Reimplement async procedures using pthreads
by Johannes Sixt
· 15 years ago
90ff12a
run-command.c: fix build warnings on Ubuntu
by Michael Wookey
· 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
030b1a7
Merge branch 'js/exec-error-report'
by Junio C Hamano
· 15 years ago
3cd02df
Merge branch 'js/windows'
by Junio C Hamano
· 15 years ago
75301f9
Windows: avoid the "dup dance" when spawning a child process
by Johannes Sixt
· 15 years ago
2b541bf
start_command: detect execvp failures early
by Johannes Sixt
· 15 years ago
ab0b41d
run-command: move wait_or_whine earlier
by Johannes Sixt
· 15 years ago
a5487dd
start_command: report child process setup errors to the parent's stderr
by Johannes Sixt
· 15 years ago
f445644
run-command: optimize out useless shell calls
by Jeff King
· 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
d7fa500
Fix __stdcall placement and function prototype
by Frank Li
· 15 years ago
0d30ad7
Avoid declaration after statement
by Frank Li
· 15 years ago
2affea4
start_command: do not clobber cmd->env on Windows code path
by Johannes Sixt
· 16 years ago
08ac696
Merge branch 'js/run-command-updates'
by Junio C Hamano
· 16 years ago
5a7a367
run-command.c: squelch a "use before assignment" warning
by David Soria Parra
· 16 years ago
c024beb
run_command: report failure to execute the program, but optionally don't
by Johannes Sixt
· 16 years ago
b99d5f4
run_command: encode deadly signal number in the return value
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
d824cbb
Convert existing die(..., strerror(errno)) to die_errno()
by Thomas Rast
· 16 years ago
4b25d09
Fix a bunch of pointer declarations (codestyle)
by Felipe Contreras
· 16 years ago
1487eb6
Merge branch 'jk/maint-cleanup-after-exec-failure'
by Junio C Hamano
· 16 years ago
45c0961
run_command(): handle missing command errors more gracefully
by Jeff King
· 16 years ago
14e6298
run_hook(): allow more than 9 hook arguments
by Stephan Beyer
· 16 years ago
cf94ca8
run_hook(): check the executability of the hook before filling argv
by Stephan Beyer
· 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
0208c96
Merge branch 'jk/pager-swap'
by Junio C Hamano
· 17 years ago
7d0b18a
Add output flushing before fork()
by Anders Melchiorsen
· 17 years ago
2c3766f
Flush output in start_async
by Anders Melchiorsen
· 17 years ago
108ac31
run-command (Windows): Run dashless "git <cmd>"
by Steffen Prohaska
· 17 years ago
ccf08bc
run-command: add pre-exec callback
by Jeff King
· 17 years ago
bed6255
Merge branch 'qq/maint'
by Junio C Hamano
· 17 years ago
8852f5d
run_command(): respect GIT_TRACE
by Johannes Schindelin
· 17 years ago
7e5d776
Windows: Implement a custom spawnve().
by Johannes Sixt
· 17 years ago
618ebe9
Windows: Implement asynchronous functions as threads.
by Johannes Sixt
· 17 years ago
ba26f29
Windows: Implement start_command().
by Johannes Sixt
· 17 years ago
ce2cf27
run-command: Redirect stderr to a pipe before redirecting stdout to stderr
by Christian Couder
· 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
9dc09c7
Simplify closing two fds at once in run-command.c
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
8502357
simplify inclusion of system header files.
by Junio C Hamano
· 18 years ago
6f002f9
use appropriate typedefs
by David Rientjes
· 19 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