summaryrefslogtreecommitdiff
path: root/http.c
AgeCommit message (Expand)AuthorFilesLines
2009-09-14http.c: avoid freeing an uninitialized pointerLibravatar Junio C Hamano1-1/+1
2009-09-11http.c: remove verification of remote packsLibravatar Tay Ray Chuan1-11/+0
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-18http.c: don't assume that urls don't end with slashLibravatar Tay Ray Chuan1-1/+3
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
2009-06-06http: create function end_url_with_slashLibravatar Tay Ray Chuan1-3/+9
2009-06-06http*: move common variables and macros to http.[ch]Libravatar Tay Ray Chuan1-0/+9
2009-04-02Allow curl to rewind the read buffersLibravatar Martin Storsjö1-0/+19
2009-03-12http.c: CURLOPT_NETRC_OPTIONAL is not available in ancient versions of cURLLibravatar Junio C Hamano1-3/+1
2009-03-10http authentication via promptsLibravatar Junio C Hamano1-0/+60
2009-03-10http_init(): Fix config file parsingLibravatar Junio C Hamano1-42/+27
2009-03-09http.c: style cleanupsLibravatar Junio C Hamano1-23/+21
2009-03-07http.c: use strbuf API in quote_ref_urlLibravatar Tay Ray Chuan1-20/+10
2008-12-07Merge branch 'maint'Libravatar Junio C Hamano1-7/+4
2008-12-07http.c: use 'git_config_string' to get 'curl_http_proxy'Libravatar Miklos Vajna1-7/+4
2008-09-16Merge branch 'mh/maint-honor-no-ssl-verify'Libravatar Junio C Hamano1-1/+10
2008-09-09Use xmalloc() and friends to catch allocation failuresLibravatar Dotan Barak1-1/+1
2008-09-07Don't verify host name in SSL certs when GIT_SSL_NO_VERIFY is setLibravatar Junio C Hamano1-1/+10
2008-07-05http.c: Use 'git_config_string' to clean up SSL config.Libravatar Brian Hetro1-24/+12
2008-07-04Work around gcc warnings from curl headersLibravatar Junio C Hamano1-6/+7
2008-06-14Don't allocate too much memory in quote_ref_urlLibravatar Mike Hommey1-1/+1
2008-05-14Provide git_config with a callback-data parameterLibravatar Johannes Schindelin1-3/+3
2008-04-26Make ls-remote http://... list HEAD, like for git://...Libravatar Daniel Barkalow1-1/+4
2008-04-26Make walker.fetch_ref() take a struct ref.Libravatar Daniel Barkalow1-6/+7
2008-03-04Merge branch 'maint'Libravatar Junio C Hamano1-11/+3
2008-03-03Fix random crashes in http_cleanup()Libravatar Mike Hommey1-11/+3
2008-02-27Set proxy override with http_init()Libravatar Mike Hommey1-1/+9
2008-02-11http.c: guard config parser from value=NULLLibravatar Junio C Hamano1-10/+15
2007-12-14Move fetch_ref from http-push.c and http-walker.c to http.cLibravatar Mike Hommey1-0/+82
2007-12-14Use strbuf in http codeLibravatar Mike Hommey1-20/+14
2007-12-14Remove a CURLOPT_HTTPHEADER (un)settingLibravatar Mike Hommey1-1/+0
2007-12-09Cleanup variables in http.[ch]Libravatar Mike Hommey1-14/+14
2007-12-03Allow HTTP proxy to be overridden in configLibravatar Sam Vilain1-0/+11
2007-09-19Properly cleanup in http_cleanup so builtin-fetch does not segfaultLibravatar Shawn O. Pearce1-2/+5
2007-09-19Make function to refill http queue a callbackLibravatar Daniel Barkalow1-2/+28
2007-09-19Refactor http.h USE_CURL_MULTI fill_active_slots().Libravatar Daniel Barkalow1-0/+24
2007-06-07War on whitespaceLibravatar Junio C Hamano1-1/+1
2007-04-29http.c: Fix problem with repeated calls of http_initLibravatar Julian Phillips1-0/+1
2006-09-28http/ftp: optionally ask curl to not use EPSV commandLibravatar Sasha Khapyorsky1-0/+12