aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/lib/RepositoryCache.java
Commit message (Expand)AuthorAgeFilesLines
* Fix javadoc in org.eclipse.jgit lib packageMatthias Sohn2017-12-191-16/+27
* Move loggers to the top of their classSaša Živkov2017-10-301-2/+2
* Allow to use an external ExecutorService for background auto-gcMatthias Sohn2017-06-111-0/+1
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-201-1/+1
* RepositoryCache: simplify codeShawn Pearce2016-11-141-6/+3
* Add missing @Override found by ErrorProneShawn Pearce2016-11-141-0/+1
* Get rid of SoftReference in RepositoryCacheHugo Arès2016-11-131-21/+10
* Merge branch 'stable-4.5'Matthias Sohn2016-10-141-10/+4
|\
| * Unconditionally close repositories in RepositoryCache.clear()Matthias Sohn2016-10-131-9/+3
| * Fix eviction of repositories with negative usage countHugo Arès2016-10-121-1/+1
* | RepositoryCache#unregisterAndCloseRepository: Remove unused db parameterDavid Pursehouse2016-09-231-3/+2
|/
* Unconditionally close repository in unregisterAndCloseRepositorySaša Živkov2016-09-211-5/+3
* Time based eviction strategy for repository cacheChristian Halstrick2016-07-121-7/+84
* Remove repository from cache when it's closedHugo Arès2016-04-071-9/+34
* Fix repository cache never closing repositoryHugo Arès2016-04-071-2/+4
* API to remove repositories from RepositoryCacheTobias Oberlies2015-06-231-0/+28
* Silence resource leak warnings where caller is responsible to closeMatthias Sohn2015-05-261-0/+1
* JGit 3.0: move internal classes into an internal subpackageShawn Pearce2013-03-181-1/+1
* Mark non-externalizable strings as suchRobin Rosenberg2012-12-271-3/+3
* Move FileRepository to storage.file.FileRepositoryShawn O. Pearce2010-06-261-0/+1
* Allow Repository.getDirectory() to be nullShawn O. Pearce2010-06-251-2/+8
* Make lib.Repository abstract and lib.FileRepository its implementationShawn O. Pearce2010-06-251-1/+1
* Repository can be configured with FSMarc Strapetz2010-06-041-18/+35
* Introduce a named constant for the ".git" directory extensionRobin Rosenberg2010-01-151-2/+2
* Introduce a named constant for the .git directory.Robin Rosenberg2010-01-151-2/+2
* Move pure IO utility functions to a utility class of its own.Robin Rosenberg2009-10-311-2/+2
* Initial JGit contribution to eclipse.orgGit Development Community2009-09-291-0/+390