| Commit message (Expand) | Author | Age |
* | Merge branch 'tr/die_errno' | Junio C Hamano | 2009-07-06 |
|\ |
|
| * | Convert existing die(..., strerror(errno)) to die_errno() | Thomas Rast | 2009-06-27 |
* | | Merge branch 'js/daemon-log' | Junio C Hamano | 2009-07-01 |
|\ \ |
|
| * | | daemon: send stderr of service programs to the syslog | Johannes Sixt | 2009-06-18 |
| |/ |
|
* | | Fix various sparse warnings in the git source code | Linus Torvalds | 2009-06-20 |
|/ |
|
* | daemon: Strictly parse the "extra arg" part of the command | Shawn O. Pearce | 2009-06-06 |
* | daemon.c: fix segfault on OS X | Benjamin Kramer | 2009-04-29 |
* | improve missing repository error message | Jeff King | 2009-03-04 |
* | Add calls to git_extract_argv0_path() in programs that call git_config_* | Steffen Prohaska | 2009-01-26 |
* | remove trailing LF in die() messages | Alexander Potashev | 2009-01-05 |
* | daemon: cleanup: factor out xstrdup_tolower() | René Scharfe | 2008-12-26 |
* | daemon: cleanup: replace loop with if | René Scharfe | 2008-12-26 |
* | daemon: handle freopen() failure | René Scharfe | 2008-12-26 |
* | daemon: deglobalize variable 'directory' | René Scharfe | 2008-11-23 |
* | daemon: inline fill_in_extra_table_entries() | René Scharfe | 2008-11-23 |
* | daemon: use strbuf_expand() instead of interpolate() | René Scharfe | 2008-11-23 |
* | git-daemon: set REMOTE_ADDR to client address | Joey Hess | 2008-10-24 |
* | Merge branch 'jc/alternate-push' | Shawn O. Pearce | 2008-09-25 |
|\ |
|
| * | is_directory(): a generic helper function | Junio C Hamano | 2008-09-09 |
* | | daemon.c: avoid setlinebuf() | Junio C Hamano | 2008-09-06 |
|/ |
|
* | cast pid_t's to uintmax_t to improve portability | David Soria Parra | 2008-08-31 |
* | daemon.c: minor style fixup | Junio C Hamano | 2008-08-25 |
* | git-daemon: rewrite kindergarden, new option --max-connections | Stephen R. van den Berg | 2008-08-17 |
* | git-daemon: Simplify dead-children reaping logic | Stephen R. van den Berg | 2008-08-17 |
* | git-daemon: use LOG_PID, simplify logging code | Stephen R. van den Berg | 2008-08-17 |
* | git-daemon: call logerror() instead of error() | Stephen R. van den Berg | 2008-08-17 |
* | git-daemon: SysV needs the signal handler reinstated. | Stephen R. van den Berg | 2008-08-12 |
* | git daemon: avoid waking up too often | Johannes Schindelin | 2008-07-23 |
* | Make usage strings dash-less | Stephan Beyer | 2008-07-13 |
* | git daemon: avoid calling syslog() from a signal handler | Johannes Schindelin | 2008-07-06 |
* | Provide git_config with a callback-data parameter | Johannes Schindelin | 2008-05-14 |
* | daemon: ensure that base-path is an existing directory | Johannes Sixt | 2008-02-27 |
* | daemon: send more error messages to the syslog | Johannes Sixt | 2008-02-27 |
* | Style: place opening brace of a function definition at column 1 | Junio C Hamano | 2007-11-08 |
* | git-daemon: fix remote port number in log entry | Gerrit Pape | 2007-11-05 |
* | Define NI_MAXSERV if not defined by operating system | Patrick Welche | 2007-10-18 |
* | --base-path-relaxed option | Jens Axboe | 2007-08-01 |
* | Missing statics. | Pierre Habouzit | 2007-06-08 |
* | War on whitespace | Junio C Hamano | 2007-06-07 |
* | git-daemon: don't ignore pid-file write failure | Jim Meyering | 2007-05-21 |
* | prefixcmp(): fix-up mechanical conversion. | Junio C Hamano | 2007-02-20 |
* | Mechanical conversion to use prefixcmp() | Junio C Hamano | 2007-02-20 |
* | git-daemon: Avoid leaking the listening sockets into child processes. | Alexandre Julliard | 2007-02-14 |
* | Assorted typo fixes | Pavel Roskin | 2007-02-03 |
* | git-push through git protocol | Linus Torvalds | 2007-01-28 |
* | short i/o: fix calls to write to use xwrite or write_in_full | Andy Whitcroft | 2007-01-08 |
* | simplify inclusion of system header files. | Junio C Hamano | 2006-12-20 |
* | daemon: do not die on older clients. | Junio C Hamano | 2006-10-23 |
* | fix daemon.c compilation for NO_IPV6=1 | Alex Riesen | 2006-09-28 |
* | daemon: default to 256 for HOST_NAME_MAX if it is not defined | Johannes Schindelin | 2006-09-28 |