summaryrefslogtreecommitdiff
path: root/http.c
AgeCommit message (Expand)Author
2012-03-02http: support proxies that require authenticationNelson Benitez Leon
2011-12-20Merge branch 'jk/maint-push-over-dav'Junio C Hamano
2011-12-20Merge branch 'jk/credentials'Junio C Hamano
2011-12-14http-push: enable "proactive auth"Jeff King
2011-12-12http: use credential API to get passwordsJeff King
2011-12-05Merge branch 'mf/curl-select-fdset'Junio C Hamano
2011-11-16http: remove unused function hex()Ramkumar Ramachandra
2011-11-04http: drop "local" member from request structJeff King
2011-11-04http.c: Rely on select instead of tracking whether data was receivedMika Fischer
2011-11-04http.c: Use timeout suggested by curl instead of fixed 50ms timeoutMika Fischer
2011-11-04http.c: Use curl_multi_fdset to select on curl fds instead of just sleepingMika Fischer
2011-11-04http: don't always prompt for passwordStefan Naewe
2011-10-18Merge branch 'jk/http-auth'Junio C Hamano
2011-10-16http_init: accept separate URL parameterJeff King
2011-10-16http: use hostname in credential descriptionMichael J Gruber
2011-10-10Merge branch 'jn/maint-http-error-message'Junio C Hamano
2011-09-06http: avoid empty error messages for some curl errorsJonathan Nieder
2011-09-06http: remove extra newline in error messageJonathan Nieder
2011-08-11Merge branch 'rc/maint-http-wrong-free'Junio C Hamano
2011-08-03http.c: fix an invalid free()Tay Ray Chuan
2011-07-20http: retry authentication failures for all http requestsJeff King
2011-07-20url: decode buffers that are not NUL-terminatedJeff King
2011-06-03http: pass http.cookiefile using CURLOPT_COOKIEFILEDuncan Brown
2011-05-04Merge branch 'sp/maint-clear-postfields' into maintJunio C Hamano
2011-05-04http: make curl callbacks match contracts from curl headerDan McGee
2011-04-28Merge branch 'sp/maint-clear-postfields'Junio C Hamano
2011-04-26http: clear POSTFIELDS when initializing a slotJunio C Hamano
2010-12-13Merge branch 'tc/http-urls-ends-with-slash'Junio C Hamano
2010-12-08Merge branch 'gc/http-with-non-ascii-username-url'Junio C Hamano
2010-11-26shift end_url_with_slash() from http.[ch] to url.[ch]Tay Ray Chuan
2010-11-17Fix username and password extraction from HTTP URLsGabriel Corona
2010-09-27smart-http: Don't change POST to GET when following redirectTay Ray Chuan
2010-08-11Allow HTTP user agent string to be modified.Spencer E. Olson
2010-05-21Merge branch 'sp/maint-dumb-http-pack-reidx'Junio C Hamano
2010-05-09Merge branch 'rc/maint-curl-helper'Junio C Hamano
2010-04-20http.c::new_http_pack_request: do away with the temp variable filenameTay Ray Chuan
2010-04-20http-fetch: Use temporary files for pack-*.idx until verifiedShawn O. Pearce
2010-04-20http-fetch: Use index-pack rather than verify-pack to check packsShawn O. Pearce
2010-04-20Allow parse_pack_index on temporary filesShawn O. Pearce
2010-04-20http.c: Remove unnecessary strdup of sha1_to_hex resultShawn O. Pearce
2010-04-17http.c: Don't store destination name in request structuresShawn O. Pearce
2010-04-17http.c: Drop useless != NULL test in finish_http_pack_requestShawn O. Pearce
2010-04-17http.c: Tiny refactoring of finish_http_pack_requestShawn O. Pearce
2010-04-17http.c: Remove bad free of static blockShawn O. Pearce
2010-04-10http: make end_url_with_slash() publicTay Ray Chuan
2010-04-02Prompt for a username when an HTTP request 401sScott Chacon
2010-03-05git-core: Support retrieving passwords with GIT_ASKPASSFrank Li
2010-01-12http.c: mark file-local functions staticJunio C Hamano
2010-01-10Merge branch 'tr/http-updates'Junio C Hamano
2010-01-04Use warning function instead of fprintf(stderr, "Warning: ...").Thiago Farina