Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-06-05Add protocol v2 support in httpJonathan Tan2-3/+32
2018-06-05Give info/refs services more control over responseJonathan Tan1-3/+32
2018-05-21InfoRefsServlet: Refactor to not use deprecated methodsDavid Pursehouse1-7/+1
2018-05-18Remove further unnecessary 'final' keywordsHan-Wen Nienhuys12-20/+20
2018-05-15Remove 'final' in parameter listsHan-Wen Nienhuys13-18/+18
2018-03-14RepositoryFilter: Refactor doFilter to open Repository in try-with-resourceDavid Pursehouse1-8/+3
2018-03-13Open auto-closeable resources in try-with-resourceDavid Pursehouse2-12/+3
2018-03-06InfoRefsServlet: Open OutputStreamWriter in try-with-resourceDavid Pursehouse1-21/+22
2018-03-06GitSmartHttpTools: Open OutputStream in try-with-resourceDavid Pursehouse1-4/+1
2018-03-06FileSender: Open OutputStream in try-with-resourceDavid Pursehouse1-4/+1
2017-12-17Fix javadoc in org.eclipse.jgit.http.serverMatthias Sohn31-64/+204
2017-08-30Cleanup: Remove unnecessary $NON-NLS$ tagsMatthias Sohn1-1/+1
2017-08-25Show error message for non-git clientsMasaya Suzuki1-1/+1
2017-08-02Eliminate SectionParser construction boilerplateDave Borowitz3-27/+3
2017-07-25Add missing newlines at ends of Java filesDavid Pursehouse1-1/+1
2017-02-20Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse3-5/+5
2017-02-20Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse23-0/+62
2016-11-23dump HTTP: Avoid being confused by Content-Length of a gzipped streamZhen Chen1-1/+2
2016-11-14Organize importsDavid Pursehouse5-9/+9
2016-09-22WrappedRequest: Don't use deprecated ServletRequestWrapper#realPathDavid Pursehouse1-1/+1
2016-08-24Add HTTP status code to ServiceMayNotContinueExceptionMasaya Suzuki3-3/+3
2015-07-09Report PackProtocolExceptions to client during receive-packDave Borowitz1-1/+2
2015-06-02Use message from ServiceNotAuthorizedException, ServiceNotEnabledExceptionJonathan Nieder5-15/+11
2015-06-02dumb HTTP: Clarify AsIsFilter by introducing req and res localsJonathan Nieder1-3/+5
2015-05-21Replace deprecated release() methods by close()Matthias Sohn2-2/+2
2015-05-06Skip logging stack trace on corrupt objectsShawn Pearce2-0/+11
2015-05-06Add repository name to failures in HTTP server logShawn Pearce3-9/+29
2015-04-30Support agent= capability in wire protocolShawn Pearce2-0/+8
2015-04-03Clearer error message when service is not enabledHector Oswaldo Caballero1-1/+1
2014-12-12Revert "Extract path info from requests without decoding"Shawn Pearce3-50/+4
2014-12-10Extract path info from requests without decodingDavid Pletcher3-4/+50
2014-03-29Cleanup javadocs so they pass the java8 doclint checksRobin Rosenberg1-1/+1
2013-11-02Extract protocol constants to a common classShawn Pearce1-3/+3
2013-10-07Propagate IOException where possible when getting refs.Colby Ranger1-1/+2
2013-03-18JGit 3.0: move internal classes into an internal subpackageShawn Pearce3-4/+4
2012-12-27Declare essentially static methods as staticRobin Rosenberg1-1/+1
2012-12-27Add type argumente to some raw reclarationRobin Rosenberg3-3/+3
2012-12-07Disable response compression on /git-receive-pack URLsShawn Pearce1-1/+1
2012-11-16Make an exception for the formatting rules (turn off) for some filesRobin Rosenberg1-0/+1
2012-10-25Suppress resource warnings with Java 7Robin Rosenberg1-0/+1
2012-09-23Remove unnecessary @SuppressWarningsRobin Rosenberg1-1/+0
2012-09-22Merge changes Ic2b78ba9,Ia13e63edShawn O. Pearce6-9/+17
2012-09-21Suppress boxing warnings where we know they are okRobin Rosenberg1-2/+7
2012-09-20Use '406 Not Acceptable' when info/refs is disabledShawn O. Pearce1-1/+1
2012-09-20Compress large /info/refs responses on HTTPShawn O. Pearce5-8/+16
2012-06-27Work around smart HTTP bugs in C GitShawn O. Pearce5-1/+229
2012-06-20Serve 403 from RepositoryFilter on ServiceMayNotContinueExceptionDave Borowitz1-1/+1
2012-06-08Add MetaFilter.serveRegex(Pattern)Dave Borowitz2-0/+16
2012-06-08Expand RegexPipeline documentationDave Borowitz1-6/+13
2012-03-26Allow RepositoryResolver to throw ServiceMayNotContinueExceptionDave Borowitz1-0/+4

Back to the top