Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | UploadPackServlet#doPost use try-with-resource to ensure up is closed | Matthias Sohn | 2022-11-21 | 1 | -28/+29 |
* | Merge branch 'stable-6.3' | Matthias Sohn | 2022-11-16 | 2 | -13/+25 |
|\ | |||||
| * | Extract Exception -> HTTP status code mapping for reuse | Sven Selberg | 2022-11-10 | 2 | -13/+25 |
| * | Don't handle internal git errors as an HTTP error | Sven Selberg | 2022-11-10 | 1 | -4/+4 |
* | | ReceivePack: Receive and parse client session-id. | Josh Brown | 2022-10-27 | 1 | -1/+2 |
|/ | |||||
* | Merge branch 'stable-6.0' into stable-6.1 | Matthias Sohn | 2022-07-06 | 1 | -0/+2 |
|\ | |||||
| * | Merge branch 'stable-5.13' into stable-6.0 | Matthias Sohn | 2022-07-06 | 1 | -0/+2 |
| |\ | |||||
| | * | UploadPack: don't prematurely terminate timer in case of error | Matthias Sohn | 2022-06-30 | 1 | -0/+2 |
* | | | HTTP Smart: set correct HTTP status on error | Sven Selberg | 2022-05-09 | 2 | -14/+32 |
* | | | Add comment to explain why try-with-resource is not used | Fabio Ponciroli | 2022-02-22 | 1 | -0/+1 |
|/ / | |||||
* | | Merge branch 'stable-5.13' into stable-6.0 | Matthias Sohn | 2021-12-04 | 2 | -1/+3 |
|\| | |||||
| * | Merge branch 'stable-5.10' into stable-5.11 | Matthias Sohn | 2021-12-04 | 2 | -1/+3 |
| |\ | |||||
| | * | Merge branch 'stable-5.8' into stable-5.9 | Matthias Sohn | 2021-12-04 | 2 | -1/+3 |
| | |\ | |||||
| | | * | Merge branch 'stable-5.7' into stable-5.8 | Matthias Sohn | 2021-12-04 | 2 | -1/+3 |
| | | |\ | |||||
| | | | * | Add missing @since tags | Matthias Sohn | 2021-12-04 | 2 | -1/+2 |
| | | | * | Merge branch 'stable-5.6' into stable-5.7 | Matthias Sohn | 2021-12-04 | 1 | -0/+1 |
| | | | |\ | |||||
| | | | | * | Add missing @since tag | Matthias Sohn | 2021-12-04 | 1 | -0/+1 |
* | | | | | | Remove redundant type arguments | Thomas Wolf | 2021-09-30 | 3 | -3/+6 |
|/ / / / / | |||||
* | | | | | Merge branch 'stable-5.10' into stable-5.11 | Matthias Sohn | 2021-09-01 | 1 | -0/+22 |
|\| | | | | |||||
| * | | | | GitServlet: allow to override default error handlers | Antonio Barone | 2021-09-01 | 1 | -0/+22 |
| |/ / / | |||||
* / / / | Rename PackFile to Pack | Nasser Grainawi | 2021-02-10 | 1 | -2/+2 |
|/ / / | |||||
* / / | Use Map directly in MetaFilter | Lars Vogel | 2020-04-22 | 1 | -1/+1 |
|/ / | |||||
* | | Merge branch 'stable-5.6' | Matthias Sohn | 2020-02-28 | 1 | -1/+1 |
|\| | |||||
| * | Move array designators from the variable to the type | David Pursehouse | 2020-02-27 | 1 | -1/+1 |
* | | Merge branch 'stable-5.6' | Matthias Sohn | 2020-02-22 | 1 | -1/+1 |
|\| | |||||
| * | Reorder modifiers to follow Java Language Specification | David Pursehouse | 2020-02-19 | 1 | -1/+1 |
* | | ErrorProne: Enable and fix UnusedException check | David Pursehouse | 2020-01-27 | 1 | -1/+2 |
* | | Merge branch 'stable-5.6' | Matthias Sohn | 2020-01-09 | 1 | -15/+16 |
|\| | |||||
| * | Merge branch 'stable-5.5' into stable-5.6 | Matthias Sohn | 2020-01-09 | 1 | -15/+16 |
| |\ | |||||
| | * | Merge branch 'stable-5.4' into stable-5.5 | Matthias Sohn | 2020-01-09 | 1 | -15/+16 |
| | |\ | |||||
| | | * | Merge branch 'stable-5.3' into stable-5.4 | Matthias Sohn | 2020-01-09 | 1 | -15/+16 |
| | | |\ | |||||
| | | | * | Merge branch 'stable-5.2' into stable-5.3 | Matthias Sohn | 2020-01-09 | 1 | -15/+16 |
| | | | |\ | |||||
| | | | | * | Merge branch 'stable-5.1' into stable-5.2 | Matthias Sohn | 2020-01-09 | 1 | -15/+16 |
| | | | | |\ | |||||
| | | | | | * | Fix unclosed resource warning in SmartOutputStream | Matthias Sohn | 2020-01-06 | 1 | -14/+16 |
* | | | | | | | Update EDL 1.0 license headers to new short SPDX compliant format | Matthias Sohn | 2020-01-04 | 33 | -1254/+165 |
* | | | | | | | Merge changes I1f968649,Ied678797 | Terry Parker | 2019-12-02 | 2 | -40/+12 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | UploadPackServlet: Use uploadWithExceptionPropagation | Masaya Suzuki | 2019-12-02 | 1 | -2/+7 |
| * | | | | | | | GitSmartHttpTools: Do not use sideband when sending an error | Masaya Suzuki | 2019-12-02 | 1 | -38/+5 |
| |/ / / / / / | |||||
* / / / / / / | server: Add a custom error handler | Masaya Suzuki | 2019-12-02 | 3 | -28/+117 |
|/ / / / / / | |||||
* | | | | | | Enable and fix "Statement unnecessarily nested within else clause" warnings | David Pursehouse | 2019-10-17 | 2 | -5/+4 |
* | | | | | | http: Allow specifying a custom error handler for UploadPack | Masaya Suzuki | 2019-10-09 | 3 | -27/+118 |
|/ / / / / | |||||
* | | | | | Merge branch 'stable-5.4' | Matthias Sohn | 2019-08-09 | 2 | -5/+12 |
|\| | | | | |||||
| * | | | | Merge branch 'stable-5.3' into stable-5.4 | Matthias Sohn | 2019-08-08 | 2 | -5/+12 |
| |\| | | | |||||
| | * | | | Merge branch 'stable-5.2' into stable-5.3 | Matthias Sohn | 2019-08-08 | 2 | -5/+12 |
| | |\| | | |||||
| | | * | | Merge branch 'stable-5.1' into stable-5.2 | Matthias Sohn | 2019-08-08 | 2 | -5/+12 |
| | | |\| | |||||
| | | | * | Use Instant instead of milliseconds for filesystem timestamp handling | Matthias Sohn | 2019-07-18 | 2 | -5/+12 |
| | | | * | Deprecate Constants.CHARACTER_ENCODING in favor of StandardCharsets.UTF_8 | David Pursehouse | 2019-06-19 | 2 | -3/+4 |
* | | | | | Constants for objects and info/{http-,}alternates | David Turner | 2019-08-02 | 1 | -2/+2 |
|/ / / / | |||||
* | | | | Repository: Add getIdentifier() method to avoid instanceof operator | David Ostrovsky | 2019-06-05 | 1 | -6/+4 |
* | | | | Convert to lambda or member reference | Carsten Hammer | 2019-05-16 | 1 | -9/+4 |