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
2011-10-04
enter_repo: do not modify input
Erik Faye-Lund
1
-2
/
+2
2011-03-22
Fix sparse warnings
Stephen Boyd
1
-1
/
+1
2011-01-04
daemon: support <directory> arguments again
Jonathan Nieder
1
-3
/
+4
2010-11-29
Merge branch 'md/interix'
Junio C Hamano
1
-0
/
+4
2010-11-04
daemon: opt-out on features that require posix
Erik Faye-Lund
1
-24
/
+64
2010-11-04
daemon: make --inetd and --detach incompatible
Erik Faye-Lund
1
-4
/
+4
2010-11-04
daemon: use socklen_t
Erik Faye-Lund
1
-3
/
+3
2010-11-04
daemon: get remote host address from root-process
Erik Faye-Lund
1
-40
/
+39
2010-11-04
daemon: use full buffered mode for stderr
Erik Faye-Lund
1
-2
/
+4
2010-11-04
daemon: use run-command api for async serving
Erik Faye-Lund
1
-46
/
+47
2010-11-04
mingw: implement syslog
Mike Pape
1
-2
/
+0
2010-10-28
add support for the SUA layer (interix; windows)
Markus Duft
1
-0
/
+4
2010-10-26
Merge branch 'as/daemon-multi-listen'
Junio C Hamano
1
-27
/
+53
2010-10-08
Use angles for placeholders consistently
Štěpán Němec
1
-9
/
+9
2010-09-28
daemon: allow more than one host address given via --listen
Alexander Sulfrian
1
-9
/
+22
2010-09-28
daemon: add helper function named_sock_setup
Alexander Sulfrian
1
-20
/
+33
2010-05-31
Rewrite dynamic structure initializations to runtime assignment
Gary V. Vaughan
1
-10
/
+11
2010-04-03
Merge branch 'bc/maint-daemon-sans-ss-family'
Junio C Hamano
1
-4
/
+7
2010-03-20
daemon: parse_host_and_port SIGSEGV if port is specified
Imre Deak
1
-1
/
+1
2010-03-16
daemon.c: avoid accessing ss_family member of struct sockaddr_storage
Brandon Casey
1
-4
/
+7
2010-02-03
Typofixes outside documentation area
Junio C Hamano
1
-1
/
+1
2010-01-27
Merge branch 'il/maint-colon-address'
Junio C Hamano
1
-4
/
+30
2010-01-26
Support addresses with ':' in git-daemon
Ilari Liusvaara
1
-4
/
+30
2010-01-20
Merge branch 'jk/warn-author-committer-after-commit'
Junio C Hamano
1
-1
/
+0
2010-01-14
strbuf_expand: convert "%%" to "%"
Jeff King
1
-1
/
+0
2010-01-09
daemon: consider only address in kill_some_child()
Erik Faye-Lund
1
-8
/
+20
2009-11-22
Merge branch 'tc/format-attribute'
Junio C Hamano
1
-0
/
+2
2009-11-15
Check the format of more printf-type functions
Tarmigan Casebolt
1
-0
/
+2
2009-11-09
http-backend: Protect GIT_PROJECT_ROOT from /../ requests
Shawn O. Pearce
1
-48
/
+1
2009-07-06
Merge branch 'tr/die_errno'
Junio C Hamano
1
-8
/
+7
2009-07-01
Merge branch 'js/daemon-log'
Junio C Hamano
1
-8
/
+48
2009-06-27
Convert existing die(..., strerror(errno)) to die_errno()
Thomas Rast
1
-8
/
+7
2009-06-20
Fix various sparse warnings in the git source code
Linus Torvalds
1
-1
/
+1
2009-06-18
daemon: send stderr of service programs to the syslog
Johannes Sixt
1
-8
/
+48
2009-06-06
daemon: Strictly parse the "extra arg" part of the command
Shawn O. Pearce
1
-4
/
+6
2009-04-29
daemon.c: fix segfault on OS X
Benjamin Kramer
1
-14
/
+14
2009-03-04
improve missing repository error message
Jeff King
1
-1
/
+1
2009-01-26
Add calls to git_extract_argv0_path() in programs that call git_config_*
Steffen Prohaska
1
-0
/
+2
2009-01-05
remove trailing LF in die() messages
Alexander Potashev
1
-1
/
+1
2008-12-26
daemon: cleanup: factor out xstrdup_tolower()
René Scharfe
1
-21
/
+13
2008-12-26
daemon: cleanup: replace loop with if
René Scharfe
1
-13
/
+5
2008-12-26
daemon: handle freopen() failure
René Scharfe
1
-1
/
+3
2008-11-23
daemon: deglobalize variable 'directory'
René Scharfe
1
-10
/
+6
2008-11-23
daemon: inline fill_in_extra_table_entries()
René Scharfe
1
-8
/
+2
2008-11-23
daemon: use strbuf_expand() instead of interpolate()
René Scharfe
1
-55
/
+54
2008-10-24
git-daemon: set REMOTE_ADDR to client address
Joey Hess
1
-0
/
+4
2008-09-25
Merge branch 'jc/alternate-push'
Shawn O. Pearce
1
-7
/
+3
2008-09-09
is_directory(): a generic helper function
Junio C Hamano
1
-7
/
+3
2008-09-06
daemon.c: avoid setlinebuf()
Junio C Hamano
1
-1
/
+2
2008-08-31
cast pid_t's to uintmax_t to improve portability
David Soria Parra
1
-3
/
+3
[next]