summaryrefslogtreecommitdiff
path: root/http.c
AgeCommit message (Expand)Author
2010-01-12http.c: mark file-local functions staticJunio C Hamano
2010-01-10Merge branch 'tr/http-updates'Junio C Hamano
2010-01-04Use warning function instead of fprintf(stderr, "Warning: ...").Thiago Farina
2009-12-29Remove http.authAnyJunio C Hamano
2009-11-28Add an option for using any HTTP authentication scheme, not only basicMartin Storsjö
2009-11-28http: maintain curl sessionsTay Ray Chuan
2009-11-05Smart push over HTTP: client sideShawn O. Pearce
2009-09-14Merge branch 'maint'Junio C Hamano
2009-09-14http.c: avoid freeing an uninitialized pointerJunio C Hamano
2009-09-13Merge branch 'maint'Junio C Hamano
2009-09-11http.c: remove verification of remote packsTay Ray Chuan
2009-08-29Merge branch 'maint'Junio C Hamano
2009-08-29Merge branch 'rc/maint-http-fix' into maintJunio C Hamano
2009-08-29http.c: set slot callback members to NULL when releasing objectTay Ray Chuan
2009-08-19Merge branch 'rc/maint-http-fix'Junio C Hamano
2009-08-18http.c: don't assume that urls don't end with slashTay Ray Chuan
2009-08-10Check return value of ftruncate call in http.cJeff Lasslett
2009-08-10http.c: replace usage of temporary variable for urlsTay Ray Chuan
2009-08-10http.c: free preq when abortingTay Ray Chuan
2009-07-09Merge branch 'ml/http'Junio C Hamano
2009-06-18http.c: add http.sslCertPasswordProtected optionMark Lodato
2009-06-18http.c: prompt for SSL client certificate passwordMark Lodato
2009-06-18Merge branch 'maint'Junio C Hamano
2009-06-18http.c: fix compiling with libcurl 7.9.2Mark Lodato
2009-06-06http*: add helper methods for fetching objects (loose)Tay Ray Chuan
2009-06-06http*: add helper methods for fetching packsTay Ray Chuan
2009-06-06http: use new http API in fetch_index()Tay Ray Chuan
2009-06-06http*: add http_get_info_packsTay Ray Chuan
2009-06-06http.c::http_fetch_ref(): use the new http APIMike Hommey
2009-06-06http.c: new functions for the http APIMike Hommey
2009-06-06http: create function end_url_with_slashTay Ray Chuan
2009-06-06http*: move common variables and macros to http.[ch]Tay Ray Chuan
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