104 Commits (3fdd37fe1520765d1d207737ab65415e3d2ca174)

Author SHA1 Message Date
Joey Hess 53ffb878a9 git-daemon: set REMOTE_ADDR to client address 16 years ago
Junio C Hamano 90b4a71c49 is_directory(): a generic helper function 16 years ago
Junio C Hamano 48196afd28 daemon.c: avoid setlinebuf() 16 years ago
David Soria Parra 85e7283069 cast pid_t's to uintmax_t to improve portability 16 years ago
Junio C Hamano 460c201039 daemon.c: minor style fixup 16 years ago
Stephen R. van den Berg 3bd62c2176 git-daemon: rewrite kindergarden, new option --max-connections 16 years ago
Stephen R. van den Berg 695605b508 git-daemon: Simplify dead-children reaping logic 16 years ago
Stephen R. van den Berg 6a992e9e1d git-daemon: use LOG_PID, simplify logging code 16 years ago
Stephen R. van den Berg df0daf8ac0 git-daemon: call logerror() instead of error() 16 years ago
Stephen R. van den Berg bd7b371e9c git-daemon: SysV needs the signal handler reinstated. 16 years ago
Johannes Schindelin f9bbefc701 git daemon: avoid waking up too often 17 years ago
Stephan Beyer 1b1dd23f2d Make usage strings dash-less 17 years ago
Johannes Schindelin a5a9126bb4 git daemon: avoid calling syslog() from a signal handler 17 years ago
Johannes Schindelin ef90d6d420 Provide git_config with a callback-data parameter 17 years ago
Johannes Sixt 2063207156 daemon: ensure that base-path is an existing directory 17 years ago
Johannes Sixt 22665bbaab daemon: send more error messages to the syslog 17 years ago
Junio C Hamano f3fa183802 Style: place opening brace of a function definition at column 1 17 years ago
Gerrit Pape c67359be45 git-daemon: fix remote port number in log entry 17 years ago
Patrick Welche 415e7b877c Define NI_MAXSERV if not defined by operating system 17 years ago
Jens Axboe 73a7a65663 --base-path-relaxed option 18 years ago
Pierre Habouzit 52fae7de4e Missing statics. 18 years ago
Junio C Hamano a6080a0a44 War on whitespace 18 years ago
Jim Meyering bc4e7d0358 git-daemon: don't ignore pid-file write failure 18 years ago
Junio C Hamano 599065a3bb prefixcmp(): fix-up mechanical conversion. 18 years ago
Junio C Hamano cc44c7655f Mechanical conversion to use prefixcmp() 18 years ago
Alexandre Julliard 20276889d6 git-daemon: Avoid leaking the listening sockets into child processes. 18 years ago
Pavel Roskin 3dff5379bf Assorted typo fixes 18 years ago
Linus Torvalds 4b3b1e1e48 git-push through git protocol 18 years ago
Andy Whitcroft 93822c2239 short i/o: fix calls to write to use xwrite or write_in_full 18 years ago
Junio C Hamano 85023577a8 simplify inclusion of system header files. 18 years ago
Junio C Hamano 83543a24c3 daemon: do not die on older clients. 18 years ago
Alex Riesen 100690b6e8 fix daemon.c compilation for NO_IPV6=1 18 years ago
Johannes Schindelin 695dffe2ef daemon: default to 256 for HOST_NAME_MAX if it is not defined 18 years ago
Jon Loeliger eb30aed7c6 Removed memory leaks from interpolation table uses. 18 years ago
Jon Loeliger dd4676299d Cleaned up git-daemon virtual hosting support. 18 years ago
Jon Loeliger 49ba83fb67 Add virtualization support to git-daemon 18 years ago
Franck Bui-Huu 39345a216f Add git-upload-archive 18 years ago
Junio C Hamano d9edcbd606 Revert "daemon: add upload-tar service." 18 years ago
Junio C Hamano 74c0cc21a5 daemon: add upload-tar service. 18 years ago
Junio C Hamano d819e4e682 daemon: prepare for multiple services. 18 years ago
Jonas Fonseca 83572c1a91 Use xrealloc instead of realloc 18 years ago
Tilman Sauerbeck 678dac6b45 Added support for dropping privileges to git-daemon. 18 years ago
David Rientjes 96f1e58f52 remove unnecessary initializations 18 years ago
Matthias Lederhofer 6c35119ac7 daemon: documentation for --reuseaddr, --detach and --pid-file 19 years ago
Matthias Lederhofer a5262768e1 daemon: new option --detach to run git-daemon in background 19 years ago
Matthias Lederhofer 45ed5d7f4c daemon: new option --pid-file=<path> to store the pid 19 years ago
Matthias Lederhofer 258e93a155 daemon: if one of the standard fds is missing open it to /dev/null 19 years ago
Matthias Lederhofer ad8b4f56b5 daemon: use a custom die routine with syslog 19 years ago
Timo Hirvonen 554fe20d80 Make some strings const 19 years ago
Junio C Hamano ba0012c367 daemon: send stderr to /dev/null instead of closing. 19 years ago