aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.http.server/src/org/eclipse/jgit/http/server/GitServlet.java
Commit message (Expand)AuthorAgeFilesLines
* Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-151-1/+1
* Fix javadoc in org.eclipse.jgit.http.serverMatthias Sohn2017-12-171-14/+25
* Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse2017-02-191-0/+4
* Add type argumente to some raw reclarationRobin Rosenberg2012-12-271-1/+1
* cleanup: Remove unnecessary @SuppressWarningsRobin Rosenberg2012-03-091-2/+0
* Refactor HTTP server stack to use Filter as baseShawn O. Pearce2011-10-071-161/+29
* Allow application filters on smart HTTP operationsShawn O. Pearce2011-04-011-9/+44
* daemon: Use HTTP's resolver and factory patternShawn O. Pearce2011-02-141-13/+16
* git-servlet: Fix comparing uploadFactory with the wrong DISABLED instanceRobin Rosenberg2010-06-141-1/+1
* Externalize strings from JGitSasa Zivkov2010-05-191-5/+6
* server side: smart fetch over HTTPShawn O. Pearce2010-01-121-0/+24
* server side: smart push over HTTPShawn O. Pearce2010-01-121-5/+34
* Simple dumb HTTP server for GitShawn O. Pearce2010-01-121-0/+236