aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.http.server/src
Commit message (Expand)AuthorAgeFilesLines
* Do not set headers if response is already committedMax Haslbeck2024-08-271-3/+5
* Bump jetty version to 11.0.20David Ostrovsky2024-05-0234-184/+213
* [errorprone] Fix error pattern JdkObsoleteMatthias Sohn2024-04-291-3/+3
* [errorprone] Add missing javadoc summaryMatthias Sohn2023-09-253-1/+9
* [errorprone] Fix BadImportMatthias Sohn2023-09-251-4/+3
* [errorprone] MetaFilter: fix IdentityHashMapUsageMatthias Sohn2023-09-251-2/+1
* [errorprone] Suppress MissingSummary for translation bundlesMatthias Sohn2023-09-251-0/+1
* Fix all Javadoc warnings and fail on themAntoine Musso2023-06-1627-60/+29
* UploadPackServlet#doPost use try-with-resource to ensure up is closedMatthias Sohn2022-11-211-28/+29
* Merge branch 'stable-6.3'Matthias Sohn2022-11-162-13/+25
|\
| * Extract Exception -> HTTP status code mapping for reuseSven Selberg2022-11-102-13/+25
| * Don't handle internal git errors as an HTTP errorSven Selberg2022-11-101-4/+4
* | ReceivePack: Receive and parse client session-id.Josh Brown2022-10-271-1/+2
|/
* Merge branch 'stable-6.0' into stable-6.1Matthias Sohn2022-07-061-0/+2
|\
| * Merge branch 'stable-5.13' into stable-6.0Matthias Sohn2022-07-061-0/+2
| |\
| | * UploadPack: don't prematurely terminate timer in case of errorMatthias Sohn2022-06-301-0/+2
* | | HTTP Smart: set correct HTTP status on errorSven Selberg2022-05-092-14/+32
* | | Add comment to explain why try-with-resource is not usedFabio Ponciroli2022-02-221-0/+1
|/ /
* | Merge branch 'stable-5.13' into stable-6.0Matthias Sohn2021-12-042-1/+3
|\|
| * Merge branch 'stable-5.10' into stable-5.11Matthias Sohn2021-12-042-1/+3
| |\
| | * Merge branch 'stable-5.8' into stable-5.9Matthias Sohn2021-12-042-1/+3
| | |\
| | | * Merge branch 'stable-5.7' into stable-5.8Matthias Sohn2021-12-042-1/+3
| | | |\
| | | | * Add missing @since tagsMatthias Sohn2021-12-042-1/+2
| | | | * Merge branch 'stable-5.6' into stable-5.7Matthias Sohn2021-12-041-0/+1
| | | | |\
| | | | | * Add missing @since tagMatthias Sohn2021-12-041-0/+1
* | | | | | Remove redundant type argumentsThomas Wolf2021-09-303-3/+6
|/ / / / /
* | | | | Merge branch 'stable-5.10' into stable-5.11Matthias Sohn2021-09-011-0/+22
|\| | | |
| * | | | GitServlet: allow to override default error handlersAntonio Barone2021-09-011-0/+22
| |/ / /
* / / / Rename PackFile to PackNasser Grainawi2021-02-101-2/+2
|/ / /
* / / Use Map directly in MetaFilterLars Vogel2020-04-221-1/+1
|/ /
* | Merge branch 'stable-5.6'Matthias Sohn2020-02-281-1/+1
|\|
| * Move array designators from the variable to the typeDavid Pursehouse2020-02-271-1/+1
* | Merge branch 'stable-5.6'Matthias Sohn2020-02-221-1/+1
|\|
| * Reorder modifiers to follow Java Language SpecificationDavid Pursehouse2020-02-191-1/+1
* | ErrorProne: Enable and fix UnusedException checkDavid Pursehouse2020-01-271-1/+2
* | Merge branch 'stable-5.6'Matthias Sohn2020-01-091-15/+16
|\|
| * Merge branch 'stable-5.5' into stable-5.6Matthias Sohn2020-01-091-15/+16
| |\
| | * Merge branch 'stable-5.4' into stable-5.5Matthias Sohn2020-01-091-15/+16
| | |\
| | | * Merge branch 'stable-5.3' into stable-5.4Matthias Sohn2020-01-091-15/+16
| | | |\
| | | | * Merge branch 'stable-5.2' into stable-5.3Matthias Sohn2020-01-091-15/+16
| | | | |\
| | | | | * Merge branch 'stable-5.1' into stable-5.2Matthias Sohn2020-01-091-15/+16
| | | | | |\
| | | | | | * Fix unclosed resource warning in SmartOutputStreamMatthias Sohn2020-01-061-14/+16
* | | | | | | Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-0433-1254/+165
* | | | | | | Merge changes I1f968649,Ied678797Terry Parker2019-12-022-40/+12
|\ \ \ \ \ \ \
| * | | | | | | UploadPackServlet: Use uploadWithExceptionPropagationMasaya Suzuki2019-12-021-2/+7
| * | | | | | | GitSmartHttpTools: Do not use sideband when sending an errorMasaya Suzuki2019-12-021-38/+5
| |/ / / / / /
* / / / / / / server: Add a custom error handlerMasaya Suzuki2019-12-023-28/+117
|/ / / / / /
* | | | | | Enable and fix "Statement unnecessarily nested within else clause" warningsDavid Pursehouse2019-10-172-5/+4
* | | | | | http: Allow specifying a custom error handler for UploadPackMasaya Suzuki2019-10-093-27/+118
|/ / / / /
* | | | | Merge branch 'stable-5.4'Matthias Sohn2019-08-092-5/+12
|\| | | |