summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.http.server/src
Commit message (Expand)AuthorAgeFilesLines
* 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
|\| | | |
| * | | | Merge branch 'stable-5.3' into stable-5.4Matthias Sohn2019-08-082-5/+12
| |\| | |
| | * | | Merge branch 'stable-5.2' into stable-5.3Matthias Sohn2019-08-082-5/+12
| | |\| |
| | | * | Merge branch 'stable-5.1' into stable-5.2Matthias Sohn2019-08-082-5/+12
| | | |\|
| | | | * Use Instant instead of milliseconds for filesystem timestamp handlingMatthias Sohn2019-07-182-5/+12
| | | | * Deprecate Constants.CHARACTER_ENCODING in favor of StandardCharsets.UTF_8David Pursehouse2019-06-192-3/+4
* | | | | Constants for objects and info/{http-,}alternatesDavid Turner2019-08-021-2/+2
|/ / / /
* | | | Repository: Add getIdentifier() method to avoid instanceof operatorDavid Ostrovsky2019-06-051-6/+4
* | | | Convert to lambda or member referenceCarsten Hammer2019-05-161-9/+4
* | | | Remove unnecessary type specificationsCarsten Hammer2019-04-111-1/+1
|/ / /
* | | GitSmartHttpTools: Open SideBandOutputStream in try-with-resourceDavid Pursehouse2019-01-211-4/+5
* | | Replace deprecated FirstLine by FirstCommandMichael Keppler2018-12-311-1/+2
|/ /
* | Remove unnecessary modifiers from interfacesJonathan Nieder2018-11-201-2/+2
* | Revert C Git 1.7.5 bug workaroundMasaya Suzuki2018-11-193-38/+6
* | Move first line parsing for v0/v1 pack negotiation out of UploadPackIvan Frade2018-10-121-3/+4
* | Deprecate Constants.CHARACTER_ENCODING in favor of StandardCharsets.UTF_8David Pursehouse2018-09-302-3/+4
* | SmartOutputStream: Suppress false-positive resource leak warningDavid Pursehouse2018-09-151-0/+1
|/
* Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8David Pursehouse2018-09-041-1/+2
* refactor: simplify collection.toArray()Michael Keppler2018-08-232-2/+2
* Add protocol v2 support in httpJonathan Tan2018-06-042-3/+32
* Give info/refs services more control over responseJonathan Tan2018-06-041-3/+32
* InfoRefsServlet: Refactor to not use deprecated methodsDavid Pursehouse2018-05-211-7/+1
* Remove further unnecessary 'final' keywordsHan-Wen Nienhuys2018-05-1812-20/+20
* Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-1513-18/+18
* RepositoryFilter: Refactor doFilter to open Repository in try-with-resourceDavid Pursehouse2018-03-141-8/+3
* Open auto-closeable resources in try-with-resourceDavid Pursehouse2018-03-132-12/+3
* InfoRefsServlet: Open OutputStreamWriter in try-with-resourceDavid Pursehouse2018-03-071-21/+22
* GitSmartHttpTools: Open OutputStream in try-with-resourceDavid Pursehouse2018-03-061-4/+1
* FileSender: Open OutputStream in try-with-resourceDavid Pursehouse2018-03-061-4/+1
* Fix javadoc in org.eclipse.jgit.http.serverMatthias Sohn2017-12-1731-64/+204