65 Commits (23389a63238c50daf0d8d1e3fd2b1d29f4171645)

Author SHA1 Message Date
  David Ostrovsky 23389a6323 Add constants for parsing git wire protocol version 3 years ago
  Jonathan Nieder 3c807e0158 Do not send empty blob in response to blob:none filter 3 years ago
  Jonathan Nieder dceedbcd6e Add support for tree filters when fetching 3 years ago
  Minh Thai d9f84b0b7c UploadPack: Clear advertised ref map after negotiation 4 years ago
  Matthias Sohn c49c0f9912 Replace deprecated junit assertion methods with hamcrest 4 years ago
  David Pursehouse c02a57f4fa Update to Orbit I20200120214610 and JUnit to 4.13 4 years ago
  David Pursehouse f2ccc42132 UploadPackTest: Fix unused parameter in checkUnadvertisedIfUnallowed 4 years ago
  Ivan Frade 914e320ac6 ProtocolV2Parser: Introduce advertise sideband-all option 4 years ago
  Ivan Frade 892c804699 CachedPackUriProvider: Add size to the pack information 4 years ago
  David Pursehouse ab3c47df67 UploadPackTest: Stop using deprecated PacketLineIn constants 4 years ago
  Ivan Frade 7c471afe1c UploadPackTest: Move "reachability" tests to its own file 5 years ago
  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 5 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