| Commit message (Expand) | Author | Age | Files | Lines |
* | Add constants for parsing git wire protocol version | David Ostrovsky | 2020-11-29 | 1 | -4/+10 |
* | TransportHttp: abort on time-out or on SocketException | Thomas Wolf | 2020-05-23 | 1 | -0/+76 |
* | Replace ExpectedException which was deprecated in junit 4.13 | Matthias Sohn | 2020-01-24 | 1 | -15/+11 |
* | Replace deprecated junit assertion methods with hamcrest | Matthias Sohn | 2020-01-22 | 1 | -1/+1 |
* | Update EDL 1.0 license headers to new short SPDX compliant format | Matthias Sohn | 2020-01-04 | 22 | -836/+110 |
* | UploadPackServlet: Use uploadWithExceptionPropagation | Masaya Suzuki | 2019-12-02 | 1 | -1/+1 |
* | Enable and fix "Statement unnecessarily nested within else clause" warnings | David Pursehouse | 2019-10-17 | 1 | -2/+1 |
* | bazel: fix running http tests | Matthias Sohn | 2019-09-08 | 1 | -0/+2 |
* | Set parameter name in parameterized http tests | Matthias Sohn | 2019-09-08 | 1 | -4/+12 |
* | Apache HTTP: run more tests | Thomas Wolf | 2019-08-26 | 10 | -94/+139 |
* | Merge branch 'stable-5.4' | Matthias Sohn | 2019-08-20 | 1 | -10/+8 |
|\ |
|
| * | Merge branch 'stable-5.3' into stable-5.4 | Matthias Sohn | 2019-08-20 | 1 | -10/+8 |
| |\ |
|
| | * | Merge branch 'stable-5.2' into stable-5.3 | Matthias Sohn | 2019-08-19 | 1 | -10/+8 |
| | |\ |
|
| | | * | Merge branch 'stable-5.1' into stable-5.2 | Matthias Sohn | 2019-08-19 | 1 | -10/+8 |
| | | |\ |
|
| | | | * | Cache user global and system-wide git configurations | Matthias Sohn | 2019-08-18 | 1 | -10/+8 |
| | | | * | Deprecate Constants.CHARACTER_ENCODING in favor of StandardCharsets.UTF_8 | David Pursehouse | 2019-06-19 | 1 | -1/+1 |
| | | | * | Make inner classes static where possible | David Pursehouse | 2019-06-17 | 1 | -1/+1 |
* | | | | | TransportHttp: resolve redirect URIs from the "Location" header | Thomas Wolf | 2019-08-16 | 1 | -2/+39 |
|/ / / / |
|
* | | | | PacketLineIn: Add an iterator over strings in the input stream | David Pursehouse | 2019-06-03 | 1 | -4/+2 |
* | | | | Replace trivial reference comparison of PacketLineIn.{DELIM,END} | David Pursehouse | 2019-06-02 | 2 | -4/+3 |
* | | | | Convert to lambda or member reference | Carsten Hammer | 2019-05-16 | 7 | -120/+57 |
|/ / / |
|
* | | | SmartClientSmartServerTest: Open Repository in try-with-resource | David Pursehouse | 2019-01-21 | 1 | -97/+76 |
* | | | SmartClientSmartServerTest: Open ObjectInserter.Formatter in try-with-resource | David Pursehouse | 2019-01-21 | 1 | -3/+5 |
* | | | SmartClientSmartServerTest#addBrokenContext: Remove unused TestRepository | David Pursehouse | 2019-01-21 | 1 | -3/+3 |
* | | | SmartClientSmartServerTest: Open TestRepository in try-with-resource | David Pursehouse | 2019-01-20 | 1 | -4/+12 |
* | | | SmartClientSmartServerTest: Stop using deprecated Repository#hasObject | David Pursehouse | 2019-01-20 | 1 | -4/+4 |
* | | | DumbClientSmartServerTest: Open TestRepository in try-with-resource | David Pursehouse | 2019-01-20 | 1 | -1/+4 |
* | | | DumbClientDumbServerTest: Open TestRepository in try-with-resource | David Pursehouse | 2019-01-20 | 1 | -1/+4 |
* | | | Merge branch 'stable-5.2' | Jonathan Nieder | 2019-01-10 | 1 | -1/+83 |
|\| | |
|
| * | | Merge branch 'stable-5.1' into stable-5.2 | Jonathan Nieder | 2018-12-26 | 1 | -1/+83 |
| |\| |
|
| | * | Merge branch 'stable-5.0' into stable-5.1 | Matthias Sohn | 2018-12-25 | 1 | -1/+83 |
| | |\ |
|
| | | * | Merge branch 'stable-4.11' into stable-5.0 | Matthias Sohn | 2018-12-25 | 1 | -1/+83 |
| | | |\ |
|
| | | | * | Merge branch 'stable-4.10' into stable-4.11 | Matthias Sohn | 2018-12-25 | 1 | -1/+83 |
| | | | |\ |
|
| | | | | * | Merge branch 'stable-4.9' into stable-4.10 | Matthias Sohn | 2018-12-25 | 1 | -1/+83 |
| | | | | |\ |
|
| | | | | | * | UploadPack: Test filtering by AdvertiseRefsHook in stateless transports | Masaya Suzuki | 2018-12-24 | 1 | -1/+83 |
* | | | | | | | Deprecate Repository#hasObject | Jonathan Nieder | 2019-01-04 | 5 | -36/+36 |
|/ / / / / / |
|
* | | | | | | Revert C Git 1.7.5 bug workaround | Masaya Suzuki | 2018-11-19 | 1 | -15/+0 |
* | | | | | | Explicitly specify charset when constructing PrintWriter | David Pursehouse | 2018-09-30 | 1 | -1/+4 |
* | | | | | | Deprecate Constants.CHARACTER_ENCODING in favor of StandardCharsets.UTF_8 | David Pursehouse | 2018-09-30 | 1 | -1/+1 |
* | | | | | | FileResolverTest#testNotAGitRepository: Fail when exception is not thrown | David Pursehouse | 2018-09-29 | 1 | -0/+1 |
* | | | | | | Explicitly specify charset in constructor of InputStreamReader | David Pursehouse | 2018-09-26 | 1 | -6/+13 |
* | | | | | | Make inner classes static where possible | David Pursehouse | 2018-09-26 | 1 | -1/+1 |
|/ / / / / |
|
* | | | | | Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8 | David Pursehouse | 2018-09-04 | 1 | -2/+2 |
* | | | | | HttpClientConnectionTest: Throw UnsupportedOperationException for unused methods | David Pursehouse | 2018-08-27 | 1 | -11/+11 |
* | | | | | HttpClientConnectionTest: Reformat with the Eclipse style | David Pursehouse | 2018-08-27 | 1 | -132/+137 |
* | | | | | HttpClientConnectionTest: Add missing license header | David Pursehouse | 2018-08-27 | 1 | -0/+42 |
* | | | | | HttpClientTests: Open OutputStream in try-with-resource | David Pursehouse | 2018-08-25 | 1 | -6/+6 |
* | | | | | HttpClientTests: Use assertEquals to assert about response code | David Pursehouse | 2018-08-25 | 1 | -3/+3 |
* | | | | | HttpClientConnection.getHeaderFields should support multiple values for same ... | Gabriel Couto | 2018-07-23 | 1 | -0/+90 |
* | | | | | Add response message, if any, on HTTP status 404 | Thomas Wolf | 2018-07-03 | 1 | -2/+6 |
|/ / / / |
|