253 Commits (6976a30f443ece4815a977b0a5a897c0236018f7)

Author SHA1 Message Date
  Fabio Ponciroli 6976a30f44 searchForReuse might impact performance in large repositories 2 years ago
  Ronald Bhuleskar 64d0aaa2b6 Teach independent negotiation (no pack file) using an option "wait-for-done" 2 years ago
  Terry Parker dbd05433ec Move reachability checker generation into the ObjectReader object 3 years ago
  Thomas Wolf fb3ae37e26 Protocol V2: don't log spurious ACKs in UploadPack 3 years ago
  David Ostrovsky d9143287b7 Enable git wire protocol version 2 on server side per default 4 years ago
  Thomas Wolf 0853a2410f Client-side protocol V2 support for fetching 3 years ago
  Thomas Wolf d69fb4d4ac Revert "Client-side protocol V2 support for fetching" 3 years ago
  Thomas Wolf f802f06e7f Client-side protocol V2 support for fetching 3 years ago
  Alexa Panfil a0d3680f49 Compute time differences with Duration 3 years ago
  Alexa Panfil 3c5e159eae Measure time taken for reachability checks 3 years ago
  Alexa Panfil c3458a6e03 Measure time taken for negotiation in protocol V2 3 years ago
  Ivan Frade c9d7285e80 UploadPack: Use more relevant refs first in object reachability check 4 years ago
  Ivan Frade a661e2e9eb UploadPack: Refactor to generalize the object reachability checks 4 years ago
  Ivan Frade 6bc04bdc02 UploadPack: Use BitmappedReachabilityChecker for not advertised wants 4 years ago
  Ivan Frade 20bb312421 revwalk: Extract ObjectReachabilityChecker interface 4 years ago
  Ivan Frade ae26fa19b7 UploadPack: Extract walk-based reachability check 4 years ago
  Minh Thai d9f84b0b7c UploadPack: Clear advertised ref map after negotiation 4 years ago
  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
  Matthias Sohn 5c5f7c6b14 Update EDL 1.0 license headers to new short SPDX compliant format 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} 4 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