aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.http.server/src/org/eclipse/jgit/http/server/FileSender.java
Commit message (Expand)AuthorAgeFilesLines
* Bump jetty version to 11.0.20David Ostrovsky2024-05-021-4/+4
* 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-3/+5
* Remove further unnecessary 'final' keywordsHan-Wen Nienhuys2018-05-181-1/+1
* Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-151-1/+1
* FileSender: Open OutputStream in try-with-resourceDavid Pursehouse2018-03-061-4/+1
* Remove unnecessary @SuppressWarningsRobin Rosenberg2012-09-231-1/+0
* Don't use interruptable pread() to access pack filesShawn O. Pearce2010-05-271-2/+3
* Externalize strings from JGitSasa Zivkov2010-05-191-2/+3
* Simple dumb HTTP server for GitShawn O. Pearce2010-01-121-0/+225