aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/transport
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | | | Remove further unnecessary 'final' keywordsHan-Wen Nienhuys2018-05-183-7/+7
* | | | | | Teach UploadPack "ofs-delta" in "fetch"Jonathan Tan2018-05-161-5/+44
* | | | | | Teach UploadPack "include-tag" in "fetch"Jonathan Tan2018-05-161-0/+33
* | | | | | Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-156-7/+7
* | | | | | Suppress boxing warningMatthias Sohn2018-04-251-0/+1
* | | | | | Remove unnecessary semicolonMatthias Sohn2018-04-251-1/+1
* | | | | | Remove unused code and link to deprecated codeJonathan Tan2018-04-251-20/+1
* | | | | | Teach UploadPack "no-progress" in "fetch"Jonathan Tan2018-04-231-0/+42
* | | | | | Teach UploadPack "thin-pack" in "fetch"Jonathan Tan2018-04-231-0/+31
* | | | | | Teach UploadPack basic "fetch" commandJonathan Tan2018-04-231-2/+258
* | | | | | Teach UploadPack "ref-prefix" in "ls-refs"Jonathan Tan2018-04-231-0/+39
* | | | | | Implement ls-refs in UploadPackJonathan Tan2018-04-231-0/+81
* | | | | | Implement protocol v2 with no capabilities in UploadPackJonathan Tan2018-04-201-0/+64
* | | | | | PacketLineIn, PacketLineOut: Add support for delim-pktJonathan Tan2018-04-202-11/+13
* | | | | | Push: Ensure ref updates are processed in input orderDave Borowitz2018-04-131-1/+59
* | | | | | UploadPackTest: Fix name hiding introduced by If72b4b422David Pursehouse2018-03-201-26/+26
* | | | | | Teach UploadPack to support filtering by blob sizeJonathan Tan2018-03-151-0/+146
* | | | | | ReceivePackAdvertiseRefsHookTest#testSuccess: Open TransportLocal in t-w-rDavid Pursehouse2018-03-151-17/+19