| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove further unnecessary 'final' keywords | Han-Wen Nienhuys | 2018-05-18 | 1 | -1/+1 |
* | Remove 'final' in parameter lists | Han-Wen Nienhuys | 2018-05-15 | 3 | -5/+5 |
* | Configure Semaphore used in TestRequestLog to be fair | Matthias Sohn | 2018-02-22 | 1 | -1/+1 |
* | Fix indentation in TestRequestLog | Matthias Sohn | 2018-02-22 | 1 | -75/+76 |
* | Fix remaining javadoc errors raised by doclint | Matthias Sohn | 2017-12-21 | 1 | -1/+1 |
* | Remove redundant @SuppressWarnings("unused") | David Pursehouse | 2017-12-18 | 1 | -8/+4 |
* | Fix javadoc in org.eclipse.jgit.junit.http | Matthias Sohn | 2017-12-17 | 7 | -16/+284 |
* | Handle SSL handshake failures in TransportHttp | Thomas Wolf | 2017-09-13 | 1 | -1/+15 |
* | Do authentication re-tries on HTTP POST | Thomas Wolf | 2017-08-22 | 1 | -10/+29 |
* | Add support to follow HTTP redirects | Thomas Wolf | 2017-08-17 | 2 | -12/+175 |
* | Add missing newlines at ends of Java files | David Pursehouse | 2017-07-25 | 1 | -1/+1 |
* | Update jetty to 9.4.5 | Mat Booth | 2017-05-11 | 2 | -16/+25 |
* | Fix unnecessary type paramaters | Shawn Pearce | 2017-04-22 | 1 | -1/+1 |
* | Add missing @Override annotations in AppServer.TestMappedLoginService | Matthias Sohn | 2017-04-09 | 1 | -0/+2 |
* | Merge branch 'stable-4.6' | Matthias Sohn | 2017-04-02 | 2 | -16/+21 |
|\ |
|
| * | Revert "Update Jetty to 9.4.1.v20170120" | David Pursehouse | 2017-03-31 | 2 | -16/+20 |
| * | Update Jetty to 9.4.1.v20170120 | Matthias Sohn | 2017-03-06 | 2 | -20/+16 |
* | | Enable and fix warnings about redundant specification of type arguments | David Pursehouse | 2017-02-20 | 6 | -11/+11 |
* | | Enable and fix 'Should be tagged with @Override' warning | David Pursehouse | 2017-02-19 | 6 | -1/+24 |
* | | Update Jetty to 9.4.1.v20170120 | Matthias Sohn | 2017-02-19 | 2 | -20/+16 |
|/ |
|
* | AppServer: Remove unnecessary 'unused' suppressions | David Pursehouse | 2016-09-22 | 1 | -4/+2 |
* | Fix non-parameterized generic type warning | Matthias Sohn | 2016-08-08 | 1 | -1/+3 |
* | Fix AppServer build errors in Eclipse with <4.6 target platforms | Matthias Sohn | 2016-07-14 | 1 | -18/+27 |
* | Implement new abstract MappedLoginService methods added in Jetty 9.3 | Matthias Sohn | 2016-07-11 | 1 | -0/+8 |
* | Merge branch 'stable-4.2' | Matthias Sohn | 2016-02-15 | 1 | -1/+1 |
|\ |
|
| * | MockServletConfig: Fix warning about unchecked conversion of Enumeration | David Pursehouse | 2016-02-15 | 1 | -1/+1 |
* | | Support LFS protocol and a file system based LFS storage | Matthias Sohn | 2016-02-04 | 1 | -1/+10 |
|/ |
|
* | Update to Jetty 9.2.10 | Matthias Sohn | 2015-05-10 | 3 | -7/+20 |
* | Remove some unnecessary dependencies on FileRepostory | Robin Rosenberg | 2013-04-18 | 1 | -3/+2 |
* | SimpleHttpServer API shouldn't expose internals | Matthias Sohn | 2013-03-22 | 1 | -4/+3 |
* | JGit 3.0: move internal classes into an internal subpackage | Shawn Pearce | 2013-03-18 | 2 | -2/+2 |
* | cleanup: Remove unused declarations | Robin Rosenberg | 2012-06-06 | 1 | -1/+0 |
* | Revert Jetty from 8.1.3.v20120416 to 7.6.0.v20120127 | Matthias Sohn | 2012-06-03 | 1 | -1/+1 |
* | Use default thread pool to prevent thread pool starvation | Matthias Sohn | 2012-06-03 | 1 | -17/+1 |
* | Update Jetty to 8.1.3.v20120416 | Matthias Sohn | 2012-05-23 | 2 | -3/+3 |
* | cleanup: Silence an unused-parameter warning | Robin Rosenberg | 2012-03-09 | 1 | -0/+1 |
* | Adapt to Jetty 7.3 API change coming with Indigo | Matthias Sohn | 2011-03-01 | 1 | -0/+4 |
* | daemon: Use HTTP's resolver and factory pattern | Shawn O. Pearce | 2011-02-14 | 1 | -3/+3 |
* | Convert all JGit unit tests to JUnit 4 | Robin Rosenberg | 2010-12-31 | 3 | -11/+14 |
* | Introduce http test bundle | Jens Baumgart | 2010-12-08 | 7 | -0/+1171 |