aboutsummaryrefslogtreecommitdiff
path: root/http.c
Commit message (Expand)AuthorAge
* Merge branch 'jk/maint-push-over-dav' into maintJunio C Hamano2011-12-28
|\
| * http-push: enable "proactive auth"Jeff King2011-12-13
* | Merge branch 'mf/curl-select-fdset' into maintJunio C Hamano2011-12-13
|\ \ | |/ |/|
| * http: drop "local" member from request structJeff King2011-11-04
| * http.c: Rely on select instead of tracking whether data was receivedMika Fischer2011-11-04
| * http.c: Use timeout suggested by curl instead of fixed 50ms timeoutMika Fischer2011-11-04
| * http.c: Use curl_multi_fdset to select on curl fds instead of just sleepingMika Fischer2011-11-04
* | http: remove unused function hex()Ramkumar Ramachandra2011-11-15
* | http: don't always prompt for passwordStefan Naewe2011-11-04
* | Merge branch 'jk/http-auth'Junio C Hamano2011-10-17
|\ \
| * | http_init: accept separate URL parameterJeff King2011-10-15
| * | http: use hostname in credential descriptionMichael J Gruber2011-10-15
| * | http: retry authentication failures for all http requestsJeff King2011-07-20
| * | url: decode buffers that are not NUL-terminatedJeff King2011-07-20
* | | Merge branch 'jn/maint-http-error-message'Junio C Hamano2011-10-10
|\ \ \
| * | | http: avoid empty error messages for some curl errorsJonathan Nieder2011-09-06
| * | | http: remove extra newline in error messageJonathan Nieder2011-09-06
| | |/ | |/|
* | | Merge branch 'rc/maint-http-wrong-free'Junio C Hamano2011-08-11
|\ \ \ | |_|/ |/| |
| * | http.c: fix an invalid free()Tay Ray Chuan2011-08-03
| * | Merge branch 'sp/maint-clear-postfields' into maintJunio C Hamano2011-05-04
| |\ \
* | | | http: pass http.cookiefile using CURLOPT_COOKIEFILEDuncan Brown2011-06-03
| |_|/ |/| |
* | | http: make curl callbacks match contracts from curl headerDan McGee2011-05-04
* | | Merge branch 'sp/maint-clear-postfields'Junio C Hamano2011-04-28
|\ \ \ | |/ / |/| / | |/
| * http: clear POSTFIELDS when initializing a slotJunio C Hamano2011-04-26
* | Merge branch 'tc/http-urls-ends-with-slash'Junio C Hamano2010-12-12
|\ \
| * | shift end_url_with_slash() from http.[ch] to url.[ch]Tay Ray Chuan2010-11-26
* | | Merge branch 'gc/http-with-non-ascii-username-url'Junio C Hamano2010-12-08
|\ \ \
| * | | Fix username and password extraction from HTTP URLsGabriel Corona2010-11-17
| |/ /
* | | smart-http: Don't change POST to GET when following redirectTay Ray Chuan2010-09-27
|/ /
* | Allow HTTP user agent string to be modified.Spencer E. Olson2010-08-11
* | Merge branch 'sp/maint-dumb-http-pack-reidx'Junio C Hamano2010-05-21
|\ \
| * | http.c::new_http_pack_request: do away with the temp variable filenameTay Ray Chuan2010-04-19
| * | http-fetch: Use temporary files for pack-*.idx until verifiedShawn O. Pearce2010-04-19
| * | http-fetch: Use index-pack rather than verify-pack to check packsShawn O. Pearce2010-04-19
| * | Allow parse_pack_index on temporary filesShawn O. Pearce2010-04-19
| * | http.c: Remove unnecessary strdup of sha1_to_hex resultShawn O. Pearce2010-04-19
| * | http.c: Don't store destination name in request structuresShawn O. Pearce2010-04-17
| * | http.c: Drop useless != NULL test in finish_http_pack_requestShawn O. Pearce2010-04-17
| * | http.c: Tiny refactoring of finish_http_pack_requestShawn O. Pearce2010-04-17
| * | http.c: Remove bad free of static blockShawn O. Pearce2010-04-17
* | | Merge branch 'rc/maint-curl-helper'Junio C Hamano2010-05-08
|\ \ \
| * | | http: make end_url_with_slash() publicTay Ray Chuan2010-04-09
| |/ /
* | | Prompt for a username when an HTTP request 401sScott Chacon2010-04-01
* | | git-core: Support retrieving passwords with GIT_ASKPASSFrank Li2010-03-04
|/ /
* | http.c: mark file-local functions staticJunio C Hamano2010-01-12
* | Merge branch 'tr/http-updates'Junio C Hamano2010-01-10
|\ \
| * | Remove http.authAnyJunio C Hamano2009-12-29
| * | Add an option for using any HTTP authentication scheme, not only basicMartin Storsjö2009-11-27
| * | http: maintain curl sessionsTay Ray Chuan2009-11-27
| |/
* | Use warning function instead of fprintf(stderr, "Warning: ...").Thiago Farina2010-01-03
|/