aboutsummaryrefslogtreecommitdiff
path: root/http.c
Commit message (Expand)AuthorAge
* Move fetch_ref from http-push.c and http-walker.c to http.cMike Hommey2007-12-14
* Use strbuf in http codeMike Hommey2007-12-14
* Remove a CURLOPT_HTTPHEADER (un)settingMike Hommey2007-12-14
* Cleanup variables in http.[ch]Mike Hommey2007-12-09
* Allow HTTP proxy to be overridden in configSam Vilain2007-12-03
* Properly cleanup in http_cleanup so builtin-fetch does not segfaultShawn O. Pearce2007-09-19
* Make function to refill http queue a callbackDaniel Barkalow2007-09-19
* Refactor http.h USE_CURL_MULTI fill_active_slots().Daniel Barkalow2007-09-19
* War on whitespaceJunio C Hamano2007-06-07
* http.c: Fix problem with repeated calls of http_initJulian Phillips2007-04-29
* http/ftp: optionally ask curl to not use EPSV commandSasha Khapyorsky2006-09-28
* Remove all void-pointer arithmetic.Florian Forster2006-06-20
* HTTP cleanupNick Hengeveld2006-06-06
* http: prevent segfault during curl handle reuseNick Hengeveld2006-05-31
* Set HTTP user agent to git/GIT_VERSIONNick Hengeveld2006-04-04
* HTTP slot reuse fixesNick Hengeveld2006-03-10
* http-fetch: Abort requests for objects which arrived in packsMark Wooding2006-02-07
* http: Turn on verbose Curl messages if GIT_CURL_VERBOSE set in environmentMark Wooding2006-02-05
* Fix HTTP request result processing after slot reuseNick Hengeveld2006-01-31
* http.c: reorder to avoid compilation failure.Junio C Hamano2005-11-19
* Isolate shared HTTP request functionalityNick Hengeveld2005-11-19