summaryrefslogtreecommitdiff
path: root/http.c
Commit message (Expand)AuthorAgeFilesLines
* 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