summaryrefslogtreecommitdiff
path: root/daemon.c
AgeCommit message (Expand)Author
2016-02-26Merge branch 'jk/tighten-alloc'Junio C Hamano
2016-02-22convert manual allocations to argv_arrayJeff King
2016-01-15strbuf: introduce strbuf_getline_{lf,nul}()Junio C Hamano
2015-11-03Merge branch 'rs/daemon-plug-child-leak'Junio C Hamano
2015-11-02daemon: plug memory leakRené Scharfe
2015-10-05daemon: use cld->env_array when re-spawningJeff King
2015-09-25convert trivial sprintf / strcpy calls to xsnprintfJeff King
2015-08-25write_file(): drop caller-supplied LF from calls to create a one-liner fileJunio C Hamano
2015-08-24write_file(): drop "fatal" parameterJunio C Hamano
2015-05-11Merge branch 'jc/daemon-no-ipv6-for-2.4.1'Junio C Hamano
2015-05-11Merge branch 'nd/multiple-work-trees'Junio C Hamano
2015-05-05daemon: unbreak NO_IPV6 build regressionJunio C Hamano
2015-03-10daemon: deglobalize hostname informationRené Scharfe
2015-03-10daemon: use strbuf for hostname infoRené Scharfe
2015-03-03Merge branch 'jk/daemon-interpolate'Junio C Hamano
2015-03-03Merge branch 'rs/daemon-interpolate'Junio C Hamano
2015-02-17daemon: use callback to build interpolated pathRené Scharfe
2015-02-17daemon: look up client-supplied hostname lazilyRené Scharfe
2015-02-17daemon: sanitize incoming virtual hostnameJeff King
2014-12-01use new wrapper write_file() for simple file writingNguyễn Thái Ngọc Duy
2014-10-29Merge branch 'rs/daemon-fixes' into maintJunio C Hamano
2014-10-14Merge branch 'rs/daemon-fixes'Junio C Hamano
2014-10-01daemon: remove write-only variable maxfdRené Scharfe
2014-10-01daemon: fix error message after bind()René Scharfe
2014-10-01daemon: handle gethostbyname() errorRené Scharfe
2014-09-11Merge branch 'rs/child-process-init'Junio C Hamano
2014-08-20run-command: introduce CHILD_PROCESS_INITRené Scharfe
2014-08-07daemon.c: replace `git_config()` with `git_config_get_bool()` familyTanay Abhra
2014-07-16Merge branch 'cc/replace-edit'Junio C Hamano
2014-06-25avoid double close of descriptors handed to run_commandJeff King
2014-06-20daemon: use skip_prefix to avoid magic numbersJeff King
2014-06-20use skip_prefix to avoid magic numbersJeff King
2014-06-18daemon: mark some strings as constJeff King
2014-06-16Merge branch 'jk/daemon-tolower'Junio C Hamano
2014-05-23daemon/config: factor out duplicate xstrdup_tolowerJeff King
2014-02-10daemon: move daemonize() to libgit.aNguyễn Thái Ngọc Duy
2014-01-10Merge branch 'nd/daemon-informative-errors-typofix'Junio C Hamano
2013-12-20daemon: be strict at parsing parameters --[no-]informative-errorsNguyễn Thái Ngọc Duy
2013-12-05replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder
2013-07-25Merge branch 'sb/misc-fixes'Junio C Hamano
2013-07-22Merge branch 'tr/protect-low-3-fds'Junio C Hamano
2013-07-17daemon/shell: refactor redirection of 0/1/2 from /dev/nullThomas Rast
2013-07-15daemon.c:handle: Remove unneeded check for null pointer.Stefan Beller
2013-04-01Merge branch 'jk/pkt-line-cleanup'Junio C Hamano
2013-03-25Merge branch 'dm/ni-maxhost-may-be-missing' into maint-1.8.1Junio C Hamano
2013-03-19Merge branch 'dm/ni-maxhost-may-be-missing'Junio C Hamano
2013-02-25git-compat-util.h: Provide missing netdb.h definitionsDavid Michael
2013-02-24pkt-line: share buffer/descriptor reading implementationJeff King
2013-02-20pkt-line: provide a LARGE_PACKET_MAX static bufferJeff King
2013-02-20pkt-line: teach packet_read_line to chomp newlinesJeff King