1. be885d9 Make ls-remote http://... list HEAD, like for git://... by Daniel Barkalow · 17 years ago
  2. c13b263 Make walker.fetch_ref() take a struct ref. by Daniel Barkalow · 17 years ago
  3. 27b4070 Merge branch 'maint' by Junio C Hamano · 17 years ago
  4. f23d1f7 Fix random crashes in http_cleanup() by Mike Hommey · 17 years ago
  5. 9fc6440 Set proxy override with http_init() by Mike Hommey · 17 years ago
  6. 111dd25 http.c: guard config parser from value=NULL by Junio C Hamano · 17 years ago
  7. d7e9280 Move fetch_ref from http-push.c and http-walker.c to http.c by Mike Hommey · 17 years ago
  8. 028c297 Use strbuf in http code by Mike Hommey · 17 years ago
  9. 02dc534 Remove a CURLOPT_HTTPHEADER (un)setting by Mike Hommey · 17 years ago
  10. cc3530e Cleanup variables in http.[ch] by Mike Hommey · 17 years ago
  11. 9c5665a Allow HTTP proxy to be overridden in config by Sam Vilain · 17 years ago
  12. 3278cd0 Properly cleanup in http_cleanup so builtin-fetch does not segfault by Shawn O. Pearce · 18 years ago
  13. fc57b6a Make function to refill http queue a callback by Daniel Barkalow · 18 years ago
  14. 45c1741 Refactor http.h USE_CURL_MULTI fill_active_slots(). by Daniel Barkalow · 18 years ago
  15. a6080a0 War on whitespace by Junio C Hamano · 18 years ago
  16. e9d54bd http.c: Fix problem with repeated calls of http_init by Julian Phillips · 18 years ago
  17. 3ea099d http/ftp: optionally ask curl to not use EPSV command by Sasha Khapyorsky · 18 years ago
  18. 1d7f171 Remove all void-pointer arithmetic. by Florian Forster · 19 years ago
  19. b3ca4e4e HTTP cleanup by Nick Hengeveld · 19 years ago
  20. 9094950 http: prevent segfault during curl handle reuse by Nick Hengeveld · 19 years ago
  21. 20fc9bc Set HTTP user agent to git/GIT_VERSION by Nick Hengeveld · 19 years ago
  22. baa7b67 HTTP slot reuse fixes by Nick Hengeveld · 19 years ago
  23. 53f3138 http-fetch: Abort requests for objects which arrived in packs by Mark Wooding · 19 years ago
  24. 7982d74 http: Turn on verbose Curl messages if GIT_CURL_VERBOSE set in environment by Mark Wooding · 19 years ago
  25. c8568e1 Fix HTTP request result processing after slot reuse by Nick Hengeveld · 19 years ago
  26. 11979b9 http.c: reorder to avoid compilation failure. by Junio C Hamano · 19 years ago
  27. 29508e1 Isolate shared HTTP request functionality by Nick Hengeveld · 19 years ago