238 Commits (6863df355038dd2d30ac9899bdb304d8a57523af)

Author SHA1 Message Date
Jeff King d70a9eb611 strvec: rename struct fields 5 years ago
Jeff King f6d8942b1f strvec: fix indentation in renamed calls 5 years ago
Jeff King ef8d7ac42a strvec: convert more callers away from argv_array name 5 years ago
Elijah Newren 15beaaa3d1 Fix spelling errors in code comments 5 years ago
Lucas Werkmeister e67d906d73 daemon.c: fix condition for redirecting stderr 7 years ago
Lucas Werkmeister 0c591cacba daemon: add --log-destination=(stderr|syslog|none) 7 years ago
Jeff King ed15e58efe daemon: fix length computation in newline stripping 7 years ago
Jeff King 550fbcad1c daemon: handle NULs in extended attribute string 7 years ago
Jeff King 19136be3f8 daemon: fix off-by-one in logging extended attributes 7 years ago
Brandon Williams dfe422d04d daemon: recognize hidden request arguments 7 years ago
Brandon Williams b2141fc1d2 config: don't include config.h by default 8 years ago
René Scharfe da25bdb776 use HOST_NAME_MAX to size buffers for gethostname(2) 8 years ago
Jeff King 6a97da3964 daemon: use an argv_array to exec children 8 years ago
Jeff King 6bdb0083be daemon: detect and reject too-long paths 8 years ago
Lars Schneider 81c634e94f pkt-line: rename packet_write() to packet_write_fmt() 8 years ago
Eric Wong 49c58d86ce daemon: ignore ENOTSOCK from setsockopt 9 years ago
Jeff King 5ce5f5fa5a common-main: call git_setup_gettext() 9 years ago
Jeff King 57f5d52a94 common-main: call sanitize_stdfds() 9 years ago
Jeff King 650c449250 common-main: call git_extract_argv0_path() 9 years ago
Jeff King 3f2e2297b9 add an extra level of indirection to main() 9 years ago
Eric Wong a43b68a196 daemon: enable SO_KEEPALIVE for all sockets 9 years ago
Jeff King 850d2fec53 convert manual allocations to argv_array 9 years ago
Junio C Hamano 8f309aeb82 strbuf: introduce strbuf_getline_{lf,nul}() 9 years ago
René Scharfe b1b49ff8d4 daemon: plug memory leak 9 years ago
Jeff King f063d38b80 daemon: use cld->env_array when re-spawning 9 years ago
Jeff King 5096d4909f convert trivial sprintf / strcpy calls to xsnprintf 10 years ago
Junio C Hamano 1f76a10b2d write_file(): drop caller-supplied LF from calls to create a one-liner file 10 years ago
Junio C Hamano 12d6ce1dba write_file(): drop "fatal" parameter 10 years ago
Junio C Hamano d358f771e3 daemon: unbreak NO_IPV6 build regression 10 years ago
René Scharfe 01cec54e13 daemon: deglobalize hostname information 10 years ago
René Scharfe 7a646cec5b daemon: use strbuf for hostname info 10 years ago
René Scharfe dc8edc8f7d daemon: use callback to build interpolated path 10 years ago
René Scharfe edef953e48 daemon: look up client-supplied hostname lazily 10 years ago
Jeff King b485373052 daemon: sanitize incoming virtual hostname 10 years ago
Nguyễn Thái Ngọc Duy 91aacda85a use new wrapper write_file() for simple file writing 10 years ago
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