Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-06-05Add protocol v2 support in httpJonathan Tan1-3/+12
2018-05-18Remove further unnecessary 'final' keywordsHan-Wen Nienhuys3-3/+3
2018-05-15Remove 'final' in parameter listsHan-Wen Nienhuys2-2/+2
2017-12-17Fix javadoc in org.eclipse.jgit.http.serverMatthias Sohn3-8/+15
2017-08-02Eliminate SectionParser construction boilerplateDave Borowitz3-27/+3
2017-02-20Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse3-0/+5
2016-11-14Organize importsDavid Pursehouse3-3/+3
2012-12-27Declare essentially static methods as staticRobin Rosenberg1-1/+1
2011-02-15daemon: Use HTTP's resolver and factory patternShawn O. Pearce9-516/+12
2010-06-26Allow Repository.getDirectory() to be nullShawn O. Pearce1-1/+3
2010-06-05Repository can be configured with FSMarc Strapetz1-1/+2
2010-05-19Externalize strings from JGitSasa Zivkov2-2/+6
2010-01-12server side: smart fetch over HTTPShawn O. Pearce2-0/+160
2010-01-12server side: smart push over HTTPShawn O. Pearce2-0/+192
2010-01-12Simple dumb HTTP server for GitShawn O. Pearce5-0/+475

    Back to the top