Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-02-22Configure Semaphore used in TestRequestLog to be fairMatthias Sohn1-1/+1
2018-02-22Fix indentation in TestRequestLogMatthias Sohn1-75/+76
2017-12-21Fix remaining javadoc errors raised by doclintMatthias Sohn1-1/+1
2017-12-18Remove redundant @SuppressWarnings("unused")David Pursehouse1-8/+4
2017-12-17Fix javadoc in org.eclipse.jgit.junit.httpMatthias Sohn7-16/+284
2017-09-13Handle SSL handshake failures in TransportHttpThomas Wolf1-1/+15
2017-08-22Do authentication re-tries on HTTP POSTThomas Wolf1-10/+29
2017-08-17Add support to follow HTTP redirectsThomas Wolf2-12/+175
2017-07-25Add missing newlines at ends of Java filesDavid Pursehouse1-1/+1
2017-05-11Update jetty to 9.4.5Mat Booth2-16/+25
2017-04-22Fix unnecessary type paramatersShawn Pearce1-1/+1
2017-04-09Add missing @Override annotations in AppServer.TestMappedLoginServiceMatthias Sohn1-0/+2
2017-04-02Merge branch 'stable-4.6'Matthias Sohn2-16/+21
2017-03-31Revert "Update Jetty to 9.4.1.v20170120"David Pursehouse2-16/+20
2017-03-06Update Jetty to 9.4.1.v20170120Matthias Sohn2-20/+16
2017-02-20Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse6-11/+11
2017-02-20Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse6-1/+24
2017-02-20Update Jetty to 9.4.1.v20170120Matthias Sohn2-20/+16
2016-09-22AppServer: Remove unnecessary 'unused' suppressionsDavid Pursehouse1-4/+2
2016-08-08Fix non-parameterized generic type warningMatthias Sohn1-1/+3
2016-07-14Fix AppServer build errors in Eclipse with <4.6 target platformsMatthias Sohn1-18/+27
2016-07-10Implement new abstract MappedLoginService methods added in Jetty 9.3Matthias Sohn1-0/+8
2016-02-15Merge branch 'stable-4.2'Matthias Sohn1-1/+1
2016-02-15MockServletConfig: Fix warning about unchecked conversion of EnumerationDavid Pursehouse1-1/+1
2016-02-04Support LFS protocol and a file system based LFS storageMatthias Sohn1-1/+10
2015-05-10Update to Jetty 9.2.10Matthias Sohn3-7/+20
2013-04-18Remove some unnecessary dependencies on FileRepostoryRobin Rosenberg1-3/+2
2013-03-22SimpleHttpServer API shouldn't expose internalsMatthias Sohn1-4/+3
2013-03-18JGit 3.0: move internal classes into an internal subpackageShawn Pearce2-2/+2
2012-06-05cleanup: Remove unused declarationsRobin Rosenberg1-1/+0
2012-06-03Revert Jetty from 8.1.3.v20120416 to 7.6.0.v20120127Matthias Sohn1-1/+1
2012-06-03Use default thread pool to prevent thread pool starvationMatthias Sohn1-17/+1
2012-05-23Update Jetty to 8.1.3.v20120416Matthias Sohn2-3/+3
2012-03-09cleanup: Silence an unused-parameter warningRobin Rosenberg1-0/+1
2011-03-01Adapt to Jetty 7.3 API change coming with IndigoMatthias Sohn1-0/+4
2011-02-15daemon: Use HTTP's resolver and factory patternShawn O. Pearce1-3/+3
2010-12-31Convert all JGit unit tests to JUnit 4Robin Rosenberg3-11/+14
2010-12-08Introduce http test bundleJens Baumgart7-0/+1171

    Back to the top