53 Commits (33ebb8717f15a85615f712df125c37737062e1b2)

Author SHA1 Message Date
Junio C Hamano ba0012c367 daemon: send stderr to /dev/null instead of closing. 19 years ago
David Woodhouse 5b276ee4fb Log peer address when git-daemon called from inetd 19 years ago
Junio C Hamano f0b7367cb1 Restore SIGCHLD to SIG_DFL where we care about waitpid(). 19 years ago
Jon Loeliger 5ad312bede Refactor git_tcp_connect() functions a little. 19 years ago
Serge E. Hallyn 7d09fbe4ab socksetup: don't return on set_reuse_addr() error 19 years ago
Serge E. Hallyn 0032d548db socksetup: don't return on set_reuse_addr() error 19 years ago
Junio C Hamano 603968d22b daemon: extend user-relative path notation. 19 years ago
Mark Wooding 1955fabf41 daemon: Set SO_REUSEADDR on listening sockets. 19 years ago
Junio C Hamano 363f24c936 daemon: do not forbid user relative paths unconditionally under --base-path 19 years ago
Mark Wooding 1fda3d557b daemon: Provide missing argument for logerror() call. 19 years ago
Michal Ostrowski 77cb17e940 Exec git programs without using PATH. 19 years ago
Petr Baudis b21c31c9a5 git-daemon --base-path 19 years ago
Junio C Hamano d79374c7b5 [PATCH] daemon.c and path.enter_repo(): revamp path validation. 19 years ago
Paul Serice f35230fb11 git-daemon not listening when compiled with -DNO_IPV6 19 years ago
Junio C Hamano ce335fe04f daemon: further tweaks. 19 years ago
Andreas Ericsson 4dbd135279 git-daemon support for user-relative paths. 19 years ago
Junio C Hamano 27dedf0c3b GIT 0.99.9j aka 1.0rc3 19 years ago
Andreas Ericsson a8883288fa daemon.c: fix arg parsing bugs 19 years ago
Andreas Ericsson bce8230d5d git-daemon: --inetd implies --syslog 19 years ago
Randal L. Schwartz 979e32fa14 fix daemon.c to compile on OpenBSD 19 years ago
Junio C Hamano a935c39727 daemon.c: remove trailing whitespace. 19 years ago
H. Peter Anvin 147a1ab035 Fix git-daemon argument-parsing bug 19 years ago
H. Peter Anvin 54e31a205c Fix git-daemon argument-parsing bug 19 years ago
Jens Axboe 7872e05567 git-daemon poll() spinning out of control 19 years ago
H. Peter Anvin b7080d8516 git-daemon: timeout, eliminate double DWIM 19 years ago
H. Peter Anvin 960deccb26 git-daemon: timeout, eliminate double DWIM 19 years ago
H. Peter Anvin e51fd86ab3 revised^2: git-daemon extra paranoia, and path DWIM 19 years ago
H. Peter Anvin 3e04c62daa revised^2: git-daemon extra paranoia, and path DWIM 19 years ago
Linus Torvalds 230f13225d Create object subdirectories on demand 19 years ago
H. Peter Anvin 9220282a9c Move signal setting into service_loop() 19 years ago
H. Peter Anvin 7626e49e9f socklen_t is unsigned int on most Linux platforms 19 years ago
H. Peter Anvin 1b4713fb9e Use xmalloc/xcalloc 19 years ago
H. Peter Anvin d6b89e7bf8 Don't need <alloca.h> 19 years ago
Pavel Roskin cdda474525 [PATCH] Make logerror() and loginfo() static 19 years ago
Peter Anvin e72456bb67 Remove variables not needed when using poll 19 years ago
Peter Anvin 6573faff34 NO_IPV6 support for git daemon 19 years ago
H. Peter Anvin 47888f0f31 Restore chdir(".git") 19 years ago
H. Peter Anvin 4ae9568269 Support a modicum of path validation, and allow an export all trees option. 19 years ago
Petr Baudis da38641d7c [PATCH] Rename daemon.c's lognotice() to loginfo() 19 years ago
Petr Baudis 9048fe1c50 [PATCH] git-daemon --syslog to log through syslog 19 years ago
Junio C Hamano 1bedd4ca21 daemon.c: pid_t is not int. 19 years ago
Petr Baudis f8ff0c0641 [PATCH] Verbose git-daemon logging 19 years ago
Junio C Hamano 7fa090844f Use int instead of socklen_t 19 years ago
lars.doelle@on-line.de 7c3693f1f2 [PATCH] git-daemon --inetd 19 years ago
Jason Riedy 3cd6ecda4a Include sys/time.h in daemon.c. 19 years ago
Junio C Hamano 1eef0b33c6 daemon.c: squelch error message from EINTR 20 years ago
Linus Torvalds 4d8fa916c9 [PATCH] Fix sparse warnings 20 years ago
YOSHIFUJI Hideaki df076bdbcc [PATCH] GIT: Listen on IPv6 as well, if available. 20 years ago
Linus Torvalds 02d57da4a5 Be slightly smarter about git-daemon client shutdown 20 years ago
Linus Torvalds 66e631def8 git-daemon: actually remember the children we have outstanding 20 years ago