aboutsummaryrefslogtreecommitdiff
path: root/http.c
Commit message (Expand)AuthorAge
* Merge branch 'sp/maint-clear-postfields' into maintJunio C Hamano2011-05-04
|\
| * 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
|/
* Smart push over HTTP: client sideShawn O. Pearce2009-11-04
* Merge branch 'maint'Junio C Hamano2009-09-14
|\
| * http.c: avoid freeing an uninitialized pointerJunio C Hamano2009-09-14
* | Merge branch 'maint'Junio C Hamano2009-09-13
|\ \ | |/
| * http.c: remove verification of remote packsTay Ray Chuan2009-09-11
* | Merge branch 'maint'Junio C Hamano2009-08-28
|\ \ | |/
| * Merge branch 'rc/maint-http-fix' into maintJunio C Hamano2009-08-28
| |\
| * | http.c: set slot callback members to NULL when releasing objectTay Ray Chuan2009-08-28
* | | Merge branch 'rc/maint-http-fix'Junio C Hamano2009-08-18
|\ \ \ | | |/ | |/|
| * | http.c: don't assume that urls don't end with slashTay Ray Chuan2009-08-18
| |/
* | Check return value of ftruncate call in http.cJeff Lasslett2009-08-10
* | http.c: replace usage of temporary variable for urlsTay Ray Chuan2009-08-10
* | http.c: free preq when abortingTay Ray Chuan2009-08-10
|/
* Merge branch 'ml/http'Junio C Hamano2009-07-09
|\
| * http.c: add http.sslCertPasswordProtected optionMark Lodato2009-06-18
| * http.c: prompt for SSL client certificate passwordMark Lodato2009-06-18
* | Merge branch 'maint'Junio C Hamano2009-06-18
|\ \
| * | http.c: fix compiling with libcurl 7.9.2Mark Lodato2009-06-18
| |/
* | http*: add helper methods for fetching objects (loose)Tay Ray Chuan2009-06-06
* | http*: add helper methods for fetching packsTay Ray Chuan2009-06-06
* | http: use new http API in fetch_index()Tay Ray Chuan2009-06-06
* | http*: add http_get_info_packsTay Ray Chuan2009-06-06