1. 2872604 Migrate from deprecated SoyTofu to SoySauce by David Pursehouse · 7 years ago
  2. 3863a1e BaseServlet: Add Javadoc for IOException to prevent Eclipse warnings by David Pursehouse · 7 years ago
  3. 5cecb86 Throw GitilesRequestFailureException by Masaya Suzuki · 7 years ago
  4. c0037b8 Replace joda-time with Java 8 time API by David Pursehouse · 8 years ago
  5. 65edbe4 Dissolve top level gitiles-* directories by David Ostrovsky · 8 years ago[Renamed from gitiles-servlet/src/main/java/com/google/gitiles/BaseServlet.java]
  6. f39cadc Format Java files with google-java-format by David Pursehouse · 9 years ago
  7. db394cc Expose GitilesAccess.getAccess on interface by Shawn Pearce · 9 years ago
  8. 5c34e09 Stream rendered Markdown to browser by Shawn Pearce · 9 years ago
  9. 6451fa5 Support gzip compressing streaming HTML by Shawn Pearce · 9 years ago
  10. ccaa85d Format all Java files with google-java-format by David Pursehouse · 9 years ago
  11. ae171e6 Wrap StreamEncoder in a BufferedWriter to avoid allocations by Dave Borowitz · 9 years ago
  12. cc3418b Cache URLs containing SHA hashes for 2 hours by Andrew Bonventre · 9 years ago
  13. 7a7f547 Replace Guava's Optional with java.util.Optional by David Pursehouse · 9 years ago
  14. 066d93c Adding remaining headers required to support CORS. by AJ Ross · 9 years ago
  15. 7ae61e3 BaseServlet: remove unused import of List by Shawn Pearce · 9 years ago
  16. 001ea9b Support for CORS in gitiles. by AJ Ross · 9 years ago
  17. 40255d5 Rerun google-java-format with a new version by Dave Borowitz · 9 years ago
  18. 3b744b1 Remove complex import order by Dave Borowitz · 9 years ago
  19. cb91aaf Fix warnings about missing cases in switch statements on enums by David Pursehouse · 10 years ago
  20. b3b630f Remove unnecessarily nested else clauses by David Pursehouse · 10 years ago
  21. bc0eaaa Improve styling/branding options by Björn Pedersen · 10 years ago
  22. ed3c2d1 Include Vary: Accept-Encoding when using gzip by Shawn Pearce · 10 years ago
  23. c0200f6 Also reformat main servlet code. by Han-Wen Nienhuys · 10 years ago
  24. 10e68e6 Make HEAD cheaper for RepositoryIndex by Shawn Pearce · 10 years ago
  25. 876b981 Fix javadoc compilation errors by Dave Borowitz · 10 years ago
  26. 70d8454 Use correct day of week for arbitrary past expiration time by Dave Borowitz · 10 years ago
  27. c4d3fd7 Compress most replies if client accepts gzip by Shawn Pearce · 11 years ago
  28. c410f96 Update Guava and fix new warnings by Dave Borowitz · 11 years ago
  29. d7bdaf3 Use StandardCharsets.UTF_8 by David Pletcher · 11 years ago
  30. bf72ab7 Make BaseServlet#newWriter(HttpServletRequest) private by Dave Borowitz · 11 years ago
  31. 29914cb Consistently use response encoding when creating writers by Dave Borowitz · 11 years ago
  32. c99d0bb Add request attribute indicating a response is streaming by Dave Borowitz · 12 years ago
  33. fc2f00a Generalize DiffServlet's streaming renderer by Dave Borowitz · 12 years ago
  34. 438c528 BaseServlet: Extract method for custom GsonBuilder initialization by Dave Borowitz · 12 years ago
  35. 673d198 Switch all servlets from PrintWriter to OutputStreamWriter by Dave Borowitz · 12 years ago
  36. 4f56870 Add tests for PathServlet text rendering by Dave Borowitz · 12 years ago
  37. b7fd3f3 Add tests for PathServlet HTML rendering by Dave Borowitz · 12 years ago
  38. d218743 Add config option to set log entry template variant by Stefan Zager · 12 years ago
  39. 76bbefd Render custom templates using deltemplate with variants by Dave Borowitz · 12 years ago
  40. 8d6d687 Cache GitilesAccess in the request from BaseServlet by Dave Borowitz · 12 years ago
  41. ded109a Get Config for a request from the GitilesAccess by Dave Borowitz · 12 years ago
  42. 5427146 Move archiveFormat into BaseServlet by Dave Borowitz · 12 years ago
  43. 33d4fda Fix various Eclipse warnings by Dave Borowitz · 12 years ago
  44. 6d9bc5a Add support for downloading archives with /+archive/foo.tar.gz by Dave Borowitz · 13 years ago
  45. 06edb50 Set Access-Control-Allow-Origin: * on API requests by Dave Borowitz · 13 years ago
  46. 0c94476 Factor out a method for setting common non-HTML (API) headers by Dave Borowitz · 13 years ago
  47. 113c935 Make BaseServlet.putSoyData static by Dave Borowitz · 13 years ago
  48. ba9c118 Add a handler for /+describe similar to "git describe" by Dave Borowitz · 13 years ago
  49. b1c628f Hoist FormatType switching into BaseServlet by Dave Borowitz · 13 years ago
  50. ad23f14 Fix a bunch of Eclipse complaints (unused vars, missing serial IDs) by Chad Horohoe · 13 years ago
  51. 9de6595 Gitiles is a simple browser for Git repositories by Dave Borowitz · 14 years ago