summaryrefslogtreecommitdiffstats
path: root/gerrit-cache-h2
Commit message (Expand)AuthorAgeFilesLines
* Use Logger's built-in formattingDavid Pursehouse2018-05-291-4/+4
* Introduce mechanism to overload Gerrit core modulesJacek Centkowski2018-05-141-2/+3
* Move default memory cache implementation out of H2 packageDave Borowitz2018-05-142-120/+28
* Introduce CacheImpl annotationJacek Centkowski2018-05-141-0/+3
* Untangle persistent/memory cache implementations from each otherJacek Centkowski2018-05-143-33/+139
* H2CacheFactory: update internal caches list synchronouslyJacek Centkowski2018-05-141-1/+3
* Revert "Reduce chance of deadlock in account cache"Hugo Arès2018-02-273-64/+34
* Reduce chance of deadlock in account cacheHugo Arès2018-02-223-34/+64
* Format Java files with google-java-formatDavid Pursehouse2017-03-301-16/+5
* Precompute h2 persisted cache space used per entryHugo Arès2017-03-291-5/+10
* Squash redundant string concatenations introduced by google-java-formatDavid Pursehouse2017-02-172-2/+2
* Assign unused Future return value to a variableDave Borowitz2017-02-072-2/+8
* Format all Java files with google-java-formatDave Borowitz2017-02-074-169/+160
* Remove Buck based buildDavid Ostrovsky2017-01-231-28/+0
* Bazel: Reformat build filesDavid Ostrovsky2016-12-071-24/+24
* Support for setting diskLimit from CacheModule bindingsSaša Živkov2016-09-221-1/+1
* Use some Java 8 featuresDave Borowitz2016-09-202-43/+7
* Remove redundant specification of type argumentsDavid Pursehouse2016-09-201-1/+1
* Merge "Add advanced H2 option handling"Edwin Kempin2016-07-111-0/+5
|\
| * Add advanced H2 option handlingBjörn Pedersen2016-07-111-0/+5
* | H2CacheImpl: Ignore errors due to renamed classesDave Borowitz2016-07-011-1/+18
|/
* Implement Bazel buildDavid Ostrovsky2016-06-141-0/+30
* H2CacheFactory: Make logger privateDavid Pursehouse2016-05-071-1/+2
* Add missing newline at end of filesDavid Pursehouse2016-05-041-1/+1
* Use native constructors instead of Guava to instantiate empty collectionsDavid Pursehouse2016-05-041-2/+2
* Buck: Remove jgit cellDavid Ostrovsky2016-04-201-1/+1
* Add missing whitespace around keywords, operators and bracesDavid Pursehouse2016-04-111-1/+1
* Merge "Make H2 database cache size configurable"Saša Živkov2016-02-241-2/+10
|\
| * Make H2 database cache size configurableSaša Živkov2016-02-121-2/+10
* | Buck: Emulate real JGit project structure in its own cellDavid Ostrovsky2016-02-141-1/+1
* | Buck: Allow to consume JGit from its own cellDavid Ostrovsky2016-02-091-1/+1
|/
* H2CacheImpl: Support get(K, Callable<? extends V>)Dave Borowitz2015-08-073-0/+132
* Fix H2CacheImpl copyright headerShawn Pearce2015-08-071-1/+13
* Use try-with-resources statementsUrs Wolfer2015-06-231-9/+4
* Merge branch 'stable-2.11'David Pursehouse2015-04-301-1/+1
|\
| * H2: Don't show stack trace when failing to build BloomFilterDavid Pursehouse2015-04-281-1/+1
* | SitePaths: Convert site_path itself to PathDave Borowitz2015-03-031-1/+1
* | Convert H2CacheFactory to use PathDave Borowitz2015-02-241-21/+27
|/
* Use AutoCloseable gwtorm/jdbc instancesDave Borowitz2015-01-131-53/+19
* Enable and fix Eclipse warnings about redundant type argumentsDavid Pursehouse2014-10-311-3/+3
* Remove unnecessary suppression of cast warning in H2CacheFactoryDavid Pursehouse2014-10-301-1/+1
* Move TimeUtil from gerrit-server to gerrit-commonDavid Ostrovsky2014-10-062-1/+2
* Revert "Use javax.inject.Inject instead of com.google.inject.Inject"Saša Živkov2014-09-302-4/+2
* Use javax.inject.Inject instead of com.google.inject.InjectDave Borowitz2014-09-292-2/+4
* Honor expireAfterWrite in the H2CacheImplSaša Živkov2014-09-152-7/+31
* Add REST endpoint to list cachesEdwin Kempin2014-05-281-30/+9
* Apply "type inference for generic instance creation" Java 7 featureDavid Ostrovsky2014-04-262-6/+6
* Allow creation of persistent caches after server is startedSaša Živkov2014-03-101-10/+29
* Merge "Remove unused @SuppressWarnings"David Pursehouse2013-11-291-1/+1
|\
| * Remove unused @SuppressWarningsShawn Pearce2013-11-291-1/+1