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