aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/transport/PacketLineInTest.java
Commit message (Expand)AuthorAgeFilesLines
* Client-side protocol V2 support for fetchingThomas Wolf2021-01-011-1/+54
* PacketLineInTest: test for END and DELIM being distinguishableThomas Wolf2020-11-301-3/+8
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* PacketLineIn: Rename isDelim to isDelimiterDavid Pursehouse2019-06-021-1/+1
* PacketLineIn: Add helper methods to check for END and DELIMDavid Pursehouse2019-05-301-6/+7
* Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-151-1/+1
* PacketLineIn, PacketLineOut: Add support for delim-pktJonathan Tan2018-04-201-11/+7
* cleanup: Prefer assertEquals over assertTrue(....equals(...))Robin Rosenberg2012-09-031-6/+5
* Handle "ERR %s" when ACK/NAK is expectedShawn O. Pearce2011-03-171-0/+12
* Convert all JGit unit tests to JUnit 4Robin Rosenberg2010-12-311-3/+32
* Implement multi_ack_detailed protocol extensionShawn O. Pearce2010-01-121-0/+33
* Initial JGit contribution to eclipse.orgGit Development Community2009-09-291-0/+268