116 Commits (60a606a2615ac4340c3eb4d288bcd8d887cd1f0c)

Author SHA1 Message Date
  Masaya Suzuki 61f0bd54d0 Call AdvertiseRefsHook before validating wants 5 years ago
  Matthias Sohn 781e106a26 Fix javadoc in org.eclipse.jgit transport package 6 years ago
  Jonathan Tan d3021788d2 Use bitmaps for non-commit reachability checks 6 years ago
  Zhen Chen 65f9046547 Use a new RevWalk for validating not advertised wants 6 years ago
  Masaya Suzuki 9fb6561e7a Consume request body before flushing the buffer 6 years ago
  Terry Parker c46c720e99 Exclude refs/tags from bitmap commit selection 7 years ago
  Andrey Loskutov 7476baebfc Fixed NP dereference error reported by ecj in UploadPack.stopBuffering() 7 years ago
  Masaya Suzuki 3b2508b514 Buffer the response until request parsing has done 7 years ago
  David Pursehouse 3b4448637f Enable and fix warnings about redundant specification of type arguments 7 years ago
  David Pursehouse 7ac182f4e4 Enable and fix 'Should be tagged with @Override' warning 7 years ago
  David Pursehouse a45cfee7a3 Organize imports 7 years ago
  David Pursehouse 01935f8f50 Suppress deprecation warnings related to UploadPackLogger 7 years ago
  Jonathan Nieder b16e207742 Shallow fetch: Pass along "shallow"s in unparsed-wants case, too 7 years ago
  Jonathan Nieder f84370feaa Shallow fetch: Pass a DepthWalk to PackWriter 7 years ago
  Terry Parker e426aa8b90 Shallow fetch/clone: Make --depth mean the total history depth 7 years ago
  Shawn Pearce 5196798cb7 UploadPack: Include peeled ObjectId as advertised 7 years ago
  Shawn Pearce de4bcf87f8 UploadPack: Remove duplicate sentReady assignment 7 years ago
  Shawn Pearce e9bed8de62 UploadPack: Correct typo of negotiation in Javadoc 7 years ago
  Mike Edgar 4812fdab61 Make UploadPack observe exceptions reading refs 8 years ago
  Shawn Pearce 68d8a51d08 Introduce specific WantNotValidException for servers 8 years ago
  Shawn Pearce e7a6e85b95 smart HTTP server: Pass along "want X not valid" to client 8 years ago
  Jonathan Nieder 1fa6f3a750 Revert "Remove PackWriter.Statistics and other deprecated classes" 8 years ago
  Terry Parker bbcbcab8d3 Remove PackWriter.Statistics and other deprecated classes 8 years ago
  Shawn Pearce b46c446395 UploadPack: Verify clients send only commits for shallow lines 8 years ago
  Terry Parker 6a415915c2 Add the set of shallow commits to PackStatistics 9 years ago
  Terry Parker d9bbb04c3e Introduce PostUploadHook to replace UploadPackLogger 9 years ago
  Fredrik Medley 96f210f4b7 UploadPack: Use reachable-sha1-in-want configuration 9 years ago
  Matthias Sohn faae5cdb5b Fix hidden field warnings in bundle org.eclipse.jgit 9 years ago
  Matthias Sohn 0e73d39506 Use AutoClosable to close resources in bundle org.eclipse.jgit 9 years ago
  Shawn Pearce 4a984e2033 Support agent= capability in wire protocol 9 years ago
  David Pletcher 12e38d7275 Expose public getDepth method 9 years ago
  Yuxuan 'fishy' Wang 749dfeffc8 upload-pack: send symbolic refs as capabilities 9 years ago
  Shawn Pearce 7b7d033ee1 UploadPack: Always make PackWriter.Statistics available 9 years ago
  Shawn Pearce b0174a089c Fix serving fetch of existing shallow client 10 years ago
  Shawn Pearce b0dbb78e7d Extract protocol constants to a common class 10 years ago
  Colby Ranger 5218f7b33a Propagate IOException where possible when getting refs. 10 years ago
  Dave Borowitz bbea37a9e3 Don't skip want validation when the client sends no haves 11 years ago
  Lars Vogel 594408e522 Add missing @since tags 10 years ago
  Colby Ranger ae1f46989c Advertise capabilities with no refs in upload service. 10 years ago
  Shawn Pearce 15adcefb73 Allow UploadPack requests with no options 10 years ago
  Greg Hill 1471fb4e0f Change RequestValidator parameter to ObjectId list 10 years ago
  Dave Borowitz 360d8624ca UploadPack: allow custom RequestValidator instances 11 years ago
  Dave Borowitz 68ccc5d213 UploadPack: refactor want validation 11 years ago
  Dave Borowitz e74751769e UploadPack: set RefFilter from TransportConfig 11 years ago
  Dave Borowitz e599af1900 UploadPack: configure RequestPolicy with TransportConfig 11 years ago
  Dave Borowitz b4b84a84bd UploadPack: advertise allow-tip-sha1-in-want 11 years ago
  Dave Borowitz fee679b587 Add RequestPolicy.TIP to allow fetching non-advertised ref tips 11 years ago
  Dave Borowitz 84d2738ff2 Don't skip want validation when the client sends no haves 11 years ago
  Matthias Sohn c693a232b0 Add missing @since tags 11 years ago
  Shawn Pearce f7157a6221 Remove unused import in UploadPack 11 years ago