| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't die in git-http-fetch when fetching packs. | Shawn O. Pearce | 2007-01-09 | 1 | -0/+1 |
* | short i/o: fix calls to write to use xwrite or write_in_full | Andy Whitcroft | 2007-01-08 | 1 | -1/+1 |
* | short i/o: fix calls to read to use xread or read_in_full | Andy Whitcroft | 2007-01-08 | 1 | -1/+1 |
* | Add WEBDAV timeout to http-fetch. | Junio C Hamano | 2006-10-08 | 1 | -257/+0 |
* | Add ftp:// protocol support for git-http-fetch | Junio C Hamano | 2006-09-16 | 1 | -1/+3 |
* | http-fetch.c: consolidate code to detect missing fetch target | Junio C Hamano | 2006-09-16 | 1 | -8/+15 |
* | http-fetch: fix alternates handling. | Junio C Hamano | 2006-09-13 | 1 | -5/+34 |
* | Replace uses of strdup with xstrdup. | Shawn Pearce | 2006-09-02 | 1 | -1/+1 |
* | free(NULL) is perfectly valid. | Junio C Hamano | 2006-08-27 | 1 | -9/+4 |
* | Convert memcpy(a,b,20) to hashcpy(a,b). | Shawn Pearce | 2006-08-23 | 1 | -1/+1 |
* | Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length. | David Rientjes | 2006-08-17 | 1 | -3/+3 |
* | remove unnecessary initializations | David Rientjes | 2006-08-15 | 1 | -4/+4 |
* | drop length argument of has_extension | Rene Scharfe | 2006-08-11 | 1 | -1/+1 |
* | Add has_extension() | Rene Scharfe | 2006-08-10 | 1 | -1/+1 |
* | commit walkers: setup_ident() to record correct committer in ref-log. | Ramsay Jones | 2006-08-05 | 1 | -0/+1 |
* | Teach git-http-fetch the --stdin switch | Petr Baudis | 2006-07-27 | 1 | -16/+29 |
* | Make pull() support fetching multiple targets at once | Petr Baudis | 2006-07-27 | 1 | -1/+1 |
* | Make pull() take some implicit data as explicit arguments | Petr Baudis | 2006-07-27 | 1 | -2/+2 |
* | Remove -d from *-fetch usage strings | Petr Baudis | 2006-07-27 | 1 | -1/+1 |
* | Avoid C99 comments, use old-style C comments instead. | Pavel Roskin | 2006-07-10 | 1 | -3/+3 |
* | Rename safe_strncpy() to strlcpy(). | Peter Eriksen | 2006-06-24 | 1 | -3/+3 |
* | Remove all void-pointer arithmetic. | Florian Forster | 2006-06-20 | 1 | -1/+1 |
* | Remove ranges from switch statements. | Florian Forster | 2006-06-18 | 1 | -6/+7 |
* | Implement safe_strncpy() as strlcpy() and use it more. | Peter Eriksen | 2006-06-16 | 1 | -6/+4 |
* | http-fetch: fix possible segfault | Nick Hengeveld | 2006-06-06 | 1 | -0/+1 |
* | Merge branch 'sp/reflog' | Junio C Hamano | 2006-06-03 | 1 | -0/+2 |
|\ |
|
| * | Log ref updates made by fetch. | Shawn Pearce | 2006-05-19 | 1 | -0/+2 |
* | | Remove possible segfault in http-fetch. | Sean | 2006-05-22 | 1 | -2/+2 |
|/ |
|
* | Replace index() with strchr(). | Dennis Stosberg | 2006-04-11 | 1 | -4/+4 |
* | http-fetch: add optional DAV-based pack list | Nick Hengeveld | 2006-04-04 | 1 | -0/+278 |
* | http-fetch: nicer warning for a server with unreliable 404 status | Junio C Hamano | 2006-03-20 | 1 | -0/+8 |
* | Fix broken slot reuse when fetching alternates | Nick Hengeveld | 2006-03-15 | 1 | -0/+4 |
* | Give no terminating LF to error() function. | Junio C Hamano | 2006-02-22 | 1 | -4/+4 |
* | http-fetch: Abort requests for objects which arrived in packs | Mark Wooding | 2006-02-07 | 1 | -1/+15 |
* | http-fetch: Tidy control flow in process_alternate_response | Mark Wooding | 2006-02-05 | 1 | -4/+2 |
* | http-fetch: Fix message reporting rename of object file. | Mark Wooding | 2006-02-05 | 1 | -3/+2 |
* | http-fetch: Fix object list corruption in fill_active_slots(). | Mark Wooding | 2006-02-05 | 1 | -1/+1 |
* | whitespace cleanup. | Junio C Hamano | 2006-02-02 | 1 | -11/+10 |
* | Use local structs for HTTP slot callback data | Nick Hengeveld | 2006-01-31 | 1 | -5/+5 |
* | Fix HTTP request result processing after slot reuse | Nick Hengeveld | 2006-01-31 | 1 | -6/+14 |
* | Fix for http-fetch from file:// URLs | Nick Hengeveld | 2005-12-22 | 1 | -4/+8 |
* | http-fetch.c: fix objects/info/pack parsing. | Junio C Hamano | 2005-12-21 | 1 | -2/+2 |
* | Make networking commands to work from a subdirectory. | Junio C Hamano | 2005-11-28 | 1 | -0/+2 |
* | Improve pack list response handling | Nick Hengeveld | 2005-11-19 | 1 | -2/+10 |
* | Make http-fetch request types more clear | Nick Hengeveld | 2005-11-19 | 1 | -136/+139 |
* | Isolate shared HTTP request functionality | Nick Hengeveld | 2005-11-19 | 1 | -527/+59 |
* | Fix bunch of fd leaks in http-fetch | Petr Baudis | 2005-11-15 | 1 | -2/+14 |
* | Fix fd leak in http-fetch | Nick Hengeveld | 2005-11-12 | 1 | -0/+2 |
* | Fix for multiple alternates requests in http-fetch | Nick Hengeveld | 2005-11-12 | 1 | -61/+117 |
* | Show URL in the "Getting <foo> list" http-fetch messages | Petr Baudis | 2005-11-11 | 1 | -2/+2 |