1. 5db9d38 http: drop support for curl < 7.19.3 and < 7.17.0 (again) by Ævar Arnfjörð Bjarmason · 3 years, 7 months ago
  2. 644de29 http: drop support for curl < 7.19.4 by Jeff King · 3 years, 7 months ago
  3. 013c7e2 http: drop support for curl < 7.16.0 by Jeff King · 3 years, 7 months ago
  4. 1119a15 http: drop support for curl < 7.11.1 by Jeff King · 3 years, 7 months ago
  5. 726b25a http: allow custom index-pack args by Jonathan Tan · 4 years, 1 month ago
  6. 34e849b Merge branch 'jt/cdn-offload' by Junio C Hamano · 4 years, 9 months ago
  7. 8d5d2a3 http-fetch: support fetching packfiles by URL by Jonathan Tan · 4 years, 9 months ago
  8. eb05349 http: refactor finish_http_pack_request() by Jonathan Tan · 4 years, 9 months ago
  9. 7167a62 http, imap-send: stop using CURLOPT_VERBOSE by Jonathan Tan · 4 years, 10 months ago
  10. 93b980e http: use xmalloc with cURL by Carlo Marcelo Arenas Belón · 6 years ago
  11. 4aeeef3 Merge branch 'dl/no-extern-in-func-decl' by Junio C Hamano · 6 years ago
  12. ad6dad0 *.[ch]: manually align parameter lists by Denton Liu · 6 years ago
  13. 5545442 *.[ch]: remove extern from function declarations using spatch by Denton Liu · 6 years ago
  14. d4e568b Merge branch 'bc/hash-transition-16' by Junio C Hamano · 6 years ago
  15. eed0e60 http: compute hash of downloaded objects using the_hash_algo by brian m. carlson · 6 years ago
  16. a3722bc http: factor out curl result code normalization by Jeff King · 6 years ago
  17. cba595a Merge branch 'jk/loose-object-cache-oid' by Junio C Hamano · 6 years ago
  18. e6cf87b http: enable keep_error for HTTP requests by Masaya Suzuki · 6 years ago
  19. f0be0db http: use struct object_id instead of bare sha1 by Jeff King · 6 years ago
  20. 7c3d15f Merge branch 'jk/snprintf-truncation' by Junio C Hamano · 7 years ago
  21. 390c6cb http: use strbufs instead of fixed buffers by Jeff King · 7 years ago
  22. 8ff14ed http: allow providing extra headers for http requests by Brandon Williams · 7 years ago
  23. 37ee680 http.postbuffer: allow full range of ssize_t values by David Turner · 8 years ago
  24. 8a2882f Merge branch 'jk/http-walker-limit-redirect-2.9' by Junio C Hamano · 8 years ago
  25. 50d3413 http: make redirects more obvious by Jeff King · 8 years ago
  26. 2f84df2 Merge branch 'ep/http-curl-trace' by Junio C Hamano · 9 years ago
  27. 74c682d http.c: implement the GIT_TRACE_CURL environment variable by Elia Pinto · 9 years ago
  28. 8cb01e2 http: support sending custom HTTP headers by Johannes Schindelin · 9 years ago
  29. e84d5e9 Merge branch 'ew/force-ipv4' by Junio C Hamano · 9 years ago
  30. c915f11 connect & http: support -4 and -6 switches for remote operations by Eric Wong · 9 years ago
  31. 372370f http: use credential API to handle proxy authentication by Knut Franke · 9 years ago
  32. 835c4d3 http.c: use CURLOPT_RANGE for range requests by David Turner · 9 years ago
  33. b90a3d7 http.c: make finish_active_slot() and handle_curl_result() static by Junio C Hamano · 10 years ago
  34. e313162 http: optionally extract charset parameter from content-type by Jeff King · 11 years ago
  35. d59c12d Merge branch 'jl/nor-or-nand-and' by Junio C Hamano · 11 years ago
  36. 0168990 comments: fix misuses of "nor" by Justin Lebar · 11 years ago
  37. beed336 http: never use curl_easy_perform by Jeff King · 11 years ago
  38. c5a77e8 Merge branch 'bc/http-100-continue' by Junio C Hamano · 11 years ago
  39. 0972ccd http: return curl's AUTHAVAIL via slot_results by Jeff King · 11 years ago
  40. c93c92f http: update base URLs when we see redirects by Jeff King · 11 years ago
  41. 7886896 http: provide effective url to callers by Jeff King · 11 years ago
  42. 2501aff http: hoist credential request out of handle_curl_result by Jeff King · 11 years ago
  43. 1bbcc22 http: refactor options to http_get_* by Jeff King · 11 years ago
  44. 574d51b Merge branch 'mv/ssl-ftp-curl' by Junio C Hamano · 12 years ago
  45. 4bc444e Support FTP-over-SSL/TLS for regular FTP by Modestas Vainius · 12 years ago
  46. 4df13f6 http: drop http_error function by Jeff King · 12 years ago
  47. 67d2a7b http: simplify http_error helper function by Jeff King · 12 years ago
  48. 6d052d7 http: add HTTP_KEEP_ERROR option by Jeff King · 12 years ago
  49. 4656bf4 Verify Content-Type from smart HTTP servers by Shawn Pearce · 12 years ago
  50. 1960897 http: do not set up curl auth after a 401 by Jeff King · 12 years ago
  51. 188923f http: fix segfault in handle_curl_result by Jeff King · 12 years ago
  52. 8809703 http: factor out http error code handling by Jeff King · 13 years ago
  53. a7793a7 correct spelling: an URL -> a URL by Jim Meyering · 13 years ago
  54. 1d3a035 Merge branch 'jk/maint-push-over-dav' by Junio C Hamano · 13 years ago
  55. a4ddbc3 http-push: enable "proactive auth" by Jeff King · 13 years ago
  56. c4c9a63 Merge branch 'mf/curl-select-fdset' by Junio C Hamano · 13 years ago
  57. 093c44a http: drop "local" member from request struct by Jeff King · 13 years ago
  58. df26c47 http.c: Rely on select instead of tracking whether data was received by Mika Fischer · 13 years ago
  59. deba493 http_init: accept separate URL parameter by Jeff King · 13 years ago
  60. eb4f407 Merge branch 'jc/zlib-wrap' by Junio C Hamano · 14 years ago
  61. ef49a7a zlib: zlib can only process 4GB at a time by Junio C Hamano · 14 years ago
  62. a04ff3e http: make curl callbacks match contracts from curl header by Dan McGee · 14 years ago
  63. 9cba13c standardize brace placement in struct definitions by Jonathan Nieder · 14 years ago
  64. 1966d9f shift end_url_with_slash() from http.[ch] to url.[ch] by Tay Ray Chuan · 14 years ago
  65. 9874606 Standardize do { ... } while (0) style by Jonathan Nieder · 15 years ago
  66. 035bf8d Merge branch 'sp/maint-dumb-http-pack-reidx' by Junio C Hamano · 15 years ago
  67. 3cc9caa Merge branch 'rc/maint-curl-helper' by Junio C Hamano · 15 years ago
  68. 0da8b2e http.c: Don't store destination name in request structures by Shawn O. Pearce · 15 years ago
  69. eb9d47c http: make end_url_with_slash() public by Tay Ray Chuan · 15 years ago
  70. 42653c0 Prompt for a username when an HTTP request 401s by Scott Chacon · 15 years ago
  71. 83e41e2 http.c: mark file-local functions static by Junio C Hamano · 15 years ago
  72. de1a2fd Smart push over HTTP: client side by Shawn O. Pearce · 15 years ago
  73. 5424bc5 http*: add helper methods for fetching objects (loose) by Tay Ray Chuan · 16 years ago
  74. 2264dfa http*: add helper methods for fetching packs by Tay Ray Chuan · 16 years ago
  75. b8caac2 http*: add http_get_info_packs by Tay Ray Chuan · 16 years ago
  76. e929cd2 http.c: new functions for the http API by Mike Hommey · 16 years ago
  77. e917674 http*: move common variables and macros to http.[ch] by Tay Ray Chuan · 16 years ago
  78. 3944ba0 Allow curl to rewind the read buffers by Martin Storsjö · 16 years ago
  79. f444e52 Work around gcc warnings from curl headers by Junio C Hamano · 17 years ago
  80. c13b263 Make walker.fetch_ref() take a struct ref. by Daniel Barkalow · 17 years ago
  81. 9fc6440 Set proxy override with http_init() by Mike Hommey · 17 years ago
  82. 4f5f998 Clarify that http-push being temporarily disabled with older cURL by Junio C Hamano · 17 years ago
  83. d7e9280 Move fetch_ref from http-push.c and http-walker.c to http.c by Mike Hommey · 17 years ago
  84. 028c297 Use strbuf in http code by Mike Hommey · 17 years ago
  85. e8dc37e Avoid redundant declaration of missing_target() by Mike Hommey · 17 years ago
  86. cc3530e Cleanup variables in http.[ch] by Mike Hommey · 17 years ago
  87. fc57b6a Make function to refill http queue a callback by Daniel Barkalow · 18 years ago
  88. 45c1741 Refactor http.h USE_CURL_MULTI fill_active_slots(). by Daniel Barkalow · 18 years ago
  89. 9cf0430 http-fetch: Disable use of curl multi support for libcurl < 7.16. by Alexandre Julliard · 18 years ago
  90. 500ebb0 Work around http-fetch built with cURL 7.16.0 by Junio C Hamano · 18 years ago
  91. c774b2d Patch for http-fetch.c and older curl releases by Art Haas · 18 years ago
  92. baa7b67 HTTP slot reuse fixes by Nick Hengeveld · 19 years ago
  93. 53f3138 http-fetch: Abort requests for objects which arrived in packs by Mark Wooding · 19 years ago
  94. c8568e1 Fix HTTP request result processing after slot reuse by Nick Hengeveld · 19 years ago
  95. 29508e1 Isolate shared HTTP request functionality by Nick Hengeveld · 19 years ago