aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.http.server/src/org/eclipse/jgit/http/server/ObjectFileServlet.java
Commit message (Expand)AuthorAgeFilesLines
* Bump jetty version to 11.0.20David Ostrovsky2024-05-021-6/+6
* Fix all Javadoc warnings and fail on themAntoine Musso2023-06-161-2/+0
* Merge branch 'stable-5.6'Matthias Sohn2020-02-221-1/+1
|\
| * Reorder modifiers to follow Java Language SpecificationDavid Pursehouse2020-02-191-1/+1
* | Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
|/
* Use Instant instead of milliseconds for filesystem timestamp handlingMatthias Sohn2019-07-181-2/+7
* Remove further unnecessary 'final' keywordsHan-Wen Nienhuys2018-05-181-3/+3
* Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-151-1/+1
* Fix javadoc in org.eclipse.jgit.http.serverMatthias Sohn2017-12-171-0/+2
* JGit 3.0: move internal classes into an internal subpackageShawn Pearce2013-03-181-1/+1
* Move FileRepository to storage.file.FileRepositoryShawn O. Pearce2010-06-261-1/+1
* Simple dumb HTTP server for GitShawn O. Pearce2010-01-121-0/+175