aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/transport/ProtocolV2Parser.java
Commit message (Expand)AuthorAgeFilesLines
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* ProtocolV2Parser: Add missing $NON-NLS suppressionDavid Pursehouse2019-10-071-1/+1
* UploadPack: support custom packfile-to-URI mappingJonathan Tan2019-08-201-0/+4
* Support "sideband-all" in protocol v2 fetchJonathan Tan2019-07-161-0/+4
* PacketLineIn: Add an iterator over strings in the input streamDavid Pursehouse2019-06-031-31/+32
* Replace trivial reference comparison of PacketLineIn.{DELIM,END}David Pursehouse2019-06-021-5/+5
* Put filter spec information in a dedicated objectMatthew DeVore2019-03-221-1/+1
* Move filter-line-parsing code to a separate fileMatthew DeVore2019-03-201-39/+1
* Merge branch 'stable-5.1' into stable-5.2Jonathan Nieder2018-12-261-27/+3
|\
| * UploadPack: Defer want-ref resolution to after parsingJonathan Nieder2018-12-261-28/+4
* | Accept protocol v2 server options on fetch and ls-refs requestsIvan Frade2018-10-191-23/+66
* | Rename Fetch V2 request wantsIds and optionsIvan Frade2018-10-151-8/+8
* | Move ls-refs parsing code to the ProtocolV2ParserIvan Frade2018-09-141-0/+47
|/
* Extract protocol v2 fetch request parsing to its own classIvan Frade2018-08-311-0/+244