233 Commits (5a6b6eee35f07615f5d496781ee37f8ffe56b7d3)

Author SHA1 Message Date
  David Pursehouse 5a6b6eee35 Move array designators from the variable to the type 4 years ago
  David Pursehouse 9be93b7991 Remove redundant "static" qualifier from enum declarations 4 years ago
  Ivan Frade 989a927a5f checkNotAdvertisedWants: Be lazy converting Ref to RevCommit 4 years ago
  Ivan Frade a0204a4727 ReachabilityChecker: Receive a Stream instead of a Collection 4 years ago
  Ivan Frade 2ff0c0abaa UploadPack: Prioritize references for non-advertised wants checks 4 years ago
  Ivan Frade 914e320ac6 ProtocolV2Parser: Introduce advertise sideband-all option 4 years ago
  Matthias Sohn 71bd70e67f Add missing @since tag to UploadPack#uploadWithExceptionPropagation 4 years ago
  Masaya Suzuki b8d9734c02 UploadPack: Create a method that propagates an exception as-is 4 years ago
  Masaya Suzuki 1e3a7bcef7 UploadPack: Consolidate the sideband handling code to one place 4 years ago
  Masaya Suzuki 63bd24cf35 UploadPack: Introduce ErrorWriter 4 years ago
  Matthias Sohn cd9422f239 Silence warnings for non-externalized strings 4 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
  Ivan Frade 04cecae3da UploadPack: add getProtocolV2Hook() method 4 years ago
  Jonathan Tan 79d776429e Support "sideband-all" in protocol v2 fetch 5 years ago
  Jonathan Tan c1ed69de4a UploadPack: remove pckOut instance field 5 years ago
  Masaya Suzuki 3091dc4348 Move ServiceMayNotContinueException handling code from sendPack 5 years ago
  Masaya Suzuki f8267c9edb Move exception handling code to the caller 5 years ago
  Masaya Suzuki ca360ea2b5 Do not ignore secondary failure 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 7377b8dd01 Replace trivial reference comparison of PacketLineIn.{DELIM,END} 5 years ago
  Ivan Frade 5dce8614ab RevWalk: new method createReachabilityChecker() 5 years ago
  Jonathan Tan f2318190bf UploadPack: restore inadvertently deleted line 5 years ago
  Ivan Frade 7b96bd812e UploadPack: Use reachability checker to validate non-advertised wants 5 years ago
  Matthew DeVore 93dd2d482a Preliminary support for tree:<depth> filter 5 years ago
  Carsten Hammer c0268f899e Join catch sections using multicatch 5 years ago
  Matthew DeVore 4cd954856e Expose and pass around the FilterSpec object rather than the raw blob limit 5 years ago
  Matthew DeVore cc9ca71a16 Put filter spec information in a dedicated object 5 years ago
  Masaya Suzuki 47e37b0fa4 Use RefMap instead of HashMap 5 years ago
  Ivan Frade 23c3702686 BaseReceive/UploadPack: Stop using deprecated RefAdvertiser.send(Map) 5 years ago
  Jonathan Nieder ee5f449bca UploadPack: Do not retain commit body when checking wants 5 years ago
  Terry Parker 875dccf33c Expose the filter blob limit in UploadPack 5 years ago
  David Pursehouse 91b1fe4687 UploadPack: Suppress false-positive resource leak warning 5 years ago
  Jonathan Nieder 5f355ed4ad UploadPack: Read wanted refs in one shot 5 years ago
  Matthias Sohn 23c30c6310 Fix warnings for usage of deprecated RefDatabase#getRef 5 years ago
  Jonathan Nieder eb4c63fbbf UploadPack: Filter refs used for deepen-not resolution 5 years ago
  Jonathan Nieder c961e2d773 UploadPack: Avoid calling AdvertiseRefsHook twice 5 years ago
  Jonathan Nieder fcafdcc404 UploadPack: Filter refs used for want-ref resolution 5 years ago
  Jonathan Nieder 1638a2fce8 UploadPack: Defer want-ref resolution to after parsing 5 years ago
  Masaya Suzuki 8eecb4f8b7 Call AdvertiseRefsHook for protocol v2 5 years ago
  Masaya Suzuki 61f0bd54d0 Call AdvertiseRefsHook before validating wants 5 years ago
  David Pursehouse 38d42d5ccd UploadPack: Rewrite setAdvertiseRefsHook to use ternary operator 5 years ago
  David Pursehouse fc07fa26b9 UploadPack: Prevent setting null protocolV2Hook 5 years ago
  David Pursehouse 3d203114bd UploadPack: Add @Nullable annotations 5 years ago
  Michael Keppler d9e67c8d8f Fix typos 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 94a3d8bae9 UploadPack v0: Extract "agent" client capability at parse time 5 years ago
  Ivan Frade 8d4f8d55d3 UploadPack: Return correct peer user agent on v2 requests 5 years ago