1. 673d198 Switch all servlets from PrintWriter to OutputStreamWriter by Dave Borowitz · 12 years ago
  2. 6e79748 Pass ObjectReaders directly into BlobSoyData/TreeSoyData by Dave Borowitz · 12 years ago
  3. 7c0a833 Factor out common walking logic in PathServlet by Dave Borowitz · 12 years ago
  4. 4f56870 Add tests for PathServlet text rendering by Dave Borowitz · 12 years ago
  5. b7fd3f3 Add tests for PathServlet HTML rendering by Dave Borowitz · 12 years ago
  6. e02bd42 Factor out test class for getting GitilesView from a path by Dave Borowitz · 12 years ago
  7. 4443427 Don't rewrite parents in log output by Dave Borowitz · 12 years ago
  8. d40bdf1 Convert tests to JUnit 4 @Tests by Dave Borowitz · 12 years ago
  9. 1b08aea Use PathFilterGroup in LogServlet by Dave Borowitz · 12 years ago
  10. eddfe89 Update Buck by David Ostrovsky · 12 years ago
  11. 2b2f34b Rewrite DateFormatter to use timezone passed in from config by Dave Borowitz · 12 years ago
  12. 82bc27b Don't NPE generating CommitJsonData for merges by Dave Borowitz · 12 years ago
  13. 6d920bc Allow configuring date formatters with a fixed time zone by Dave Borowitz · 12 years ago
  14. 97a7031 Replace JGit's GitDateFormatter with our own class by Dave Borowitz · 12 years ago
  15. ab6f7d2 Work around StackOverflowError in prettify parser by Dave Borowitz · 12 years ago
  16. 0d418f6 Fix NPE in DiffServlet for missing path by Dave Borowitz · 12 years ago
  17. d86ff50 Blame: move SHA-1 to its own column by Dave Borowitz · 12 years ago
  18. 12bfe2e Add anchors for each line in blame and blob views by Dave Borowitz · 12 years ago
  19. 7e847e4 BlameDetail.soy: remove unused regionIdx alias by Dave Borowitz · 12 years ago
  20. 731d624 Reorder blame columns by Dave Borowitz · 12 years ago
  21. 7745e7f Use common blob header for file detail and blame by Dave Borowitz · 12 years ago
  22. ddc0efc Remove prettify JS by Dave Borowitz · 12 years ago
  23. 2ec2270 Render blame in a table with server-side syntax highlighting by Dave Borowitz · 12 years ago
  24. ec6a9cc Render blobs with server-side syntax highlighting by Dave Borowitz · 12 years ago
  25. f03fcea Add blame link against parent tree in single-file diff view by Dave Borowitz · 12 years ago
  26. a999b16 Add links to path view from file diff headers by Dave Borowitz · 12 years ago
  27. 359ad6d Set path context on more URLs in commit detail by Dave Borowitz · 12 years ago
  28. b12594e Add extra links on hover to blame lines by Dave Borowitz · 12 years ago
  29. 8eb6033 Change link from blame view to diff of that file by Dave Borowitz · 12 years ago
  30. 2207bce Don't wrap blame <li> in a <pre>, so we can reenable prettify by Dave Borowitz · 12 years ago
  31. 9f99e45 Merge "Redirect to normalized versions of parent revision expressions" by Dave Borowitz · 12 years ago
  32. 36eb26d Fix using correct registered name for ArchiveFormat by Dave Borowitz · 12 years ago
  33. 5d5619d Redirect to normalized versions of parent revision expressions by Dave Borowitz · 12 years ago
  34. 87cbb25 Turn off prettify in blame view by Dave Borowitz · 12 years ago
  35. 68cc319 Intern commits/authors/paths in blame region lists by Dave Borowitz · 12 years ago
  36. d71f376 Rename *Cache.newBuilder() methods to defaultBuilder() by Dave Borowitz · 12 years ago
  37. ddd96b8 Revert "ConfigUtil: add method to populate an existing CacheBuilder" by Dave Borowitz · 12 years ago
  38. b5e5c62 Fix spelling of setDefaultVisibilityCache by Jonathan Nieder · 12 years ago
  39. 71cd3f8 Blame: extract Region to its own file by Dave Borowitz · 12 years ago
  40. 6ed598f Move blame classes to a subpackage by Dave Borowitz · 12 years ago
  41. 636b2ab BlameCacheImpl: initialize weigher in newBuilder() by Dave Borowitz · 12 years ago
  42. e495425 Start with default CacheBuilder for caches even when using config by Dave Borowitz · 12 years ago
  43. 886ed47 ConfigUtil: add method to populate an existing CacheBuilder by Dave Borowitz · 12 years ago
  44. 2500b56 Extract a BlameCache interface to allow other implementations by Dave Borowitz · 12 years ago
  45. 29168c6 Add ArchiveFormat.unregisterAll() method by Dave Borowitz · 12 years ago
  46. 2d910ae Remove garbage chars in comment. by Michael Moss · 12 years ago
  47. 3fd3c9e Add committer param to logEntry template. by Michael Moss · 12 years ago
  48. fc41794 Properly handle empty and missing paths when building TreeWalks by Dave Borowitz · 12 years ago
  49. 9cc6fd7 Add hover text for author name and time in shortlog entry by Dave Borowitz · 12 years ago
  50. 01790a2 Fix javadoc warning in GitilesAccess by Dave Borowitz · 12 years ago
  51. 987988a Fix tests broken by 76bbefd by Dave Borowitz · 12 years ago
  52. d218743 Add config option to set log entry template variant by Stefan Zager · 12 years ago
  53. 76bbefd Render custom templates using deltemplate with variants by Dave Borowitz · 12 years ago
  54. 8d6d687 Cache GitilesAccess in the request from BaseServlet by Dave Borowitz · 12 years ago
  55. 90d1db9 Support JSON view of commits in RevisionServlet by Dave Borowitz · 12 years ago
  56. ee2d77c Use CommitData to produce CommitJsonData by Dave Borowitz · 12 years ago
  57. 0155127 Extract Soy-independent commit prep into a CommitData class by Dave Borowitz · 12 years ago
  58. 75a7832 Use an enum for recording which commit fields to compute by Dave Borowitz · 12 years ago
  59. d58ff83 Clean up unused method args by Dave Borowitz · 12 years ago
  60. 679210d PathServlet: Add missing break in case statement by Dave Borowitz · 12 years ago
  61. 387dd79 Render file paths as text in base64 by Dave Borowitz · 12 years ago
  62. ded109a Get Config for a request from the GitilesAccess by Dave Borowitz · 12 years ago
  63. 22c45b3 Gitiles: Implement Buck driven build by David Ostrovsky · 12 years ago
  64. 33c3b3d Properly call blob info box for binary file blame by Dave Borowitz · 12 years ago
  65. 2624a51 BlameCache: handle null source commit by Dave Borowitz · 12 years ago
  66. 86462df GitilesFilter: allow injecting custom BlameCache by Dave Borowitz · 12 years ago
  67. df6582b BlameCache: Add getCache() method to match other caches by Dave Borowitz · 12 years ago
  68. c19da05 Cache blame results by Dave Borowitz · 12 years ago
  69. b506982 GitilesFilter: Factor out methods for setting default fields by Dave Borowitz · 12 years ago
  70. 6ec0c87 Add basic blame support by Dave Borowitz · 12 years ago
  71. 68c7a9b Add view parsing for a new /+blame command by Dave Borowitz · 12 years ago
  72. a03760a Pass in GitDateFormatters instead of providing constants by Dave Borowitz · 12 years ago
  73. 8edb98d GitilesFilter: Ensure this.config is assigned by Ian Kumlien · 12 years ago
  74. ffaca34 Correctly use configPath specified on the command line by Ian Kumlien · 12 years ago
  75. 60f065b ObjectDetail: Replace incorrect </table> with </ol> by Dave Borowitz · 12 years ago
  76. cb4d91c Skip commits that have no changes in path-limited +log by Jonathan Nieder · 12 years ago
  77. 9e95e63 Use en_US collator for sorting repo names by Dave Borowitz · 12 years ago
  78. 7326989 Set path to null for archive link of root tree by Dave Borowitz · 12 years ago
  79. c782ebe Add archive download link to tree page by Dave Borowitz · 12 years ago
  80. 5427146 Move archiveFormat into BaseServlet by Dave Borowitz · 12 years ago
  81. 5051e67 Allow /+archive of any tree-ish by Dave Borowitz · 12 years ago
  82. 775f222 Don't use FollowFilter by default in LogServlet by Dave Borowitz · 12 years ago
  83. ef05581 Support setting limit on +log with ?n= by Dave Borowitz · 12 years ago
  84. d6ebc2d Add JSON support for +log by Dave Borowitz · 12 years ago
  85. 27fada4 LogServlet: factor out Paginator creation by Dave Borowitz · 12 years ago
  86. bb04c5f Remove unused duplicate list of entries from LogServlet by Dave Borowitz · 12 years ago
  87. 33d4fda Fix various Eclipse warnings by Dave Borowitz · 12 years ago
  88. 076b1bf Fix typo: attirbute -> attribute. by Matthew Dempsky · 12 years ago
  89. 49164f6 Fix: config must be non-null but is marked as @Nullable by David Pursehouse · 12 years ago
  90. 93c1fca Catch AmbiguousObjectException in RevisionParser by Dave Borowitz · 12 years ago
  91. 5d48443 Send 503 on IOException in ViewFilter. by Colby Ranger · 12 years ago
  92. 3809d4f CommitSoyData: remove no-op assignment from checkNotNull by Dave Borowitz · 12 years ago
  93. 1443f51 Clean up some long lines by Dave Borowitz · 12 years ago
  94. c8a1568 Specify allowed archive formats in gitiles.config by Dave Borowitz · 12 years ago
  95. 3b086a7 Refactor CommitSoyData to use more of a builder pattern by Dave Borowitz · 12 years ago
  96. 1488fed Tighten up switch statements in GitilesView by Dave Borowitz · 13 years ago
  97. c222cce Add tarball download link to commit detail by Dave Borowitz · 13 years ago
  98. 6d9bc5a Add support for downloading archives with /+archive/foo.tar.gz by Dave Borowitz · 13 years ago
  99. 06b88d2 Include the path in RevisionParser.Result instead of an offset by Dave Borowitz · 13 years ago
  100. 5530a16 Improve toString methods for GitilesView and Revision by Dave Borowitz · 13 years ago