aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.http.server/src/org/eclipse/jgit/http/server/InfoRefsServlet.java
Commit message (Expand)AuthorAgeFilesLines
* Bump jetty version to 11.0.20David Ostrovsky2024-05-021-3/+3
* Fix all Javadoc warnings and fail on themAntoine Musso2023-06-161-1/+0
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* Deprecate Constants.CHARACTER_ENCODING in favor of StandardCharsets.UTF_8David Pursehouse2018-09-301-1/+1
* Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8David Pursehouse2018-09-041-1/+2
* InfoRefsServlet: Refactor to not use deprecated methodsDavid Pursehouse2018-05-211-7/+1
* Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-151-1/+1
* InfoRefsServlet: Open OutputStreamWriter in try-with-resourceDavid Pursehouse2018-03-071-21/+22
* Fix javadoc in org.eclipse.jgit.http.serverMatthias Sohn2017-12-171-0/+1
* Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse2017-02-191-0/+1
* Propagate IOException where possible when getting refs.Colby Ranger2013-10-071-1/+2
* Compress large /info/refs responses on HTTPShawn O. Pearce2012-09-191-1/+2
* RefAdvertiser: Avoid object parsingShawn O. Pearce2011-02-021-31/+21
* Ensure RevWalk is released when doneShawn O. Pearce2010-06-291-22/+27
* http.server: Use TemporaryBuffer and compress some responsesShawn O. Pearce2010-03-121-8/+6
* Optimize RefAdvertiser performance by avoiding sortingShawn O. Pearce2010-01-231-1/+1
* Rewrite reference handling to be abstract and accurateShawn O. Pearce2010-01-231-2/+1
* Simple dumb HTTP server for GitShawn O. Pearce2010-01-121-0/+106