summaryrefslogtreecommitdiff
path: root/http.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'maint'Junio C Hamano2009-09-141-1/+1
|\
| * http.c: avoid freeing an uninitialized pointerJunio C Hamano2009-09-141-1/+1
* | Merge branch 'maint'Junio C Hamano2009-09-131-11/+0
|\ \ | |/
| * http.c: remove verification of remote packsTay Ray Chuan2009-09-111-11/+0
* | Merge branch 'maint'Junio C Hamano2009-08-281-1/+6
|\ \ | |/
| * Merge branch 'rc/maint-http-fix' into maintJunio C Hamano2009-08-281-1/+3
| |\
| * | http.c: set slot callback members to NULL when releasing objectTay Ray Chuan2009-08-281-1/+6
* | | Merge branch 'rc/maint-http-fix'Junio C Hamano2009-08-181-1/+3
|\ \ \ | | |/ | |/|
| * | http.c: don't assume that urls don't end with slashTay Ray Chuan2009-08-181-1/+3
| |/
* | Check return value of ftruncate call in http.cJeff Lasslett2009-08-101-1/+5
* | http.c: replace usage of temporary variable for urlsTay Ray Chuan2009-08-101-9/+6
* | http.c: free preq when abortingTay Ray Chuan2009-08-101-0/+1
|/
* Merge branch 'ml/http'Junio C Hamano2009-07-091-1/+47
|\
| * http.c: add http.sslCertPasswordProtected optionMark Lodato2009-06-181-1/+8
| * http.c: prompt for SSL client certificate passwordMark Lodato2009-06-181-1/+40
* | Merge branch 'maint'Junio C Hamano2009-06-181-4/+4
|\ \
| * | http.c: fix compiling with libcurl 7.9.2Mark Lodato2009-06-181-4/+4
| |/
* | http*: add helper methods for fetching objects (loose)Tay Ray Chuan2009-06-061-2/+248
* | http*: add helper methods for fetching packsTay Ray Chuan2009-06-061-0/+106
* | http: use new http API in fetch_index()Tay Ray Chuan2009-06-061-73/+8
* | http*: add http_get_info_packsTay Ray Chuan2009-06-061-0/+164
* | http.c::http_fetch_ref(): use the new http APIMike Hommey2009-06-061-25/+8
* | http.c: new functions for the http APIMike Hommey2009-06-061-0/+104
* | http: create function end_url_with_slashTay Ray Chuan2009-06-061-3/+9
* | http*: move common variables and macros to http.[ch]Tay Ray Chuan2009-06-061-0/+9
|/
* Allow curl to rewind the read buffersMartin Storsjö2009-04-021-0/+19
* http.c: CURLOPT_NETRC_OPTIONAL is not available in ancient versions of cURLJunio C Hamano2009-03-121-3/+1
* http authentication via promptsJunio C Hamano2009-03-101-0/+60
* http_init(): Fix config file parsingJunio C Hamano2009-03-101-42/+27
* http.c: style cleanupsJunio C Hamano2009-03-091-23/+21
* http.c: use strbuf API in quote_ref_urlTay Ray Chuan2009-03-071-20/+10
* Merge branch 'maint'Junio C Hamano2008-12-071-7/+4
|\
| * http.c: use 'git_config_string' to get 'curl_http_proxy'Miklos Vajna2008-12-071-7/+4
* | Merge branch 'mh/maint-honor-no-ssl-verify'Junio C Hamano2008-09-161-1/+10
|\ \ | |/
| * Don't verify host name in SSL certs when GIT_SSL_NO_VERIFY is setJunio C Hamano2008-09-071-1/+10
* | Use xmalloc() and friends to catch allocation failuresDotan Barak2008-09-091-1/+1
|/
* http.c: Use 'git_config_string' to clean up SSL config.Brian Hetro2008-07-051-24/+12
* Work around gcc warnings from curl headersJunio C Hamano2008-07-041-6/+7
* Don't allocate too much memory in quote_ref_urlMike Hommey2008-06-141-1/+1
* Provide git_config with a callback-data parameterJohannes Schindelin2008-05-141-3/+3
* Make ls-remote http://... list HEAD, like for git://...Daniel Barkalow2008-04-261-1/+4
* Make walker.fetch_ref() take a struct ref.Daniel Barkalow2008-04-261-6/+7
* Merge branch 'maint'Junio C Hamano2008-03-041-11/+3
|\
| * Fix random crashes in http_cleanup()Mike Hommey2008-03-031-11/+3
* | Set proxy override with http_init()Mike Hommey2008-02-271-1/+9
|/
* http.c: guard config parser from value=NULLJunio C Hamano2008-02-111-10/+15
* Move fetch_ref from http-push.c and http-walker.c to http.cMike Hommey2007-12-141-0/+82
* Use strbuf in http codeMike Hommey2007-12-141-20/+14
* Remove a CURLOPT_HTTPHEADER (un)settingMike Hommey2007-12-141-1/+0
* Cleanup variables in http.[ch]Mike Hommey2007-12-091-14/+14