Age | Commit message (Expand) | Author | Files | Lines |
2015-01-15 | http.c: make finish_active_slot() and handle_curl_result() static | Junio C Hamano | 1 | -2/+0 |
2014-05-27 | http: optionally extract charset parameter from content-type | Jeff King | 1 | -0/+7 |
2014-04-08 | Merge branch 'jl/nor-or-nand-and' | Junio C Hamano | 1 | -2/+1 |
2014-03-31 | comments: fix misuses of "nor" | Justin Lebar | 1 | -2/+1 |
2014-02-18 | http: never use curl_easy_perform | Jeff King | 1 | -0/+9 |
2013-12-05 | Merge branch 'bc/http-100-continue' | Junio C Hamano | 1 | -0/+1 |
2013-10-31 | http: return curl's AUTHAVAIL via slot_results | Jeff King | 1 | -0/+1 |
2013-10-14 | http: update base URLs when we see redirects | Jeff King | 1 | -0/+8 |
2013-10-14 | http: provide effective url to callers | Jeff King | 1 | -0/+6 |
2013-10-14 | http: hoist credential request out of handle_curl_result | Jeff King | 1 | -0/+1 |
2013-09-30 | http: refactor options to http_get_* | Jeff King | 1 | -5/+10 |
2013-04-19 | Merge branch 'mv/ssl-ftp-curl' | Junio C Hamano | 1 | -0/+9 |
2013-04-12 | Support FTP-over-SSL/TLS for regular FTP | Modestas Vainius | 1 | -0/+9 |
2013-04-06 | http: drop http_error function | Jeff King | 1 | -5/+0 |
2013-04-06 | http: simplify http_error helper function | Jeff King | 1 | -3/+2 |
2013-04-06 | http: add HTTP_KEEP_ERROR option | Jeff King | 1 | -0/+1 |
2013-02-04 | Verify Content-Type from smart HTTP servers | Shawn Pearce | 1 | -1/+1 |
2012-10-12 | http: do not set up curl auth after a 401 | Jeff King | 1 | -2/+1 |
2012-10-12 | http: fix segfault in handle_curl_result | Jeff King | 1 | -1/+2 |
2012-08-27 | http: factor out http error code handling | Jeff King | 1 | -0/+1 |
2012-03-28 | correct spelling: an URL -> a URL | Jim Meyering | 1 | -1/+1 |
2011-12-19 | Merge branch 'jk/maint-push-over-dav' | Junio C Hamano | 1 | -1/+2 |
2011-12-13 | http-push: enable "proactive auth" | Jeff King | 1 | -1/+2 |
2011-12-05 | Merge branch 'mf/curl-select-fdset' | Junio C Hamano | 1 | -2/+0 |
2011-11-04 | http: drop "local" member from request struct | Jeff King | 1 | -1/+0 |
2011-11-04 | http.c: Rely on select instead of tracking whether data was received | Mika Fischer | 1 | -1/+0 |
2011-10-15 | http_init: accept separate URL parameter | Jeff King | 1 | -1/+1 |
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 |