134 Commits (be1b0558777dafa7b8993bc371cbe4078350e4e9)

Author SHA1 Message Date
Štěpán Němec 62b4698e55 Use angles for placeholders consistently 14 years ago
Gary V. Vaughan 66dbfd55e3 Rewrite dynamic structure initializations to runtime assignment 15 years ago
Imre Deak e9bd323510 daemon: parse_host_and_port SIGSEGV if port is specified 15 years ago
Brandon Casey 3aff874af2 daemon.c: avoid accessing ss_family member of struct sockaddr_storage 15 years ago
Junio C Hamano 9517e6b843 Typofixes outside documentation area 15 years ago
Ilari Liusvaara e8dbd76d57 Support addresses with ':' in git-daemon 15 years ago
Jeff King 0a0416a34a strbuf_expand: convert "%%" to "%" 15 years ago
Erik Faye-Lund 15515b7371 daemon: consider only address in kill_some_child() 15 years ago
Tarmigan Casebolt 28bea9e534 Check the format of more printf-type functions 15 years ago
Shawn O. Pearce 34b6cb8bb0 http-backend: Protect GIT_PROJECT_ROOT from /../ requests 15 years ago
Thomas Rast d824cbba02 Convert existing die(..., strerror(errno)) to die_errno() 16 years ago
Linus Torvalds 2af202be3d Fix various sparse warnings in the git source code 16 years ago
Johannes Sixt 5d87dd4fca daemon: send stderr of service programs to the syslog 16 years ago
Shawn O. Pearce 73bb33a94e daemon: Strictly parse the "extra arg" part of the command 16 years ago
Benjamin Kramer 3e8a00ae1d daemon.c: fix segfault on OS X 16 years ago
Jeff King 05ac6b34e2 improve missing repository error message 16 years ago
Steffen Prohaska 2fb3f6db96 Add calls to git_extract_argv0_path() in programs that call git_config_* 16 years ago
Alexander Potashev d75307084d remove trailing LF in die() messages 16 years ago
René Scharfe 6720e95b30 daemon: cleanup: factor out xstrdup_tolower() 16 years ago
René Scharfe a583971f15 daemon: cleanup: replace loop with if 16 years ago
René Scharfe c569b1fee1 daemon: handle freopen() failure 16 years ago
René Scharfe a47551c382 daemon: deglobalize variable 'directory' 16 years ago
René Scharfe d433ed0bb4 daemon: inline fill_in_extra_table_entries() 16 years ago
René Scharfe 9d7ca66746 daemon: use strbuf_expand() instead of interpolate() 16 years ago
Joey Hess 53ffb878a9 git-daemon: set REMOTE_ADDR to client address 16 years ago
Junio C Hamano 90b4a71c49 is_directory(): a generic helper function 17 years ago
Junio C Hamano 48196afd28 daemon.c: avoid setlinebuf() 17 years ago
David Soria Parra 85e7283069 cast pid_t's to uintmax_t to improve portability 17 years ago
Junio C Hamano 460c201039 daemon.c: minor style fixup 17 years ago
Stephen R. van den Berg 3bd62c2176 git-daemon: rewrite kindergarden, new option --max-connections 17 years ago
Stephen R. van den Berg 695605b508 git-daemon: Simplify dead-children reaping logic 17 years ago
Stephen R. van den Berg 6a992e9e1d git-daemon: use LOG_PID, simplify logging code 17 years ago
Stephen R. van den Berg df0daf8ac0 git-daemon: call logerror() instead of error() 17 years ago
Stephen R. van den Berg bd7b371e9c git-daemon: SysV needs the signal handler reinstated. 17 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