index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
daemon.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
git-daemon: produce output when ready
Clemens Buchacher
2012-01-09
1
-3
/
+3
*
i18n: add infrastructure for translating Git with gettext
Ævar Arnfjörð Bjarmason
2011-12-06
1
-0
/
+2
*
Merge branch 'jk/daemon-msgs'
Junio C Hamano
2011-10-22
1
-8
/
+21
|
\
|
*
daemon: give friendlier error messages to clients
Jeff King
2011-10-16
1
-4
/
+21
*
|
Merge branch 'ph/transport-with-gitfile'
Junio C Hamano
2011-10-22
1
-2
/
+2
|
\
\
|
*
|
enter_repo: do not modify input
Erik Faye-Lund
2011-10-04
1
-2
/
+2
|
|
/
*
|
Merge branch 'nd/git-daemon-error-msgs'
Junio C Hamano
2011-10-14
1
-4
/
+8
|
\
\
|
*
|
daemon: return "access denied" if a service is not allowed
Nguyễn Thái Ngọc Duy
2011-10-04
1
-4
/
+8
*
|
|
daemon: log errors if we could not use some sockets
Nguyễn Thái Ngọc Duy
2011-10-04
1
-0
/
+37
|
|
/
|
/
|
*
|
Fix sparse warnings
Stephen Boyd
2011-03-22
1
-1
/
+1
|
/
*
daemon: support <directory> arguments again
Jonathan Nieder
2011-01-04
1
-3
/
+4
*
Merge branch 'md/interix'
Junio C Hamano
2010-11-30
1
-0
/
+4
|
\
|
*
add support for the SUA layer (interix; windows)
Markus Duft
2010-10-29
1
-0
/
+4
*
|
daemon: opt-out on features that require posix
Erik Faye-Lund
2010-11-05
1
-24
/
+64
*
|
daemon: make --inetd and --detach incompatible
Erik Faye-Lund
2010-11-05
1
-4
/
+4
*
|
daemon: use socklen_t
Erik Faye-Lund
2010-11-05
1
-3
/
+3
*
|
daemon: get remote host address from root-process
Erik Faye-Lund
2010-11-05
1
-40
/
+39
*
|
daemon: use full buffered mode for stderr
Erik Faye-Lund
2010-11-05
1
-2
/
+4
*
|
daemon: use run-command api for async serving
Erik Faye-Lund
2010-11-05
1
-46
/
+47
*
|
mingw: implement syslog
Mike Pape
2010-11-05
1
-2
/
+0
|
/
*
Merge branch 'as/daemon-multi-listen'
Junio C Hamano
2010-10-27
1
-27
/
+53
|
\
|
*
daemon: allow more than one host address given via --listen
Alexander Sulfrian
2010-09-28
1
-9
/
+22
|
*
daemon: add helper function named_sock_setup
Alexander Sulfrian
2010-09-28
1
-20
/
+33
*
|
Use angles for placeholders consistently
Štěpán Němec
2010-10-08
1
-9
/
+9
|
/
*
Rewrite dynamic structure initializations to runtime assignment
Gary V. Vaughan
2010-06-01
1
-10
/
+11
*
Merge branch 'bc/maint-daemon-sans-ss-family'
Junio C Hamano
2010-04-03
1
-4
/
+7
|
\
|
*
daemon.c: avoid accessing ss_family member of struct sockaddr_storage
Brandon Casey
2010-03-17
1
-4
/
+7
*
|
daemon: parse_host_and_port SIGSEGV if port is specified
Imre Deak
2010-03-20
1
-1
/
+1
|
/
*
Typofixes outside documentation area
Junio C Hamano
2010-02-04
1
-1
/
+1
*
Merge branch 'il/maint-colon-address'
Junio C Hamano
2010-01-27
1
-4
/
+30
|
\
|
*
Support addresses with ':' in git-daemon
Ilari Liusvaara
2010-01-26
1
-4
/
+30
*
|
Merge branch 'jk/warn-author-committer-after-commit'
Junio C Hamano
2010-01-20
1
-1
/
+0
|
\
\
|
*
|
strbuf_expand: convert "%%" to "%"
Jeff King
2010-01-14
1
-1
/
+0
*
|
|
daemon: consider only address in kill_some_child()
Erik Faye-Lund
2010-01-10
1
-8
/
+20
|
/
/
*
|
Merge branch 'tc/format-attribute'
Junio C Hamano
2009-11-23
1
-0
/
+2
|
\
\
|
*
|
Check the format of more printf-type functions
Tarmigan Casebolt
2009-11-16
1
-0
/
+2
|
|
/
*
/
http-backend: Protect GIT_PROJECT_ROOT from /../ requests
Shawn O. Pearce
2009-11-10
1
-48
/
+1
|
/
*
Merge branch 'tr/die_errno'
Junio C Hamano
2009-07-06
1
-8
/
+7
|
\
|
*
Convert existing die(..., strerror(errno)) to die_errno()
Thomas Rast
2009-06-27
1
-8
/
+7
*
|
Merge branch 'js/daemon-log'
Junio C Hamano
2009-07-02
1
-8
/
+48
|
\
\
|
*
|
daemon: send stderr of service programs to the syslog
Johannes Sixt
2009-06-18
1
-8
/
+48
|
|
/
*
/
Fix various sparse warnings in the git source code
Linus Torvalds
2009-06-21
1
-1
/
+1
|
/
*
daemon: Strictly parse the "extra arg" part of the command
Shawn O. Pearce
2009-06-06
1
-4
/
+6
*
daemon.c: fix segfault on OS X
Benjamin Kramer
2009-04-30
1
-14
/
+14
*
improve missing repository error message
Jeff King
2009-03-05
1
-1
/
+1
*
Add calls to git_extract_argv0_path() in programs that call git_config_*
Steffen Prohaska
2009-01-26
1
-0
/
+2
*
remove trailing LF in die() messages
Alexander Potashev
2009-01-05
1
-1
/
+1
*
daemon: cleanup: factor out xstrdup_tolower()
René Scharfe
2008-12-27
1
-21
/
+13
*
daemon: cleanup: replace loop with if
René Scharfe
2008-12-27
1
-13
/
+5
*
daemon: handle freopen() failure
René Scharfe
2008-12-27
1
-1
/
+3
[next]