summaryrefslogtreecommitdiffstats
path: root/http.c
AgeCommit message (Expand)AuthorLines
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
2009-11-27Add an option for using any HTTP authentication scheme, not only basicMartin Storsjö-0/+22
2009-11-27http: maintain curl sessionsTay Ray Chuan-2/+17
2009-11-04Smart push over HTTP: client sideShawn O. Pearce-3/+10
2009-09-14Merge branch 'maint'Junio C Hamano-1/+1
2009-09-14http.c: avoid freeing an uninitialized pointerJunio C Hamano-1/+1
2009-09-13Merge branch 'maint'Junio C Hamano-11/+0
2009-09-11http.c: remove verification of remote packsTay Ray Chuan-11/+0
2009-08-28Merge branch 'maint'Junio C Hamano-1/+6
2009-08-28Merge branch 'rc/maint-http-fix' into maintJunio C Hamano-1/+3
2009-08-28http.c: set slot callback members to NULL when releasing objectTay Ray Chuan-1/+6
2009-08-18Merge branch 'rc/maint-http-fix'Junio C Hamano-1/+3
2009-08-18http.c: don't assume that urls don't end with slashTay Ray Chuan-1/+3
2009-08-10Check return value of ftruncate call in http.cJeff Lasslett-1/+5
2009-08-10http.c: replace usage of temporary variable for urlsTay Ray Chuan-9/+6
2009-08-10http.c: free preq when abortingTay Ray Chuan-0/+1
2009-07-09Merge branch 'ml/http'Junio C Hamano-1/+47
2009-06-18http.c: add http.sslCertPasswordProtected optionMark Lodato-1/+8
2009-06-18http.c: prompt for SSL client certificate passwordMark Lodato-1/+40
2009-06-18Merge branch 'maint'Junio C Hamano-4/+4
2009-06-18http.c: fix compiling with libcurl 7.9.2Mark Lodato-4/+4
2009-06-06http*: add helper methods for fetching objects (loose)Tay Ray Chuan-2/+248
2009-06-06http*: add helper methods for fetching packsTay Ray Chuan-0/+106
2009-06-06http: use new http API in fetch_index()Tay Ray Chuan-73/+8
2009-06-06http*: add http_get_info_packsTay Ray Chuan-0/+164
2009-06-06http.c::http_fetch_ref(): use the new http APIMike Hommey-25/+8
2009-06-06http.c: new functions for the http APIMike Hommey-0/+104
2009-06-06http: create function end_url_with_slashTay Ray Chuan-3/+9
2009-06-06http*: move common variables and macros to http.[ch]Tay Ray Chuan-0/+9
2009-04-02Allow curl to rewind the read buffersMartin Storsjö-0/+19
2009-03-12http.c: CURLOPT_NETRC_OPTIONAL is not available in ancient versions of cURLJunio C Hamano-3/+1
2009-03-10http authentication via promptsJunio C Hamano-0/+60
2009-03-10http_init(): Fix config file parsingJunio C Hamano-42/+27