Age | Commit message (Expand) | Author | Files | Lines |
2008-02-11 | Merge branch 'db/no-separate-ls-remote-connection' (early part) | Junio C Hamano | 1 | -8/+12 |
2008-02-11 | connect.c: guard config parser from value=NULL | Junio C Hamano | 1 | -0/+2 |
2008-02-09 | Fix "git clone" for git:// protocol | Johannes Schindelin | 1 | -8/+12 |
2007-11-02 | Miscellaneous const changes and utilities | Daniel Barkalow | 1 | -1/+9 |
2007-10-21 | Use start_command() in git_connect() instead of explicit fork/exec. | Johannes Sixt | 1 | -55/+48 |
2007-10-21 | Change git_connect() to return a struct child_process instead of a pid_t. | Johannes Sixt | 1 | -14/+17 |
2007-10-16 | Merge branch 'master' into db/fetch-pack | Shawn O. Pearce | 1 | -15/+10 |
2007-09-29 | bundle transport: fix an alloc_ref() call | Junio C Hamano | 1 | -2/+2 |
2007-09-21 | sq_quote_argv and add_to_string rework with strbuf's. | Pierre Habouzit | 1 | -12/+9 |
2007-09-18 | Use xmemdupz() in many places. | Pierre Habouzit | 1 | -3/+1 |
2007-09-01 | URL: allow port specification in ssh:// URLs | Luben Tuikov | 1 | -1/+29 |
2007-08-01 | connect: accept file:// URL scheme | Linus Torvalds | 1 | -5/+7 |
2007-07-09 | Add allocation and freeing functions for struct refs | Daniel Barkalow | 1 | -1/+1 |
2007-07-01 | Merge branch 'ei/worktree+filter' | Junio C Hamano | 1 | -0/+1 |
2007-06-16 | Do not use h_errno after connect(2): the function does not set it | Alex Riesen | 1 | -4/+2 |
2007-06-07 | War on whitespace | Junio C Hamano | 1 | -1/+1 |
2007-06-06 | introduce GIT_WORK_TREE to specify the work tree | Matthias Lederhofer | 1 | -0/+1 |
2007-05-29 | Merge branch 'db/remote' | Junio C Hamano | 1 | -239/+1 |
2007-05-24 | Verbose connect messages to show the IP addresses used | Alex Riesen | 1 | -1/+37 |
2007-05-20 | Move refspec parser from connect.c and cache.h to remote.{c,h} | Daniel Barkalow | 1 | -239/+1 |
2007-05-16 | connect: display connection progress | Michael S. Tsirkin | 1 | -6/+24 |
2007-03-27 | Fix "getaddrinfo()" buglet | Linus Torvalds | 1 | -1/+3 |
2007-03-12 | Use run_command for proxy connections | Shawn O. Pearce | 1 | -21/+15 |
2007-02-20 | Mechanical conversion to use prefixcmp() | Junio C Hamano | 1 | -3/+3 |
2007-01-21 | Make sure git_connect() always give two file descriptors. | Junio C Hamano | 1 | -1/+1 |
2006-12-20 | simplify inclusion of system header files. | Junio C Hamano | 1 | -6/+0 |
2006-11-24 | Allow git push to delete remote ref. | Junio C Hamano | 1 | -1/+10 |
2006-11-23 | refs outside refs/{heads,tags} match less strongly. | Junio C Hamano | 1 | -5/+42 |
2006-09-12 | connect.c: finish_connect(): allow null pid parameter | Franck Bui-Huu | 1 | -2/+11 |
2006-09-10 | Fix a memory leak in "connect.c" and die if command too long. | Christian Couder | 1 | -3/+14 |
2006-09-05 | send-pack: remove remote reference limit | Andy Whitcroft | 1 | -1/+1 |
2006-09-02 | Replace uses of strdup with xstrdup. | Shawn Pearce | 1 | -3/+3 |
2006-08-23 | Convert memcpy(a,b,20) to hashcpy(a,b). | Shawn Pearce | 1 | -3/+3 |
2006-08-15 | remove unnecessary initializations | David Rientjes | 1 | -3/+3 |
2006-08-15 | finish_connect(): thinkofix | Junio C Hamano | 1 | -8/+3 |
2006-07-04 | Improve git-peek-remote | Linus Torvalds | 1 | -4/+31 |
2006-07-01 | Fix errno usage in connect.c | Petr Baudis | 1 | -6/+12 |
2006-06-28 | connect.c: remove unused parameters from tcp_connect and proxy_connect | Junio C Hamano | 1 | -6/+4 |
2006-06-28 | Make some strings const | Timo Hirvonen | 1 | -2/+2 |
2006-06-26 | Solaris needs inclusion of signal.h for signal() | Dennis Stosberg | 1 | -0/+1 |
2006-06-19 | Restore SIGCHLD to SIG_DFL where we care about waitpid(). | Junio C Hamano | 1 | -0/+5 |
2006-06-08 | check for error return from fork() | Paul T Darga | 1 | -0/+2 |
2006-06-06 | Refactor git_tcp_connect() functions a little. | Jon Loeliger | 1 | -18/+42 |
2006-05-22 | fetch-pack: output refs in the order they were given on the command line. | Junio C Hamano | 1 | -1/+1 |
2006-04-17 | cleanups: Fix potential bugs in connect.c | Serge E. Hallyn | 1 | -4/+14 |
2006-01-25 | Add compat/unsetenv.c . | Jason Riedy | 1 | -0/+1 |
2006-01-25 | local push/pull env cleanup | Matt Draisey | 1 | -2/+8 |
2005-12-27 | send-pack/receive-pack: allow errors to be reported back to pusher. | Junio C Hamano | 1 | -4/+4 |
2005-12-21 | GIT: Support [address] in URLs | YOSHIFUJI Hideaki / 吉藤英明 | 1 | -8/+24 |
2005-11-22 | Fixed git:// IPv4 address problem when compiled with -DNO_IPV6. | Paul Serice | 1 | -1/+1 |