Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-05-15Remove 'final' in parameter listsHan-Wen Nienhuys1-2/+2
2018-03-14RepositoryFilter: Refactor doFilter to open Repository in try-with-resourceDavid Pursehouse1-8/+3
2017-12-17Fix javadoc in org.eclipse.jgit.http.serverMatthias Sohn1-9/+16
2017-02-20Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse1-0/+3
2016-08-24Add HTTP status code to ServiceMayNotContinueExceptionMasaya Suzuki1-1/+1
2015-06-02Use message from ServiceNotAuthorizedException, ServiceNotEnabledExceptionJonathan Nieder1-2/+2
2012-06-20Serve 403 from RepositoryFilter on ServiceMayNotContinueExceptionDave Borowitz1-1/+1
2012-03-26Allow RepositoryResolver to throw ServiceMayNotContinueExceptionDave Borowitz1-0/+4
2011-11-22Add utilities for smart HTTP error handlingShawn O. Pearce1-64/+11
2011-11-22Strip leading slashes in RepositoryFilterShawn O. Pearce1-2/+2
2011-05-04Fix error handling in RepositoryFilterShawn O. Pearce1-3/+6
2011-04-01smart HTTP: Return errors inside payloadShawn O. Pearce1-4/+56
2011-02-25Use generics in RepositoryFilter constructorRobin Rosenberg1-2/+2
2011-02-15daemon: Use HTTP's resolver and factory patternShawn O. Pearce1-3/+3
2010-05-19Externalize strings from JGitSasa Zivkov1-3/+4
2010-01-12Simple dumb HTTP server for GitShawn O. Pearce1-0/+150

    Back to the top