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
*
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
*
daemon: deglobalize variable 'directory'
René Scharfe
2008-11-24
1
-10
/
+6
*
daemon: inline fill_in_extra_table_entries()
René Scharfe
2008-11-24
1
-8
/
+2
*
daemon: use strbuf_expand() instead of interpolate()
René Scharfe
2008-11-24
1
-55
/
+54
*
git-daemon: set REMOTE_ADDR to client address
Joey Hess
2008-10-25
1
-0
/
+4
*
Merge branch 'jc/alternate-push'
Shawn O. Pearce
2008-09-25
1
-7
/
+3
|
\
|
*
is_directory(): a generic helper function
Junio C Hamano
2008-09-09
1
-7
/
+3
*
|
daemon.c: avoid setlinebuf()
Junio C Hamano
2008-09-07
1
-1
/
+2
|
/
*
cast pid_t's to uintmax_t to improve portability
David Soria Parra
2008-09-01
1
-3
/
+3
*
daemon.c: minor style fixup
Junio C Hamano
2008-08-26
1
-42
/
+34
*
git-daemon: rewrite kindergarden, new option --max-connections
Stephen R. van den Berg
2008-08-18
1
-138
/
+75
*
git-daemon: Simplify dead-children reaping logic
Stephen R. van den Berg
2008-08-18
1
-32
/
+23
*
git-daemon: use LOG_PID, simplify logging code
Stephen R. van den Berg
2008-08-18
1
-31
/
+16
*
git-daemon: call logerror() instead of error()
Stephen R. van den Berg
2008-08-18
1
-2
/
+2
*
git-daemon: SysV needs the signal handler reinstated.
Stephen R. van den Berg
2008-08-13
1
-0
/
+1
*
git daemon: avoid waking up too often
Johannes Schindelin
2008-07-24
1
-14
/
+11
*
Make usage strings dash-less
Stephan Beyer
2008-07-13
1
-1
/
+1
*
git daemon: avoid calling syslog() from a signal handler
Johannes Schindelin
2008-07-07
1
-20
/
+50
*
Provide git_config with a callback-data parameter
Johannes Schindelin
2008-05-14
1
-2
/
+2
*
daemon: ensure that base-path is an existing directory
Johannes Sixt
2008-02-27
1
-0
/
+8
*
daemon: send more error messages to the syslog
Johannes Sixt
2008-02-27
1
-5
/
+5
*
Style: place opening brace of a function definition at column 1
Junio C Hamano
2007-11-09
1
-2
/
+4
*
git-daemon: fix remote port number in log entry
Gerrit Pape
2007-11-06
1
-2
/
+2
*
Define NI_MAXSERV if not defined by operating system
Patrick Welche
2007-10-19
1
-0
/
+4
*
--base-path-relaxed option
Jens Axboe
2007-08-01
1
-2
/
+24
[next]