1. ec065d8 Use monospace font, and slightly increase paddings, for view documentation page footer links by WHR · 2 months ago
  2. e04f088 Automatically render man pages if possible by WHR · 2 months ago
  3. 0d65f89 Optimize code to use a local variable by WHR · 2 months ago
  4. e838e5a Add a configuration section for man page rendering by WHR · 2 months ago
  5. 8aa116d Add view plain text documentation link on HTML man pages by WHR · 2 months ago
  6. 0c0f59b Add view documentation link on object detail page of man page source files by WHR · 2 months ago
  7. 5ae1484 Support rendering roff(7)-based manual pages into HTML or plain text using mandoc(1) by WHR · 2 months ago
  8. a19d71d Require 'mirror' to be enabled for a remote to be considered for the mirrored-from URL by WHR · 2 months ago
  9. 7a11e45 Rename a configuration key by WHR · 2 months ago
  10. f3a37af Fix some breadcrumbs didn't disable auto-diving as expected by WHR · 2 months ago
  11. 03dab04 Escape '.' in regular expressions by WHR · 2 months ago
  12. 776d3fc Implement path autodive in hyperlinks, in addition to autodive by redirection by WHR · 2 months ago
  13. 7242aa2 Don't append '/' directly to an URL by WHR · 2 months ago
  14. 7795a20 Show JSON format link in PathDetail.soy by WHR · 2 months ago
  15. 0a08906 Optionally show the URL of the specified remote as mirrored-from URL by WHR · 2 months ago
  16. 9e07b59 Adjust padding of footer format links by WHR · 2 months ago
  17. a8bcfcd Show only supported alternative formats in footer of different pages by WHR · 2 months ago
  18. e472ec7 Implement raw format for diff page by WHR · 2 months ago
  19. 682548c Optionally set HTTP 'content-type' header for raw format requests, to a configured value by WHR · 2 months ago
  20. a7233e2 Correct relative hyperlinks from pages not ending with '/' to the parent directory by WHR · 2 months ago
  21. 6074bfd Make 'generateNonExecutableJson' configurable by WHR · 3 months ago
  22. 29180dd Quote content disposition file name of raw format requests by WHR · 3 months ago
  23. 0788d74 Add support of raw format by WHR · 3 months ago
  24. 43b5fe6 Fix invalid JSON output by WHR · 3 months ago
  25. a0019e8 Normalize indentation for src/main/java/com/google/gitiles/GitilesView.java by WHR · 3 months ago
  26. 3a2aa30 Follow symbolic links for automatically displaying 'README.md' file in repository and tree pages by WHR · 3 months ago
  27. c73850e Follow symbolic links for displaying Markdown file by WHR · 3 months ago
  28. f955e05 Only recognize regular file for automatic Markdown display by WHR · 3 months ago
  29. f7566b0 Correct archive download link in diff page by WHR · 3 months ago
  30. 3efd302 Support building with GNU Make by WHR · 3 months ago
  31. e16e689 Show only 'download' instead of the archive format for archive download link by WHR · 3 months ago
  32. e586aa1 Don't mark any content as 'attachment' by WHR · 3 months ago
  33. be55082 Make most hyperlinks relative by WHR · 3 months ago
  34. 73dcd68 Use init parameter first to get configuration file path by WHR · 3 months ago
  35. 8089275 Remove duplicated code from class DefaultAccess by WHR · 3 months ago
  36. f52c768 Remove ,n,z from links to *-review Change-Ids by Andrew Bonventre · 8 years ago
  37. eff23b0 Use the status code in ServiceMayNotContinueException by Masaya Suzuki · 8 years ago
  38. 17c09fe LogServlet: Don't return explicit null for Optional return type by David Pursehouse · 8 years ago
  39. 066d93c Adding remaining headers required to support CORS. by AJ Ross · 8 years ago
  40. 7ae61e3 BaseServlet: remove unused import of List by Shawn Pearce · 8 years ago
  41. 001ea9b Support for CORS in gitiles. by AJ Ross · 8 years ago
  42. 5fd99ac Merge "[CSS] Fix `pre` element overflow" by Dave Borowitz · 8 years ago
  43. f35b06c HostIndexServlet: Don't use deprecated SoyData.createFromExistingData by David Pursehouse · 8 years ago
  44. 67806a5 ConfigUtil: Remove unused private methods by Dave Borowitz · 8 years ago
  45. 40255d5 Rerun google-java-format with a new version by Dave Borowitz · 8 years ago
  46. 3b744b1 Remove complex import order by Dave Borowitz · 8 years ago
  47. 27fedf4 Merge "Update soy to 2016-08-09 and icu4j to 57.1" by Dave Borowitz · 8 years ago
  48. 537ff7c Update soy to 2016-08-09 and icu4j to 57.1 by David Pursehouse · 8 years ago
  49. 3103767 log: support topo-order and reverse sorting by Shawn Pearce · 8 years ago
  50. 347e432 [CSS] Fix `pre` element overflow by Yamagishi Kazutoshi · 8 years ago
  51. c49e92e Use JGit Config#getTimeUnit to parse durations by Jonathan Nieder · 8 years ago
  52. dc81e5e BlobSoyData: Remove special handling of \r by Dave Borowitz · 8 years ago
  53. c77a18b Update to CommonMark 0.6.0 by Shawn Pearce · 8 years ago
  54. a49a1df Remove -webkit-flex display declarations by Andrew Bonventre · 8 years ago
  55. 5b6aa77 Reduce line height for code by Andrew Bonventre · 8 years ago
  56. 390888b Remove dead store operations reported by FindBugs by David Pursehouse · 8 years ago
  57. b747e12 BlameServlet: Fix check for regular file by Shawn Pearce · 8 years ago
  58. c3e772a Open auto-closeable resources in try-with-resource by David Pursehouse · 8 years ago
  59. cb91aaf Fix warnings about missing cases in switch statements on enums by David Pursehouse · 8 years ago
  60. e3d3ec8 Remove redundant modifiers reported by CheckStyle by David Pursehouse · 8 years ago
  61. f2f98cf Declare variables in their own statement by David Pursehouse · 8 years ago
  62. b3b630f Remove unnecessarily nested else clauses by David Pursehouse · 8 years ago
  63. 0d0cee8 Fix warnings about fall-through in switch cases by David Pursehouse · 8 years ago
  64. edb321a GitilesView: Fix exception message by David Pursehouse · 8 years ago
  65. 532b62f Render git:// links in Markdown by Shawn Pearce · 8 years ago
  66. b2ed49d Markdown: remove automatic smart quotes by Shawn Pearce · 8 years ago
  67. 56857f9 Markdown: support aside|note|promo blocks inside list items by Shawn Pearce · 8 years ago
  68. da94d93 Fix StringIndexOutOfBounds in MultiColumnExtension by Shawn Pearce · 8 years ago
  69. ac80c9c Correct MultiColumnParserFactory class name by Shawn Pearce · 8 years ago
  70. 3c04d58 Attempt to fix StringIndexOutOfBoundsException by Bob Pflederer · 8 years ago
  71. 94b659d Merge "Improve styling/branding options" by Shawn Pearce · 8 years ago
  72. aab8343 Merge changes I9639f01e,I34fbdd3f,Id85130d1 by Shawn Pearce · 8 years ago
  73. bc0eaaa Improve styling/branding options by Björn Pedersen · 9 years ago
  74. cd56f7e MimeTypes: Simple file extension to MIME type mapping by Shawn Pearce · 8 years ago
  75. c68ad0b Compress some relative links in Markdown by Shawn Pearce · 8 years ago
  76. 47fd656 Refactor MarkdownToHtml with Builder pattern by Shawn Pearce · 8 years ago
  77. ed3c2d1 Include Vary: Accept-Encoding when using gzip by Shawn Pearce · 8 years ago
  78. 3c0207e GitilesConfig#defaultFile: Add assertion against null configPath by David Pursehouse · 8 years ago
  79. cbe013f Use RefDatabase#exactRef instead of getRef when possible by Jonathan Nieder · 8 years ago
  80. 14cad73 Remove usages of deprecated Repository#getRef by Dave Borowitz · 8 years ago
  81. 95ef58a LogServlet: Prevent uncaught exception when param isn't a SHA-1 by Dave Borowitz · 8 years ago
  82. 08e38f2 Catch and log errors parsing README.md by Shawn Pearce · 9 years ago
  83. e9cc845 Merge "Switch to commonmark 0.5.0" by Dave Borowitz · 9 years ago
  84. 12c8fab Switch to commonmark 0.5.0 by Shawn Pearce · 9 years ago
  85. 435484d Remove unused //gitiles-servlet:static-resources. by Han-Wen Nienhuys · 9 years ago
  86. 1190ca6 Offset blockquotes with margin bar by Shawn Pearce · 9 years ago
  87. db422b8 Bump doc ETag generation to 4 by Shawn Pearce · 9 years ago
  88. 6b5c7d5 Fix encoding of anchors in Markdown links by Shawn Pearce · 9 years ago
  89. c32894e Fix RootedDocServlet generating hyperlinks by Shawn Pearce · 9 years ago
  90. bb454de Merge changes Icf4d0259,I488046e9 by Dave Borowitz · 9 years ago
  91. c8fac64 Fix relative hyperlinks in Markdown by Shawn Pearce · 9 years ago
  92. 4350438 Remove unused imports by Shawn Pearce · 9 years ago
  93. 1b8322a Fix checkView error for missing servletPath by Shawn Pearce · 9 years ago
  94. 0dc9387 Add recursive option to gitiles tree JSON by Han-Wen Nienhuys · 9 years ago
  95. 8aefdb8 Add support for "long" mode in JSON queries for trees. by Han-Wen Nienhuys · 9 years ago
  96. c0200f6 Also reformat main servlet code. by Han-Wen Nienhuys · 9 years ago
  97. cf38c03 Use google-java-format for styling by Dave Borowitz · 9 years ago
  98. 283f137 Build blame cache as own java_library by Saša Živkov · 9 years ago
  99. 332f498 Use {lb} and {rb} instead of {literal} by Jonathan Nieder · 9 years ago
  100. fcbf213 Do not clobber selection within CloneRepo command by Jonathan Nieder · 9 years ago