1. 96468eb Add detailed thread counts to the show-caches command by Saša Živkov · 11 years ago
  2. 42c9cf6 Add REST endpoint to list caches by Edwin Kempin · 11 years ago
  3. 0fa95e7 Use '-' in cache name as separator between plugin name and cache name by Edwin Kempin · 11 years ago
  4. d72c509 Revert "Add extension point to register JGit PreUploadHooks" by Shawn Pearce · 11 years ago
  5. 283f38a Add extension point to register JGit PreUploadHooks by Doug Kelly · 11 years ago
  6. 3349972 Update Buck by Shawn Pearce · 11 years ago
  7. 1604c88 Remove unnecessary @SuppressWarnings("unchecked") by Hugo Arès · 11 years ago
  8. e73ae61 Apply "type inference for generic instance creation" Java 7 feature by David Ostrovsky · 11 years ago
  9. abff218 Merge branch 'stable-2.9' by Shawn Pearce · 11 years ago
  10. e815553 Merge branch 'stable-2.8' into stable-2.9 by Shawn Pearce · 11 years ago
  11. 67c38c8 Added global request handlers to SshDaemon by Sven Selberg · 11 years ago
  12. c7095c8 Acceptance-tests: Fix 'Address already in use' bug by David Ostrovsky · 11 years ago
  13. 233e298 Merge branch 'stable-2.9' by Shawn Pearce · 11 years ago
  14. d363fa3 Merge branch 'stable-2.8' into stable-2.9 by Shawn Pearce · 11 years ago
  15. fe2934e Acceptance-tests: Fix 'Address already in use' bug by David Ostrovsky · 11 years ago
  16. c31e17f Update sshd to 0.11.0 by David Pursehouse · 11 years ago
  17. b9c66ea Bump SSHD version to 0.10.1 and enable nio2 backend by David Ostrovsky · 11 years ago
  18. de6c16d Add support for JCE (Java Cryptography Extension) ciphers by Mark Derricutt · 11 years ago
  19. df22275 Merge branch 'stable-2.9' by David Pursehouse · 11 years ago
  20. ecc86e2 Merge branch 'stable-2.8' into stable-2.9 by David Pursehouse · 11 years ago
  21. 1b9a36a Always auto confirm adding reviewers for set-reviewers SSH command by Edwin Kempin · 11 years ago
  22. 511a35b Merge branch 'stable-2.8' into stable-2.9 by David Pursehouse · 11 years ago
  23. a8861d0 Use consistent grammatical tense in command descriptions by David Pursehouse · 11 years ago
  24. cd17460 Merge topic 'plugin-api' by Shawn Pearce · 11 years ago
  25. 7fac9d1 Merge "Refactor ProjectInfo out of ProjectJson class" by David Pursehouse · 11 years ago
  26. c950dda Merge "Move some project classes to extension to expose them in Project API" by Shawn Pearce · 11 years ago
  27. 9de1c12 Add support for JCE (Java Cryptography Extension) ciphers by Mark Derricutt · 11 years ago
  28. cfd4d01 Switch create project SSH command to use Project API by David Ostrovsky · 11 years ago
  29. a0d6c3a Refactor ProjectInfo out of ProjectJson class by David Ostrovsky · 11 years ago
  30. 99dea4b Move some project classes to extension to expose them in Project API by David Ostrovsky · 11 years ago
  31. c52d01b Expose SSHD backend in show connections SSH command by David Ostrovsky · 11 years ago
  32. a5959d2 SSHD: Prevent double authentication for the same public key by David Ostrovsky · 11 years ago
  33. dc7318b Bump SSHD version to 0.10.1 and enable nio2 backend by David Ostrovsky · 11 years ago
  34. 29e3289 Protect reload plugin command with allow remote admin option by David Ostrovsky · 11 years ago
  35. 6c9603a Merge "Fix: 'Illegal label name'" by Shawn Pearce · 11 years ago
  36. 9d8235c Merge "Add extension point to register JGit PostReceiveHooks" by Edwin Kempin · 11 years ago
  37. d309b5d Fix: 'Illegal label name' by Bruce Zu · 11 years ago
  38. 626c731 Add extension point to register JGit PostReceiveHooks by Saša Živkov · 11 years ago
  39. f985847 Fix potential NPE in ShowQueue by Edwin Kempin · 11 years ago
  40. b6af30e Merge "Move ReceivePackInitializer to the proper package" by Shawn Pearce · 11 years ago
  41. c6dd217 Plugin config: Add support for sections by David Ostrovsky · 11 years ago
  42. 779ede7 Move ReceivePackInitializer to the proper package by Saša Živkov · 11 years ago
  43. 3fa55d4 Merge "Allow admins to disable remote plugin installation" by Shawn Pearce · 11 years ago
  44. fd03350 Allow admins to disable remote plugin installation by Shawn Pearce · 11 years ago
  45. 7953027 SSHD: Create user instance only once during authentication by David Ostrovsky · 11 years ago
  46. d36f7cd Merge "Refactor the way of binding ssh commands" by David Pursehouse · 11 years ago
  47. 8242630 Merge branch 'stable-2.8' by Shawn Pearce · 11 years ago
  48. 957afa6 Internal server error when running apropos command without doc index by David Pursehouse · 11 years ago
  49. ae479c7 Refactor the way of binding ssh commands by Bruce Zu · 11 years ago
  50. ec85a07 Add extension point for receive-pack initialization. by Saša Živkov · 11 years ago
  51. f33cbe4 Pass recursive=true into config.getNames() JGit method by David Ostrovsky · 11 years ago
  52. dd34a05 Merge branch 'project-config' by Shawn Pearce · 11 years ago
  53. 8853499 Merge changes Id5a59090,I6b5c69cd by Shawn Pearce · 11 years ago
  54. 42b7b4e Add extension point to allow plugins to validate group creation by Edwin Kempin · 11 years ago
  55. dddc636 Merge branch 'stable-2.8' by Shawn Pearce · 11 years ago
  56. ecb03a6 Remove 'including replication' from the show-queue command description by David Pursehouse · 11 years ago
  57. 84bcead Add description for commands disabled in slave mode by David Pursehouse · 11 years ago
  58. 6ef51f6 Remove unused import of Nio2ServiceFactory by David Pursehouse · 11 years ago
  59. d07180f Merge branch 'stable-2.8' by Shawn Pearce · 11 years ago
  60. 735d224 Merge "SSHD: drop nio2 backend for now as it appears to be broken" into stable-2.8 by Shawn Pearce · 11 years ago
  61. 80b4c8f Remove obsolete commands from slave mode commands list by David Pursehouse · 11 years ago
  62. 46f8488 SSHD: drop nio2 backend for now as it appears to be broken by David Ostrovsky · 11 years ago
  63. fb053c3 Allow to set plugin configuration parameters on project creation by Edwin Kempin · 11 years ago
  64. d064abe Start migration to notedb implementation of PatchSetApprovals by Dave Borowitz · 11 years ago
  65. 6ff9928 Use REST endpoint to create project in SSH create-project command by Edwin Kempin · 11 years ago
  66. fcb2046 Only construct ChangeResources via ChangesCollection.parse by Dave Borowitz · 11 years ago
  67. ae3e53b Delete old PublishDraft by Dave Borowitz · 11 years ago
  68. baf96c4 CreateBranchCommand: remove unused imports by Dave Borowitz · 11 years ago
  69. 71e65d9 Merge "Add ssh command create-branch for creating branches" by Shawn Pearce · 11 years ago
  70. 57ecf24 Consolidate parsing and formatting for label votes by Dave Borowitz · 11 years ago
  71. 7ec4ac7 Add ssh command create-branch for creating branches by Mani Chandel · 11 years ago
  72. edf0ebf Remove the use of + when using StringBuilder (2 of 2) by Matt Baker · 11 years ago
  73. dd5f4ca Merge branch 'stable-2.8' by Shawn Pearce · 11 years ago
  74. eadd369 Merge branch 'stable-2.7' into stable-2.8 by Shawn Pearce · 11 years ago
  75. ae4349d Bugfix: Changing Task state breaks comparator in ShowQueue by Sven Selberg · 11 years ago
  76. 357a242 Enable standalone JavaScript plugins by Dariusz Luksza · 12 years ago
  77. 8d2ab51 Fix various unchecked warnings by Dave Borowitz · 11 years ago
  78. faef658 Include addReviewer in ChangeApi. by Colby Ranger · 11 years ago
  79. 05872ef Replace 'for' loop with 'foreach' by alex.ryazantsev · 11 years ago
  80. 2ede20d Add --branch option on the review ssh command by David Pursehouse · 11 years ago
  81. 05cb053 Save GWT compile time by avoiding javac by Shawn Pearce · 11 years ago
  82. bbc4fa7 Merge "Fix 'Potential heap pollution via vargs parameter' warnings" by Edwin Kempin · 11 years ago
  83. d170274 Fix 'Potential heap pollution via vargs parameter' warnings by Shawn Pearce · 11 years ago
  84. 85c458b Merge "Remove unused @SuppressWarnings" by David Pursehouse · 11 years ago
  85. 74966d5 Remove unused @SuppressWarnings by Shawn Pearce · 11 years ago
  86. 72fb6cc Remove unused .gitignore by Shawn Pearce · 11 years ago
  87. c53fd3a Delete eclipse left-over files from the Maven poop era by David Ostrovsky · 11 years ago
  88. 27d1ec9 CommandMetaData: Delete deprecated descr() method by David Ostrovsky · 11 years ago
  89. 7c1408a Merge branch 'stable-2.8' by David Pursehouse · 11 years ago
  90. b6f0130 Remove deprecated approve SSH alias by David Ostrovsky · 11 years ago
  91. dd21866 Replace <code> with {@code} in javadoc by Shawn Pearce · 11 years ago
  92. 75d3f60 Restore configuration option sshd.requestLog by David Ostrovsky · 11 years ago
  93. b926a7c Add --notify option to SSH review command by Edwin Kempin · 11 years ago
  94. 2d6cb9a Merge "Support to configure default submit type for newly created projects" by Shawn Pearce · 11 years ago
  95. feebf7c Clean-up of formatDate method in SshLogLayout by Eryk Szymanski · 11 years ago
  96. a79ea55 Support to configure default submit type for newly created projects by Edwin Kempin · 11 years ago
  97. 8e4a990 Document programmatic HTTPD and SSHD logging configuration by David Ostrovsky · 11 years ago
  98. 66252ed Enable sshd_log and httpd_log to use log4j config by Eryk Szymanski · 11 years ago
  99. 40b526a Merge "Remove unnecessary 'return' statements" by Shawn Pearce · 11 years ago
  100. cc2bccf Remove unnecessary 'return' statements by alex.ryazantsev · 11 years ago