1. 93d1d75 Merge "Add advanced H2 option handling" by Edwin Kempin · 9 years ago
  2. 64af3ad Add advanced H2 option handling by Björn Pedersen · 9 years ago
  3. 882acb3 H2CacheImpl: Ignore errors due to renamed classes by Dave Borowitz · 9 years ago
  4. b81b4f7 Implement Bazel build by David Ostrovsky · 9 years ago
  5. 65dba82 H2CacheFactory: Make logger private by David Pursehouse · 9 years ago
  6. 45aa8ca Add missing newline at end of files by David Pursehouse · 9 years ago
  7. ccdeae8 Use native constructors instead of Guava to instantiate empty collections by David Pursehouse · 9 years ago
  8. 08ea694 Buck: Remove jgit cell by David Ostrovsky · 9 years ago
  9. c5ccbf1 Add missing whitespace around keywords, operators and braces by David Pursehouse · 9 years ago
  10. e7ae7f4 Merge "Make H2 database cache size configurable" by Saša Živkov · 9 years ago
  11. 64d4bdf Buck: Emulate real JGit project structure in its own cell by David Ostrovsky · 9 years ago
  12. f313457 Make H2 database cache size configurable by Saša Živkov · 9 years ago
  13. 17bb3db Buck: Allow to consume JGit from its own cell by David Ostrovsky · 9 years ago
  14. e47caab H2CacheImpl: Support get(K, Callable<? extends V>) by Dave Borowitz · 10 years ago
  15. e9a2930 Fix H2CacheImpl copyright header by Shawn Pearce · 10 years ago
  16. 5e90c63 Use try-with-resources statements by Urs Wolfer · 10 years ago
  17. 4aedf71 Merge branch 'stable-2.11' by David Pursehouse · 10 years ago
  18. bbd54fa H2: Don't show stack trace when failing to build BloomFilter by David Pursehouse · 10 years ago
  19. 62e67be SitePaths: Convert site_path itself to Path by Dave Borowitz · 10 years ago
  20. b078dd6 Convert H2CacheFactory to use Path by Dave Borowitz · 10 years ago
  21. 9625637 Use AutoCloseable gwtorm/jdbc instances by Dave Borowitz · 10 years ago
  22. 41abb37 Enable and fix Eclipse warnings about redundant type arguments by David Pursehouse · 10 years ago
  23. 75ad80a Remove unnecessary suppression of cast warning in H2CacheFactory by David Pursehouse · 10 years ago
  24. 8dc720e Move TimeUtil from gerrit-server to gerrit-common by David Ostrovsky · 10 years ago
  25. 1c48a7e Revert "Use javax.inject.Inject instead of com.google.inject.Inject" by Saša Živkov · 10 years ago
  26. 5db3bba Use javax.inject.Inject instead of com.google.inject.Inject by Dave Borowitz · 10 years ago
  27. 98adfd5 Honor expireAfterWrite in the H2CacheImpl by Saša Živkov · 11 years ago
  28. 42c9cf6 Add REST endpoint to list caches by Edwin Kempin · 11 years ago
  29. e73ae61 Apply "type inference for generic instance creation" Java 7 feature by David Ostrovsky · 11 years ago
  30. 218c6b6 Allow creation of persistent caches after server is started by Saša Živkov · 11 years ago
  31. 85c458b Merge "Remove unused @SuppressWarnings" by David Pursehouse · 11 years ago
  32. 74966d5 Remove unused @SuppressWarnings by Shawn Pearce · 11 years ago
  33. 72fb6cc Remove unused .gitignore by Shawn Pearce · 11 years ago
  34. c53fd3a Delete eclipse left-over files from the Maven poop era by David Ostrovsky · 11 years ago
  35. bbf93f8 Remove unnecessary local variables by alex.ryazantsev · 11 years ago
  36. ec6fca8 Make LifecycleModule inherit from FactoryModule by Dave Borowitz · 11 years ago
  37. f5016f4 Merge branch 'stable-2.7' into stable-2.8 by Shawn Pearce · 11 years ago
  38. 5d1ce02 Merge branch 'stable-2.6' into stable-2.7 by Shawn Pearce · 11 years ago
  39. b294b03 Get rid of JdbcSQLException while numbers are read from cache by Jacek Centkowski · 11 years ago
  40. 1d69c2e Add TimeUtil.nowTs() to create a new Timestamp by Dave Borowitz · 11 years ago
  41. 46b1ac8 Use DateTimeUtils.currentTimeMillis() to get current time by Dave Borowitz · 11 years ago
  42. 99776b8 Replace `Funnels.stringFunnel` with `Funnels.unencodedCharsFunnel` by David Pursehouse · 11 years ago
  43. 01cea13 Set version to 2.7 by Dave Borowitz · 11 years ago v2.7
  44. dcab15e Use CacheBuilder returned from CacheBuilder.removalListener(...) by Edwin Kempin · 12 years ago
  45. f252f53 Gerrit 2.6 by Shawn Pearce · 12 years ago v2.6
  46. dcee572 Delete Maven based build by David Ostrovsky · 12 years ago
  47. bd56297 Update buck build for strict dependencies by Shawn Pearce · 12 years ago
  48. fd6bb9f Build with Buck by Shawn Pearce · 12 years ago
  49. 9240c29 Begin 2.8 by Shawn Pearce · 12 years ago
  50. d47ca8a Start 2.7 development by Shawn Pearce · 12 years ago
  51. 2820055 Fix various warnings by Edwin Kempin · 12 years ago
  52. 7dd18f5 Merge branch 'stable-2.5' by Shawn O. Pearce · 12 years ago
  53. b207877 Merge "Flush persistent H2 cache if the existing entries are incompatible" into stable-2.5 by Shawn Pearce · 12 years ago
  54. 18c8fa8 Ensure that ObjectOutputStream in H2CacheImpl is closed by Edwin Kempin · 12 years ago
  55. 3f461de Flush persistent H2 cache if the existing entries are incompatible by Edwin Kempin · 12 years ago
  56. 20f9968 Update versions in pom's to start Gerrit 2.6 development by Edwin Kempin · 13 years ago
  57. 6d982fc Cleaning up serialVersionUIDs by Chad Horohoe · 13 years ago
  58. 149c79d Remove double ';' at line ending by Edwin Kempin · 13 years ago
  59. c3a31c2 Add support for binding CacheRemovalListener by Keunhong Park · 13 years ago
  60. 90119f8 Remove timestamp from all org.eclipse.core.resources.prefs files. by Sasa Zivkov · 13 years ago
  61. 0b549fb Record stats for all caches by Shawn O. Pearce · 13 years ago
  62. 2e1cb2b Back in-memory caches with Guava, disk caches with H2 by Shawn O. Pearce · 13 years ago