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. 11年前
  Shawn Pearce 15adcefb73 Allow UploadPack requests with no options 11年前
  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年前