aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.http.server/src/org/eclipse/jgit/http/server/resolver
Commit message (Expand)AuthorAgeFilesLines
* Bump jetty version to 11.0.20David Ostrovsky2024-05-023-4/+11
* Fix all Javadoc warnings and fail on themAntoine Musso2023-06-162-2/+0
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-043-114/+15
* Enable and fix "Statement unnecessarily nested within else clause" warningsDavid Pursehouse2019-10-171-2/+1
* Add protocol v2 support in httpJonathan Tan2018-06-041-3/+12
* Remove further unnecessary 'final' keywordsHan-Wen Nienhuys2018-05-183-3/+3
* Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-152-2/+2
* Fix javadoc in org.eclipse.jgit.http.serverMatthias Sohn2017-12-173-8/+15
* Eliminate SectionParser construction boilerplateDave Borowitz2017-08-023-27/+3
* Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse2017-02-193-0/+5
* Organize importsDavid Pursehouse2016-11-143-3/+3
* Declare essentially static methods as staticRobin Rosenberg2012-12-271-1/+1
* daemon: Use HTTP's resolver and factory patternShawn O. Pearce2011-02-149-516/+12
* Allow Repository.getDirectory() to be nullShawn O. Pearce2010-06-251-1/+3
* Repository can be configured with FSMarc Strapetz2010-06-041-1/+2
* Externalize strings from JGitSasa Zivkov2010-05-192-2/+6
* server side: smart fetch over HTTPShawn O. Pearce2010-01-122-0/+160
* server side: smart push over HTTPShawn O. Pearce2010-01-122-0/+192
* Simple dumb HTTP server for GitShawn O. Pearce2010-01-125-0/+475