aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/transport
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'stable-5.1' into stable-5.2Jonathan Nieder2018-12-261-28/+15
|\
| * UploadPack: Defer want-ref resolution to after parsingJonathan Nieder2018-12-261-30/+15
* | Add a method to get all values of HTTP header defined as listMatthias Sohn2018-11-261-0/+123
* | Apache MINA sshd clientThomas Wolf2018-11-132-1042/+0
* | Add more ssh tests: pushing, known_host file handling, etc.Thomas Wolf2018-11-133-206/+786
* | DepthGenerator: fix multi-child boundary handlingJonathan Tan2018-11-081-0/+85
* | SshTestBase: Make inner class TestCredentialsProvider staticDavid Pursehouse2018-11-081-1/+1
* | Factor out a JSch-independent ssh config parserThomas Wolf2018-11-061-16/+0
* | Ssh tests with an Apache MINA sshd test git serverThomas Wolf2018-11-063-0/+594
* | Merge changes from topic 'client-caps-v0-test'Jonathan Nieder2018-11-023-23/+313
|\ \
| * | Add test for protocol v0 parserIvan Frade2018-10-241-0/+199
| * | ObjectIdMatcher: Custom matcher for sets of ObjectIdsIvan Frade2018-10-242-23/+114
* | | UploadPack: Implement deepen-not for protocol v2Jonathan Tan2018-10-231-0/+106
* | | Throw error when deepen-since excludes all commitsJonathan Tan2018-10-231-0/+20
|/ /
* | UploadPack: Return correct peer user agent on v2 requestsIvan Frade2018-10-191-12/+58
* | Accept protocol v2 server options on fetch and ls-refs requestsIvan Frade2018-10-191-21/+64
* | Rename Fetch V2 request wantsIds and optionsIvan Frade2018-10-151-8/+8
* | SubmoduleValidator: Always throw SubmoduleValidationExceptionIvan Frade2018-10-091-3/+2
* | Merge branch 'stable-5.1'Matthias Sohn2018-10-061-0/+65
|\|
| * Merge branch 'stable-5.0' into stable-5.1Matthias Sohn2018-10-061-0/+65
| |\
| | * Merge branch 'stable-4.11' into stable-5.0Matthias Sohn2018-10-061-0/+65
| | |\
| | | * Merge branch 'stable-4.10' into stable-4.11Matthias Sohn2018-10-061-0/+65
| | | |\
| | | | * Merge branch 'stable-4.9' into stable-4.10Matthias Sohn2018-10-061-0/+65
| | | | |\
| | | | | * Merge branch 'stable-4.8' into stable-4.9Matthias Sohn2018-10-061-0/+65
| | | | | |\
| | | | | | * Merge branch 'stable-4.7' into stable-4.8Matthias Sohn2018-10-061-0/+65
| | | | | | |\
| | | | | | | * BaseReceivePack: Validate incoming .gitmodules filesIvan Frade2018-10-051-0/+65
* | | | | | | | Explicitly specify charset when constructing PrintWriterDavid Pursehouse2018-09-301-2/+4
* | | | | | | | Deprecate Constants.CHARACTER_ENCODING in favor of StandardCharsets.UTF_8David Pursehouse2018-09-302-7/+6
* | | | | | | | TestProtocolTest: Add missing calls to fail()David Pursehouse2018-09-301-0/+3
* | | | | | | | UploadPack: support deepen-since in protocol v2Jonathan Tan2018-09-271-0/+54
* | | | | | | | Explicitly specify charset in constructor of InputStreamReaderDavid Pursehouse2018-09-262-2/+6
* | | | | | | | ProtocolV2ParserTest: Fix incorrect usage of ExpectedExceptionDavid Pursehouse2018-09-251-7/+7
* | | | | | | | Move ls-refs parsing code to the ProtocolV2ParserIvan Frade2018-09-141-0/+57
|/ / / / / / /
* | | | | | | UploadPackTest: Avoid unnecessarily boxing int into IntegerDavid Pursehouse2018-09-051-3/+3
* | | | | | | Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8David Pursehouse2018-09-044-11/+12
* | | | | | | Specify charset when constructing InputStreamReaderDavid Pursehouse2018-09-021-1/+1
* | | | | | | Merge "Replace useminimalnegotation flag with maxhaves flag"Jonathan Nieder2018-08-311-18/+4
|\ \ \ \ \ \ \
| * | | | | | | Replace useminimalnegotation flag with maxhaves flagMinh Thai2018-08-311-18/+4
* | | | | | | | Extract protocol v2 fetch request parsing to its own classIvan Frade2018-08-311-0/+336
|/ / / / / / /
* | | | | | | UploadPack: avoid conflating shallow commit lists in protocol v2Ivan Frade2018-08-301-0/+38
* | | | | | | ReceivePackAdvertiseRefsHookTest.testSuccess() fails on WindowsAndrey Loskutov2018-08-191-0/+1
* | | | | | | Introduce ProtocolV2HookMasaya Suzuki2018-08-161-15/+52
* | | | | | | Respond with shallow-info before wanted-refsJonathan Tan2018-08-131-4/+4
* | | | | | | Support protocol v2 want-ref in UploadPackJonathan Tan2018-08-101-0/+219
* | | | | | | Send only 1 flush pkt at the end of v2 fetchJonathan Tan2018-07-241-0/+4
* | | | | | | Always send refs' objects despite "filter" in packJonathan Tan2018-07-201-0/+79
|/ / / / / /
* | | | | | Teach UploadPack "filter" in protocol v2 fetchJonathan Tan2018-06-041-0/+60
* | | | | | Refactor test of capabilities outputJonathan Tan2018-06-041-11/+33
* | | | | | Disallow unknown args to "fetch" in protocol v2Jonathan Tan2018-06-041-0/+23
* | | | | | Teach UploadPack shallow fetch in protocol v2Jonathan Tan2018-06-041-1/+97