| Commit message (Expand) | Author | Age |
* | http.c: guard config parser from value=NULL | Junio C Hamano | 2008-02-11 |
* | Move fetch_ref from http-push.c and http-walker.c to http.c | Mike Hommey | 2007-12-14 |
* | Use strbuf in http code | Mike Hommey | 2007-12-14 |
* | Remove a CURLOPT_HTTPHEADER (un)setting | Mike Hommey | 2007-12-14 |
* | Cleanup variables in http.[ch] | Mike Hommey | 2007-12-09 |
* | Allow HTTP proxy to be overridden in config | Sam Vilain | 2007-12-03 |
* | Properly cleanup in http_cleanup so builtin-fetch does not segfault | Shawn O. Pearce | 2007-09-19 |
* | Make function to refill http queue a callback | Daniel Barkalow | 2007-09-19 |
* | Refactor http.h USE_CURL_MULTI fill_active_slots(). | Daniel Barkalow | 2007-09-19 |
* | War on whitespace | Junio C Hamano | 2007-06-07 |
* | http.c: Fix problem with repeated calls of http_init | Julian Phillips | 2007-04-29 |
* | http/ftp: optionally ask curl to not use EPSV command | Sasha Khapyorsky | 2006-09-28 |
* | Remove all void-pointer arithmetic. | Florian Forster | 2006-06-20 |
* | HTTP cleanup | Nick Hengeveld | 2006-06-06 |
* | http: prevent segfault during curl handle reuse | Nick Hengeveld | 2006-05-31 |
* | Set HTTP user agent to git/GIT_VERSION | Nick Hengeveld | 2006-04-04 |
* | HTTP slot reuse fixes | Nick Hengeveld | 2006-03-10 |
* | http-fetch: Abort requests for objects which arrived in packs | Mark Wooding | 2006-02-07 |
* | http: Turn on verbose Curl messages if GIT_CURL_VERBOSE set in environment | Mark Wooding | 2006-02-05 |
* | Fix HTTP request result processing after slot reuse | Nick Hengeveld | 2006-01-31 |
* | http.c: reorder to avoid compilation failure. | Junio C Hamano | 2005-11-19 |
* | Isolate shared HTTP request functionality | Nick Hengeveld | 2005-11-19 |