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