| Commit message (Expand) | Author | Age | Files | Lines |
* | Configure classpath for separate test sources in Eclipse | Michael Keppler | 2018-10-17 | 1 | -1/+5 |
* | Disable Eclipse warning about unrecognized @SuppressWarnings value | David Pursehouse | 2018-10-17 | 1 | -1/+1 |
* | Explicitly specify charset in constructor of String | David Pursehouse | 2018-09-26 | 1 | -1/+2 |
* | Fix Mylyn commit message template | Michael Keppler | 2018-09-23 | 1 | -1/+1 |
* | Prepare 5.2.0-SNAPSHOT builds | Matthias Sohn | 2018-09-06 | 2 | -20/+20 |
* | Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8 | David Pursehouse | 2018-09-04 | 1 | -3/+3 |
* | Don't override managed version of httpclient for LFS server tests | David Pursehouse | 2018-08-25 | 1 | -1/+0 |
* | Prepare 5.1.0-SNAPSHOT builds | Matthias Sohn | 2018-05-23 | 2 | -20/+20 |
* | Remove further unnecessary 'final' keywords | Han-Wen Nienhuys | 2018-05-18 | 1 | -1/+1 |
* | Consistently use Constants.CHARSET rather than StandardCharsets.UTF_8 | David Pursehouse | 2018-03-11 | 1 | -3/+3 |
* | Remove deprecated LfsProtocolServlet#getLargeFileRepository | Matthias Sohn | 2018-03-10 | 1 | -6/+0 |
* | Prepare 5.0.0-SNAPSHOT builds | Matthias Sohn | 2018-03-08 | 2 | -20/+20 |
* | Prepare 4.11.1-SNAPSHOT builds | Matthias Sohn | 2018-03-08 | 2 | -20/+20 |
* | JGit v4.11.0.201803080745-rv4.11.0.201803080745-r | Matthias Sohn | 2018-03-08 | 2 | -2/+2 |
* | Add ConfigConstants.CONFIG_SECTION_LFS | David Pursehouse | 2018-03-05 | 1 | -5/+7 |
* | Enable warning for resources not managed by try-with-resource | David Pursehouse | 2018-03-03 | 1 | -1/+1 |
* | LFS: Enable LFS support for the CLI, better error handling | Markus Duft | 2018-03-03 | 2 | -2/+21 |
* | LFS: support merge/rebase/cherry-pick/diff/compare with LFS files | Markus Duft | 2018-03-03 | 2 | -8/+4 |
* | LFS: pre-push upload support | Markus Duft | 2018-02-27 | 2 | -1/+170 |
* | LFS: Add remote download to SmudgeFilter | Markus Duft | 2018-02-16 | 3 | -0/+174 |
* | Prepare 4.11.0-SNAPSHOT builds | Matthias Sohn | 2017-12-31 | 2 | -7/+7 |
* | Add header Automatic-Module-Name for Java 9 | Karsten Thoms | 2017-12-23 | 1 | -0/+1 |
* | Specify consistent version range for junit in OSGi manifests | David Pursehouse | 2017-12-08 | 1 | -4/+4 |
* | LfsServerText: Fix formatting of invalidPathInfo message | David Pursehouse | 2017-12-07 | 1 | -1/+1 |
* | InvalidLongObjectIdException: Fix formatting of message | David Pursehouse | 2017-12-07 | 1 | -1/+1 |
* | DownloadTest: Use ExpectedException instead of try..catch..fail | David Pursehouse | 2017-12-07 | 2 | -26/+21 |
* | FileLfsServlet: Do not pretty print json response | David Pursehouse | 2017-12-07 | 1 | -2/+2 |
* | Merge branch 'stable-4.9' | Matthias Sohn | 2017-11-24 | 1 | -0/+11 |
|\ |
|
| * | Ignore warning for minor version change without API change | Matthias Sohn | 2017-11-24 | 1 | -0/+11 |
| * | Prepare 4.9.1-SNAPSHOT builds | Matthias Sohn | 2017-10-08 | 2 | -7/+7 |
| * | JGit v4.9.0.201710071750-rv4.9.0.201710071750-r | Matthias Sohn | 2017-10-07 | 2 | -2/+2 |
* | | Prepare 4.10.0-SNAPSHOT builds | Matthias Sohn | 2017-10-08 | 2 | -7/+7 |
|/ |
|
* | Partially revert c0ad77d8 "Enhance Eclipse save actions" | Matthias Sohn | 2017-08-30 | 1 | -1/+1 |
* | Partially revert c0ad77d8 "Enhance Eclipse save actions" | Matthias Sohn | 2017-08-30 | 1 | -2/+2 |
* | Enhance Eclipse save actions | Matthias Sohn | 2017-08-28 | 1 | -7/+12 |
* | Add missing newlines at ends of Java files | David Pursehouse | 2017-07-25 | 1 | -1/+1 |
* | Prepare 4.9.0-SNAPSHOT builds | Matthias Sohn | 2017-05-30 | 2 | -7/+7 |
* | Update jetty to 9.4.5 | Mat Booth | 2017-05-11 | 1 | -14/+14 |
* | Prepare 4.8.0-SNAPSHOT builds | Matthias Sohn | 2017-04-05 | 2 | -7/+7 |
* | Merge branch 'stable-4.6' | Matthias Sohn | 2017-04-02 | 1 | -14/+14 |
|\ |
|
| * | Update Jetty to 9.3.17.v20170317 | Matthias Sohn | 2017-04-02 | 1 | -14/+14 |
| * | Prepare 4.6.2-SNAPSHOT builds | Matthias Sohn | 2017-03-07 | 2 | -7/+7 |
| * | JGit v4.6.1.201703071140-rv4.6.1.201703071140-r | Matthias Sohn | 2017-03-07 | 2 | -2/+2 |
* | | Downgrade jetty to 9.3.9.v20160517 | Matthias Sohn | 2017-03-31 | 1 | -14/+14 |
* | | Require jetty 9.4.0 consistently | Matthias Sohn | 2017-03-30 | 1 | -12/+12 |
* | | Raise minimum version of o.e.jetty.security to 9.4.0 | Matthias Sohn | 2017-03-25 | 1 | -2/+2 |
* | | Remove Buck build | David Pursehouse | 2017-03-22 | 1 | -34/+0 |
* | | Add remaining parts of the bazel build | David Ostrovsky | 2017-03-21 | 1 | -0/+49 |
* | | Enable and fix warnings about redundant specification of type arguments | David Pursehouse | 2017-02-20 | 1 | -1/+1 |
* | | Enable and fix 'Should be tagged with @Override' warning | David Pursehouse | 2017-02-19 | 1 | -1/+1 |