| Commit message (Expand) | Author | Age |
* | remove trailing LF in die() messages | Alexander Potashev | 2009-01-05 |
* | connect.c: stricter port validation, silence compiler warning | René Scharfe | 2008-12-21 |
* | connect.c: add a way for git-daemon to pass an error back to client | Tom Preston-Werner | 2008-11-02 |
* | make alloc_ref_from_str() the new alloc_ref() | René Scharfe | 2008-10-18 |
* | use alloc_ref_from_str() everywhere | René Scharfe | 2008-10-18 |
* | push: prepare sender to receive extended ref information from the receiver | Junio C Hamano | 2008-09-09 |
* | 'git foo' program identifies itself without dash in die() messages | Junio C Hamano | 2008-08-31 |
* | Windows: Disambiguate DOS style paths from SSH URLs. | Johannes Sixt | 2008-06-26 |
* | Provide git_config with a callback-data parameter | Johannes Schindelin | 2008-05-14 |
* | Avoid unnecessary "if-before-free" tests. | Jim Meyering | 2008-02-22 |
* | Merge branch 'db/no-separate-ls-remote-connection' (early part) | Junio C Hamano | 2008-02-11 |
|\ |
|
| * | Fix "git clone" for git:// protocol | Johannes Schindelin | 2008-02-09 |
* | | connect.c: guard config parser from value=NULL | Junio C Hamano | 2008-02-11 |
|/ |
|
* | Miscellaneous const changes and utilities | Daniel Barkalow | 2007-11-02 |
* | Use start_command() in git_connect() instead of explicit fork/exec. | Johannes Sixt | 2007-10-21 |
* | Change git_connect() to return a struct child_process instead of a pid_t. | Johannes Sixt | 2007-10-21 |
* | Merge branch 'master' into db/fetch-pack | Shawn O. Pearce | 2007-10-16 |
|\ |
|
| * | sq_quote_argv and add_to_string rework with strbuf's. | Pierre Habouzit | 2007-09-21 |
| * | Use xmemdupz() in many places. | Pierre Habouzit | 2007-09-18 |
* | | bundle transport: fix an alloc_ref() call | Junio C Hamano | 2007-09-29 |
|/ |
|
* | URL: allow port specification in ssh:// URLs | Luben Tuikov | 2007-09-01 |
* | connect: accept file:// URL scheme | Linus Torvalds | 2007-08-01 |
* | Add allocation and freeing functions for struct refs | Daniel Barkalow | 2007-07-09 |
* | Merge branch 'ei/worktree+filter' | Junio C Hamano | 2007-07-01 |
|\ |
|
| * | introduce GIT_WORK_TREE to specify the work tree | Matthias Lederhofer | 2007-06-06 |
* | | Do not use h_errno after connect(2): the function does not set it | Alex Riesen | 2007-06-16 |
* | | War on whitespace | Junio C Hamano | 2007-06-07 |
|/ |
|
* | Merge branch 'db/remote' | Junio C Hamano | 2007-05-29 |
|\ |
|
| * | Move refspec parser from connect.c and cache.h to remote.{c,h} | Daniel Barkalow | 2007-05-20 |
* | | Verbose connect messages to show the IP addresses used | Alex Riesen | 2007-05-24 |
|/ |
|
* | connect: display connection progress | Michael S. Tsirkin | 2007-05-16 |
* | Fix "getaddrinfo()" buglet | Linus Torvalds | 2007-03-27 |
* | Use run_command for proxy connections | Shawn O. Pearce | 2007-03-12 |
* | Mechanical conversion to use prefixcmp() | Junio C Hamano | 2007-02-20 |
* | Make sure git_connect() always give two file descriptors. | Junio C Hamano | 2007-01-21 |
* | simplify inclusion of system header files. | Junio C Hamano | 2006-12-20 |
* | Allow git push to delete remote ref. | Junio C Hamano | 2006-11-24 |
* | refs outside refs/{heads,tags} match less strongly. | Junio C Hamano | 2006-11-23 |
* | connect.c: finish_connect(): allow null pid parameter | Franck Bui-Huu | 2006-09-12 |
* | Fix a memory leak in "connect.c" and die if command too long. | Christian Couder | 2006-09-10 |
* | send-pack: remove remote reference limit | Andy Whitcroft | 2006-09-05 |
* | Replace uses of strdup with xstrdup. | Shawn Pearce | 2006-09-02 |
* | Convert memcpy(a,b,20) to hashcpy(a,b). | Shawn Pearce | 2006-08-23 |
* | remove unnecessary initializations | David Rientjes | 2006-08-15 |
* | finish_connect(): thinkofix | Junio C Hamano | 2006-08-15 |
* | Improve git-peek-remote | Linus Torvalds | 2006-07-04 |
* | Fix errno usage in connect.c | Petr Baudis | 2006-07-01 |
* | connect.c: remove unused parameters from tcp_connect and proxy_connect | Junio C Hamano | 2006-06-28 |
* | Make some strings const | Timo Hirvonen | 2006-06-28 |
* | Solaris needs inclusion of signal.h for signal() | Dennis Stosberg | 2006-06-26 |