| Commit message (Expand) | Author | Age | Files | Lines |
* | UploadPack: consume delimiter in object-info command | Han-Wen Nienhuys | 2023-02-02 | 1 | -0/+6 |
* | UploadPack: Receive and parse client session-id | Josh Brown | 2022-11-02 | 1 | -3/+11 |
* | Use constants for git packet protocol line identifiers | Thomas Wolf | 2022-07-31 | 1 | -16/+29 |
* | Fetch: add support for shallow | Robin Müller | 2022-07-31 | 1 | -3/+3 |
* | transport: add object-info capability | Bruno Albuquerque | 2021-08-31 | 1 | -0/+35 |
* | Teach independent negotiation (no pack file) using an option "wait-for-done" | Ronald Bhuleskar | 2021-06-11 | 1 | -0/+3 |
* | Update EDL 1.0 license headers to new short SPDX compliant format | Matthias Sohn | 2020-01-04 | 1 | -38/+5 |
* | ProtocolV2Parser: Add missing $NON-NLS suppression | David Pursehouse | 2019-10-07 | 1 | -1/+1 |
* | UploadPack: support custom packfile-to-URI mapping | Jonathan Tan | 2019-08-20 | 1 | -0/+4 |
* | Support "sideband-all" in protocol v2 fetch | Jonathan Tan | 2019-07-16 | 1 | -0/+4 |
* | PacketLineIn: Add an iterator over strings in the input stream | David Pursehouse | 2019-06-03 | 1 | -31/+32 |
* | Replace trivial reference comparison of PacketLineIn.{DELIM,END} | David Pursehouse | 2019-06-02 | 1 | -5/+5 |
* | Put filter spec information in a dedicated object | Matthew DeVore | 2019-03-22 | 1 | -1/+1 |
* | Move filter-line-parsing code to a separate file | Matthew DeVore | 2019-03-20 | 1 | -39/+1 |
* | Merge branch 'stable-5.1' into stable-5.2 | Jonathan Nieder | 2018-12-26 | 1 | -27/+3 |
|\ |
|
| * | UploadPack: Defer want-ref resolution to after parsing | Jonathan Nieder | 2018-12-26 | 1 | -28/+4 |
* | | Accept protocol v2 server options on fetch and ls-refs requests | Ivan Frade | 2018-10-19 | 1 | -23/+66 |
* | | Rename Fetch V2 request wantsIds and options | Ivan Frade | 2018-10-15 | 1 | -8/+8 |
* | | Move ls-refs parsing code to the ProtocolV2Parser | Ivan Frade | 2018-09-14 | 1 | -0/+47 |
|/ |
|
* | Extract protocol v2 fetch request parsing to its own class | Ivan Frade | 2018-08-31 | 1 | -0/+244 |