1. 284a35a Accept first-parent parameter in LogServlet by Alex Spradlin · 7 years ago
  2. c53de2b Revision: Add helper method for comparison to Revision.NULL by David Pursehouse · 7 years ago
  3. be7e83a Remove unused Logger instances by David Pursehouse · 7 years ago
  4. 5cecb86 Throw GitilesRequestFailureException by Masaya Suzuki · 7 years ago
  5. 174e111 Remove unnecessary parseBody call from LogServlet by Jonathan Nieder · 7 years ago
  6. 9e3b1b7 Ensure RevTag is parsed before using its body by Jonathan Nieder · 7 years ago
  7. b49306a Require a RevWalk when building CommitData by Jonathan Nieder · 7 years ago
  8. 571b7a0 Link from repo index page to full log, not skipping the first 5 by Dave Borowitz · 8 years ago
  9. 65edbe4 Dissolve top level gitiles-* directories by David Ostrovsky · 8 years ago[Renamed from gitiles-servlet/src/main/java/com/google/gitiles/LogServlet.java]
  10. ccaa85d Format all Java files with google-java-format by David Pursehouse · 9 years ago
  11. 7a7f547 Replace Guava's Optional with java.util.Optional by David Pursehouse · 9 years ago
  12. 17c09fe LogServlet: Don't return explicit null for Optional return type by David Pursehouse · 9 years ago
  13. 3b744b1 Remove complex import order by Dave Borowitz · 9 years ago
  14. 3103767 log: support topo-order and reverse sorting by Shawn Pearce · 9 years ago
  15. c3e772a Open auto-closeable resources in try-with-resource by David Pursehouse · 10 years ago
  16. 14cad73 Remove usages of deprecated Repository#getRef by Dave Borowitz · 10 years ago
  17. 95ef58a LogServlet: Prevent uncaught exception when param isn't a SHA-1 by Dave Borowitz · 10 years ago
  18. c0200f6 Also reformat main servlet code. by Han-Wen Nienhuys · 10 years ago
  19. 45dde17 LogServlet: Default to follow=1 by Dave Borowitz · 10 years ago
  20. 344c4dd Add follow support to LogServlet by Dave Borowitz · 10 years ago
  21. 77cf5f2 LogServletTest: Use TypeToken to simplify JSON construction by Dave Borowitz · 10 years ago
  22. f7cd337 Add support for --name-status to /+log/ by Paweł Hajdan, Jr · 10 years ago
  23. b5ad0a0 Update to JGit 4.0.0.201505191015-rc1.19-g1773002 by Shawn Pearce · 11 years ago
  24. 20b4229 Support /+log/?no-merges=1 and ?author=foo&no-merges=1 by Shawn Pearce · 11 years ago
  25. 8646ff5 Allow filtering log by committer by Dave Borowitz · 11 years ago
  26. bcc19fa Allow filtering log by author by Benjamin Kalman · 11 years ago
  27. d626124 Only render log HTML once by Shawn Pearce · 11 years ago
  28. 4c2eb85 Fix double close in streaming HTML output by Shawn Pearce · 11 years ago
  29. 29914cb Consistently use response encoding when creating writers by Dave Borowitz · 11 years ago
  30. f6dcf7a Display logs in a streaming fashion by Dave Borowitz · 12 years ago
  31. ba1bd22 Move log entry pretty/variant selection into LogSoyData by Dave Borowitz · 12 years ago
  32. 558f864 Add "pretty" log variants for more flexible log formatting. by Michael Moss · 12 years ago
  33. 4443427 Don't rewrite parents in log output by Dave Borowitz · 12 years ago
  34. 1b08aea Use PathFilterGroup in LogServlet by Dave Borowitz · 12 years ago
  35. 2b2f34b Rewrite DateFormatter to use timezone passed in from config by Dave Borowitz · 12 years ago
  36. 97a7031 Replace JGit's GitDateFormatter with our own class by Dave Borowitz · 12 years ago
  37. d218743 Add config option to set log entry template variant by Stefan Zager · 12 years ago
  38. 8d6d687 Cache GitilesAccess in the request from BaseServlet by Dave Borowitz · 12 years ago
  39. ee2d77c Use CommitData to produce CommitJsonData by Dave Borowitz · 12 years ago
  40. ded109a Get Config for a request from the GitilesAccess by Dave Borowitz · 12 years ago
  41. a03760a Pass in GitDateFormatters instead of providing constants by Dave Borowitz · 12 years ago
  42. cb4d91c Skip commits that have no changes in path-limited +log by Jonathan Nieder · 12 years ago
  43. 5427146 Move archiveFormat into BaseServlet by Dave Borowitz · 12 years ago
  44. 775f222 Don't use FollowFilter by default in LogServlet by Dave Borowitz · 12 years ago
  45. ef05581 Support setting limit on +log with ?n= by Dave Borowitz · 12 years ago
  46. d6ebc2d Add JSON support for +log by Dave Borowitz · 12 years ago
  47. 27fada4 LogServlet: factor out Paginator creation by Dave Borowitz · 12 years ago
  48. bb04c5f Remove unused duplicate list of entries from LogServlet by Dave Borowitz · 12 years ago
  49. 3b086a7 Refactor CommitSoyData to use more of a builder pattern by Dave Borowitz · 13 years ago
  50. c1dcf51 Update JGit to 2.3.1.201302201838-r.208-g75e1bdb by Shawn Pearce · 13 years ago
  51. 48ca670 Fix MissingObjectException in from RevisionParser.parse by Dave Borowitz · 13 years ago
  52. dd3c3d9 Rename GitilesView's TreePath to PathPart by Dave Borowitz · 13 years ago
  53. d0b7e18 Support format=TEXT for /+refs by Dave Borowitz · 13 years ago
  54. 80334b2 Allow log views to have no revision, implying HEAD by Dave Borowitz · 13 years ago
  55. b1c628f Hoist FormatType switching into BaseServlet by Dave Borowitz · 13 years ago
  56. b772cce Factor out the shortlog generation code and templates by Dave Borowitz · 13 years ago
  57. 558005d Include tree contents in the revision page for commits by Dave Borowitz · 13 years ago
  58. ad23f14 Fix a bunch of Eclipse complaints (unused vars, missing serial IDs) by Chad Horohoe · 13 years ago
  59. 9de6595 Gitiles is a simple browser for Git repositories by Dave Borowitz · 14 years ago