aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/transport/ProtocolV0Parser.java
Commit message (Expand)AuthorAgeFilesLines
* Replace trivial reference comparison of PacketLineIn.{DELIM,END}David Pursehouse2019-06-021-1/+1
* 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-1/+1
* UploadPack v0: Extract "agent" client capability at parse timeIvan Frade2018-10-221-0/+1
* Move protocol v0/v1 parsing to its own class and request objectsIvan Frade2018-10-151-0/+157