aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.lfs.server.test/tst/org/eclipse/jgit/lfs/server/fs/LfsServerTest.java
Commit message (Expand)AuthorAgeFilesLines
* Bump jetty version to 12.0.9 and servlet-api to 6.0David Ostrovsky2024-05-081-2/+2
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* Ensure we use MockSystemReader in testsMatthias Sohn2019-08-101-0/+3
* Persist minimal racy threshold and allow manual configurationMatthias Sohn2019-08-061-1/+1
* Measure minimum racy interval to auto-configure FileSnapshotMatthias Sohn2019-08-061-1/+1
* Measure filesystem timestamp resolution already in test setupMatthias Sohn2019-07-191-0/+6
* Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8David Pursehouse2018-09-041-3/+3
* Consistently use Constants.CHARSET rather than StandardCharsets.UTF_8David Pursehouse2018-03-111-3/+3
* Remove deprecated LfsProtocolServlet#getLargeFileRepositoryMatthias Sohn2018-03-101-6/+0
* LFS: Add remote download to SmudgeFilterMarkus Duft2018-02-161-0/+23
* Add missing newlines at ends of Java filesDavid Pursehouse2017-07-251-1/+1
* LfsServerTest: Remove unnecessary suppression of 'restriction' warningDavid Pursehouse2016-09-221-1/+0
* Fix typo in email address in copyright headersDavid Pursehouse2016-07-281-1/+1
* LfsServerTest: Treat response body as UTF-8 when decoding error messageDavid Pursehouse2016-07-281-9/+12
* FileLfsServlet: Include error message in response bodyDavid Pursehouse2016-07-271-2/+16
* Support LFS protocol and a file system based LFS storageMatthias Sohn2016-02-041-0/+252