Age | Commit message (Expand) | Author | Files | Lines |
2011-07-19 | Merge branch 'jc/zlib-wrap' | Junio C Hamano | 1 | -1/+1 |
2011-06-10 | zlib: zlib can only process 4GB at a time | Junio C Hamano | 1 | -1/+1 |
2011-05-04 | http: make curl callbacks match contracts from curl header | Dan McGee | 1 | -3/+3 |
2011-03-16 | standardize brace placement in struct definitions | Jonathan Nieder | 1 | -10/+5 |
2010-11-26 | shift end_url_with_slash() from http.[ch] to url.[ch] | Tay Ray Chuan | 1 | -1/+1 |
2010-08-12 | Standardize do { ... } while (0) style | Jonathan Nieder | 1 | -2/+2 |
2010-05-21 | Merge branch 'sp/maint-dumb-http-pack-reidx' | Junio C Hamano | 1 | -2/+0 |
2010-05-08 | Merge branch 'rc/maint-curl-helper' | Junio C Hamano | 1 | -0/+1 |
2010-04-17 | http.c: Don't store destination name in request structures | Shawn O. Pearce | 1 | -2/+0 |
2010-04-09 | http: make end_url_with_slash() public | Tay Ray Chuan | 1 | -0/+1 |
2010-04-01 | Prompt for a username when an HTTP request 401s | Scott Chacon | 1 | -0/+2 |
2010-01-12 | http.c: mark file-local functions static | Junio C Hamano | 1 | -9/+0 |
2009-11-04 | Smart push over HTTP: client side | Shawn O. Pearce | 1 | -0/+2 |
2009-06-06 | http*: add helper methods for fetching objects (loose) | Tay Ray Chuan | 1 | -4/+33 |
2009-06-06 | http*: add helper methods for fetching packs | Tay Ray Chuan | 1 | -0/+17 |
2009-06-06 | http*: add http_get_info_packs | Tay Ray Chuan | 1 | -0/+4 |
2009-06-06 | http.c: new functions for the http API | Mike Hommey | 1 | -0/+30 |
2009-06-06 | http*: move common variables and macros to http.[ch] | Tay Ray Chuan | 1 | -0/+5 |
2009-04-02 | Allow curl to rewind the read buffers | Martin Storsjö | 1 | -0/+7 |
2008-07-04 | Work around gcc warnings from curl headers | Junio C Hamano | 1 | -6/+3 |
2008-04-26 | Make walker.fetch_ref() take a struct ref. | Daniel Barkalow | 1 | -1/+1 |
2008-02-27 | Set proxy override with http_init() | Mike Hommey | 1 | -1/+2 |
2008-01-22 | Clarify that http-push being temporarily disabled with older cURL | Junio C Hamano | 1 | -0/+8 |
2007-12-14 | Move fetch_ref from http-push.c and http-walker.c to http.c | Mike Hommey | 1 | -0/+2 |
2007-12-14 | Use strbuf in http code | Mike Hommey | 1 | -5/+6 |
2007-12-14 | Avoid redundant declaration of missing_target() | Mike Hommey | 1 | -0/+13 |
2007-12-09 | Cleanup variables in http.[ch] | Mike Hommey | 1 | -18/+0 |
2007-09-19 | Make function to refill http queue a callback | Daniel Barkalow | 1 | -3/+1 |
2007-09-19 | Refactor http.h USE_CURL_MULTI fill_active_slots(). | Daniel Barkalow | 1 | -6/+3 |
2007-05-03 | http-fetch: Disable use of curl multi support for libcurl < 7.16. | Alexandre Julliard | 1 | -1/+1 |
2006-12-27 | Work around http-fetch built with cURL 7.16.0 | Junio C Hamano | 1 | -1/+1 |
2006-09-20 | Patch for http-fetch.c and older curl releases | Art Haas | 1 | -0/+4 |
2006-03-10 | HTTP slot reuse fixes | Nick Hengeveld | 1 | -0/+1 |
2006-02-07 | http-fetch: Abort requests for objects which arrived in packs | Mark Wooding | 1 | -0/+1 |
2006-01-31 | Fix HTTP request result processing after slot reuse | Nick Hengeveld | 1 | -0/+7 |
2005-11-19 | Isolate shared HTTP request functionality | Nick Hengeveld | 1 | -0/+95 |