aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.http.server/src/org/eclipse/jgit/http/server/ServletUtils.java
Commit message (Expand)AuthorAgeFilesLines
* Bump jetty version to 11.0.20David Ostrovsky2024-05-021-3/+8
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* Repository: Add getIdentifier() method to avoid instanceof operatorDavid Ostrovsky2019-06-051-6/+4
* Deprecate Constants.CHARACTER_ENCODING in favor of StandardCharsets.UTF_8David Pursehouse2018-09-301-2/+3
* Remove further unnecessary 'final' keywordsHan-Wen Nienhuys2018-05-181-1/+1
* Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-151-4/+4
* Open auto-closeable resources in try-with-resourceDavid Pursehouse2018-03-131-4/+1
* Fix javadoc in org.eclipse.jgit.http.serverMatthias Sohn2017-12-171-1/+3
* Cleanup: Remove unnecessary $NON-NLS$ tagsMatthias Sohn2017-08-301-1/+1
* dump HTTP: Avoid being confused by Content-Length of a gzipped streamZhen Chen2016-11-221-1/+2
* Add repository name to failures in HTTP server logShawn Pearce2015-05-061-0/+10
* Revert "Extract path info from requests without decoding"Shawn Pearce2014-12-121-42/+0
* Extract path info from requests without decodingDavid Pletcher2014-12-091-0/+42
* Work around smart HTTP bugs in C GitShawn O. Pearce2012-06-271-1/+1
* Discard request HTTP bodies for status code <400Shawn O. Pearce2011-12-011-0/+44
* Allow application filters on smart HTTP operationsShawn O. Pearce2011-04-011-0/+3
* smart-http: Fix recognition of gzip encodingShawn O. Pearce2011-02-151-2/+17
* Externalize strings from JGitSasa Zivkov2010-05-191-3/+4
* http.server: Use TemporaryBuffer and compress some responsesShawn O. Pearce2010-03-121-1/+1
* Simple dumb HTTP server for GitShawn O. Pearce2010-01-121-0/+216