summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.http.server
Commit message (Expand)AuthorAgeFilesLines
* Update japicmp-maven-plugin to 0.15.3Matthias Sohn2021-03-261-1/+2
* Prepare 5.12.0-SNAPSHOT buildsMatthias Sohn2021-03-103-18/+18
* Prepare 5.11.1-SNAPSHOT buildsMatthias Sohn2021-03-093-18/+18
* JGit v5.11.0.202103091610-rv5.11.0.202103091610-rMatthias Sohn2021-03-093-4/+4
* Prepare 5.11.0-SNAPSHOT buildsMatthias Sohn2021-03-043-4/+4
* JGit v5.11.0.202103031150-rc1v5.11.0.202103031150-rc1Matthias Sohn2021-03-033-4/+4
* Prepare 5.11.0-SNAPSHOT buildsMatthias Sohn2021-02-243-4/+4
* JGit v5.11.0.202102240950-m3v5.11.0.202102240950-m3Matthias Sohn2021-02-243-4/+4
* Rename PackFile to PackNasser Grainawi2021-02-101-2/+2
* Prepare 5.11.0-SNAPSHOT buildsMatthias Sohn2020-12-023-18/+18
* Prepare 5.10.0-SNAPSHOT buildsMatthias Sohn2020-08-273-18/+18
* Prepare 5.9.0-SNAPSHOT buildsMatthias Sohn2020-06-093-18/+18
* Use Map directly in MetaFilterLars Vogel2020-04-221-1/+1
* Prepare 5.8.0-SNAPSHOT buildsMatthias Sohn2020-03-093-18/+18
* 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
| * Prepare 5.6.2-SNAPSHOT buildsMatthias Sohn2020-02-143-18/+18
| * JGit v5.6.1.202002131546-rv5.6.1.202002131546-rMatthias Sohn2020-02-133-4/+4
* | 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
| | | | | | * Prepare 5.1.13-SNAPSHOT buildsMatthias Sohn2019-10-022-14/+14
| | | | | | * JGit v5.1.12.201910011832-rv5.1.12.201910011832-rMatthias Sohn2019-10-022-2/+2
| | | | * | | Prepare 5.3.7-SNAPSHOT buildsMatthias Sohn2019-10-022-15/+15
| | | | * | | JGit v5.3.6.201910020505-rv5.3.6.201910020505-rMatthias Sohn2019-10-022-2/+2
| | * | | | | Prepare 5.5.2-SNAPSHOT buildsMatthias Sohn2019-10-033-17/+17
| | * | | | | JGit v5.5.1.201910021850-rv5.5.1.201910021850-rMatthias Sohn2019-10-033-4/+4
| | * | | | | Prepare 5.5.1-SNAPSHOT buildsMatthias Sohn2019-09-113-17/+17
| | * | | | | JGit v5.5.0.201909110433-rv5.5.0.201909110433-rMatthias Sohn2019-09-113-4/+4
| * | | | | | Prepare 5.6.1-SNAPSHOT buildsMatthias Sohn2019-12-113-18/+18
| * | | | | | JGit v5.6.0.201912101111-rv5.6.0.201912101111-rMatthias Sohn2019-12-103-4/+4
* | | | | | | Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-0434-1296/+174
* | | | | | | Prepare 5.7.0-SNAPSHOT buildsMatthias Sohn2019-12-053-18/+18
* | | | | | | Merge branch 'stable-5.6'Matthias Sohn2019-12-051-1/+1
|\| | | | | |
| * | | | | | Prepare 5.6.0-SNAPSHOT buildsMatthias Sohn2019-12-043-4/+4
| * | | | | | JGit v5.6.0.201912041214-rc1v5.6.0.201912041214-rc1Matthias Sohn2019-12-043-4/+4
| * | | | | | Prepare 5.6.0-SNAPSHOT buildsMatthias Sohn2019-11-273-4/+4
| * | | | | | JGit v5.6.0.201911271000-m3v5.6.0.201911271000-m3Matthias Sohn2019-11-273-5/+5
* | | | | | | 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-173-6/+5