aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/lib/RepositoryCacheTest.java
Commit message (Expand)AuthorAgeFilesLines
* Open auto-closeable resources in try-with-resourceDavid Pursehouse2018-03-131-13/+22
* RepositoryCacheTest: avoid to close already closed repositoryMatthias Sohn2017-01-281-15/+18
* Fix eviction of repositories with negative usage countHugo Arès2016-10-121-0/+21
* Time based eviction strategy for repository cacheChristian Halstrick2016-07-121-4/+68
* Remove repository from cache when it's closedHugo Arès2016-04-071-0/+14
* Fix repository cache never closing repositoryHugo Arès2016-04-071-0/+21
* Remove unneeded @SuppressWarnings("boxing")Hugo Arès2015-09-231-5/+3
* API to remove repositories from RepositoryCacheTobias Oberlies2015-06-231-0/+28
* Fix failed tests when the tmp directory is a symlinkRobin Rosenberg2013-10-201-14/+16
* Move base test classes to the junit bundle for reuse for Java 7 testsRobin Rosenberg2013-02-041-0/+1
* Convert all JGit unit tests to JUnit 4Robin Rosenberg2010-12-311-0/+15
* Repository can be configured with FSMarc Strapetz2010-06-041-17/+17
* Refactor RepositoryTestCase to use LocalDiskRepository insteadShawn O. Pearce2009-11-021-2/+2
* Initial JGit contribution to eclipse.orgGit Development Community2009-09-291-0/+132