summaryrefslogtreecommitdiff
path: root/http.c
Commit message (Expand)AuthorAgeFilesLines
* remove superfluous newlines in error messagesPete Wyckoff2012-04-301-1/+1
* http: use newer curl options for setting credentialsJeff King2012-04-141-2/+11
* http: clean up leak in init_curl_http_authJeff King2012-04-141-3/+3
* fix http auth with multiple curl handlesJeff King2012-04-101-0/+2
* correct spelling: an URL -> a URLJim Meyering2012-03-281-1/+1
* http: support proxies that require authenticationnl/http-proxy-authNelson Benitez Leon2012-03-021-1/+3
* Merge branch 'jk/maint-push-over-dav'Junio C Hamano2011-12-191-1/+7
|\
| * http-push: enable "proactive auth"jk/maint-push-over-davJeff King2011-12-131-1/+7
* | Merge branch 'jk/credentials'Junio C Hamano2011-12-191-88/+25
|\ \
| * | http: use credential API to get passwordsJeff King2011-12-111-88/+25
| |/
* | Merge branch 'mf/curl-select-fdset'Junio C Hamano2011-12-051-25/+21
|\ \ | |/ |/|
| * http: drop "local" member from request structmf/curl-select-fdsetJeff King2011-11-041-6/+0
| * http.c: Rely on select instead of tracking whether data was receivedMika Fischer2011-11-041-15/+1
| * http.c: Use timeout suggested by curl instead of fixed 50ms timeoutMika Fischer2011-11-041-2/+18
| * http.c: Use curl_multi_fdset to select on curl fds instead of just sleepingMika Fischer2011-11-041-3/+3
* | http: remove unused function hex()Ramkumar Ramachandra2011-11-151-8/+0
* | http: don't always prompt for passwordStefan Naewe2011-11-041-4/+3
* | Merge branch 'jk/http-auth'Junio C Hamano2011-10-171-40/+53
|\ \
| * | http_init: accept separate URL parameterJeff King2011-10-151-4/+4
| * | http: use hostname in credential descriptionMichael J Gruber2011-10-151-8/+35
| * | http: retry authentication failures for all http requestsJeff King2011-07-201-6/+11
| * | url: decode buffers that are not NUL-terminatedJeff King2011-07-201-23/+4
* | | Merge branch 'jn/maint-http-error-message'Junio C Hamano2011-10-101-2/+7
|\ \ \
| * | | http: avoid empty error messages for some curl errorsJonathan Nieder2011-09-061-1/+6
| * | | http: remove extra newline in error messageJonathan Nieder2011-09-061-1/+1
| | |/ | |/|
* | | Merge branch 'rc/maint-http-wrong-free'Junio C Hamano2011-08-111-6/+2
|\ \ \ | |_|/ |/| |
| * | http.c: fix an invalid free()Tay Ray Chuan2011-08-031-6/+2
| * | Merge branch 'sp/maint-clear-postfields' into maintJunio C Hamano2011-05-041-0/+1
| |\ \
* | | | http: pass http.cookiefile using CURLOPT_COOKIEFILEDuncan Brown2011-06-031-0/+5
| |_|/ |/| |
* | | http: make curl callbacks match contracts from curl headerDan McGee2011-05-041-6/+6
* | | Merge branch 'sp/maint-clear-postfields'Junio C Hamano2011-04-281-0/+1
|\ \ \ | |/ / |/| / | |/
| * http: clear POSTFIELDS when initializing a slotJunio C Hamano2011-04-261-0/+1
* | Merge branch 'tc/http-urls-ends-with-slash'Junio C Hamano2010-12-121-7/+0
|\ \
| * | shift end_url_with_slash() from http.[ch] to url.[ch]Tay Ray Chuan2010-11-261-7/+1
* | | Merge branch 'gc/http-with-non-ascii-username-url'Junio C Hamano2010-12-081-1/+11
|\ \ \
| * | | Fix username and password extraction from HTTP URLsGabriel Corona2010-11-171-1/+11
| |/ /
* | | smart-http: Don't change POST to GET when following redirectTay Ray Chuan2010-09-271-0/+5
|/ /
* | Allow HTTP user agent string to be modified.Spencer E. Olson2010-08-111-1/+8
* | Merge branch 'sp/maint-dumb-http-pack-reidx'Junio C Hamano2010-05-211-46/+89
|\ \
| * | http.c::new_http_pack_request: do away with the temp variable filenameTay Ray Chuan2010-04-191-3/+2
| * | http-fetch: Use temporary files for pack-*.idx until verifiedShawn O. Pearce2010-04-191-17/+39
| * | http-fetch: Use index-pack rather than verify-pack to check packsShawn O. Pearce2010-04-191-7/+37
| * | Allow parse_pack_index on temporary filesShawn O. Pearce2010-04-191-1/+1
| * | http.c: Remove unnecessary strdup of sha1_to_hex resultShawn O. Pearce2010-04-191-4/+2
| * | http.c: Don't store destination name in request structuresShawn O. Pearce2010-04-171-8/+6
| * | http.c: Drop useless != NULL test in finish_http_pack_requestShawn O. Pearce2010-04-171-6/+3
| * | http.c: Tiny refactoring of finish_http_pack_requestShawn O. Pearce2010-04-171-8/+8
| * | http.c: Remove bad free of static blockShawn O. Pearce2010-04-171-1/+0
* | | Merge branch 'rc/maint-curl-helper'Junio C Hamano2010-05-081-1/+1
|\ \ \
| * | | http: make end_url_with_slash() publicTay Ray Chuan2010-04-091-1/+1
| |/ /