summaryrefslogtreecommitdiff
path: root/http.c
AgeCommit message (Expand)Author
2009-04-02Allow curl to rewind the read buffersMartin Storsjö
2009-03-13http.c: CURLOPT_NETRC_OPTIONAL is not available in ancient versions of cURLJunio C Hamano
2009-03-11http authentication via promptsJunio C Hamano
2009-03-11http_init(): Fix config file parsingJunio C Hamano
2009-03-10http.c: style cleanupsJunio C Hamano
2009-03-08http.c: use strbuf API in quote_ref_urlTay Ray Chuan
2008-12-07Merge branch 'maint'Junio C Hamano
2008-12-07http.c: use 'git_config_string' to get 'curl_http_proxy'Miklos Vajna
2008-09-16Merge branch 'mh/maint-honor-no-ssl-verify'Junio C Hamano
2008-09-09Use xmalloc() and friends to catch allocation failuresDotan Barak
2008-09-07Don't verify host name in SSL certs when GIT_SSL_NO_VERIFY is setJunio C Hamano
2008-07-06http.c: Use 'git_config_string' to clean up SSL config.Brian Hetro
2008-07-04Work around gcc warnings from curl headersJunio C Hamano
2008-06-14Don't allocate too much memory in quote_ref_urlMike Hommey
2008-05-14Provide git_config with a callback-data parameterJohannes Schindelin
2008-04-27Make ls-remote http://... list HEAD, like for git://...Daniel Barkalow
2008-04-27Make walker.fetch_ref() take a struct ref.Daniel Barkalow
2008-03-04Merge branch 'maint'Junio C Hamano
2008-03-03Fix random crashes in http_cleanup()Mike Hommey
2008-02-27Set proxy override with http_init()Mike Hommey
2008-02-11http.c: guard config parser from value=NULLJunio C Hamano
2007-12-15Move fetch_ref from http-push.c and http-walker.c to http.cMike Hommey
2007-12-15Use strbuf in http codeMike Hommey
2007-12-15Remove a CURLOPT_HTTPHEADER (un)settingMike Hommey
2007-12-09Cleanup variables in http.[ch]Mike Hommey
2007-12-04Allow HTTP proxy to be overridden in configSam Vilain
2007-09-19Properly cleanup in http_cleanup so builtin-fetch does not segfaultShawn O. Pearce
2007-09-19Make function to refill http queue a callbackDaniel Barkalow
2007-09-19Refactor http.h USE_CURL_MULTI fill_active_slots().Daniel Barkalow
2007-06-07War on whitespaceJunio C Hamano
2007-04-29http.c: Fix problem with repeated calls of http_initJulian Phillips
2006-09-29http/ftp: optionally ask curl to not use EPSV commandSasha Khapyorsky
2006-06-20Remove all void-pointer arithmetic.Florian Forster
2006-06-06HTTP cleanupNick Hengeveld
2006-06-01http: prevent segfault during curl handle reuseNick Hengeveld
2006-04-04Set HTTP user agent to git/GIT_VERSIONNick Hengeveld
2006-03-11HTTP slot reuse fixesNick Hengeveld
2006-02-07http-fetch: Abort requests for objects which arrived in packsMark Wooding
2006-02-06http: Turn on verbose Curl messages if GIT_CURL_VERBOSE set in environmentMark Wooding
2006-02-01Fix HTTP request result processing after slot reuseNick Hengeveld
2005-11-20http.c: reorder to avoid compilation failure.Junio C Hamano
2005-11-20Isolate shared HTTP request functionalityNick Hengeveld