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