| Commit message (Expand) | Author | Age | Files | Lines |
* | Prepare 4.7.3-SNAPSHOT builds | Matthias Sohn | 2018-07-27 | 2 | -16/+16 |
* | JGit v4.7.2.201807261330-rv4.7.2.201807261330-r | Matthias Sohn | 2018-07-26 | 2 | -2/+2 |
* | Merge branch 'stable-4.6' into stable-4.7 | Matthias Sohn | 2017-11-22 | 1 | -11/+0 |
|\ |
|
| * | Merge branch 'stable-4.5' into stable-4.6 | Matthias Sohn | 2017-11-22 | 1 | -17/+0 |
| |\ |
|
| | * | Prepare 4.5.5-SNAPSHOT builds | Matthias Sohn | 2017-11-22 | 2 | -15/+15 |
| | * | JGit v4.5.4.201711221230-rv4.5.4.201711221230-r | Matthias Sohn | 2017-11-22 | 2 | -2/+2 |
| | * | Prepare 4.5.4-SNAPSHOT builds | Matthias Sohn | 2017-08-26 | 2 | -15/+15 |
| | * | JGit v4.5.3.201708160445-rv4.5.3.201708160445-r | Matthias Sohn | 2017-08-16 | 2 | -2/+2 |
| | * | Prepare 4.5.3-SNAPSHOT builds | Matthias Sohn | 2017-04-08 | 2 | -15/+15 |
| | * | JGit v4.5.2.201704071617-rv4.5.2.201704071617-r | Matthias Sohn | 2017-04-07 | 2 | -2/+2 |
| | * | Prepare 4.5.2-SNAPSHOT builds | Matthias Sohn | 2017-03-25 | 2 | -15/+15 |
| | * | JGit v4.5.1.201703201650-rv4.5.1.201703201650-r | Matthias Sohn | 2017-03-20 | 2 | -2/+2 |
| * | | Prepare 4.6.2-SNAPSHOT builds | Matthias Sohn | 2017-03-07 | 2 | -16/+16 |
| * | | JGit v4.6.1.201703071140-rv4.6.1.201703071140-r | Matthias Sohn | 2017-03-07 | 2 | -2/+2 |
* | | | Prepare 4.7.2-SNAPSHOT builds | Matthias Sohn | 2017-06-08 | 2 | -16/+16 |
* | | | JGit v4.7.1.201706071930-rv4.7.1.201706071930-r | Matthias Sohn | 2017-06-08 | 2 | -2/+2 |
* | | | Prepare 4.7.1-SNAPSHOT | Matthias Sohn | 2017-04-06 | 2 | -16/+16 |
* | | | JGit v4.7.0.201704051617-rv4.7.0.201704051617-r | Matthias Sohn | 2017-04-05 | 2 | -2/+2 |
* | | | Remove Buck build | David Pursehouse | 2017-03-22 | 1 | -23/+0 |
* | | | bazel: Add explicit targets for library dependencies | Jonathan Nieder | 2017-03-19 | 1 | -4/+4 |
* | | | Silence API error reported in LfsProtocolServlet | Matthias Sohn | 2017-03-09 | 1 | -0/+11 |
* | | | LfsProtocolServlet: Pass HTTP Authorization header to getLargeFileRepository | David Pursehouse | 2017-03-08 | 1 | -2/+49 |
* | | | Enable and fix warnings about redundant specification of type arguments | David Pursehouse | 2017-02-20 | 3 | -9/+9 |
* | | | Enable and fix 'Should be tagged with @Override' warning | David Pursehouse | 2017-02-19 | 1 | -1/+1 |
* | | | Don't rely on default locale when using toUpperCase() and toLowerCase() | Matthias Sohn | 2017-01-28 | 1 | -2/+4 |
* | | | Implement Bazel build for http-apache, lfs, lfs-server | David Pursehouse | 2017-01-22 | 1 | -0/+17 |
* | | | Make ObjectDownloadListener public | David Pursehouse | 2017-01-19 | 1 | -2/+4 |
* | | | Add missing slf4j dependency in BUCK file for jgit-lfs-server | Zhen Chen | 2017-01-14 | 1 | -1/+2 |
* | | | LfsProtocolServlet#LfsRequest: Add operation type helper methods | David Pursehouse | 2017-01-14 | 1 | -0/+27 |
* | | | Expose LFS operation strings as public constants | David Pursehouse | 2017-01-13 | 1 | -7/+6 |
* | | | LfsProtocolServlet: Improve error on getLargeFileRepository failure | David Pursehouse | 2017-01-14 | 2 | -2/+12 |
* | | | Add support for refusing LFS request due to invalid authorization | David Pursehouse | 2017-01-13 | 1 | -0/+4 |
* | | | Remove unused API warning filters | Matthias Sohn | 2016-12-29 | 1 | -17/+0 |
* | | | Prepare 4.7.0-SNAPSHOT builds | Matthias Sohn | 2016-12-27 | 2 | -16/+16 |
|/ / |
|
* | | Prepare 4.6.1-SNAPSHOT builds | Matthias Sohn | 2016-12-24 | 2 | -16/+16 |
* | | JGit v4.6.0.201612231935-rv4.6.0.201612231935-r | Matthias Sohn | 2016-12-24 | 2 | -2/+2 |
* | | Expose getObjectToTransfer method of FileLfsServlet | Jacek Centkowski | 2016-12-06 | 1 | -1/+14 |
* | | Merge branch 'stable-4.5' | David Pursehouse | 2016-12-06 | 1 | -2/+3 |
|\| |
|
| * | Use the same variable to check and extract LFS object id | Jacek Centkowski | 2016-11-24 | 1 | -2/+3 |
| * | Prepare 4.5.1-SNAPSHOT builds | Matthias Sohn | 2016-09-21 | 2 | -15/+15 |
| * | JGit v4.5.0.201609210915-rv4.5.0.201609210915-r | Matthias Sohn | 2016-09-21 | 2 | -2/+2 |
* | | Add missing @since tags for new API | Matthias Sohn | 2016-11-14 | 1 | -0/+1 |
* | | Organize imports | David Pursehouse | 2016-11-14 | 1 | -1/+1 |
* | | FileLfsServlet: Make sendError protected | David Pursehouse | 2016-11-13 | 1 | -1/+13 |
* | | Make ObjectUploadListener public | David Pursehouse | 2016-11-13 | 1 | -3/+8 |
* | | Change JGit minimum execution environment to JavaSE-1.8 | Matthias Sohn | 2016-09-20 | 3 | -5/+5 |
* | | Move AtomicObjectOutputStream to lfs/internal | Christian Halstrick | 2016-09-20 | 6 | -123/+3 |
* | | Prepare 4.6.0-SNAPSHOT builds | Matthias Sohn | 2016-09-19 | 2 | -15/+15 |
|/ |
|
* | Improve JavaDoc for LfsProtocolServlet.getLargeFileRepository | Matthias Sohn | 2016-09-01 | 1 | -0/+23 |
* | Add specific exception for LFS unavailable | David Pursehouse | 2016-08-30 | 1 | -10/+11 |