1. eea0e59 treewide: remove unnecessary includes in source files by Elijah Newren · 1 year, 1 month ago
  2. a034e91 object-store-ll.h: split this header out of object-store.h by Elijah Newren · 1 year, 8 months ago
  3. 0807e57 Merge branch 'en/header-split-cache-h' by Junio C Hamano · 1 year, 9 months ago
  4. b6fdc44 treewide: remove cache.h inclusion due to object-file.h changes by Elijah Newren · 1 year, 9 months ago
  5. 72871b19 Merge branch 'ab/remove-implicit-use-of-the-repository' by Junio C Hamano · 1 year, 9 months ago
  6. e7dca80 Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-cache-h by Junio C Hamano · 1 year, 9 months ago
  7. bc726bd cocci: apply the "object-store.h" part of "the_repository.pending" by Ævar Arnfjörð Bjarmason · 1 year, 10 months ago
  8. 1e5e097 http: mark unused parameter in fill_active_slot() callbacks by Jeff King · 1 year, 10 months ago
  9. 647edf7 http: drop unused parameter from start_object_request() by Jeff King · 1 year, 10 months ago
  10. 41771fa cache.h: remove dependence on hex.h; make other files include it explicitly by Elijah Newren · 1 year, 11 months ago
  11. afe8a90 tree-wide: apply equals-null.cocci by Junio C Hamano · 2 years, 8 months ago
  12. 8dda4cb http: rename CURLOPT_FILE to CURLOPT_WRITEDATA by Ævar Arnfjörð Bjarmason · 3 years, 5 months ago
  13. 013c7e2 http: drop support for curl < 7.16.0 by Jeff King · 3 years, 5 months ago
  14. 92e2cab Always use oidread to read into struct object_id by brian m. carlson · 3 years, 9 months ago
  15. eb05349 http: refactor finish_http_pack_request() by Jonathan Tan · 4 years, 7 months ago
  16. d4e568b Merge branch 'bc/hash-transition-16' by Junio C Hamano · 6 years ago
  17. 2bf1db7 http-walker: replace sha1_to_hex by brian m. carlson · 6 years ago
  18. 538b152 object-store: rename and expand packed_git's sha1 member by brian m. carlson · 6 years ago
  19. 3d10f72 http: use normalize_curl_result() instead of manual conversion by Jeff King · 6 years ago
  20. ccbbd8b http: normalize curl results for dumb loose and alternates fetches by Jeff King · 6 years ago
  21. 98374a0 convert has_sha1_file() callers to has_object_file() by Jeff King · 6 years ago
  22. 514c5fd sha1-file: modernize loose object file functions by Jeff King · 6 years ago
  23. f0be0db http: use struct object_id instead of bare sha1 by Jeff King · 6 years ago
  24. b69fb86 sha1_file_name(): overwrite buffer instead of appending by Jeff King · 6 years ago
  25. 67947c3 convert "hashcmp() != 0" to "!hasheq()" by Jeff King · 6 years ago
  26. e3ff068 convert "hashcmp() == 0" to hasheq() by Jeff King · 6 years ago
  27. cf0b179 Merge branch 'sb/object-store' by Junio C Hamano · 7 years ago
  28. cf78ae4 sha1_file: add repository argument to sha1_file_name by Stefan Beller · 7 years ago
  29. a80d72d object-store: move packed_git and packed_git_mru to object store by Stefan Beller · 7 years ago
  30. 16f0705 http-walker: convert struct object_request to use struct object_id by brian m. carlson · 7 years ago
  31. ea65773 sha1_file: remove static strbuf from sha1_file_name() by Christian Couder · 7 years ago
  32. d6fe003 pack: move find_sha1_pack() by Jonathan Tan · 7 years ago
  33. 2af882b Merge branch 'jk/http-walker-buffer-underflow-fix' by Junio C Hamano · 8 years ago
  34. d61434a http-walker: fix buffer underflow processing remote alternates by Jeff King · 8 years ago
  35. 5cae73d http: release strbuf on disabled alternates by Eric Wong · 8 years ago
  36. de46138 http: inform about alternates-as-redirects behavior by Eric Wong · 8 years ago
  37. abcbdc0 http: respect protocol.*.allow=user for http-alternates by Jeff King · 8 years ago
  38. 3680f16 http-walker: complain about non-404 loose object errors by Jeff King · 8 years ago
  39. 43ec089 Merge branch 'ew/http-walker' into jk/http-walker-limit-redirect by Junio C Hamano · 8 years ago
  40. cb4d2d3 http: treat http-alternates like redirects by Jeff King · 8 years ago
  41. 94e9901 http-walker: reduce O(n) ops with doubly-linked list by Eric Wong · 8 years ago
  42. 17966c0 http: avoid disconnecting on 404s for loose objects by Eric Wong · 8 years ago
  43. 43b8bba http-walker: remove unused parameter from fetch_object by Eric Wong · 8 years ago
  44. 54ba4c5 http-walker: store url in a strbuf by Jeff King · 9 years ago
  45. 59b8263 http-walker: simplify process_alternates_response() using strbuf by René Scharfe · 10 years ago
  46. 2831018 use xstrfmt to replace xmalloc + sprintf by Jeff King · 11 years ago
  47. 95244ae use xstrdup instead of xmalloc + strcpy by Jeff King · 11 years ago
  48. 07c19e7 Rename static function fetch_pack() to http_fetch_pack() by Michael Haggerty · 12 years ago
  49. a04ff3e http: make curl callbacks match contracts from curl header by Dan McGee · 14 years ago
  50. 9cba13c standardize brace placement in struct definitions by Jonathan Nieder · 14 years ago
  51. 8d676d8 Merge branch 'gv/portable' by Junio C Hamano · 15 years ago
  52. 4b05548 enums: omit trailing comma for portability by Gary V. Vaughan · 15 years ago
  53. 035bf8d Merge branch 'sp/maint-dumb-http-pack-reidx' by Junio C Hamano · 15 years ago
  54. 0da8b2e http.c: Don't store destination name in request structures by Shawn O. Pearce · 15 years ago
  55. 888692b http: init and cleanup separately from http-walker by Tay Ray Chuan · 15 years ago
  56. 09ae9ac http-walker: cleanup more thoroughly by Tay Ray Chuan · 15 years ago
  57. 5424bc5 http*: add helper methods for fetching objects (loose) by Tay Ray Chuan · 16 years ago
  58. 2264dfa http*: add helper methods for fetching packs by Tay Ray Chuan · 16 years ago
  59. b8caac2 http*: add http_get_info_packs by Tay Ray Chuan · 16 years ago
  60. e917674 http*: move common variables and macros to http.[ch] by Tay Ray Chuan · 16 years ago
  61. 20cfb3a http*: copy string returned by sha1_to_hex by Tay Ray Chuan · 16 years ago
  62. 48188c2 http-walker: verify remote packs by Tay Ray Chuan · 16 years ago
  63. 4c42aa1 http-push, http-walker: style fixes by Tay Ray Chuan · 16 years ago
  64. 8607987 Merge branch 'rc/maint-http-local-slot-fix' into rc/http-push by Junio C Hamano · 16 years ago
  65. 16493eb http*: cleanup slot->local after fclose by Tay Ray Chuan · 16 years ago
  66. 691f1a2 replace direct calls to unlink(2) with unlink_or_warn by Alex Riesen · 16 years ago
  67. fb8b193 Move chmod(foo, 0444) into move_temp_to_file() by Johan Herland · 16 years ago
  68. 36dd939 Merge branch 'lt/maint-wrap-zlib' by Junio C Hamano · 16 years ago
  69. 39c6854 Wrap inflate and other zlib routines for better error reporting by Linus Torvalds · 16 years ago
  70. 9126f00 fix openssl headers conflicting with custom SHA1 implementations by Nicolas Pitre · 16 years ago
  71. 6796399 Merge branch 'maint' by Junio C Hamano · 16 years ago
  72. a70c232 http-fetch: do not SEGV after fetching a bad pack idx file by Junio C Hamano · 16 years ago
  73. 77d3ece move show_pack_info() where it belongs by Nicolas Pitre · 17 years ago
  74. c13b263 Make walker.fetch_ref() take a struct ref. by Daniel Barkalow · 17 years ago
  75. 9fc6440 Set proxy override with http_init() by Mike Hommey · 17 years ago
  76. d7e9280 Move fetch_ref from http-push.c and http-walker.c to http.c by Mike Hommey · 17 years ago
  77. 3a462bc Fix various memory leaks in http-push.c and http-walker.c by Mike Hommey · 17 years ago
  78. 028c297 Use strbuf in http code by Mike Hommey · 17 years ago
  79. e8dc37e Avoid redundant declaration of missing_target() by Mike Hommey · 17 years ago
  80. a096bb1 Fix random sha1 in error message in http-fetch and http-push by Mike Hommey · 17 years ago
  81. 84ef033 Print the real filename that we failed to open. by André Goddard Rosa · 17 years ago
  82. 30ae764 Modularize commit-walker by Daniel Barkalow · 17 years ago[Renamed (85%) from http-fetch.c]
  83. fc57b6a Make function to refill http queue a callback by Daniel Barkalow · 17 years ago
  84. 45c1741 Refactor http.h USE_CURL_MULTI fill_active_slots(). by Daniel Barkalow · 17 years ago
  85. a6080a0 War on whitespace by Junio C Hamano · 18 years ago
  86. b5da246 Fix lseek(2) calls with args 2 and 3 swapped by Dana How · 18 years ago
  87. 9c880b3 http-fetch: remove path_len from struct alt_base, it was computed but never used by Gerrit Pape · 18 years ago
  88. 2afea3b http-fetch: don't use double-slash as directory separator in URLs by Gerrit Pape · 18 years ago
  89. 1968d77 prefixcmp(): fix-up leftover strncmp(). by Junio C Hamano · 18 years ago
  90. cc44c76 Mechanical conversion to use prefixcmp() by Junio C Hamano · 18 years ago
  91. df391b1 git-fsck-objects is now synonym to git-fsck by Junio C Hamano · 18 years ago
  92. 0175476 Don't force everybody to call setup_ident(). by Junio C Hamano · 18 years ago
  93. 1c23d79 Don't die in git-http-fetch when fetching packs. by Shawn O. Pearce · 18 years ago
  94. 93822c2 short i/o: fix calls to write to use xwrite or write_in_full by Andy Whitcroft · 18 years ago
  95. 93d26e4 short i/o: fix calls to read to use xread or read_in_full by Andy Whitcroft · 18 years ago
  96. adc446f Add WEBDAV timeout to http-fetch. by Junio C Hamano · 18 years ago
  97. 4adffc7 Add ftp:// protocol support for git-http-fetch by Junio C Hamano · 18 years ago
  98. be4a015 http-fetch.c: consolidate code to detect missing fetch target by Junio C Hamano · 18 years ago
  99. 5df1e0d http-fetch: fix alternates handling. by Junio C Hamano · 18 years ago
  100. 9befac4 Replace uses of strdup with xstrdup. by Shawn Pearce · 18 years ago