1. bbc91c7 Add additional reviewers to an existing change by Brad Larson · 16 years ago
  2. 443abc0 Make 'c', 'r' in a patch view open a new comment editor by Shawn O. Pearce · 16 years ago
  3. b97bd5e Make review comments standout more from the surrounding code by Shawn O. Pearce · 16 years ago
  4. 46a631b Display old and new image line numbers in the unified diff view by Shawn O. Pearce · 16 years ago
  5. 2b1f308 Fix line numbers for new post-image comments in unified view by Shawn O. Pearce · 16 years ago
  6. 6139a6d Fix NPE in unified diff view when creating a comment editor by Shawn O. Pearce · 16 years ago
  7. fc3037b Fix vertical-align: center to be middle by Shawn O. Pearce · 16 years ago
  8. f234e96 Allow up/down arrow keys to scroll the page in patch view by Shawn O. Pearce · 16 years ago
  9. 79280a6 Bust out of an <iframe> if Gerrit is embedded in one by Shawn O. Pearce · 16 years ago
  10. 9a8261c Abstract the account name hint into AddMemberBox by Shawn O. Pearce · 16 years ago
  11. 3e3a053 Fix the message threading for comment replies by Shawn O. Pearce · 16 years ago
  12. dd64186 Fix a minor language typo in project setup documentation by Shawn O. Pearce · 16 years ago
  13. e3a9fd6 Add a link to the Android Open Source Project workflow as our default by Shawn O. Pearce · 16 years ago
  14. 59fd0a7 Add documentation on all of the software licenses by Shawn O. Pearce · 16 years ago
  15. 18fda19 Add a link to our project homepage in the documentation by Shawn O. Pearce · 16 years ago
  16. 3a8874b Add a Branches tab to the project admin screen by Shawn O. Pearce · 16 years ago
  17. 99bab58 Move Account to PersonIdent code to ChangeUtil for reuse by Shawn O. Pearce · 16 years ago
  18. 2fe632e Make the magic refs/heads/ constant available in GWT by Shawn O. Pearce · 16 years ago
  19. dc8d409 Restart the merge queue when Gerrit starts up by Shawn O. Pearce · 16 years ago
  20. 1dcbaaa Ensure our SSHD always disables compression by Shawn O. Pearce · 16 years ago
  21. 10a52b3 Rename the gerrit artifact to be gerrit-$version.war by Shawn O. Pearce · 16 years ago
  22. c4bcc09 Add a document describing Gerrit's high level design by Shawn O. Pearce · 16 years ago
  23. ce32ec5 Restore -SNAPSHOT suffix after 2.0.2 by Shawn O. Pearce · 16 years ago
  24. b8d4ecd gerrit 2.0.2 by Shawn O. Pearce · 16 years ago v2.0.2
  25. 7199866 Clip all change subject lines at 80 columns in change tables by Shawn O. Pearce · 16 years ago
  26. a8836df Don't allow the project name in change tables to wrap by Shawn O. Pearce · 16 years ago
  27. 6761470 Record the account identity in all reflogs by Shawn O. Pearce · 16 years ago
  28. ec90be6 Fix tabs in Gerrit.css to be 2 spaces by Shawn O. Pearce · 16 years ago
  29. c2e936a Highlight common whitespace errors such as whitespace on end of line by Shawn O. Pearce · 16 years ago
  30. b97a109 Yank the mobile specific OpenID login panel by Shawn O. Pearce · 16 years ago
  31. 11a16f8 Cleanup c3p0 connection pools if used by Shawn O. Pearce · 16 years ago
  32. ba1f56d Fix to_jetty so it doesn't unpack c3p0 from our WAR by Shawn O. Pearce · 16 years ago
  33. b5123c2 Don't log DEBUG data out of c3p0's SqlUtils class by Shawn O. Pearce · 16 years ago
  34. 0120433 Fix log4j.properties to not run in DEBUG by Shawn O. Pearce · 16 years ago
  35. 9ab6942 Show the account id in the user settings screen by Shawn O. Pearce · 16 years ago
  36. 933fcd9 Don't require c3p0 or H2 drivers by Shawn O. Pearce · 16 years ago
  37. af12e8e Don't require Bouncy Castle Crypto by Shawn O. Pearce · 16 years ago
  38. 0b91a63 Insert some line breaks to make Documentation/install.txt easier to read by Shawn O. Pearce · 16 years ago
  39. 90ca58c Fix Documentation Makefile to correctly handle new files by Shawn O. Pearce · 16 years ago
  40. b951af1 Improve documentation links to Apache SSHD by Shawn O. Pearce · 16 years ago
  41. 9520f98 Describe how to make /ssh_info unprotected for repo by Shawn O. Pearce · 16 years ago
  42. 6b37d3f Avoid NPE if sign-in goes bad and is missing a token by Shawn O. Pearce · 16 years ago
  43. 14a3ce2 Don't close SSH command streams as MINA SSHD does it for us by Shawn O. Pearce · 16 years ago
  44. d22280a Fix to_jetty.sh to account for the WAR not having a script header by Shawn O. Pearce · 16 years ago
  45. 3c66a420 Move "Publish Comments" before "Submit Patch Set" by Shawn O. Pearce · 16 years ago
  46. c5c21b6 Refactor the project admin screen into tabs by Shawn O. Pearce · 16 years ago
  47. 263786e Move appjar contents up one level to normalize our structure by Shawn O. Pearce · 16 years ago
  48. 47369de Rename top level directory devutil to gerrit1_import by Shawn O. Pearce · 16 years ago
  49. b8527ea Overhaul our build system to only create a WAR file by Shawn O. Pearce · 16 years ago
  50. 38272d5 Switch back to -SNAPSHOT builds by Shawn O. Pearce · 16 years ago
  51. 29c1832 Upgrade to gwtorm 1.0.1 by Shawn O. Pearce · 16 years ago v2.0.1
  52. 4981c20 Fix a minor formatting glitch in ContactPanel by Shawn O. Pearce · 16 years ago
  53. c498637 Enable the Save button on contacts panel when the email is modified by Shawn O. Pearce · 16 years ago
  54. 1343b7d Display all open changes for a single project by Shawn O. Pearce · 16 years ago
  55. cdc5fae Generate "permalink" style new change links during receive by Shawn O. Pearce · 16 years ago
  56. 557218b Gracefully handle unknown host exceptions during OpenID discovery by Shawn O. Pearce · 16 years ago
  57. 9636d64 Don't create editors in the line number column of a side-by-site diff by Shawn O. Pearce · 16 years ago
  58. 9e727d3 Ensure #mine signs-in the user if they aren't logged in yet by Shawn O. Pearce · 16 years ago
  59. be47857 Allow users to hide the site header if they want to by Shawn O. Pearce · 16 years ago
  60. 56124fb Don't log errors about CLAs in the server log during uploads by Shawn O. Pearce · 16 years ago
  61. d186b82 Silence org.apache.sshd.common debug messages by Shawn O. Pearce · 16 years ago
  62. 7db970a Display git pull download URLs on patch sets by Shawn O. Pearce · 16 years ago
  63. 3eabad7 Fix typo in javadoc comment of SystemConfig by Shawn O. Pearce · 16 years ago
  64. 50d4ee0 Remove comment about sorting change dependencies by Shawn O. Pearce · 16 years ago
  65. a1a6d20 Include X-Gerrit-ChangeId, X-Gerrit-Commit headers in emails by Shawn O. Pearce · 16 years ago
  66. 7cf8f39 Don't put the message type into the list id, it breaks threading by Shawn O. Pearce · 16 years ago
  67. 4281412 Don't auto-approve changes when they are uploaded by Shawn O. Pearce · 16 years ago
  68. cff7c1d Insert two LFs after the approvals in a change message by Shawn O. Pearce · 16 years ago
  69. 3d61ff7 Fix the subject column in change tables to truncate when too long by Shawn O. Pearce · 16 years ago
  70. 946c4f9 Add user level documentation to the main index by Shawn O. Pearce · 16 years ago
  71. c2d9f4f Fix the "Issues" hyperlink in the main index by Shawn O. Pearce · 16 years ago
  72. e61a3c6 Add user level documentation about how to upload changes over SSH by Shawn O. Pearce · 16 years ago
  73. e43a8e6 Move documentation to gerrit.googlecode.com website by Shawn O. Pearce · 16 years ago
  74. 179a58e Add SSH command "gerrit ls-projects" to show all visible projects by Shawn O. Pearce · 16 years ago
  75. 14ebc04 Refactor the project right tests in SSH commands to be more available by Shawn O. Pearce · 16 years ago
  76. ad1be20 Fix appjar POM to always ensure GerritVersion.properties is current by Shawn O. Pearce · 16 years ago
  77. 4e66835 Never all an approval category function to be null by Shawn O. Pearce · 16 years ago
  78. 20f6e9b Add new project rights to allow direct branch updates over SSH by Shawn O. Pearce · 16 years ago
  79. b4f0183 Fix category value initialization to use the category's transaction by Shawn O. Pearce · 16 years ago
  80. 4347317 Refactor read access testing to reuse for other function types by Shawn O. Pearce · 16 years ago
  81. acda486c Push deletes to replicated repositories rather than fail by Shawn O. Pearce · 16 years ago
  82. 5f5a123 Ensure all of our *.gwt.xml files are in the classpath by Shawn O. Pearce · 16 years ago
  83. d1f5c36 Don't use <iframe> for sign-in on a mobile device by Shawn O. Pearce · 16 years ago
  84. f04ff6b Honor the claimed identity, not the delegate by Shawn O. Pearce · 16 years ago
  85. 8126248 Fix Google Analytics page tracking example in documentation by Shawn O. Pearce · 16 years ago
  86. 1775bf1 Upgrade to gwtjsonrpc 1.0.1 to fix encoding issues by Shawn O. Pearce · 16 years ago
  87. a6b42e9 Remove unnecessary inherits of I18N module by Shawn O. Pearce · 16 years ago
  88. ecd2cb6 Line wrap the side by side tables at 100 columns by Shawn O. Pearce · 16 years ago
  89. 51e313d Fix the suggestion service by picking a different max character by Shawn O. Pearce · 16 years ago
  90. c042da6 Display "Anonymous Coward" in dashboards of users without names by Shawn O. Pearce · 16 years ago
  91. daa5e13 Fix range based query for /r/$commitid redirect URLs by Shawn O. Pearce · 16 years ago
  92. 5ff9d57 Don't include the footer "--" line in emails if the footer is empty by Shawn O. Pearce · 16 years ago
  93. 3a32c83 Don't render the "To unsubscribe" link in emails if we have no URL by Shawn O. Pearce · 16 years ago
  94. 60250d5 Automatically send email when new patch sets are uploaded by Shawn O. Pearce · 16 years ago
  95. 85ce93d Ensure any new reviewers for updated changes see it in their dashboard by Shawn O. Pearce · 16 years ago
  96. 3719858 Make newly created changes show up in reviewer dashboards by Shawn O. Pearce · 16 years ago
  97. 4679770 Don't permit the same commit twice on the same change by Shawn O. Pearce · 16 years ago
  98. 59a9145 Don't error out on upload if we are only replacing a patch set by Shawn O. Pearce · 16 years ago
  99. 10f123b Restore the 2.0-SNAPSHOT version number by Shawn O. Pearce · 16 years ago
  100. 33de0b1 Document the need to build our dependencies in dev-readme.txt by Shawn O. Pearce · 16 years ago