1. 219a919 Format Java files with google-java-format by David Pursehouse · 6 years ago
  2. e5a8b41 Correct license for VisibilityChecker by Jonathan Nieder · 6 years ago
  3. a83672e Merge branch 'stable-0.2' by Jonathan Nieder · 6 years ago
  4. 945358a Merge changes from topics "jgit-reachability", "reachability-2" by Jonathan Nieder · 6 years ago
  5. 9ca395d VisibilityChecker: Remove topoSort argument by Ivan Frade · 6 years ago
  6. f0b1806 VisibilityCache: Use jgit's ReachabilityChecker by Ivan Frade · 7 years ago
  7. 284a35a Accept first-parent parameter in LogServlet by Alex Spradlin · 7 years ago
  8. beb12ac Check BLOB content size before trying to render it by Luca Milanesio · 6 years ago
  9. f6547c0 Merge branch 'stable-0.2' by David Pursehouse · 6 years ago
  10. 4f9deef BlameCacheImpl: Avoid NPE if path does not exist by David Pursehouse · 6 years ago
  11. e4c5ac4 Backport all build-related commits from master to stable-0.2 by David Pursehouse · 6 years ago
  12. 3ba3b41 BlameServlet: Stop using deprecated SoyMapData and SoyListData by David Pursehouse · 6 years ago
  13. 13cb517 VisibilityChecker: Use RefDatabase.getTipsWithSha1() for visibility check by Ivan Frade · 7 years ago
  14. 9d46aab Format all build files with buildifier by David Pursehouse · 6 years ago
  15. 5aaf0b6 Bazel: Add fixes for --incompatible_load_java_rules_from_bzl by David Pursehouse · 6 years ago
  16. 6740b3e HostIndexServlet: Migrate from deprecated SoyMapData/SoyListData by David Pursehouse · 7 years ago
  17. 2872604 Migrate from deprecated SoyTofu to SoySauce by David Pursehouse · 7 years ago
  18. 6f8a740 DefaultErrorHandlingFilter: Simplify handling of FailureReason by David Pursehouse · 7 years ago
  19. 795ecb4 Do not drop the exception in the error handler by Masaya Suzuki · 7 years ago
  20. c9208e5 Enforce a line limit of 50,000 for pretty file formatting. by Ronald Bhuleskar · 7 years ago
  21. 4a7dac0 Revision: Allow @-sign in ref names by Jonathan Nieder · 7 years ago
  22. 3d52397 Navbar: Fix handling of [home] and [logo] metalinks by David Pursehouse · 7 years ago
  23. 374c999 Navbar: Fix handling of [home] and [logo] metalinks by David Pursehouse · 7 years ago
  24. cf9e71d Return rendered error result by Alon Bar-Lev · 7 years ago
  25. d79cca7 Format Java files with google-java-format by David Pursehouse · 7 years ago
  26. d45e291 VisibilityChecker: Make topoSort member final by Ivan Frade · 7 years ago
  27. a8b331e DateFormatter: Reduce visibility of constructor used for tests by David Pursehouse · 7 years ago
  28. 41c28a4 PathServlet: Suppress ImmutableEnumChecker warning by David Pursehouse · 7 years ago
  29. ee4b4d7 ArchiveFormat: Suppress ImmutableEnumChecker warning by David Pursehouse · 7 years ago
  30. fb3daad ViewFilter: Fix reference comparison of Revision by David Pursehouse · 7 years ago
  31. 8acf9dd MarkdownConfig: Fix reference comparison with Boolean.TRUE by David Pursehouse · 7 years ago
  32. 3a80948 VisibilityChecker: Remove unnecessary suppression of 'unused' by David Pursehouse · 7 years ago
  33. ac7d524 VisibilityCache: Split the visibility checks from the actual caching by Ivan Frade · 7 years ago
  34. 3863a1e BaseServlet: Add Javadoc for IOException to prevent Eclipse warnings by David Pursehouse · 7 years ago
  35. c53de2b Revision: Add helper method for comparison to Revision.NULL by David Pursehouse · 7 years ago
  36. fbda0c9 Don't render navbar.md metadata in html by Vlad Bokov · 7 years ago
  37. 21e70b7 Remove references to |blessStringAsTrustedResourceUrlForLegacy in <link href>. by Jakub Vrana · 7 years ago
  38. 3484ab8 Remove unused HttpServletRequest and HttpServletResponse parameters by David Pursehouse · 7 years ago
  39. b906126 Remove unnecessarily nested else blocks by David Pursehouse · 7 years ago
  40. 6dec837 DocServlet#fileTooBig: Remove unused parameter by David Pursehouse · 7 years ago
  41. 2d05866 Add missing serialVersionUIDs by David Pursehouse · 7 years ago
  42. be7e83a Remove unused Logger instances by David Pursehouse · 7 years ago
  43. 27cf26d Format Java files with google-java-format 1.7 by David Pursehouse · 7 years ago
  44. 029da84 Merge changes Ic502b820,I43630932 by tparker · 7 years ago
  45. 5cecb86 Throw GitilesRequestFailureException by Masaya Suzuki · 7 years ago
  46. b53fc06 Introduce GitilesRequestFailureException and DefaultErrorHandlingFilter by Masaya Suzuki · 7 years ago
  47. 2ce0c64 VisibilityCache: Use RefDatabase.getRefsByPrefix by Ivan Frade · 7 years ago
  48. 9d219fb Use LegacyConversions instead of UnsafeSanitizedContentOrdainer. by Jakub Vrana · 7 years ago
  49. 76346b0 Format with google-java-format 1.7 by David Pursehouse · 7 years ago
  50. 0c55375 Add missing dependency on guava-failureaccess in dev server by David Pursehouse · 7 years ago
  51. c63c059 Do not retain body in RevisionParser walk by Jonathan Nieder · 7 years ago
  52. 174e111 Remove unnecessary parseBody call from LogServlet by Jonathan Nieder · 7 years ago
  53. 9e3b1b7 Ensure RevTag is parsed before using its body by Jonathan Nieder · 7 years ago
  54. 4b6753d Ensure RevCommit is parsed before using its content by Jonathan Nieder · 7 years ago
  55. b49306a Require a RevWalk when building CommitData by Jonathan Nieder · 7 years ago
  56. 92b8472 RefServlet: Use full refname in link by Ivan Frade · 7 years ago
  57. 01650ed Automatically format all build files with buildifier lint mode by David Pursehouse · 7 years ago
  58. 3bce356 Format all Java files with google-java-format by David Pursehouse · 7 years ago
  59. 53794aa Fix missing reference name in JSON output by Alice Kober-Sotzek · 7 years ago
  60. e8f7411 Add Sub Navbar Support To Gitiles by Robert Liao · 7 years ago
  61. a632e2b DefaultAccess: Specify charset in construction of String by David Pursehouse · 7 years ago
  62. 0138abf Format Java files with google-java-format 1.6 by David Pursehouse · 7 years ago
  63. 55a49f4 RefServlet: Fix usage of deprecated RefDatabase#getRefs(String) by David Pursehouse · 8 years ago
  64. a750e87 VisibilityCache: Fix usage of deprecated RefDatabase#getRefs(String) method by David Pursehouse · 8 years ago
  65. 8650d07 ConfigUtil: Support setting concurrencyLevel by Dave Borowitz · 8 years ago
  66. 1c84319 SoyConstants: Update package name from restricted to internal in Javadoc by David Pursehouse · 8 years ago
  67. c1f6cfc Use ConcurrentHashMap directly instead of MapMaker. by Kurt Alfred Kluever · 8 years ago
  68. bffb5fd Update Soy to 2018-03-14 by Soy Authors · 8 years ago
  69. c0037b8 Replace joda-time with Java 8 time API by David Pursehouse · 8 years ago
  70. 18e70c5 ConfigUtil: Annotate getDuration as @Nullable by David Pursehouse · 8 years ago
  71. 1218194 Copy "zSoyz" constants into an internal utility class by Dave Borowitz · 8 years ago
  72. fa80a6a LogSoyData: Properly handle null revision in Next link by Dave Borowitz · 8 years ago
  73. 571b7a0 Link from repo index page to full log, not skipping the first 5 by Dave Borowitz · 8 years ago
  74. 0b17b95 MarkdownToHtml#parse: Annotate lang parameter as @Nullable by David Pursehouse · 8 years ago
  75. 8236dfe MarkdownToHtml: Use String.equals to compare strings by David Pursehouse · 8 years ago
  76. a4d3935 Stop using deprecated StringEscapeUtils from commons-lang3 by David Pursehouse · 8 years ago
  77. 4cd927f Format Java files with google-java-format by David Pursehouse · 8 years ago
  78. 207c3ae Support mailto: references by Alon Bar-Lev · 8 years ago
  79. 719b2e9 Stamp final artifacts by David Ostrovsky · 8 years ago
  80. e2d2443 Show error messages from ServiceMayNotContinueException by Masaya Suzuki · 8 years ago
  81. 84286b7 Isolate blame cache classes in cache directory by David Ostrovsky · 8 years ago
  82. 65edbe4 Dissolve top level gitiles-* directories by David Ostrovsky · 8 years ago