116 次代码提交 (60a606a2615ac4340c3eb4d288bcd8d887cd1f0c)

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