| Commit message (Expand) | Author | Age | Files | Lines |
* | http.c: Use 'git_config_string' to clean up SSL config. | Brian Hetro | 2008-07-05 | 1 | -24/+12 |
* | Work around gcc warnings from curl headers | Junio C Hamano | 2008-07-04 | 1 | -6/+7 |
* | Don't allocate too much memory in quote_ref_url | Mike Hommey | 2008-06-14 | 1 | -1/+1 |
* | Provide git_config with a callback-data parameter | Johannes Schindelin | 2008-05-14 | 1 | -3/+3 |
* | Make ls-remote http://... list HEAD, like for git://... | Daniel Barkalow | 2008-04-26 | 1 | -1/+4 |
* | Make walker.fetch_ref() take a struct ref. | Daniel Barkalow | 2008-04-26 | 1 | -6/+7 |
* | Merge branch 'maint' | Junio C Hamano | 2008-03-04 | 1 | -11/+3 |
|\ |
|
| * | Fix random crashes in http_cleanup() | Mike Hommey | 2008-03-03 | 1 | -11/+3 |
* | | Set proxy override with http_init() | Mike Hommey | 2008-02-27 | 1 | -1/+9 |
|/ |
|
* | http.c: guard config parser from value=NULL | Junio C Hamano | 2008-02-11 | 1 | -10/+15 |
* | Move fetch_ref from http-push.c and http-walker.c to http.c | Mike Hommey | 2007-12-14 | 1 | -0/+82 |
* | Use strbuf in http code | Mike Hommey | 2007-12-14 | 1 | -20/+14 |
* | Remove a CURLOPT_HTTPHEADER (un)setting | Mike Hommey | 2007-12-14 | 1 | -1/+0 |
* | Cleanup variables in http.[ch] | Mike Hommey | 2007-12-09 | 1 | -14/+14 |
* | Allow HTTP proxy to be overridden in config | Sam Vilain | 2007-12-03 | 1 | -0/+11 |
* | Properly cleanup in http_cleanup so builtin-fetch does not segfault | Shawn O. Pearce | 2007-09-19 | 1 | -2/+5 |
* | Make function to refill http queue a callback | Daniel Barkalow | 2007-09-19 | 1 | -2/+28 |
* | Refactor http.h USE_CURL_MULTI fill_active_slots(). | Daniel Barkalow | 2007-09-19 | 1 | -0/+24 |
* | War on whitespace | Junio C Hamano | 2007-06-07 | 1 | -1/+1 |
* | http.c: Fix problem with repeated calls of http_init | Julian Phillips | 2007-04-29 | 1 | -0/+1 |
* | http/ftp: optionally ask curl to not use EPSV command | Sasha Khapyorsky | 2006-09-28 | 1 | -0/+12 |
* | Remove all void-pointer arithmetic. | Florian Forster | 2006-06-20 | 1 | -2/+2 |
* | HTTP cleanup | Nick Hengeveld | 2006-06-06 | 1 | -1/+6 |
* | http: prevent segfault during curl handle reuse | Nick Hengeveld | 2006-05-31 | 1 | -3/+6 |
* | Set HTTP user agent to git/GIT_VERSION | Nick Hengeveld | 2006-04-04 | 1 | -0/+2 |
* | HTTP slot reuse fixes | Nick Hengeveld | 2006-03-10 | 1 | -1/+7 |
* | http-fetch: Abort requests for objects which arrived in packs | Mark Wooding | 2006-02-07 | 1 | -1/+17 |
* | http: Turn on verbose Curl messages if GIT_CURL_VERBOSE set in environment | Mark Wooding | 2006-02-05 | 1 | -0/+3 |
* | Fix HTTP request result processing after slot reuse | Nick Hengeveld | 2006-01-31 | 1 | -1/+8 |
* | http.c: reorder to avoid compilation failure. | Junio C Hamano | 2005-11-19 | 1 | -36/+35 |
* | Isolate shared HTTP request functionality | Nick Hengeveld | 2005-11-19 | 1 | -0/+443 |