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
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
2008-08-25
daemon.c: minor style fixup
Junio C Hamano
1
-42
/
+34
2008-08-17
git-daemon: rewrite kindergarden, new option --max-connections
Stephen R. van den Berg
1
-138
/
+75
2008-08-17
git-daemon: Simplify dead-children reaping logic
Stephen R. van den Berg
1
-32
/
+23
2008-08-17
git-daemon: use LOG_PID, simplify logging code
Stephen R. van den Berg
1
-31
/
+16
2008-08-17
git-daemon: call logerror() instead of error()
Stephen R. van den Berg
1
-2
/
+2
2008-08-12
git-daemon: SysV needs the signal handler reinstated.
Stephen R. van den Berg
1
-0
/
+1
2008-07-23
git daemon: avoid waking up too often
Johannes Schindelin
1
-14
/
+11
2008-07-13
Make usage strings dash-less
Stephan Beyer
1
-1
/
+1
2008-07-06
git daemon: avoid calling syslog() from a signal handler
Johannes Schindelin
1
-20
/
+50
2008-05-14
Provide git_config with a callback-data parameter
Johannes Schindelin
1
-2
/
+2
2008-02-27
daemon: ensure that base-path is an existing directory
Johannes Sixt
1
-0
/
+8
2008-02-27
daemon: send more error messages to the syslog
Johannes Sixt
1
-5
/
+5
2007-11-08
Style: place opening brace of a function definition at column 1
Junio C Hamano
1
-2
/
+4
2007-11-05
git-daemon: fix remote port number in log entry
Gerrit Pape
1
-2
/
+2
2007-10-18
Define NI_MAXSERV if not defined by operating system
Patrick Welche
1
-0
/
+4
2007-08-01
--base-path-relaxed option
Jens Axboe
1
-2
/
+24
2007-06-08
Missing statics.
Pierre Habouzit
1
-1
/
+1
2007-06-07
War on whitespace
Junio C Hamano
1
-2
/
+2
2007-05-21
git-daemon: don't ignore pid-file write failure
Jim Meyering
1
-2
/
+2
2007-02-20
prefixcmp(): fix-up mechanical conversion.
Junio C Hamano
1
-1
/
+1
2007-02-20
Mechanical conversion to use prefixcmp()
Junio C Hamano
1
-16
/
+16
2007-02-14
git-daemon: Avoid leaking the listening sockets into child processes.
Alexandre Julliard
1
-0
/
+10
2007-02-03
Assorted typo fixes
Pavel Roskin
1
-1
/
+1
2007-01-28
git-push through git protocol
Linus Torvalds
1
-0
/
+7
2007-01-08
short i/o: fix calls to write to use xwrite or write_in_full
Andy Whitcroft
1
-1
/
+1
2006-12-20
simplify inclusion of system header files.
Junio C Hamano
1
-13
/
+3
2006-10-23
daemon: do not die on older clients.
Junio C Hamano
1
-1
/
+5
[prev]
[next]