1. d6fe003 pack: move find_sha1_pack() by Jonathan Tan · 8 years ago
  2. 2af882b Merge branch 'jk/http-walker-buffer-underflow-fix' by Junio C Hamano · 8 years ago
  3. d61434a http-walker: fix buffer underflow processing remote alternates by Jeff King · 8 years ago
  4. 5cae73d http: release strbuf on disabled alternates by Eric Wong · 8 years ago
  5. de46138 http: inform about alternates-as-redirects behavior by Eric Wong · 8 years ago
  6. abcbdc0 http: respect protocol.*.allow=user for http-alternates by Jeff King · 8 years ago
  7. 3680f16 http-walker: complain about non-404 loose object errors by Jeff King · 8 years ago
  8. 43ec089 Merge branch 'ew/http-walker' into jk/http-walker-limit-redirect by Junio C Hamano · 8 years ago
  9. cb4d2d3 http: treat http-alternates like redirects by Jeff King · 8 years ago
  10. 94e9901 http-walker: reduce O(n) ops with doubly-linked list by Eric Wong · 9 years ago
  11. 17966c0 http: avoid disconnecting on 404s for loose objects by Eric Wong · 9 years ago
  12. 43b8bba http-walker: remove unused parameter from fetch_object by Eric Wong · 9 years ago
  13. 54ba4c5 http-walker: store url in a strbuf by Jeff King · 9 years ago
  14. 59b8263 http-walker: simplify process_alternates_response() using strbuf by René Scharfe · 11 years ago
  15. 2831018 use xstrfmt to replace xmalloc + sprintf by Jeff King · 11 years ago
  16. 95244ae use xstrdup instead of xmalloc + strcpy by Jeff King · 11 years ago
  17. 07c19e7 Rename static function fetch_pack() to http_fetch_pack() by Michael Haggerty · 13 years ago
  18. a04ff3e http: make curl callbacks match contracts from curl header by Dan McGee · 14 years ago
  19. 9cba13c standardize brace placement in struct definitions by Jonathan Nieder · 14 years ago
  20. 8d676d8 Merge branch 'gv/portable' by Junio C Hamano · 15 years ago
  21. 4b05548 enums: omit trailing comma for portability by Gary V. Vaughan · 15 years ago
  22. 035bf8d Merge branch 'sp/maint-dumb-http-pack-reidx' by Junio C Hamano · 15 years ago
  23. 0da8b2e http.c: Don't store destination name in request structures by Shawn O. Pearce · 15 years ago
  24. 888692b http: init and cleanup separately from http-walker by Tay Ray Chuan · 15 years ago
  25. 09ae9ac http-walker: cleanup more thoroughly by Tay Ray Chuan · 15 years ago
  26. 5424bc5 http*: add helper methods for fetching objects (loose) by Tay Ray Chuan · 16 years ago
  27. 2264dfa http*: add helper methods for fetching packs by Tay Ray Chuan · 16 years ago
  28. b8caac2 http*: add http_get_info_packs by Tay Ray Chuan · 16 years ago
  29. e917674 http*: move common variables and macros to http.[ch] by Tay Ray Chuan · 16 years ago
  30. 20cfb3a http*: copy string returned by sha1_to_hex by Tay Ray Chuan · 16 years ago
  31. 48188c2 http-walker: verify remote packs by Tay Ray Chuan · 16 years ago
  32. 4c42aa1 http-push, http-walker: style fixes by Tay Ray Chuan · 16 years ago
  33. 8607987 Merge branch 'rc/maint-http-local-slot-fix' into rc/http-push by Junio C Hamano · 16 years ago
  34. 16493eb http*: cleanup slot->local after fclose by Tay Ray Chuan · 16 years ago
  35. 691f1a2 replace direct calls to unlink(2) with unlink_or_warn by Alex Riesen · 16 years ago
  36. fb8b193 Move chmod(foo, 0444) into move_temp_to_file() by Johan Herland · 16 years ago
  37. 36dd939 Merge branch 'lt/maint-wrap-zlib' by Junio C Hamano · 16 years ago
  38. 39c6854 Wrap inflate and other zlib routines for better error reporting by Linus Torvalds · 16 years ago
  39. 9126f00 fix openssl headers conflicting with custom SHA1 implementations by Nicolas Pitre · 16 years ago
  40. 6796399 Merge branch 'maint' by Junio C Hamano · 17 years ago
  41. a70c232 http-fetch: do not SEGV after fetching a bad pack idx file by Junio C Hamano · 17 years ago
  42. 77d3ece move show_pack_info() where it belongs by Nicolas Pitre · 17 years ago
  43. c13b263 Make walker.fetch_ref() take a struct ref. by Daniel Barkalow · 17 years ago
  44. 9fc6440 Set proxy override with http_init() by Mike Hommey · 17 years ago
  45. d7e9280 Move fetch_ref from http-push.c and http-walker.c to http.c by Mike Hommey · 17 years ago
  46. 3a462bc Fix various memory leaks in http-push.c and http-walker.c by Mike Hommey · 17 years ago
  47. 028c297 Use strbuf in http code by Mike Hommey · 17 years ago
  48. e8dc37e Avoid redundant declaration of missing_target() by Mike Hommey · 17 years ago
  49. a096bb1 Fix random sha1 in error message in http-fetch and http-push by Mike Hommey · 17 years ago
  50. 84ef033 Print the real filename that we failed to open. by André Goddard Rosa · 17 years ago
  51. 30ae764 Modularize commit-walker by Daniel Barkalow · 18 years ago[Renamed (85%) from http-fetch.c]
  52. fc57b6a Make function to refill http queue a callback by Daniel Barkalow · 18 years ago
  53. 45c1741 Refactor http.h USE_CURL_MULTI fill_active_slots(). by Daniel Barkalow · 18 years ago
  54. a6080a0 War on whitespace by Junio C Hamano · 18 years ago
  55. b5da246 Fix lseek(2) calls with args 2 and 3 swapped by Dana How · 18 years ago
  56. 9c880b3 http-fetch: remove path_len from struct alt_base, it was computed but never used by Gerrit Pape · 18 years ago
  57. 2afea3b http-fetch: don't use double-slash as directory separator in URLs by Gerrit Pape · 18 years ago
  58. 1968d77 prefixcmp(): fix-up leftover strncmp(). by Junio C Hamano · 18 years ago
  59. cc44c76 Mechanical conversion to use prefixcmp() by Junio C Hamano · 18 years ago
  60. df391b1 git-fsck-objects is now synonym to git-fsck by Junio C Hamano · 18 years ago
  61. 0175476 Don't force everybody to call setup_ident(). by Junio C Hamano · 18 years ago
  62. 1c23d79 Don't die in git-http-fetch when fetching packs. by Shawn O. Pearce · 18 years ago
  63. 93822c2 short i/o: fix calls to write to use xwrite or write_in_full by Andy Whitcroft · 18 years ago
  64. 93d26e4 short i/o: fix calls to read to use xread or read_in_full by Andy Whitcroft · 18 years ago
  65. adc446f Add WEBDAV timeout to http-fetch. by Junio C Hamano · 18 years ago
  66. 4adffc7 Add ftp:// protocol support for git-http-fetch by Junio C Hamano · 18 years ago
  67. be4a015 http-fetch.c: consolidate code to detect missing fetch target by Junio C Hamano · 18 years ago
  68. 5df1e0d http-fetch: fix alternates handling. by Junio C Hamano · 19 years ago
  69. 9befac4 Replace uses of strdup with xstrdup. by Shawn Pearce · 19 years ago
  70. 4cac42b free(NULL) is perfectly valid. by Junio C Hamano · 19 years ago
  71. e702496 Convert memcpy(a,b,20) to hashcpy(a,b). by Shawn Pearce · 19 years ago
  72. a89fccd Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length. by David Rientjes · 19 years ago
  73. 96f1e58 remove unnecessary initializations by David Rientjes · 19 years ago
  74. 5bb1cda drop length argument of has_extension by Rene Scharfe · 19 years ago
  75. 83a2b84 Add has_extension() by Rene Scharfe · 19 years ago
  76. 19c4588 commit walkers: setup_ident() to record correct committer in ref-log. by Ramsay Jones · 19 years ago
  77. 8e29f6a Teach git-http-fetch the --stdin switch by Petr Baudis · 19 years ago
  78. 4211e4d Make pull() support fetching multiple targets at once by Petr Baudis · 19 years ago
  79. c6b69bd Make pull() take some implicit data as explicit arguments by Petr Baudis · 19 years ago
  80. cc41cd2 Remove -d from *-fetch usage strings by Petr Baudis · 19 years ago
  81. a9486b0 Avoid C99 comments, use old-style C comments instead. by Pavel Roskin · 19 years ago
  82. 817151e Rename safe_strncpy() to strlcpy(). by Peter Eriksen · 19 years ago
  83. 1d7f171 Remove all void-pointer arithmetic. by Florian Forster · 19 years ago
  84. cfd432e6 Remove ranges from switch statements. by Florian Forster · 19 years ago
  85. bfbd0bb Implement safe_strncpy() as strlcpy() and use it more. by Peter Eriksen · 19 years ago
  86. e8dff6b http-fetch: fix possible segfault by Nick Hengeveld · 19 years ago
  87. f0679f4 Merge branch 'sp/reflog' by Junio C Hamano · 19 years ago
  88. 07001f9 Remove possible segfault in http-fetch. by Sean · 19 years ago
  89. d0740d9 Log ref updates made by fetch. by Shawn Pearce · 19 years ago
  90. ef9e58c Replace index() with strchr(). by Dennis Stosberg · 19 years ago
  91. 8d9fbe5 http-fetch: add optional DAV-based pack list by Nick Hengeveld · 19 years ago
  92. bb52807 http-fetch: nicer warning for a server with unreliable 404 status by Junio C Hamano · 19 years ago
  93. c982647 Fix broken slot reuse when fetching alternates by Nick Hengeveld · 19 years ago
  94. bd2afde Give no terminating LF to error() function. by Junio C Hamano · 19 years ago
  95. 53f3138 http-fetch: Abort requests for objects which arrived in packs by Mark Wooding · 19 years ago
  96. a3f583c http-fetch: Tidy control flow in process_alternate_response by Mark Wooding · 19 years ago
  97. 7b934ec http-fetch: Fix message reporting rename of object file. by Mark Wooding · 19 years ago
  98. 09db444 http-fetch: Fix object list corruption in fill_active_slots(). by Mark Wooding · 19 years ago
  99. 8fcf7f9 whitespace cleanup. by Junio C Hamano · 19 years ago
  100. cb754fd Use local structs for HTTP slot callback data by Nick Hengeveld · 19 years ago