| Commit message (Expand) | Author | Age | Files | Lines |
* | Deprecate Constants.CHARACTER_ENCODING in favor of StandardCharsets.UTF_8 | David Pursehouse | 2019-06-19 | 2 | -7/+6 |
* | UploadPack: Defer want-ref resolution to after parsing | Jonathan Nieder | 2018-12-26 | 1 | -30/+15 |
* | Merge branch 'stable-5.0' into stable-5.1 | Matthias Sohn | 2018-10-06 | 1 | -0/+65 |
|\ |
|
| * | Merge branch 'stable-4.11' into stable-5.0 | Matthias Sohn | 2018-10-06 | 1 | -0/+65 |
| |\ |
|
| | * | Merge branch 'stable-4.10' into stable-4.11 | Matthias Sohn | 2018-10-06 | 1 | -0/+65 |
| | |\ |
|
| | | * | Merge branch 'stable-4.9' into stable-4.10 | Matthias Sohn | 2018-10-06 | 1 | -0/+65 |
| | | |\ |
|
| | | | * | Merge branch 'stable-4.8' into stable-4.9 | Matthias Sohn | 2018-10-06 | 1 | -0/+65 |
| | | | |\ |
|
| | | | | * | Merge branch 'stable-4.7' into stable-4.8 | Matthias Sohn | 2018-10-06 | 1 | -0/+65 |
| | | | | |\ |
|
| | | | | | * | BaseReceivePack: Validate incoming .gitmodules files | Ivan Frade | 2018-10-05 | 1 | -0/+65 |
* | | | | | | | UploadPackTest: Avoid unnecessarily boxing int into Integer | David Pursehouse | 2018-09-05 | 1 | -3/+3 |
* | | | | | | | Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8 | David Pursehouse | 2018-09-04 | 4 | -11/+12 |
* | | | | | | | Specify charset when constructing InputStreamReader | David Pursehouse | 2018-09-02 | 1 | -1/+1 |
* | | | | | | | Merge "Replace useminimalnegotation flag with maxhaves flag" | Jonathan Nieder | 2018-08-31 | 1 | -18/+4 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | Replace useminimalnegotation flag with maxhaves flag | Minh Thai | 2018-08-31 | 1 | -18/+4 |
* | | | | | | | | Extract protocol v2 fetch request parsing to its own class | Ivan Frade | 2018-08-31 | 1 | -0/+336 |
|/ / / / / / / |
|
* | | | | | | | UploadPack: avoid conflating shallow commit lists in protocol v2 | Ivan Frade | 2018-08-30 | 1 | -0/+38 |
* | | | | | | | ReceivePackAdvertiseRefsHookTest.testSuccess() fails on Windows | Andrey Loskutov | 2018-08-19 | 1 | -0/+1 |
* | | | | | | | Introduce ProtocolV2Hook | Masaya Suzuki | 2018-08-16 | 1 | -15/+52 |
* | | | | | | | Respond with shallow-info before wanted-refs | Jonathan Tan | 2018-08-13 | 1 | -4/+4 |
* | | | | | | | Support protocol v2 want-ref in UploadPack | Jonathan Tan | 2018-08-10 | 1 | -0/+219 |
* | | | | | | | Send only 1 flush pkt at the end of v2 fetch | Jonathan Tan | 2018-07-24 | 1 | -0/+4 |
* | | | | | | | Always send refs' objects despite "filter" in pack | Jonathan Tan | 2018-07-20 | 1 | -0/+79 |
|/ / / / / / |
|
* | | | | | | Teach UploadPack "filter" in protocol v2 fetch | Jonathan Tan | 2018-06-04 | 1 | -0/+60 |
* | | | | | | Refactor test of capabilities output | Jonathan Tan | 2018-06-04 | 1 | -11/+33 |
* | | | | | | Disallow unknown args to "fetch" in protocol v2 | Jonathan Tan | 2018-06-04 | 1 | -0/+23 |
* | | | | | | Teach UploadPack shallow fetch in protocol v2 | Jonathan Tan | 2018-06-04 | 1 | -1/+97 |
* | | | | | | Remove further unnecessary 'final' keywords | Han-Wen Nienhuys | 2018-05-18 | 3 | -7/+7 |
* | | | | | | Teach UploadPack "ofs-delta" in "fetch" | Jonathan Tan | 2018-05-16 | 1 | -5/+44 |
* | | | | | | Teach UploadPack "include-tag" in "fetch" | Jonathan Tan | 2018-05-16 | 1 | -0/+33 |
* | | | | | | Remove 'final' in parameter lists | Han-Wen Nienhuys | 2018-05-15 | 6 | -7/+7 |
* | | | | | | Suppress boxing warning | Matthias Sohn | 2018-04-25 | 1 | -0/+1 |
* | | | | | | Remove unnecessary semicolon | Matthias Sohn | 2018-04-25 | 1 | -1/+1 |
* | | | | | | Remove unused code and link to deprecated code | Jonathan Tan | 2018-04-25 | 1 | -20/+1 |
* | | | | | | Teach UploadPack "no-progress" in "fetch" | Jonathan Tan | 2018-04-23 | 1 | -0/+42 |
* | | | | | | Teach UploadPack "thin-pack" in "fetch" | Jonathan Tan | 2018-04-23 | 1 | -0/+31 |
* | | | | | | Teach UploadPack basic "fetch" command | Jonathan Tan | 2018-04-23 | 1 | -2/+258 |
* | | | | | | Teach UploadPack "ref-prefix" in "ls-refs" | Jonathan Tan | 2018-04-23 | 1 | -0/+39 |
* | | | | | | Implement ls-refs in UploadPack | Jonathan Tan | 2018-04-23 | 1 | -0/+81 |
* | | | | | | Implement protocol v2 with no capabilities in UploadPack | Jonathan Tan | 2018-04-20 | 1 | -0/+64 |
* | | | | | | PacketLineIn, PacketLineOut: Add support for delim-pkt | Jonathan Tan | 2018-04-20 | 2 | -11/+13 |
* | | | | | | Push: Ensure ref updates are processed in input order | Dave Borowitz | 2018-04-13 | 1 | -1/+59 |
* | | | | | | UploadPackTest: Fix name hiding introduced by If72b4b422 | David Pursehouse | 2018-03-20 | 1 | -26/+26 |
* | | | | | | Teach UploadPack to support filtering by blob size | Jonathan Tan | 2018-03-15 | 1 | -0/+146 |
* | | | | | | ReceivePackAdvertiseRefsHookTest#testSuccess: Open TransportLocal in t-w-r | David Pursehouse | 2018-03-15 | 1 | -17/+19 |
* | | | | | | Use CHARSET in FileOutputStream instead of hard-coded "UTF-8" | David Pursehouse | 2018-03-13 | 2 | -2/+4 |
* | | | | | | Open auto-closeable resources in try-with-resource | David Pursehouse | 2018-03-13 | 3 | -43/+34 |
* | | | | | | Consistently use Constants.CHARSET rather than StandardCharsets.UTF_8 | David Pursehouse | 2018-03-11 | 2 | -6/+6 |
|/ / / / / |
|
* | | | | | WalkEncryptionTest: Use StandardCharsets.UTF_8 | David Pursehouse | 2018-03-06 | 1 | -4/+1 |
* | | | | | Merge branch 'stable-4.10' | Matthias Sohn | 2018-02-14 | 1 | -0/+283 |
|\| | | | |
|
| * | | | | Merge branch 'stable-4.9' into stable-4.10 | Matthias Sohn | 2018-02-14 | 1 | -0/+283 |
| |\| | | |
|