summaryrefslogtreecommitdiff
path: root/http.c
AgeCommit message (Expand)AuthorFilesLines
2010-12-12Merge branch 'tc/http-urls-ends-with-slash'Libravatar Junio C Hamano1-7/+0
2010-12-08Merge branch 'gc/http-with-non-ascii-username-url'Libravatar Junio C Hamano1-1/+11
2010-11-26shift end_url_with_slash() from http.[ch] to url.[ch]Libravatar Tay Ray Chuan1-7/+1
2010-11-17Fix username and password extraction from HTTP URLsLibravatar Gabriel Corona1-1/+11
2010-09-27smart-http: Don't change POST to GET when following redirectLibravatar Tay Ray Chuan1-0/+5
2010-08-11Allow HTTP user agent string to be modified.Libravatar Spencer E. Olson1-1/+8
2010-05-21Merge branch 'sp/maint-dumb-http-pack-reidx'Libravatar Junio C Hamano1-46/+89
2010-05-08Merge branch 'rc/maint-curl-helper'Libravatar Junio C Hamano1-1/+1
2010-04-19http.c::new_http_pack_request: do away with the temp variable filenameLibravatar Tay Ray Chuan1-3/+2
2010-04-19http-fetch: Use temporary files for pack-*.idx until verifiedLibravatar Shawn O. Pearce1-17/+39
2010-04-19http-fetch: Use index-pack rather than verify-pack to check packsLibravatar Shawn O. Pearce1-7/+37
2010-04-19Allow parse_pack_index on temporary filesLibravatar Shawn O. Pearce1-1/+1
2010-04-19http.c: Remove unnecessary strdup of sha1_to_hex resultLibravatar Shawn O. Pearce1-4/+2
2010-04-17http.c: Don't store destination name in request structuresLibravatar Shawn O. Pearce1-8/+6
2010-04-17http.c: Drop useless != NULL test in finish_http_pack_requestLibravatar Shawn O. Pearce1-6/+3
2010-04-17http.c: Tiny refactoring of finish_http_pack_requestLibravatar Shawn O. Pearce1-8/+8
2010-04-17http.c: Remove bad free of static blockLibravatar Shawn O. Pearce1-1/+0
2010-04-09http: make end_url_with_slash() publicLibravatar Tay Ray Chuan1-1/+1
2010-04-01Prompt for a username when an HTTP request 401sLibravatar Scott Chacon1-2/+20
2010-03-04git-core: Support retrieving passwords with GIT_ASKPASSLibravatar Frank Li1-2/+2
2010-01-12http.c: mark file-local functions staticLibravatar Junio C Hamano1-2/+8
2010-01-10Merge branch 'tr/http-updates'Libravatar Junio C Hamano1-2/+24
2010-01-03Use warning function instead of fprintf(stderr, "Warning: ...").Libravatar Thiago Farina1-1/+1
2009-12-29Remove http.authAnyLibravatar Junio C Hamano1-16/+1
2009-11-27Add an option for using any HTTP authentication scheme, not only basicLibravatar Martin Storsjö1-0/+22
2009-11-27http: maintain curl sessionsLibravatar Tay Ray Chuan1-2/+17
2009-11-04Smart push over HTTP: client sideLibravatar Shawn O. Pearce1-3/+10
2009-09-14Merge branch 'maint'Libravatar Junio C Hamano1-1/+1
2009-09-14http.c: avoid freeing an uninitialized pointerLibravatar Junio C Hamano1-1/+1
2009-09-13Merge branch 'maint'Libravatar Junio C Hamano1-11/+0
2009-09-11http.c: remove verification of remote packsLibravatar Tay Ray Chuan1-11/+0
2009-08-28Merge branch 'maint'Libravatar Junio C Hamano1-1/+6
2009-08-28Merge branch 'rc/maint-http-fix' into maintLibravatar Junio C Hamano1-1/+3
2009-08-28http.c: set slot callback members to NULL when releasing objectLibravatar Tay Ray Chuan1-1/+6
2009-08-18Merge branch 'rc/maint-http-fix'Libravatar Junio C Hamano1-1/+3
2009-08-18http.c: don't assume that urls don't end with slashLibravatar Tay Ray Chuan1-1/+3
2009-08-10Check return value of ftruncate call in http.cLibravatar Jeff Lasslett1-1/+5
2009-08-10http.c: replace usage of temporary variable for urlsLibravatar Tay Ray Chuan1-9/+6
2009-08-10http.c: free preq when abortingLibravatar Tay Ray Chuan1-0/+1
2009-07-09Merge branch 'ml/http'Libravatar Junio C Hamano1-1/+47
2009-06-18http.c: add http.sslCertPasswordProtected optionLibravatar Mark Lodato1-1/+8
2009-06-18http.c: prompt for SSL client certificate passwordLibravatar Mark Lodato1-1/+40
2009-06-18Merge branch 'maint'Libravatar Junio C Hamano1-4/+4
2009-06-18http.c: fix compiling with libcurl 7.9.2Libravatar Mark Lodato1-4/+4
2009-06-06http*: add helper methods for fetching objects (loose)Libravatar Tay Ray Chuan1-2/+248
2009-06-06http*: add helper methods for fetching packsLibravatar Tay Ray Chuan1-0/+106
2009-06-06http: use new http API in fetch_index()Libravatar Tay Ray Chuan1-73/+8
2009-06-06http*: add http_get_info_packsLibravatar Tay Ray Chuan1-0/+164
2009-06-06http.c::http_fetch_ref(): use the new http APILibravatar Mike Hommey1-25/+8
2009-06-06http.c: new functions for the http APILibravatar Mike Hommey1-0/+104