158 Commits (67fe7356538c714da9da6061abe99209452260d7)

Author SHA1 Message Date
Junio C Hamano 93741e4a91 daemon: --access-hook option 12 years ago
Clemens Buchacher f6a34cfbb4 git-daemon: produce output when ready 13 years ago
Ævar Arnfjörð Bjarmason 5e9637c629 i18n: add infrastructure for translating Git with gettext 13 years ago
Jeff King d5570f4d2c daemon: give friendlier error messages to clients 13 years ago
Erik Faye-Lund 1c64b48e67 enter_repo: do not modify input 13 years ago
Nguyễn Thái Ngọc Duy 089d82e8a6 daemon: log errors if we could not use some sockets 13 years ago
Nguyễn Thái Ngọc Duy 723f7a1387 daemon: return "access denied" if a service is not allowed 13 years ago
Stephen Boyd c2e86addb8 Fix sparse warnings 14 years ago
Jonathan Nieder 081f84ee9e daemon: support <directory> arguments again 14 years ago
Erik Faye-Lund a666b472c7 daemon: opt-out on features that require posix 14 years ago
Erik Faye-Lund 9cddf56ef1 daemon: make --inetd and --detach incompatible 14 years ago
Erik Faye-Lund c295cf0660 daemon: use socklen_t 14 years ago
Erik Faye-Lund f9c87be6b4 daemon: get remote host address from root-process 14 years ago
Erik Faye-Lund 48cfaea108 daemon: use full buffered mode for stderr 14 years ago
Erik Faye-Lund 30e1560230 daemon: use run-command api for async serving 14 years ago
Mike Pape 088d880247 mingw: implement syslog 14 years ago
Markus Duft 2844923d62 add support for the SUA layer (interix; windows) 14 years ago
Štěpán Němec 62b4698e55 Use angles for placeholders consistently 14 years ago
Alexander Sulfrian 3a3a29c1da daemon: allow more than one host address given via --listen 14 years ago
Alexander Sulfrian 2caa321503 daemon: add helper function named_sock_setup 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 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