54 Commits (2d0f1c1dc11fd445d3137b1f2fa49f88bbd48bb5)

Author SHA1 Message Date
  Jonathan Tan a004820858 UploadPack: support custom packfile-to-URI mapping 5 years ago
  Jonathan Tan 9110037e3e UploadPack: move writing of "packfile" header 5 years ago
  Jonathan Tan 16856f5a80 UploadPackTest: use Consumer to set up UploadPack 5 years ago
  Jonathan Tan 79d776429e Support "sideband-all" in protocol v2 fetch 5 years ago
  Jonathan Tan e5f7d5a136 UploadPackTest: refactor capability config test 5 years ago
  Masaya Suzuki f8267c9edb Move exception handling code to the caller 5 years ago
  Masaya Suzuki 08d2d107ee Add assertThrows 4 years ago
  Jonathan Tan cbccfed4b3 UploadPack: support lazy fetches if no bitmap 5 years ago
  Pavel Flaška e456fba8ac Walk tag chains for --include-tag options 6 years ago
  David Pursehouse e0133b9440 Replace most usages of PacketLineIn.END with PacketLineIn.end() 5 years ago
  David Pursehouse e99aaa5f79 PacketLineIn: Deprecate DELIM constant 5 years ago
  David Pursehouse 7377b8dd01 Replace trivial reference comparison of PacketLineIn.{DELIM,END} 5 years ago
  David Pursehouse 9f5d271b12 UploadPackTest: Rename variable to avoid hiding class member 5 years ago
  David Pursehouse cd1d2d6fe3 UploadPackTest: Add missing <> operator on instantiation of ArrayList 5 years ago
  Carsten Hammer 84fc5c908d Convert to lambda or member reference 5 years ago
  Matthew DeVore 0a15cb3a2b tree:<depth>: do not revisit tree during packing 5 years ago
  Matthew DeVore 175e66548b tree:<depth> should not traverse overly-deep trees 5 years ago
  Matthew DeVore 93dd2d482a Preliminary support for tree:<depth> filter 5 years ago
  David Pursehouse 9c2ef2d71e UploadPackTest: Stop using deprecated Transport.setFilterBlobLimit(long) 5 years ago
  David Pursehouse 43719e73c7 UploadPackTest: Open TestRepository in try-with-resource 5 years ago
  Jonathan Nieder 3f9a5ce13f Deprecate Repository#hasObject 5 years ago
  Jonathan Tan df21eec1ad DepthGenerator: fix multi-child boundary handling 5 years ago
  Jonathan Tan 237abe6ab5 UploadPack: Implement deepen-not for protocol v2 5 years ago
  Jonathan Tan f5fa1eaf39 Throw error when deepen-since excludes all commits 5 years ago
  Ivan Frade 8d4f8d55d3 UploadPack: Return correct peer user agent on v2 requests 5 years ago
  Ivan Frade 40f5b28545 Accept protocol v2 server options on fetch and ls-refs requests 5 years ago
  Jonathan Tan 1bb430dc21 UploadPack: support deepen-since in protocol v2 5 years ago
  David Pursehouse 2173f44158 UploadPackTest: Avoid unnecessarily boxing int into Integer 5 years ago
  Ivan Frade e665e3fcd4 UploadPack: avoid conflating shallow commit lists in protocol v2 5 years ago
  Masaya Suzuki 3aa2b8064c Introduce ProtocolV2Hook 6 years ago
  Jonathan Tan 3227348e5e Respond with shallow-info before wanted-refs 5 years ago
  Jonathan Tan c477b0ddcb Support protocol v2 want-ref in UploadPack 5 years ago
  Jonathan Tan 7e7b00f1a5 Send only 1 flush pkt at the end of v2 fetch 5 years ago
  Jonathan Tan 32798dcfdb Always send refs' objects despite "filter" in pack 5 years ago
  Jonathan Tan 7dbd2bfe7e Teach UploadPack "filter" in protocol v2 fetch 6 years ago
  Jonathan Tan c9d4609ecb Refactor test of capabilities output 6 years ago
  Jonathan Tan 2f60804396 Disallow unknown args to "fetch" in protocol v2 6 years ago
  Jonathan Tan f7e501c36c Teach UploadPack shallow fetch in protocol v2 6 years ago
  Jonathan Tan 526f5cf984 Teach UploadPack "ofs-delta" in "fetch" 6 years ago
  Jonathan Tan 5a87d50408 Teach UploadPack "include-tag" in "fetch" 6 years ago
  Matthias Sohn f26d6558f8 Suppress boxing warning 6 years ago
  Matthias Sohn 1665d43e49 Remove unnecessary semicolon 6 years ago
  Jonathan Tan ce7ac03c2f Remove unused code and link to deprecated code 6 years ago
  Jonathan Tan df1f3c0f3c Teach UploadPack "no-progress" in "fetch" 6 years ago
  Jonathan Tan a5dee1c125 Teach UploadPack "thin-pack" in "fetch" 6 years ago
  Jonathan Tan adc73c4ba1 Teach UploadPack basic "fetch" command 6 years ago
  Jonathan Tan 038765cc55 Teach UploadPack "ref-prefix" in "ls-refs" 6 years ago
  Jonathan Tan 332bc61124 Implement ls-refs in UploadPack 6 years ago
  Jonathan Tan 2661bc0813 Implement protocol v2 with no capabilities in UploadPack 6 years ago
  David Pursehouse 83a4d2e698 UploadPackTest: Fix name hiding introduced by If72b4b422 6 years ago