| Commit message (Expand) | Author | Age | Files | Lines |
* | connect.c: finish_connect(): allow null pid parameter | Franck Bui-Huu | 2006-09-12 | 1 | -2/+11 |
* | Fix a memory leak in "connect.c" and die if command too long. | Christian Couder | 2006-09-10 | 1 | -3/+14 |
* | send-pack: remove remote reference limit | Andy Whitcroft | 2006-09-05 | 1 | -1/+1 |
* | Replace uses of strdup with xstrdup. | Shawn Pearce | 2006-09-02 | 1 | -3/+3 |
* | Convert memcpy(a,b,20) to hashcpy(a,b). | Shawn Pearce | 2006-08-23 | 1 | -3/+3 |
* | remove unnecessary initializations | David Rientjes | 2006-08-15 | 1 | -3/+3 |
* | finish_connect(): thinkofix | Junio C Hamano | 2006-08-15 | 1 | -8/+3 |
* | Improve git-peek-remote | Linus Torvalds | 2006-07-04 | 1 | -4/+31 |
* | Fix errno usage in connect.c | Petr Baudis | 2006-07-01 | 1 | -6/+12 |
* | connect.c: remove unused parameters from tcp_connect and proxy_connect | Junio C Hamano | 2006-06-28 | 1 | -6/+4 |
* | Make some strings const | Timo Hirvonen | 2006-06-28 | 1 | -2/+2 |
* | Solaris needs inclusion of signal.h for signal() | Dennis Stosberg | 2006-06-26 | 1 | -0/+1 |
* | Restore SIGCHLD to SIG_DFL where we care about waitpid(). | Junio C Hamano | 2006-06-19 | 1 | -0/+5 |
* | check for error return from fork() | Paul T Darga | 2006-06-08 | 1 | -0/+2 |
* | Refactor git_tcp_connect() functions a little. | Jon Loeliger | 2006-06-06 | 1 | -18/+42 |
* | fetch-pack: output refs in the order they were given on the command line. | Junio C Hamano | 2006-05-22 | 1 | -1/+1 |
* | cleanups: Fix potential bugs in connect.c | Serge E. Hallyn | 2006-04-17 | 1 | -4/+14 |
* | Add compat/unsetenv.c . | Jason Riedy | 2006-01-25 | 1 | -0/+1 |
* | local push/pull env cleanup | Matt Draisey | 2006-01-25 | 1 | -2/+8 |
* | send-pack/receive-pack: allow errors to be reported back to pusher. | Junio C Hamano | 2005-12-27 | 1 | -4/+4 |
* | GIT: Support [address] in URLs | YOSHIFUJI Hideaki / 吉藤英明 | 2005-12-21 | 1 | -8/+24 |
* | Fixed git:// IPv4 address problem when compiled with -DNO_IPV6. | Paul Serice | 2005-11-22 | 1 | -1/+1 |
* | GIT: Fix compilation error in connect.c | YOSHIFUJI Hideaki / 吉藤英明 | 2005-11-21 | 1 | -4/+5 |
* | git-proxy updates. | Junio C Hamano | 2005-11-21 | 1 | -7/+45 |
* | proxy-command support for git:// | Paul Collins | 2005-11-21 | 1 | -1/+71 |
* | Client side support for user-relative paths. | Andreas Ericsson | 2005-11-19 | 1 | -22/+33 |
* | fix multi_ack. | Johannes Schindelin | 2005-10-28 | 1 | -2/+3 |
* | git-fetch-pack: Support multi_ack extension | Johannes Schindelin | 2005-10-28 | 1 | -1/+4 |
* | Support receiving server capabilities | Johannes Schindelin | 2005-10-28 | 1 | -1/+15 |
* | Revert recent fetch-pack/upload-pack updates. | Junio C Hamano | 2005-10-25 | 1 | -4/+1 |
* | git-fetch-pack: Implement client part of the multi_ack extension | Johannes Schindelin | 2005-10-24 | 1 | -1/+4 |
* | Squelch compiler warnings from connect.c | Junio C Hamano | 2005-10-16 | 1 | -0/+1 |
* | Ignore funny refname sent from remote | Junio C Hamano | 2005-10-15 | 1 | -1/+7 |
* | Support git+ssh:// and ssh+git:// URL | Linus Torvalds | 2005-10-14 | 1 | -0/+4 |
* | NO_IPV6 support for git daemon | Peter Anvin | 2005-09-28 | 1 | -1/+1 |
* | Call it NO_IPV6 rather than hard-coding __CYGWIN__ | hpa | 2005-09-28 | 1 | -3/+3 |
* | Cygwin doesn't support IPv6 or getaddrinfo() | hpa | 2005-09-28 | 1 | -0/+73 |
* | Merge refs/heads/portable from http://www.cs.berkeley.edu/~ejr/gits/git.git | Junio C Hamano | 2005-08-28 | 1 | -2/+4 |
|\ |
|
| * | Fix ?: statements. | Jason Riedy | 2005-08-23 | 1 | -2/+4 |
* | | Support +<src>:<dst> format in push as well. | Junio C Hamano | 2005-08-24 | 1 | -2/+15 |
|/ |
|
* | Use GIT_SSH environment to specify alternate ssh binary. | Martin Sivak | 2005-08-09 | 1 | -2/+9 |
* | [PATCH] -Werror fixes | Timo Sirainen | 2005-08-09 | 1 | -1/+2 |
* | send-pack: allow generic sha1 expression on the source side. | Junio C Hamano | 2005-08-06 | 1 | -0/+20 |
* | send-pack: allow the same source to be pushed more than once. | Junio C Hamano | 2005-08-06 | 1 | -7/+0 |
* | Fix refname termination. | Junio C Hamano | 2005-08-05 | 1 | -1/+1 |
* | [PATCH] Fix sparse warnings | Alecs King | 2005-08-03 | 1 | -3/+1 |
* | Renaming push. | Junio C Hamano | 2005-08-03 | 1 | -3/+169 |
* | Fix git protocol connection 'port' override | Linus Torvalds | 2005-07-23 | 1 | -1/+3 |
* | [PATCH] GIT: Try all addresses for given remote name | YOSHIFUJI Hideaki | 2005-07-23 | 1 | -28/+43 |
* | Merge three separate "fetch refs" functions | Linus Torvalds | 2005-07-16 | 1 | -0/+35 |