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
2005-10-25
fix daemon.c to compile on OpenBSD
Randal L. Schwartz
1
-2
/
+2
2005-10-20
Merge branch 'fixes'
Junio C Hamano
1
-6
/
+6
2005-10-20
daemon.c: remove trailing whitespace.
Junio C Hamano
1
-2
/
+2
2005-10-20
Fix git-daemon argument-parsing bug
H. Peter Anvin
1
-1
/
+1
2005-10-20
git-daemon poll() spinning out of control
Jens Axboe
1
-1
/
+1
2005-10-19
git-daemon: timeout, eliminate double DWIM
H. Peter Anvin
1
-2
/
+19
2005-10-18
revised^2: git-daemon extra paranoia, and path DWIM
H. Peter Anvin
1
-21
/
+57
2005-10-08
Create object subdirectories on demand
Linus Torvalds
1
-1
/
+1
2005-09-30
Move signal setting into service_loop()
H. Peter Anvin
1
-2
/
+2
2005-09-30
socklen_t is unsigned int on most Linux platforms
H. Peter Anvin
1
-1
/
+1
2005-09-30
Use xmalloc/xcalloc
H. Peter Anvin
1
-6
/
+2
2005-09-30
Don't need <alloca.h>
H. Peter Anvin
1
-1
/
+0
2005-09-30
Merge with master.kernel.org:/pub/scm/git/git.git
H. Peter Anvin
1
-2
/
+2
2005-09-29
[PATCH] Make logerror() and loginfo() static
Pavel Roskin
1
-2
/
+2
2005-09-28
Remove variables not needed when using poll
Peter Anvin
1
-4
/
+0
2005-09-28
NO_IPV6 support for git daemon
Peter Anvin
1
-16
/
+75
2005-09-27
Restore chdir(".git")
H. Peter Anvin
1
-0
/
+2
2005-09-26
Support a modicum of path validation, and allow an export all trees option.
H. Peter Anvin
1
-5
/
+67
2005-09-24
[PATCH] Rename daemon.c's lognotice() to loginfo()
Petr Baudis
1
-3
/
+3
2005-09-24
[PATCH] git-daemon --syslog to log through syslog
Petr Baudis
1
-7
/
+27
2005-09-23
daemon.c: pid_t is not int.
Junio C Hamano
1
-1
/
+1
2005-09-22
[PATCH] Verbose git-daemon logging
Petr Baudis
1
-4
/
+90
2005-09-11
Use int instead of socklen_t
Junio C Hamano
1
-4
/
+4
2005-09-07
[PATCH] git-daemon --inetd
lars.doelle@on-line.de
1
-1
/
+3
2005-08-23
Include sys/time.h in daemon.c.
Jason Riedy
1
-0
/
+1
2005-08-05
daemon.c: squelch error message from EINTR
Junio C Hamano
1
-2
/
+5
2005-08-01
[PATCH] Fix sparse warnings
Linus Torvalds
1
-2
/
+2
2005-07-27
[PATCH] GIT: Listen on IPv6 as well, if available.
YOSHIFUJI Hideaki
1
-31
/
+100
2005-07-15
Be slightly smarter about git-daemon client shutdown
Linus Torvalds
1
-20
/
+38
2005-07-15
git-daemon: actually remember the children we have outstanding
Linus Torvalds
1
-21
/
+121
2005-07-15
git-daemon: keep track of children
Linus Torvalds
1
-1
/
+43
2005-07-15
Add "--inetd" flag to git-daemon
Linus Torvalds
1
-1
/
+11
2005-07-15
git-daemon: re-organize code a bit for --inetd flag
Linus Torvalds
1
-10
/
+10
2005-07-13
Add a "git-daemon" that listens on a TCP port
Linus Torvalds
1
-0
/
+117