| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | | | 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 |
|/ / / / |
|
* | | | | Add protocol v2 support in http | Jonathan Tan | 2018-06-04 | 1 | -0/+87 |
* | | | | Remove further unnecessary 'final' keywords | Han-Wen Nienhuys | 2018-05-18 | 3 | -3/+3 |
* | | | | Remove 'final' in parameter lists | Han-Wen Nienhuys | 2018-05-15 | 1 | -3/+3 |
* | | | | Use Constants.CHARACTER_ENCODING in tests | David Pursehouse | 2018-04-11 | 1 | -1/+1 |
* | | | | Open auto-closeable resources in try-with-resource | David Pursehouse | 2018-03-13 | 3 | -19/+7 |
* | | | | Consistently use Constants.CHARSET rather than StandardCharsets.UTF_8 | David Pursehouse | 2018-03-11 | 1 | -2/+2 |
|/ / / |
|
* | | | MeasurePackSizeTest: Open Transport in try-with-resource | David Pursehouse | 2018-03-07 | 1 | -5/+1 |
* | | | HookMessageTest: Open Transport in try-with-resource | David Pursehouse | 2018-03-06 | 1 | -10/+2 |
* | | | GitServletResponseTests: Open Transport in try-with-resource | David Pursehouse | 2018-03-06 | 1 | -15/+3 |
* | | | DumbClientSmartServerTest: Open auto-closeable resources in try-with-resource | David Pursehouse | 2018-03-06 | 1 | -22/+7 |
* | | | AdvertiseErrorTest: Open Transport in try-with-resource | David Pursehouse | 2018-03-05 | 1 | -4/+1 |
|/ / |
|
* / | Use constants from StandardCharsets instead of hard-coded strings | David Pursehouse | 2017-12-07 | 1 | -2/+2 |
|/ |
|