187 Commits (d0923b6d4c01e3c5b86d56b1741292eda7c181fe)

Author SHA1 Message Date
René Scharfe 107efbeb24 daemon: remove write-only variable maxfd 11 years ago
René Scharfe 9d1b9aa9e1 daemon: fix error message after bind() 11 years ago
René Scharfe eb6c403500 daemon: handle gethostbyname() error 11 years ago
René Scharfe d318027932 run-command: introduce CHILD_PROCESS_INIT 11 years ago
Tanay Abhra 8939d32d81 daemon.c: replace `git_config()` with `git_config_get_bool()` family 11 years ago
Jeff King 28bf9429ef avoid double close of descriptors handed to run_command 11 years ago
Jeff King d12c24d2a9 daemon: use skip_prefix to avoid magic numbers 11 years ago
Jeff King ae021d8791 use skip_prefix to avoid magic numbers 11 years ago
Jeff King 1055a890f0 daemon: mark some strings as const 11 years ago
Jeff King 88d5a6f6cd daemon/config: factor out duplicate xstrdup_tolower 11 years ago
Nguyễn Thái Ngọc Duy de0957ce2e daemon: move daemonize() to libgit.a 11 years ago
Nguyễn Thái Ngọc Duy 82246b765b daemon: be strict at parsing parameters --[no-]informative-errors 11 years ago
Christian Couder 5955654823 replace {pre,suf}fixcmp() with {starts,ends}_with() 11 years ago
Thomas Rast 1d999ddd1d daemon/shell: refactor redirection of 0/1/2 from /dev/null 12 years ago
Stefan Beller 5d9cfa29d2 daemon.c:handle: Remove unneeded check for null pointer. 12 years ago
David Michael 3b130ade45 git-compat-util.h: Provide missing netdb.h definitions 12 years ago
Jeff King 4981fe750b pkt-line: share buffer/descriptor reading implementation 12 years ago
Jeff King 74543a0423 pkt-line: provide a LARGE_PACKET_MAX static buffer 12 years ago
Jeff King 819b929d33 pkt-line: teach packet_read_line to chomp newlines 12 years ago
Junio C Hamano 93741e4a91 daemon: --access-hook option 13 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 14 years ago
Erik Faye-Lund 1c64b48e67 enter_repo: do not modify input 14 years ago
Nguyễn Thái Ngọc Duy 089d82e8a6 daemon: log errors if we could not use some sockets 14 years ago
Nguyễn Thái Ngọc Duy 723f7a1387 daemon: return "access denied" if a service is not allowed 14 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) 15 years ago
Štěpán Němec 62b4698e55 Use angles for placeholders consistently 15 years ago
Alexander Sulfrian 3a3a29c1da daemon: allow more than one host address given via --listen 15 years ago
Alexander Sulfrian 2caa321503 daemon: add helper function named_sock_setup 15 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