1. 9dd44d0 ServletTest#buildJsonRaw: Annotate queryString parameter as @Nullable by David Pursehouse · 8 years ago
  2. 0b17b95 MarkdownToHtml#parse: Annotate lang parameter as @Nullable by David Pursehouse · 8 years ago
  3. 8236dfe MarkdownToHtml: Use String.equals to compare strings by David Pursehouse · 8 years ago
  4. a4d3935 Stop using deprecated StringEscapeUtils from commons-lang3 by David Pursehouse · 8 years ago
  5. 389b3d0 Upgrade guava to 23.6-jre by David Pursehouse · 8 years ago
  6. 2b1d18c Upgrade JGit to 4.10.0.201712302008-r.24-gf3bb0e268 by David Pursehouse · 8 years ago
  7. 9de12ac Revert "Upgrade tukaani-xz to 1.6" by David Pursehouse · 8 years ago
  8. 9645f0f Change all foreach loops in Soy templates to use for loop syntax by Luke Sandberg · 8 years ago
  9. d0d8ceb Update Soy to 2018-01-03 by Jonathan Nieder · 8 years ago
  10. 7c07a4a Upgrade tukaani-xz to 1.6 by David Pursehouse · 8 years ago
  11. 9668a4c Upgrade commons-lang3 to 3.6 by David Pursehouse · 8 years ago
  12. f585803 Upgrade truth to 0.36 by David Pursehouse · 8 years ago
  13. 5716d90 Upgrade guava to 23.0 by David Pursehouse · 8 years ago
  14. 6437e31 Upgrade gson to 2.8.2 by David Pursehouse · 8 years ago
  15. 8f3fdac Upgrade soy to 2017-08-08 by David Pursehouse · 8 years ago
  16. 1f3ffbd Upgrade protobuf-java to 3.4.0 (redux) by David Pursehouse · 8 years ago
  17. 23313e4 Version 0.2-5 by David Pursehouse · 8 years ago v0.2-5
  18. 4eadff7 Upgrade JGit to 4.9.0.201710071750-r by David Pursehouse · 8 years ago
  19. c081582 Revert "Upgrade protobuf-java to 3.4.0" by David Pursehouse · 8 years ago
  20. 7786dcc Upgrade protobuf-java to 3.4.0 by David Pursehouse · 8 years ago
  21. d0024c0 Upgrade bazlets to get adaptations for bazel 0.6 by David Pursehouse · 8 years ago
  22. bd9924f Remove autoescape="strict" attributes from Soy templates. by Jakub Vrana · 8 years ago
  23. 4cd927f Format Java files with google-java-format by David Pursehouse · 8 years ago
  24. a06794a Test for mailto: references by Alon Bar-Lev · 8 years ago
  25. c4f75ea Merge "Support mailto: references" by Jonathan Nieder · 8 years ago
  26. 207c3ae Support mailto: references by Alon Bar-Lev · 8 years ago
  27. 3faf460 Upgrade Truth to 0.35 by David Pursehouse · 8 years ago
  28. bf12d9d Merge "Update commonmark to 0.10.0" by David Pursehouse · 8 years ago
  29. 6cbcb0e Prepare templates for stricthtml. by Gerrit Code Review · 8 years ago
  30. e15dff3 Update commonmark to 0.10.0 by Shawn Pearce · 8 years ago
  31. 2e63c4e Fix nav closing tag by Shawn Pearce · 8 years ago
  32. 1e468cc Bump version to 0.2-4 by David Pursehouse · 8 years ago v0.2-4
  33. 719b2e9 Stamp final artifacts by David Ostrovsky · 8 years ago
  34. bc53e1b Upgrade java-prettify to 1.2.2 and consume from Maven Central by David Pursehouse · 8 years ago
  35. 42a430a Update commonmark to 0.9.0 by Shawn Pearce · 8 years ago
  36. e34a28c Mention tagging in the release process by David Pursehouse · 8 years ago
  37. d54b572 Update bazlets for java, javatests layout by Shawn Pearce · 8 years ago
  38. e412efc Merge "Document release process" by Jonathan Nieder · 8 years ago
  39. 004c6c0 Document release process by Dave Borowitz · 8 years ago
  40. 63d1490 Bump version to 0.2-3 by Masaya Suzuki · 8 years ago v0.2-3
  41. e2d2443 Show error messages from ServiceMayNotContinueException by Masaya Suzuki · 8 years ago
  42. 84286b7 Isolate blame cache classes in cache directory by David Ostrovsky · 8 years ago
  43. 65edbe4 Dissolve top level gitiles-* directories by David Ostrovsky · 8 years ago
  44. 3739fcd Add support for glue to permit some block HTML in Markdown by Shawn Pearce · 8 years ago
  45. afbb993 Support template.customHeader in Markdown by Shawn Pearce · 8 years ago
  46. 586bf99 Update css to visually differentiate h4, h5, h6 in markdown. by Ian McKellar · 8 years ago
  47. 1bda1c2 Minor documentation fix by Ian McKellar · 8 years ago
  48. d8d82fc Include GitHub markdown compatibility anchor only as needed by Darragh Bailey · 8 years ago
  49. f39cadc Format Java files with google-java-format by David Pursehouse · 8 years ago
  50. 33d5cdb DocServletTest: Fix tests broken by additional anchor elements by David Pursehouse · 8 years ago
  51. e322120 Merge "Add additional anchor to match GitHub TOC rendering" by Dave Borowitz · 8 years ago
  52. db3495f Merge "Allow navar.md to enable Markdown extensions" by Shawn Pearce · 8 years ago
  53. 0c12262 Fix typo in markdown config documentation by David Pursehouse · 8 years ago
  54. f485a31 Allow navar.md to enable Markdown extensions by Shawn Pearce · 8 years ago
  55. db394cc Expose GitilesAccess.getAccess on interface by Shawn Pearce · 8 years ago
  56. 4a6f1be Cleanup Doc.soy by Shawn Pearce · 8 years ago
  57. f1d9ca5 Add missing final for MarkdownConfig.CONFIG_PARSER by Shawn Pearce · 8 years ago
  58. b55cf2b Make all Markdown extensions configurable by Shawn Pearce · 8 years ago
  59. 5c34e09 Stream rendered Markdown to browser by Shawn Pearce · 8 years ago
  60. 6451fa5 Support gzip compressing streaming HTML by Shawn Pearce · 8 years ago
  61. 4b49d8d Cleanup renderStreaming to carry less state by Shawn Pearce · 8 years ago
  62. 32a9c33 Update bazlets for Bazel 0.5.1 by Shawn Pearce · 8 years ago
  63. 4c04741 Remove visibility="private" setting from .person_ by Gerrit Code Review · 8 years ago
  64. 603729e Merge "Replace private="true" with visibility="private" in .soy files" by Jonathan Nieder · 8 years ago
  65. dea03ba Clarify default alignment for table columns in markdown by David Pursehouse · 8 years ago
  66. 869581c Replace private="true" with visibility="private" in .soy files by Andrew Bonventre · 8 years ago
  67. a739fdb Bump version to 0.2-2 by David Pursehouse · 8 years ago v0.2-2
  68. d591449 Upgrade Guava to 22.0 by David Pursehouse · 8 years ago
  69. 68b8efe Upgrade Jetty to 9.3.18.v20170406 by David Pursehouse · 8 years ago
  70. ae24f03 Upgrade JGit to 4.8.0.201706111038-r by David Pursehouse · 8 years ago
  71. 3cabea4 Update soy to 2017-04-23 by Paladox none · 8 years ago
  72. 8e01137 Fix test build by David Pursehouse · 8 years ago
  73. fa01b7f Bazel: Rename rules to be compatible with gerrit by David Ostrovsky · 8 years ago
  74. 93a7514 Rename blame-cache lib target to 'blame-cache' by David Pursehouse · 8 years ago
  75. b40361f Renderer: Use native Function from Java 8 instead of Guava by David Pursehouse · 8 years ago
  76. ccaa85d Format all Java files with google-java-format by David Pursehouse · 8 years ago
  77. b9abeb2 PathServlet: Add missing case statements in switch by David Pursehouse · 8 years ago
  78. 4f2d63c FileJsonData: Remove declaration of unthrown IOException by David Pursehouse · 8 years ago
  79. bb828f2 Add additional anchor to match GitHub TOC rendering by Darragh Bailey · 8 years ago
  80. 9370378 Merge "Use bash to run bazel generated script" by Dave Borowitz · 8 years ago
  81. 7f15783 Use bash to run bazel generated script by Darragh Bailey · 8 years ago
  82. 2f9bbe3 Upgrade joda-time to 2.9.9 by David Pursehouse · 8 years ago
  83. 274fab8 Upgrade bazlets to latest revision by David Pursehouse · 8 years ago
  84. ae171e6 Wrap StreamEncoder in a BufferedWriter to avoid allocations by Dave Borowitz · 8 years ago
  85. 199efc4 Add JSON endpoint for file data by Andrew Bonventre · 8 years ago
  86. 35052ac Bump version to 0.2-1 by David Pursehouse · 8 years ago v0.2-1
  87. cff9df9 Downgrade Jetty to 9.3.17.v20170317 by David Pursehouse · 8 years ago
  88. 77c8e2e Upgrade JGit to 4.7.0.201704051617-r by David Pursehouse · 8 years ago
  89. f9bb416 Create war artifact by David Ostrovsky · 8 years ago
  90. c9a6259 Format build files by David Ostrovsky · 8 years ago
  91. d84d20a Upgrade Jetty to 9.4.3.v20170317 by David Pursehouse · 8 years ago
  92. addac94 Upgrade commons-compress to 1.13 by David Pursehouse · 8 years ago
  93. cd52da3 Upgrade joda-time to 2.9.8 by David Pursehouse · 8 years ago
  94. 46fec23 Upgrade gson to 2.8.0 by David Pursehouse · 8 years ago
  95. 9acccb0 Upgrade soy to 2017-02-01 by David Pursehouse · 8 years ago
  96. c853387 Upgrade Jetty to 9.3.16.v20170120 by David Pursehouse · 8 years ago
  97. 3283aa7 Upgrade Truth to 0.32 by David Pursehouse · 8 years ago
  98. 0e3f36b Replace deprecated FileResource with PathResource by David Pursehouse · 8 years ago
  99. 33b67e9 Don't use deprecated Throwables.propagateIfInstanceOf by David Pursehouse · 8 years ago
  100. 3b685ab Ensure constants are declared as immutable collections by Dave Borowitz · 8 years ago