aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/transport/UploadPack.java
Commit message (Expand)AuthorAgeFilesLines
* Use bitmaps for non-commit reachability checksJonathan Tan2017-11-101-2/+33
* Use a new RevWalk for validating not advertised wantsZhen Chen2017-10-051-26/+27
* Consume request body before flushing the bufferMasaya Suzuki2017-08-251-12/+17
* Exclude refs/tags from bitmap commit selectionTerry Parker2017-05-181-1/+1
* Fixed NP dereference error reported by ecj in UploadPack.stopBuffering()Andrey Loskutov2017-04-051-7/+3
* Buffer the response until request parsing has doneMasaya Suzuki2017-04-041-5/+62
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-201-10/+10
* Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse2017-02-191-0/+5
* Organize importsDavid Pursehouse2016-11-141-1/+1
* Suppress deprecation warnings related to UploadPackLoggerDavid Pursehouse2016-09-221-0/+2
* Merge changes Ib0d8c294,Idfb83482Jonathan Nieder2016-08-081-4/+7
|\
| * Shallow fetch: Pass along "shallow"s in unparsed-wants case, tooJonathan Nieder2016-08-081-1/+1
| * Shallow fetch: Pass a DepthWalk to PackWriterJonathan Nieder2016-08-081-3/+6
* | Shallow fetch/clone: Make --depth mean the total history depthTerry Parker2016-08-051-4/+13
|/
* UploadPack: Include peeled ObjectId as advertisedShawn Pearce2016-07-051-2/+8
* UploadPack: Remove duplicate sentReady assignmentShawn Pearce2016-07-041-1/+0
* UploadPack: Correct typo of negotiation in JavadocShawn Pearce2016-07-041-2/+2
* Make UploadPack observe exceptions reading refsMike Edgar2016-04-141-9/+10
* Introduce specific WantNotValidException for serversShawn Pearce2016-02-161-15/+6
* smart HTTP server: Pass along "want X not valid" to clientShawn Pearce2016-02-161-21/+14
* Revert "Remove PackWriter.Statistics and other deprecated classes"Jonathan Nieder2015-11-101-0/+40
* Remove PackWriter.Statistics and other deprecated classesTerry Parker2015-11-091-40/+0
* UploadPack: Verify clients send only commits for shallow linesShawn Pearce2015-09-141-0/+31
* Add the set of shallow commits to PackStatisticsTerry Parker2015-06-151-0/+1
* Introduce PostUploadHook to replace UploadPackLoggerTerry Parker2015-06-121-5/+52
* UploadPack: Use reachable-sha1-in-want configurationFredrik Medley2015-06-091-2/+12
* Fix hidden field warnings in bundle org.eclipse.jgitMatthias Sohn2015-05-291-4/+4
* Use AutoClosable to close resources in bundle org.eclipse.jgitMatthias Sohn2015-05-211-24/+24
* Support agent= capability in wire protocolShawn Pearce2015-04-301-3/+24
* Expose public getDepth methodDavid Pletcher2015-04-161-0/+13
* upload-pack: send symbolic refs as capabilitiesYuxuan 'fishy' Wang2014-11-211-1/+11
* UploadPack: Always make PackWriter.Statistics availableShawn Pearce2014-08-291-4/+3
* Fix serving fetch of existing shallow clientShawn Pearce2014-01-281-2/+4
* Extract protocol constants to a common classShawn Pearce2013-11-011-23/+12
* Propagate IOException where possible when getting refs.Colby Ranger2013-10-071-2/+4
* Add missing @since tagsLars Vogel2013-08-101-0/+5
* Advertise capabilities with no refs in upload service.Colby Ranger2013-08-081-0/+2
* Allow UploadPack requests with no optionsShawn Pearce2013-08-071-4/+7
* Change RequestValidator parameter to ObjectId listGreg Hill2013-08-021-21/+34
* UploadPack: allow custom RequestValidator instancesDave Borowitz2013-07-031-33/+90
* UploadPack: refactor want validationDave Borowitz2013-07-031-67/+105
* UploadPack: set RefFilter from TransportConfigDave Borowitz2013-07-031-2/+6
* UploadPack: configure RequestPolicy with TransportConfigDave Borowitz2013-07-031-8/+37
* UploadPack: advertise allow-tip-sha1-in-wantDave Borowitz2013-07-031-2/+7
* Add RequestPolicy.TIP to allow fetching non-advertised ref tipsDave Borowitz2013-07-031-21/+73
* Don't skip want validation when the client sends no havesDave Borowitz2013-06-211-2/+2
* Add missing @since tagsMatthias Sohn2013-06-151-1/+5
* Remove unused import in UploadPackShawn Pearce2013-05-231-1/+0
* Use NullOutputStream not DisabledOutputStream in UploadPackShawn Pearce2013-05-231-3/+5
* Allow PreUploadHook.onSendPack to send messages to the clientShawn Pearce2013-05-221-2/+30