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
...
*
|
|
daemon: use skip_prefix to avoid magic numbers
Jeff King
2014-06-20
1
-5
/
+6
*
|
|
use skip_prefix to avoid magic numbers
Jeff King
2014-06-20
1
-35
/
+38
*
|
|
daemon: mark some strings as const
Jeff King
2014-06-18
1
-7
/
+7
*
|
|
Merge branch 'jk/daemon-tolower'
Junio C Hamano
2014-06-16
1
-8
/
+0
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
daemon/config: factor out duplicate xstrdup_tolower
Jeff King
2014-05-23
1
-8
/
+0
|
|
/
*
|
daemon: move daemonize() to libgit.a
Nguyễn Thái Ngọc Duy
2014-02-10
1
-26
/
+4
*
|
Merge branch 'nd/daemon-informative-errors-typofix'
Junio C Hamano
2014-01-10
1
-2
/
+2
|
\
|
|
*
daemon: be strict at parsing parameters --[no-]informative-errors
Nguyễn Thái Ngọc Duy
2013-12-20
1
-2
/
+2
*
|
replace {pre,suf}fixcmp() with {starts,ends}_with()
Christian Couder
2013-12-05
1
-20
/
+20
|
/
*
Merge branch 'sb/misc-fixes'
Junio C Hamano
2013-07-25
1
-1
/
+1
|
\
|
*
daemon.c:handle: Remove unneeded check for null pointer.
Stefan Beller
2013-07-15
1
-1
/
+1
*
|
Merge branch 'tr/protect-low-3-fds'
Junio C Hamano
2013-07-22
1
-12
/
+0
|
\
\
|
*
|
daemon/shell: refactor redirection of 0/1/2 from /dev/null
Thomas Rast
2013-07-17
1
-12
/
+0
|
|
/
|
*
Merge branch 'dm/ni-maxhost-may-be-missing' into maint-1.8.1
Junio C Hamano
2013-03-25
1
-4
/
+0
|
|
\
*
|
\
Merge branch 'jk/pkt-line-cleanup'
Junio C Hamano
2013-04-01
1
-2
/
+2
|
\
\
\
|
*
|
|
pkt-line: share buffer/descriptor reading implementation
Jeff King
2013-02-24
1
-1
/
+1
|
*
|
|
pkt-line: provide a LARGE_PACKET_MAX static buffer
Jeff King
2013-02-20
1
-2
/
+2
|
*
|
|
pkt-line: teach packet_read_line to chomp newlines
Jeff King
2013-02-20
1
-1
/
+1
|
|
/
/
*
|
|
Merge branch 'dm/ni-maxhost-may-be-missing'
Junio C Hamano
2013-03-19
1
-4
/
+0
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
git-compat-util.h: Provide missing netdb.h definitions
David Michael
2013-02-25
1
-4
/
+0
*
|
daemon: --access-hook option
Junio C Hamano
2012-08-15
1
-0
/
+77
|
/
*
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
[prev]
[next]