summaryrefslogtreecommitdiffstats
path: root/gerrit-cache-h2
Commit message (Expand)AuthorAgeFilesLines
* H2: Don't show stack trace when failing to build BloomFilterDavid Pursehouse2015-04-281-1/+1
* 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
* | Remove unused .gitignoreShawn Pearce2013-11-281-6/+0
* | Delete eclipse left-over files from the Maven poop eraDavid Ostrovsky2013-11-284-337/+0
|/
* Remove unnecessary local variablesalex.ryazantsev2013-11-191-2/+1
* Make LifecycleModule inherit from FactoryModuleDave Borowitz2013-11-131-8/+1
* Merge branch 'stable-2.7' into stable-2.8Shawn Pearce2013-11-051-2/+3
|\
| * Merge branch 'stable-2.6' into stable-2.7Shawn Pearce2013-11-051-2/+3
| |\
| | * Get rid of JdbcSQLException while numbers are read from cacheJacek Centkowski2013-10-301-2/+3
| | * Gerrit 2.6v2.6Shawn Pearce2013-06-211-1/+1
| * | Set version to 2.7v2.7Dave Borowitz2013-09-181-1/+1
* | | Add TimeUtil.nowTs() to create a new TimestampDave Borowitz2013-10-161-2/+2
* | | Use DateTimeUtils.currentTimeMillis() to get current timeDave Borowitz2013-10-161-5/+6
* | | Replace `Funnels.stringFunnel` with `Funnels.unencodedCharsFunnel`David Pursehouse2013-10-011-1/+1
* | | Use CacheBuilder returned from CacheBuilder.removalListener(...)Edwin Kempin2013-08-221-1/+1
* | | Delete Maven based buildDavid Ostrovsky2013-05-211-52/+0
* | | Update buck build for strict dependenciesShawn Pearce2013-05-161-0/+4
* | | Build with BuckShawn Pearce2013-05-091-0/+10
* | | Begin 2.8Shawn Pearce2013-05-061-1/+1
|/ /
* / Start 2.7 developmentShawn Pearce2013-03-211-1/+1
|/
* Fix various warningsEdwin Kempin2012-10-181-1/+1
* Merge branch 'stable-2.5'Shawn O. Pearce2012-10-161-2/+17
|\
| * Merge "Flush persistent H2 cache if the existing entries are incompatible" in...Shawn Pearce2012-10-161-0/+11
| |\
| | * Flush persistent H2 cache if the existing entries are incompatibleEdwin Kempin2012-10-161-0/+11
| * | Ensure that ObjectOutputStream in H2CacheImpl is closedEdwin Kempin2012-10-161-2/+6
| |/
* / Update versions in pom's to start Gerrit 2.6 developmentEdwin Kempin2012-08-221-1/+1
|/
* Cleaning up serialVersionUIDsChad Horohoe2012-08-161-0/+2
* Remove double ';' at line endingEdwin Kempin2012-08-061-1/+1
* Add support for binding CacheRemovalListenerKeunhong Park2012-08-021-1/+15
* Remove timestamp from all org.eclipse.core.resources.prefs files.Sasa Zivkov2012-07-041-1/+0
* Record stats for all cachesShawn O. Pearce2012-05-251-0/+1
* Back in-memory caches with Guava, disk caches with H2Shawn O. Pearce2012-05-249-0/+1423