1. 1d3a035 Merge branch 'jk/maint-push-over-dav' by Junio C Hamano · 13 years ago
  2. a4ddbc3 http-push: enable "proactive auth" by Jeff King · 13 years ago
  3. c4c9a63 Merge branch 'mf/curl-select-fdset' by Junio C Hamano · 13 years ago
  4. 093c44a http: drop "local" member from request struct by Jeff King · 13 years ago
  5. df26c47 http.c: Rely on select instead of tracking whether data was received by Mika Fischer · 13 years ago
  6. deba493 http_init: accept separate URL parameter by Jeff King · 13 years ago
  7. eb4f407 Merge branch 'jc/zlib-wrap' by Junio C Hamano · 14 years ago
  8. ef49a7a zlib: zlib can only process 4GB at a time by Junio C Hamano · 14 years ago
  9. a04ff3e http: make curl callbacks match contracts from curl header by Dan McGee · 14 years ago
  10. 9cba13c standardize brace placement in struct definitions by Jonathan Nieder · 14 years ago
  11. 1966d9f shift end_url_with_slash() from http.[ch] to url.[ch] by Tay Ray Chuan · 14 years ago
  12. 9874606 Standardize do { ... } while (0) style by Jonathan Nieder · 15 years ago
  13. 035bf8d Merge branch 'sp/maint-dumb-http-pack-reidx' by Junio C Hamano · 15 years ago
  14. 3cc9caa Merge branch 'rc/maint-curl-helper' by Junio C Hamano · 15 years ago
  15. 0da8b2e http.c: Don't store destination name in request structures by Shawn O. Pearce · 15 years ago
  16. eb9d47c http: make end_url_with_slash() public by Tay Ray Chuan · 15 years ago
  17. 42653c0 Prompt for a username when an HTTP request 401s by Scott Chacon · 15 years ago
  18. 83e41e2 http.c: mark file-local functions static by Junio C Hamano · 15 years ago
  19. de1a2fd Smart push over HTTP: client side by Shawn O. Pearce · 15 years ago
  20. 5424bc5 http*: add helper methods for fetching objects (loose) by Tay Ray Chuan · 16 years ago
  21. 2264dfa http*: add helper methods for fetching packs by Tay Ray Chuan · 16 years ago
  22. b8caac2 http*: add http_get_info_packs by Tay Ray Chuan · 16 years ago
  23. e929cd2 http.c: new functions for the http API by Mike Hommey · 16 years ago
  24. e917674 http*: move common variables and macros to http.[ch] by Tay Ray Chuan · 16 years ago
  25. 3944ba0 Allow curl to rewind the read buffers by Martin Storsjö · 16 years ago
  26. f444e52 Work around gcc warnings from curl headers by Junio C Hamano · 17 years ago
  27. c13b263 Make walker.fetch_ref() take a struct ref. by Daniel Barkalow · 17 years ago
  28. 9fc6440 Set proxy override with http_init() by Mike Hommey · 17 years ago
  29. 4f5f998 Clarify that http-push being temporarily disabled with older cURL by Junio C Hamano · 17 years ago
  30. d7e9280 Move fetch_ref from http-push.c and http-walker.c to http.c by Mike Hommey · 17 years ago
  31. 028c297 Use strbuf in http code by Mike Hommey · 17 years ago
  32. e8dc37e Avoid redundant declaration of missing_target() by Mike Hommey · 17 years ago
  33. cc3530e Cleanup variables in http.[ch] by Mike Hommey · 17 years ago
  34. fc57b6a Make function to refill http queue a callback by Daniel Barkalow · 18 years ago
  35. 45c1741 Refactor http.h USE_CURL_MULTI fill_active_slots(). by Daniel Barkalow · 18 years ago
  36. 9cf0430 http-fetch: Disable use of curl multi support for libcurl < 7.16. by Alexandre Julliard · 18 years ago
  37. 500ebb0 Work around http-fetch built with cURL 7.16.0 by Junio C Hamano · 18 years ago
  38. c774b2d Patch for http-fetch.c and older curl releases by Art Haas · 19 years ago
  39. baa7b67 HTTP slot reuse fixes by Nick Hengeveld · 19 years ago
  40. 53f3138 http-fetch: Abort requests for objects which arrived in packs by Mark Wooding · 19 years ago
  41. c8568e1 Fix HTTP request result processing after slot reuse by Nick Hengeveld · 19 years ago
  42. 29508e1 Isolate shared HTTP request functionality by Nick Hengeveld · 19 years ago