summaryrefslogtreecommitdiff
path: root/http.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Allow HTTP proxy to be overridden in configSam Vilain2007-12-031-0/+11
* Properly cleanup in http_cleanup so builtin-fetch does not segfaultShawn O. Pearce2007-09-191-2/+5
* Make function to refill http queue a callbackDaniel Barkalow2007-09-191-2/+28
* Refactor http.h USE_CURL_MULTI fill_active_slots().Daniel Barkalow2007-09-191-0/+24
* War on whitespaceJunio C Hamano2007-06-071-1/+1
* http.c: Fix problem with repeated calls of http_initJulian Phillips2007-04-291-0/+1
* http/ftp: optionally ask curl to not use EPSV commandSasha Khapyorsky2006-09-281-0/+12
* Remove all void-pointer arithmetic.Florian Forster2006-06-201-2/+2
* HTTP cleanupNick Hengeveld2006-06-061-1/+6
* http: prevent segfault during curl handle reuseNick Hengeveld2006-05-311-3/+6
* Set HTTP user agent to git/GIT_VERSIONNick Hengeveld2006-04-041-0/+2
* HTTP slot reuse fixesNick Hengeveld2006-03-101-1/+7
* http-fetch: Abort requests for objects which arrived in packsMark Wooding2006-02-071-1/+17
* http: Turn on verbose Curl messages if GIT_CURL_VERBOSE set in environmentMark Wooding2006-02-051-0/+3
* Fix HTTP request result processing after slot reuseNick Hengeveld2006-01-311-1/+8
* http.c: reorder to avoid compilation failure.Junio C Hamano2005-11-191-36/+35
* Isolate shared HTTP request functionalityNick Hengeveld2005-11-191-0/+443