index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
daemon.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-01-15
strbuf: introduce strbuf_getline_{lf,nul}()
Junio C Hamano
1
-1
/
+1
2015-11-03
Merge branch 'rs/daemon-plug-child-leak'
Junio C Hamano
1
-0
/
+1
2015-11-02
daemon: plug memory leak
René Scharfe
1
-0
/
+1
2015-10-05
daemon: use cld->env_array when re-spawning
Jeff King
1
-16
/
+10
2015-09-25
convert trivial sprintf / strcpy calls to xsnprintf
Jeff King
1
-2
/
+2
2015-08-25
write_file(): drop caller-supplied LF from calls to create a one-liner file
Junio C Hamano
1
-1
/
+1
2015-08-24
write_file(): drop "fatal" parameter
Junio C Hamano
1
-1
/
+1
2015-05-11
Merge branch 'jc/daemon-no-ipv6-for-2.4.1'
Junio C Hamano
1
-1
/
+1
2015-05-11
Merge branch 'nd/multiple-work-trees'
Junio C Hamano
1
-10
/
+1
2015-05-05
daemon: unbreak NO_IPV6 build regression
Junio C Hamano
1
-1
/
+1
2015-03-09
daemon: deglobalize hostname information
René Scharfe
1
-59
/
+74
2015-03-09
daemon: use strbuf for hostname info
René Scharfe
1
-57
/
+41
2015-03-03
Merge branch 'jk/daemon-interpolate'
Junio C Hamano
1
-5
/
+45
2015-03-03
Merge branch 'rs/daemon-interpolate'
Junio C Hamano
1
-15
/
+72
2015-02-17
daemon: use callback to build interpolated path
René Scharfe
1
-9
/
+45
2015-02-17
daemon: look up client-supplied hostname lazily
René Scharfe
1
-8
/
+29
2015-02-17
daemon: sanitize incoming virtual hostname
Jeff King
1
-5
/
+45
2014-12-01
use new wrapper write_file() for simple file writing
Nguyễn Thái Ngọc Duy
1
-10
/
+1
2014-10-29
Merge branch 'rs/daemon-fixes' into maint
Junio C Hamano
1
-18
/
+15
2014-10-14
Merge branch 'rs/daemon-fixes'
Junio C Hamano
1
-18
/
+15
2014-10-01
daemon: remove write-only variable maxfd
René Scharfe
1
-4
/
+0
2014-10-01
daemon: fix error message after bind()
René Scharfe
1
-1
/
+1
2014-10-01
daemon: handle gethostbyname() error
René Scharfe
1
-13
/
+14
2014-09-11
Merge branch 'rs/child-process-init'
Junio C Hamano
1
-5
/
+3
2014-08-20
run-command: introduce CHILD_PROCESS_INIT
René Scharfe
1
-5
/
+3
2014-08-07
daemon.c: replace `git_config()` with `git_config_get_bool()` family
Tanay Abhra
1
-22
/
+4
2014-07-16
Merge branch 'cc/replace-edit'
Junio C Hamano
1
-1
/
+0
2014-06-25
avoid double close of descriptors handed to run_command
Jeff King
1
-1
/
+0
2014-06-20
daemon: use skip_prefix to avoid magic numbers
Jeff King
1
-5
/
+6
2014-06-20
use skip_prefix to avoid magic numbers
Jeff King
1
-35
/
+38
2014-06-18
daemon: mark some strings as const
Jeff King
1
-7
/
+7
2014-06-16
Merge branch 'jk/daemon-tolower'
Junio C Hamano
1
-8
/
+0
2014-05-23
daemon/config: factor out duplicate xstrdup_tolower
Jeff King
1
-8
/
+0
2014-02-10
daemon: move daemonize() to libgit.a
Nguyễn Thái Ngọc Duy
1
-26
/
+4
2014-01-10
Merge branch 'nd/daemon-informative-errors-typofix'
Junio C Hamano
1
-2
/
+2
2013-12-20
daemon: be strict at parsing parameters --[no-]informative-errors
Nguyễn Thái Ngọc Duy
1
-2
/
+2
2013-12-05
replace {pre,suf}fixcmp() with {starts,ends}_with()
Christian Couder
1
-20
/
+20
2013-07-24
Merge branch 'sb/misc-fixes'
Junio C Hamano
1
-1
/
+1
2013-07-22
Merge branch 'tr/protect-low-3-fds'
Junio C Hamano
1
-12
/
+0
2013-07-17
daemon/shell: refactor redirection of 0/1/2 from /dev/null
Thomas Rast
1
-12
/
+0
2013-07-15
daemon.c:handle: Remove unneeded check for null pointer.
Stefan Beller
1
-1
/
+1
2013-04-01
Merge branch 'jk/pkt-line-cleanup'
Junio C Hamano
1
-2
/
+2
2013-03-25
Merge branch 'dm/ni-maxhost-may-be-missing' into maint-1.8.1
Junio C Hamano
1
-4
/
+0
2013-03-19
Merge branch 'dm/ni-maxhost-may-be-missing'
Junio C Hamano
1
-4
/
+0
2013-02-25
git-compat-util.h: Provide missing netdb.h definitions
David Michael
1
-4
/
+0
2013-02-24
pkt-line: share buffer/descriptor reading implementation
Jeff King
1
-1
/
+1
2013-02-20
pkt-line: provide a LARGE_PACKET_MAX static buffer
Jeff King
1
-2
/
+2
2013-02-20
pkt-line: teach packet_read_line to chomp newlines
Jeff King
1
-1
/
+1
2012-08-15
daemon: --access-hook option
Junio C Hamano
1
-0
/
+77
2012-01-08
git-daemon: produce output when ready
Clemens Buchacher
1
-3
/
+3
[next]