Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-08-10Ensure we use MockSystemReader in testsMatthias Sohn1-0/+3
2019-08-06Persist minimal racy threshold and allow manual configurationMatthias Sohn1-1/+1
2019-08-06Measure minimum racy interval to auto-configure FileSnapshotMatthias Sohn1-1/+1
2019-07-19Measure filesystem timestamp resolution already in test setupMatthias Sohn1-0/+6
2018-09-04Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8David Pursehouse1-3/+3
2018-05-18Remove further unnecessary 'final' keywordsHan-Wen Nienhuys1-1/+1
2018-03-11Consistently use Constants.CHARSET rather than StandardCharsets.UTF_8David Pursehouse1-3/+3
2018-03-10Remove deprecated LfsProtocolServlet#getLargeFileRepositoryMatthias Sohn1-6/+0
2018-03-05Add ConfigConstants.CONFIG_SECTION_LFSDavid Pursehouse1-5/+7
2018-03-03LFS: Enable LFS support for the CLI, better error handlingMarkus Duft1-2/+20
2018-03-03LFS: support merge/rebase/cherry-pick/diff/compare with LFS filesMarkus Duft2-8/+4
2018-02-27LFS: pre-push upload supportMarkus Duft1-0/+165
2018-02-16LFS: Add remote download to SmudgeFilterMarkus Duft2-0/+166
2017-12-07LfsServerText: Fix formatting of invalidPathInfo messageDavid Pursehouse1-1/+1
2017-12-07InvalidLongObjectIdException: Fix formatting of messageDavid Pursehouse1-1/+1
2017-12-07DownloadTest: Use ExpectedException instead of try..catch..failDavid Pursehouse1-26/+20
2017-12-06FileLfsServlet: Do not pretty print json responseDavid Pursehouse1-2/+2
2017-07-25Add missing newlines at ends of Java filesDavid Pursehouse1-1/+1
2016-09-22LfsServerTest: Remove unnecessary suppression of 'restriction' warningDavid Pursehouse1-1/+0
2016-08-19DownloadTest: Use enums from org.apache.http.HttpStatusDavid Pursehouse1-3/+8
2016-07-28Fix typo in email address in copyright headersDavid Pursehouse3-3/+3
2016-07-28LfsServerTest: Treat response body as UTF-8 when decoding error messageDavid Pursehouse1-9/+12
2016-07-27FileLfsServlet: Include error message in response bodyDavid Pursehouse2-12/+33
2016-07-27FileLfsServlet: Return HTTP 422 instead of 400David Pursehouse1-2/+2
2016-03-22Make the FileLfsRepository thread safeSaša Živkov1-0/+39
2016-02-04Support LFS protocol and a file system based LFS storageMatthias Sohn3-0/+485

    Back to the top