222 Commits (2d0f1c1dc11fd445d3137b1f2fa49f88bbd48bb5)

Autor SHA1 Mensaje Fecha
  Jonathan Tan a004820858 UploadPack: support custom packfile-to-URI mapping hace 5 años
  Jonathan Tan 9110037e3e UploadPack: move writing of "packfile" header hace 5 años
  Ivan Frade 04cecae3da UploadPack: add getProtocolV2Hook() method hace 4 años
  Jonathan Tan 79d776429e Support "sideband-all" in protocol v2 fetch hace 5 años
  Jonathan Tan c1ed69de4a UploadPack: remove pckOut instance field hace 5 años
  Masaya Suzuki 3091dc4348 Move ServiceMayNotContinueException handling code from sendPack hace 5 años
  Masaya Suzuki f8267c9edb Move exception handling code to the caller hace 5 años
  Masaya Suzuki ca360ea2b5 Do not ignore secondary failure hace 5 años
  Jonathan Tan cbccfed4b3 UploadPack: support lazy fetches if no bitmap hace 5 años
  Pavel Flaška e456fba8ac Walk tag chains for --include-tag options hace 6 años
  David Pursehouse 7377b8dd01 Replace trivial reference comparison of PacketLineIn.{DELIM,END} hace 5 años
  Ivan Frade 5dce8614ab RevWalk: new method createReachabilityChecker() hace 5 años
  Jonathan Tan f2318190bf UploadPack: restore inadvertently deleted line hace 5 años
  Ivan Frade 7b96bd812e UploadPack: Use reachability checker to validate non-advertised wants hace 5 años
  Matthew DeVore 93dd2d482a Preliminary support for tree:<depth> filter hace 5 años
  Carsten Hammer c0268f899e Join catch sections using multicatch hace 5 años
  Matthew DeVore 4cd954856e Expose and pass around the FilterSpec object rather than the raw blob limit hace 5 años
  Matthew DeVore cc9ca71a16 Put filter spec information in a dedicated object hace 5 años
  Masaya Suzuki 47e37b0fa4 Use RefMap instead of HashMap hace 5 años
  Ivan Frade 23c3702686 BaseReceive/UploadPack: Stop using deprecated RefAdvertiser.send(Map) hace 5 años
  Jonathan Nieder ee5f449bca UploadPack: Do not retain commit body when checking wants hace 5 años
  Terry Parker 875dccf33c Expose the filter blob limit in UploadPack hace 5 años
  David Pursehouse 91b1fe4687 UploadPack: Suppress false-positive resource leak warning hace 5 años
  Jonathan Nieder 5f355ed4ad UploadPack: Read wanted refs in one shot hace 5 años
  Matthias Sohn 23c30c6310 Fix warnings for usage of deprecated RefDatabase#getRef hace 5 años
  Jonathan Nieder eb4c63fbbf UploadPack: Filter refs used for deepen-not resolution hace 5 años
  Jonathan Nieder c961e2d773 UploadPack: Avoid calling AdvertiseRefsHook twice hace 5 años
  Jonathan Nieder fcafdcc404 UploadPack: Filter refs used for want-ref resolution hace 5 años
  Jonathan Nieder 1638a2fce8 UploadPack: Defer want-ref resolution to after parsing hace 5 años
  Masaya Suzuki 8eecb4f8b7 Call AdvertiseRefsHook for protocol v2 hace 5 años
  Masaya Suzuki 61f0bd54d0 Call AdvertiseRefsHook before validating wants hace 5 años
  David Pursehouse 38d42d5ccd UploadPack: Rewrite setAdvertiseRefsHook to use ternary operator hace 5 años
  David Pursehouse fc07fa26b9 UploadPack: Prevent setting null protocolV2Hook hace 5 años
  David Pursehouse 3d203114bd UploadPack: Add @Nullable annotations hace 5 años
  Michael Keppler d9e67c8d8f Fix typos hace 5 años
  Jonathan Tan 237abe6ab5 UploadPack: Implement deepen-not for protocol v2 hace 5 años
  Jonathan Tan f5fa1eaf39 Throw error when deepen-since excludes all commits hace 5 años
  Ivan Frade 94a3d8bae9 UploadPack v0: Extract "agent" client capability at parse time hace 5 años
  Ivan Frade 8d4f8d55d3 UploadPack: Return correct peer user agent on v2 requests hace 5 años
  Ivan Frade 40f5b28545 Accept protocol v2 server options on fetch and ls-refs requests hace 5 años
  Ivan Frade 0691c4b94b UploadPack: Use request instead of field for client capabilities hace 5 años
  Ivan Frade 7fde9ab8d2 UploadPack.FirstLine: Revert renaming of getOptions into getCapabilities hace 5 años
  Ivan Frade 13b3881b3e UploadPack: Use request instead of field for clientShallowCommits hace 5 años
  Ivan Frade 9694d89ea1 UploadPack: Use request instead of field for depth hace 5 años
  Ivan Frade 81a752bef7 UploadPack: Use request instead of field for shallowSince hace 5 años
  Ivan Frade 3c974d0251 UploadPack: Use request in computeShallowUnshallow hace 5 años
  Ivan Frade 2bedc6e08b UploadPack: Use request instead of field for filterBlobLimt hace 5 años
  Ivan Frade 8460ab8e87 Rename Fetch V2 request wantsIds and options hace 5 años
  Ivan Frade 7d7b8dec56 Move protocol v0/v1 parsing to its own class and request objects hace 5 años
  Ivan Frade e82cb5a6d3 FirstWant: tighten first-want line validation hace 5 años