1. 179e57f Merge "gerrit.sh: Add 'status' as synonym for 'check' to be LSB compliant" by Shawn Pearce · 12 years ago
  2. f9a7dcc gerrit.sh: Fix exit status codes to be LSB compliant by Edwin Kempin · 12 years ago
  3. f4246f6 gerrit.sh: Add 'status' as synonym for 'check' to be LSB compliant by Edwin Kempin · 12 years ago
  4. d5714d7 Revert "Expand submodule subscription support" by Shawn Pearce · 12 years ago
  5. af17ea9 Merge "Expand submodule subscription support" by Martin Fick · 12 years ago
  6. 666aa8f Send email notification when commit message is edited by David Pursehouse · 12 years ago
  7. 333676b Expand submodule subscription support by Peter Jönsson · 13 years ago
  8. 09cca31 Fix compiler warnings about missing switch cases for AuthType by David Pursehouse · 12 years ago
  9. 9ce3a0d Fix RequestCleanup bug with Git over HTTP by Shawn O. Pearce · 12 years ago
  10. 6fbd5e5 Match all git fetch/clone/push commands to the command executor by Shawn O. Pearce · 12 years ago
  11. 0fa73cd Merge "Add LSB headers to init script" by Martin Fick · 12 years ago
  12. bf7fbd6 Remove auth token based REST API support by Shawn O. Pearce · 12 years ago
  13. 7026bc0 Add LSB headers to init script by Steffen Gebert · 12 years ago
  14. d4c617c gerrit-pgm: Remove some unused imports by David Pursehouse · 12 years ago
  15. 6942d28 Merge "Upgrade embedded Jetty to 8.1.7.v20120910" by Shawn O. Pearce · 12 years ago
  16. 737285d Allow plugins to contribute InitStep to Gerrit init. by Luca Milanesio · 13 years ago
  17. ea48b3c Upgrade embedded Jetty to 8.1.7.v20120910 by Shawn O. Pearce · 12 years ago
  18. 6247e55 Merge "Abstract out concepts of DataSourceType and DatabaseConfigInitializer." by Shawn Pearce · 12 years ago
  19. 856c973 Merge "Add email footer token to identify if inline comments are present" by Shawn Pearce · 12 years ago
  20. 1915b91 Rename gerrit module to gerrit_ui by Shawn O. Pearce · 12 years ago
  21. 85287c1 Add email footer token to identify if inline comments are present by David Pursehouse · 13 years ago
  22. b53bffe Abstract out concepts of DataSourceType and DatabaseConfigInitializer. by Sasa Zivkov · 13 years ago
  23. 010189c Merge "Display the reason of an Init injection failure." by Shawn Pearce · 12 years ago
  24. 8f4e01f Add missing mail template examples to site init by David Pursehouse · 13 years ago
  25. b9eecff Display the reason of an Init injection failure. by Luca Milanesio · 13 years ago
  26. f7f8c0c Merge branch 'stable-2.5' by Shawn O. Pearce · 13 years ago
  27. 7752a9c Enables the use of session management in Jetty. by Luca Milanesio · 13 years ago
  28. a4ed2eb Merge "Update dependencies to asm 4" by Shawn O. Pearce · 13 years ago
  29. b5ae703 Determine GERRIT_SITE from current working directory. by Peter Jönsson · 13 years ago
  30. 9202400 Update dependencies to asm 4 by Shawn O. Pearce · 13 years ago
  31. f6a6cd7 Suggest changing gerrit.config when JDK not found by Conley Owens · 13 years ago
  32. 20f9968 Update versions in pom's to start Gerrit 2.6 development by Edwin Kempin · 13 years ago
  33. 3a6f077 Tokenized REST API POST handler by Brad Larson · 13 years ago
  34. 67e09dc Package core plugins in Gerrit war and install them on init by Edwin Kempin · 13 years ago
  35. 35ab127 Merge "Permit plugins to implement AllRequestFilter" by Martin Fick · 13 years ago
  36. 7d5588a Merge "Add OpenID SSO support." by Martin Fick · 13 years ago
  37. 90119f8 Remove timestamp from all org.eclipse.core.resources.prefs files. by Sasa Zivkov · 13 years ago
  38. 6735702 Fix units of httpd.maxwait by Shawn O. Pearce · 13 years ago
  39. 7903f5d Merge "Factor out code for updating notes branches to NotesBranchUtil." by Edwin Kempin · 13 years ago
  40. ab006ac Fix NPE that can hide guice CreationException on site init by Sasa Zivkov · 13 years ago
  41. 6430f12 Permit plugins to implement AllRequestFilter by Shawn O. Pearce · 13 years ago
  42. 19b538d Factor out code for updating notes branches to NotesBranchUtil. by Sasa Zivkov · 13 years ago
  43. ca8bc3b Add OpenID SSO support. by James E. Blair · 13 years ago
  44. e46f37d Merge tag 'v2.4.1' by Sasa Zivkov · 13 years ago
  45. de980a4 Automatic schema upgrade on Gerrit startup by Sasa Zivkov · 13 years ago
  46. 5dd198d Merge "Make async logging buffer size configurable." into stable-2.4 by Edwin Kempin · 13 years ago
  47. a36418c Make logging events discardable, prevent NPE in AsyncAppender thread. by Sasa Zivkov · 13 years ago
  48. f69aeb1 Make async logging buffer size configurable. by Sasa Zivkov · 13 years ago
  49. 1aed344 Honor the sendmail.smtpUser from gerrit.config on upgrade by Sasa Zivkov · 13 years ago
  50. 0e01d39 Merge "Honor the sendmail.smtpUser from gerrit.config on upgrade" by Shawn Pearce · 13 years ago
  51. 5e43e77 Fix schema migration that creates index for submodule subscriptions by Edwin Kempin · 13 years ago
  52. 3764a09 Merge branch 'cache' by Shawn O. Pearce · 13 years ago
  53. 2e1cb2b Back in-memory caches with Guava, disk caches with H2 by Shawn O. Pearce · 13 years ago
  54. 5e43b81 Miscellaneous tiny cleanups in gerrit-pgm by Dave Borowitz · 13 years ago
  55. c291f99 Honor the sendmail.smtpUser from gerrit.config on upgrade by Sasa Zivkov · 13 years ago
  56. cfd9945 Update the ThreadLocal based scopes to use RequestContext. by Colby Ranger · 13 years ago
  57. 7d2cb04 Move replication logic to replication plugin by Shawn O. Pearce · 13 years ago
  58. 020cd7a Export LifecycleListener in the extension API by Shawn O. Pearce · 13 years ago
  59. a252ee59 Provide a data directory to plugins on demand by Shawn O. Pearce · 13 years ago
  60. 521380a Enable aliases for SSH commands by Shawn O. Pearce · 13 years ago
  61. 7f4fbc8 Allow GitRepositoryManager methods to throw IOExceptions by Dave Borowitz · 13 years ago
  62. f0f9a1d Fix the export-review-notes commands guice bindings. by Sasa Zivkov · 13 years ago
  63. 78eda7e Fix the export-review-notes commands guice bindings. by Sasa Zivkov · 13 years ago
  64. 450f0cc Unpack JARs for running servers in $site_path/tmp by Shawn O. Pearce · 13 years ago
  65. 67f7952 Execute plugins from a copy in $site_path/tmp by Shawn O. Pearce · 13 years ago
  66. 2aefecf Add support for HTTP plugins by Shawn O. Pearce · 13 years ago
  67. 4c847cf Dynamically load plugins in new private injectors by Shawn O. Pearce · 13 years ago
  68. bdc0e92 gerrit.sh: Corrected typo in error message by Magnus Bäck · 13 years ago
  69. 0335919 Create plugin directory during init by Brad Larson · 13 years ago
  70. 9051534 Installing SSH plugins from <review_site>/plugins by Sasa Zivkov · 13 years ago
  71. 2f12c65 Add Intellij IDEA files to ignore list by Anatol Pomazau · 13 years ago
  72. daf6bd9 Update parent version in pom.xml's to 2.5-SNAPSHOT by Edwin Kempin · 13 years ago
  73. 17e17dd Change version in pom.xml to 2.4-SNAPSHOT by Sasa Zivkov · 13 years ago
  74. 96511a9 Refactor display of --help/-h to be common by Shawn O. Pearce · 13 years ago
  75. 2a9ced1 Move parsing of --help/-h to CmdLineParser by Shawn O. Pearce · 13 years ago
  76. 05f2bc1 Added GroupMembership for group membership checks. by Colby Ranger · 13 years ago
  77. 234734a Run ReceiveCommits in a shared thread pool by Dave Borowitz · 13 years ago
  78. b308838 Updated to gwtorm 1.4. by Colby Ranger · 13 years ago
  79. 7820803 Updated to Guice 3.0. by Colby Ranger · 13 years ago
  80. 7f7eadf Update poms to Gerrit 2.3-SNAPSHOT by Martin Fick · 13 years ago v2.3-rc0
  81. 9d21da7 Move Ehcache bindings into their own component by Shawn O. Pearce · 13 years ago
  82. edcc56a Refactor CachePool to permit other types of caching by Shawn O. Pearce · 15 years ago
  83. fb61967 Extract OpenID RPC implementation into its own module by Dave Borowitz · 13 years ago
  84. 8dba895 Refactor ChangeHookRunner as an interface by Shawn O. Pearce · 13 years ago
  85. d6bd00b Improve validation of email registration tokens by Shawn O. Pearce · 13 years ago
  86. ac59f1e Cleanup the binding of Git into the URL space by Shawn O. Pearce · 13 years ago
  87. 6aa20fc daemon: Fix --disable-sshd when HTTP is enabled by Shawn O. Pearce · 13 years ago
  88. ac5f733 Merge changes I8596041e,I373db466 by Shawn Pearce · 13 years ago
  89. 6232496 Extract a minimal interface for contactstore connections by Dave Borowitz · 13 years ago
  90. 3a6dbe9 Add entries to .gitignore for m2e settings/preference files by Mohan Zhang · 13 years ago
  91. d66ef2d gerrit.sh: detach gerrit properly by Ian Kumlien · 13 years ago
  92. 967eae1 gerrit.sh: disown doesn't accept pid as a argument. by Ian Kumlien · 13 years ago
  93. 79ccba1 Merge branch 'dev-spearce' by Shawn O. Pearce · 13 years ago
  94. 4041cdf Add command to output a Protobuf message file for the DB by Jeff Schumacher · 15 years ago
  95. f16431b Move replication queue binding out of GerritGlobalModule by Shawn O. Pearce · 13 years ago
  96. 4ec33a2 Move WorkQueue out of GerritGlobalModule by Shawn O. Pearce · 13 years ago
  97. f522b24 Extract Git /p/ module configuration by Shawn O. Pearce · 14 years ago
  98. 93a4434 Make WebSession an abstract interface by Shawn O. Pearce · 14 years ago
  99. 28d20fb Move GitRepositoryManager setup out of SchemaModule by Shawn O. Pearce · 15 years ago
  100. 3075a47 Move SmtpEmailSender to its own module by Shawn O. Pearce · 15 years ago