1. a5f3a69 Hack SshDaemon to not use SecureRandom during tests by Dave Borowitz · 10 years ago
  2. f39eb06 Merge "Split the ChangeHooks interface in 2" by Martin Fick · 10 years ago
  3. 6d0ebb8 Fix some warnings raised by CheckStyle by David Pursehouse · 10 years ago
  4. bef6c3d Split the ChangeHooks interface in 2 by Martin Fick · 10 years ago
  5. 53484dd Register "dropped-output" as an event type by David Pursehouse · 10 years ago
  6. e9a91bb Add explicit cast to fix compile error on Java 8 by David Ostrovsky · 10 years ago
  7. 02ebd1a Use StringBuilder instead of concatenation in SshLog by David Pursehouse · 10 years ago
  8. 29be772 Use StringBuilder instead of concatenation in ReviewCommand by David Pursehouse · 10 years ago
  9. 83d7d3b Use StringBuilder instead of concatenation in SetAccountCommand by David Pursehouse · 10 years ago
  10. daf0c20 Merge changes from topic 'events' by David Pursehouse · 10 years ago
  11. 7a722f7 Extensions GWT API: Align rule with package boundaries by David Ostrovsky · 10 years ago
  12. 4c72aea Add more abstract events to the event hierarchy. by Martin Fick · 10 years ago
  13. eba2661 Convert some value classes to AutoValue by Dave Borowitz · 10 years ago
  14. feb4731 Merge "Add command to close SSH connection" by David Pursehouse · 10 years ago
  15. b32ae74 Refactor util methods from ReviewCommand into CommandUtils by David Ostrovsky · 10 years ago
  16. 641fc78 Add command to close SSH connection by Hugo Arès · 10 years ago
  17. f9c88308 Remove ChangeAccess.byKey and byKeyRange by Dave Borowitz · 10 years ago
  18. dfc07f6 Replace most ChangeAccess queries with searches by Dave Borowitz · 10 years ago
  19. 53a5ccd Kill ChangeControl.Factory by Stefan Beller · 10 years ago
  20. 9625637 Use AutoCloseable gwtorm/jdbc instances by Dave Borowitz · 10 years ago
  21. 6c69f84 Move stream-based QueryProcessor output to its own class by Dave Borowitz · 10 years ago
  22. 56e1f2f Merge branch 'stable-2.10' by David Pursehouse · 10 years ago
  23. 3435c53 Revert "Allow configuration of SSH rekey values" by David Pursehouse · 10 years ago
  24. 48bf33b Revert "SSH: Simplify CachingPublicKeyAuthenticator implementation" by David Pursehouse · 10 years ago
  25. ef74c88 Revert "SSHD: Allow ECDSA based public key authentication" by David Pursehouse · 10 years ago
  26. c57cc47 Don't duplicate commandName in SSH log by Ben Beetle · 10 years ago
  27. c2cab42 Merge branch 'stable-2.9' into stable-2.10 by Saša Živkov · 10 years ago
  28. c7dedf9 Revert "SSHD: Prevent double authentication for the same public key" by Saša Živkov · 10 years ago
  29. 1f03f54 Include all command arguments in SSH log entry by Ben Beetle · 10 years ago
  30. bde8e9a Downgrade SSHD to 0.9.0-4-g5967cfd by Saša Živkov · 10 years ago
  31. 54ba43a Replace account.AccountInfo with extensions.common.AccountInfo by Dave Borowitz · 10 years ago
  32. c8d85ab Suppress unused argument warnings in unavoidable cases by Dave Borowitz · 10 years ago
  33. 8b42ec5 Turn on many more Eclipse warnings, and fix them by Dave Borowitz · 10 years ago
  34. 76623a1 Merge changes If8296539,Id907cc10 by David Pursehouse · 10 years ago
  35. a56057f Include all command arguments in SSH log entry by Ben Beetle · 10 years ago
  36. 2debfe9 Merge "Allow configuration of SSH rekey values" by David Pursehouse · 10 years ago
  37. 6f72170 Allow configuration of SSH rekey values by Gustaf Lundh · 10 years ago
  38. 64d12ce SSH: Simplify CachingPublicKeyAuthenticator implementation by David Ostrovsky · 10 years ago
  39. dd5ddc2 Merge "Consistently use com.google.inject.Inject instead of javax.inject.Inject" by Dave Borowitz · 10 years ago
  40. 4c02f6b Consistently use com.google.inject.Inject instead of javax.inject.Inject by David Ostrovsky · 10 years ago
  41. 8dc720e Move TimeUtil from gerrit-server to gerrit-common by David Ostrovsky · 10 years ago
  42. c055d46 Close security hole allowing normal user to become admin by David Ostrovsky · 11 years ago
  43. 1c48a7e Revert "Use javax.inject.Inject instead of com.google.inject.Inject" by Saša Živkov · 10 years ago
  44. 5db3bba Use javax.inject.Inject instead of com.google.inject.Inject by Dave Borowitz · 10 years ago
  45. ca4851422 Organize imports in Eclipse by Dave Borowitz · 10 years ago
  46. c331a4e Add SSH to configure logging level at runtime by Simon Lei · 11 years ago
  47. 5887767 SSHD: Allow ECDSA based public key authentication by David Ostrovsky · 11 years ago
  48. 5277727 Option to create a new change for every commit not in target by Deniz Türkoglu · 11 years ago
  49. ac235a0 Don't import Id/Key/NameKey directly by Dave Borowitz · 11 years ago
  50. ecc535c Merge branch 'stable-2.10' by David Pursehouse · 11 years ago
  51. 5afd5b8 Merge branch 'stable-2.9' into stable-2.10 by David Pursehouse · 11 years ago
  52. 67b38e3 Add --rebase option to review command by Hugo Arès · 11 years ago
  53. 85f9771 Don't require secondary index when running daemon in slave mode by David Pursehouse · 11 years ago
  54. ac332d2 Fix deprecation warnings caused by Guava upgrade by David Ostrovsky · 11 years ago
  55. 137c303 Merge branch 'stable-2.10' by Shawn Pearce · 11 years ago
  56. 9954c4e Merge branch 'stable-2.9' into stable-2.10 by Shawn Pearce · 11 years ago
  57. ac3d692 Fix mutual exclusivity of --delete and --submit review command options by Hugo Arès · 11 years ago
  58. 4745a16 Set default for review SSH command to notify=ALL by Simon Lei · 11 years ago
  59. 0928ce0 Merge "Modify account command: Add option to set preferred email" by David Pursehouse · 11 years ago
  60. 635160f Modify account command: Add option to set preferred email by Khai Do · 11 years ago
  61. 5452596 SSH: Inherit some commands from SshCommand by David Ostrovsky · 11 years ago
  62. 5cbc902 Merge "SSH: Inherit some commands from SshCommand" by David Pursehouse · 11 years ago
  63. 33e391d Organize ALL the imports by Dave Borowitz · 11 years ago
  64. 61d491b Merge branch 'stable-2.10' by David Pursehouse · 11 years ago
  65. 8b0e2b0 Merge branch 'stable-2.9' into stable-2.10 by David Pursehouse · 11 years ago
  66. 6855018 SSH query command: Add --start n option to skip n changes by David Ostrovsky · 11 years ago
  67. 42a7d2d Add --json option to review SSH command by Mani Chandel · 11 years ago
  68. 8c946d7 clean up: remove duplicate semicolons by Khai Do · 11 years ago
  69. db8dfae Modify account command: Add option to clear HTTP password by David Ostrovsky · 11 years ago
  70. aa49e27 Allow to delegate modify account commands to non administrators by David Ostrovsky · 11 years ago
  71. 08f87c3 Don't use providers on singletons by David Ostrovsky · 11 years ago
  72. d38e71e SshLog: audit methods cleaned-up by Eryk Szymanski · 11 years ago
  73. 77c055e Update description and error messages in review command by David Pursehouse · 11 years ago
  74. 6f88c0d Use Java 7 style exception handling in ReviewCommand by David Pursehouse · 11 years ago
  75. 4ed7fb2 Use ban commit REST endpoint in ban-commit SSH command by Edwin Kempin · 11 years ago
  76. 29517f8 Merge "Let kill SSH command only kill tasks that are visible to the caller" by Edwin Kempin · 11 years ago
  77. 0a76254 Merge "Add REST endpoint to kill a task" by Edwin Kempin · 11 years ago
  78. e6d550e Fix wrong Guice wiring by David Ostrovsky · 11 years ago
  79. 8917a04 Let kill SSH command only kill tasks that are visible to the caller by Edwin Kempin · 11 years ago
  80. 7e28381 Add REST endpoint to kill a task by Edwin Kempin · 11 years ago
  81. 49098b8 Add REST endpoint to list tasks by Edwin Kempin · 11 years ago
  82. d00285e Merge "Add REST endpoint to get server summary" by Edwin Kempin · 11 years ago
  83. 2632fb1 Merge "Require 'Administrate Server' capability to see server summary" by Edwin Kempin · 11 years ago
  84. bb495c8 Merge "Support flushing a set of caches at once via REST" by Edwin Kempin · 11 years ago
  85. e6ae606 Merge "Support flushing of all caches via REST" by Edwin Kempin · 11 years ago
  86. 83aea06 Merge "Support listing of cache names via REST" by Edwin Kempin · 11 years ago
  87. 4c3966c Merge "Add REST endpoint to flush a cache" by Edwin Kempin · 11 years ago
  88. d905e58 Add REST endpoint to get server summary by Edwin Kempin · 11 years ago
  89. 4279d4b Require 'Administrate Server' capability to see server summary by Edwin Kempin · 11 years ago
  90. a3c6d03 Support flushing a set of caches at once via REST by Edwin Kempin · 11 years ago
  91. a428683 Support flushing of all caches via REST by Edwin Kempin · 11 years ago
  92. 8dd9412 Support listing of cache names via REST by Edwin Kempin · 11 years ago
  93. 37cc41a Add REST endpoint to flush a cache by Edwin Kempin · 11 years ago
  94. 89f734c Merge "Add UploadValidationListener extension point." by Edwin Kempin · 11 years ago
  95. 88c0e0f Merge "Add extension point to register JGit PreUploadHooks" by Edwin Kempin · 11 years ago
  96. c27f21d Refactor system log creation to remove code duplication by Hugo Arès · 11 years ago
  97. 96468eb Add detailed thread counts to the show-caches command by Saša Živkov · 11 years ago
  98. 0c14990 Add UploadValidationListener extension point. by Hugo Arès · 11 years ago
  99. 572d542 Add extension point to register JGit PreUploadHooks by Hugo Arès · 11 years ago
  100. 42c9cf6 Add REST endpoint to list caches by Edwin Kempin · 11 years ago