1. 590ba45 ui-shared: fix segfault when defbranch is NULL by Eric Wong · 9 years ago
  2. c19d983 css: consistent use of empty lines by Christian Hesse · 9 years ago
  3. 4fb4986 ui-log: color line changes by Christian Hesse · 9 years ago
  4. 9984e7a Avoid ambiguities when prettifying snapshot names by Lukas Fleischer · 9 years ago
  5. 1e039ad git: update to v2.9.0 by Christian Hesse · 9 years ago
  6. 5062fbe cgit.mk: Use $PKG_CONFIG by Kylie McClain · 9 years ago
  7. 7d51120 md2html: use utf-8 and flush output buffer by Jason A. Donenfeld · 9 years ago
  8. d88ec84 Hosted on HTTPS now by Jason A. Donenfeld · 9 years ago
  9. a6572ce Bump version. by Jason A. Donenfeld · 9 years ago
  10. 41508c0 git: update to v2.8.3 by Christian Hesse · 9 years ago
  11. 21bf30b ui-diff: action='.' is not correct by Jason A. Donenfeld · 9 years ago
  12. c34e288 forms: action should not be empty by Jason A. Donenfeld · 9 years ago
  13. 9afda36 ui-shared: Remove a name attribute with an empty value by Juuso Lapinlampi · 9 years ago
  14. 8d05b39 ui-shared: HTML-ize DOCTYPE and <html> by Juuso Lapinlampi · 9 years ago
  15. 80f12b3 ui-shared: Simplify cgit_print_error_page() logic by Juuso Lapinlampi · 9 years ago
  16. 86bf5b4 git: update to v2.8.2 by Christian Hesse · 9 years ago
  17. 59d8fa1 ui-log: Simplify decoration code by Tim Nordell · 9 years ago
  18. 499b239 ui-log: Do not always emit decoration span by Tim Nordell · 9 years ago
  19. 39735d9 Renamed repo-specific configuration for enable-html-serving in cgitrc.5.txt by Matt Comben · 9 years ago
  20. e9cbdf6 ui-shared: redirect should not exit early for cache by Jason A. Donenfeld · 9 years ago
  21. 09a3aa5 about: path_info might not be valid by Jason A. Donenfeld · 9 years ago
  22. c424b5c tabs: do not use target=_blank by Jason A. Donenfeld · 9 years ago
  23. 46ff6e1 css: fix indentation by Jason A. Donenfeld · 9 years ago
  24. a0d22c3 css: use less blurry icon for external link by Christian Hesse · 9 years ago
  25. 1892cd9 md2html: Do syntax highlighting too by Jason A. Donenfeld · 9 years ago
  26. a9e9dfc git: update to v2.7.2 by Christian Hesse · 9 years ago
  27. de6098b ui-plain: fix to show a repo's root directory listing in plain view by Joe Anakata · 9 years ago
  28. 94c02bb cmd: redirect empty about/ to homepage or summary by Jason A. Donenfeld · 9 years ago
  29. 5f2664f ui-shared: add homepage to tabs by Jason A. Donenfeld · 9 years ago
  30. 7529820 ui-atom: avoid DATE_STRFTIME by John Keeping · 9 years ago
  31. 9c15f3c Avoid DATE_STRFTIME for long/short dates by John Keeping · 9 years ago
  32. bdcbe09 ui-stats: cast pointer before checking for zero by John Keeping · 9 years ago
  33. a8b9ef8 ui-stats: if we're going to abuse void*, do it safely by Jason A. Donenfeld · 9 years ago
  34. 85ec9f0 git: update to v2.7.1 by Christian Hesse · 9 years ago
  35. 17c74ee ui-shared: remove cgit_print_date() by John Keeping · 9 years ago
  36. eb80b4e ui-atom: use show_date directly for atom dates by John Keeping · 9 years ago
  37. e68c86e ui-shared: use show_date for footer timestamp by John Keeping · 9 years ago
  38. f2a901d ui: show ages in the originator's timezone by John Keeping · 9 years ago
  39. 21dcf10 ui-{commit,tag}: show dates in originator's timezone by John Keeping · 9 years ago
  40. 360af46 ui-shared: add cgit_date_mode() by John Keeping · 9 years ago
  41. 45c87ca parsing: add timezone to ident structures by John Keeping · 9 years ago
  42. 57ea1aa ui-shared: remove "format" from cgit_print_age() by John Keeping · 9 years ago
  43. 23f7dad ui-tree: put reverse path in title by Jason A. Donenfeld · 9 years ago
  44. d3756bd syntax-highlighting: always use utf-8 to avoid ascii codec issues by Jason A. Donenfeld · 9 years ago
  45. 33bc949 cache: don't check for match with no key by John Keeping · 10 years ago
  46. 3fbfced cache: use size_t for string lengths by John Keeping · 10 years ago
  47. baa5ad1 ui-log: handle parse_commit() errors by John Keeping · 10 years ago
  48. e64d5e0 Bump version by Jason A. Donenfeld · 10 years ago
  49. c326f3e ui-plain: add enable-html-serving flag by Jason A. Donenfeld · 10 years ago
  50. 9ca2566 ui-blob: set CSP just in case by Jason A. Donenfeld · 10 years ago
  51. 92996ac ui-blob: always use generic mimetypes by Jason A. Donenfeld · 10 years ago
  52. 1c581a0 ui-blob: Do not accept mimetype from user by Jason A. Donenfeld · 10 years ago
  53. 513b386 ui-shared: prevent malicious filename from injecting headers by Jason A. Donenfeld · 10 years ago
  54. 4291453 ui-shared: Avoid new line injection into redirect header by Jason A. Donenfeld · 10 years ago
  55. 4c69241 Fix missing prototype declarations by Peter Colberg · 10 years ago
  56. 9abe4a2 ui-repolist: return HTTP 404 if no repositories found by Peter Colberg · 10 years ago
  57. a4014d0 ui-repolist: extract repo visibility criteria to separate function by Peter Colberg · 10 years ago
  58. da1b897 Fix segmentation fault in hc() by Lukas Fleischer · 10 years ago
  59. 559ab5e git: update to v2.7.0 by Christian Hesse · 10 years ago
  60. 6edc84b ui-repolist: initialize char *buf to NULL by Christian Hesse · 10 years ago
  61. 4458abf filter: avoid integer overflow in authenticate_post by Jason A. Donenfeld · 10 years ago
  62. ffe0962 about-formatting.sh: comment text out of date by Jason A. Donenfeld · 10 years ago
  63. 143e652 filters: port syntax-highlighting.py to python 3.x by Christian Hesse · 10 years ago
  64. 3f9e14a md2html: the default of stdin works fine by Jason A. Donenfeld · 10 years ago
  65. c301899 filters: misc cleanups by Jason A. Donenfeld · 10 years ago
  66. ccb4254 md2html: use pure python by Jason A. Donenfeld · 10 years ago
  67. 76dc7a3 cache: fix resource leak: close file handle before return by Christian Hesse · 10 years ago
  68. ed5dccb ui-atom: fix resource leak: free allocation from cgit_pageurl by Christian Hesse · 10 years ago
  69. 144e3c6 ui-atom: fix resource leak: free before return by Christian Hesse · 10 years ago
  70. 97da17b ui-atom: fix resource leak: free allocation from cgit_repourl by Christian Hesse · 10 years ago
  71. 7320bfa ui-blob: fix resource leak: free before return by Christian Hesse · 10 years ago
  72. 3080212 ui-blob: fix resource leak: free before return by Christian Hesse · 10 years ago
  73. 08a2b81 ui-plain: fix resource leak: free before assigning NULL by Christian Hesse · 10 years ago
  74. 979db79 ui-plain: fix resource leak: free before return by Christian Hesse · 10 years ago
  75. 51338f7 ui-repolist: fix resource leak: free allocation from cgit_currenturl by Christian Hesse · 10 years ago
  76. 7ef1a47 ui-repolist: fix resource leak: free before return by Christian Hesse · 10 years ago
  77. 525c815 filters: Simplify converters by Jason A. Donenfeld · 10 years ago
  78. 6edfc16 ui-shared: fix resource leak: free allocation from cgit_hosturl by Christian Hesse · 10 years ago
  79. f77e2a8 ui-shared: return value of cgit_hosturl is not const by Christian Hesse · 10 years ago
  80. 6f2e440 cmd: fix resource leak: free allocation from cgit_currenturl and fmtalloc by Christian Hesse · 10 years ago
  81. 3e244a0 ui-shared: fix resource leak: free allocation from cgit_currenturl by Christian Hesse · 10 years ago
  82. c5c0eb8 ui-shared: return value of cgit_currenturl is not const by Christian Hesse · 10 years ago
  83. 37fce99 ui-shared: fix resource leak: free allocation from cgit_fileurl by Christian Hesse · 10 years ago
  84. fa5810e ui-ssdiff: fix resource leak: free allocation from cgit_fileurl by Christian Hesse · 10 years ago
  85. 896cd69 ui-tree: fix resource leak: free before return by Christian Hesse · 10 years ago
  86. ad00691 Avoid use of non-reentrant functions by Jason A. Donenfeld · 10 years ago
  87. 35b3c67 Makefile: fix MAKEFLAGS tests with multiple flags by John Keeping · 10 years ago
  88. 198a440 ui-refs: remove useless null check by John Keeping · 10 years ago
  89. 509488d ui-blob: remove useless null check by John Keeping · 10 years ago
  90. 687cdf6 scan-tree: remove useless strdup() by John Keeping · 10 years ago
  91. 94182d6 cgit.c: remove useless null check by John Keeping · 10 years ago
  92. 978ce8c git: update to v2.6.1 by Christian Hesse · 10 years ago
  93. 73f199b mime: rewrite detection function by Jason A. Donenfeld · 10 years ago
  94. 790d249 ui-summary: send images plain for about page by Christian Hesse · 10 years ago
  95. aa943bc refactor get_mimetype_from_file() to get_mimetype_for_filename() by Christian Hesse · 10 years ago
  96. f5c83d7 move get_mimetype_from_file() to shared by Christian Hesse · 10 years ago
  97. 73ef856 cmd: fix command definition by John Keeping · 10 years ago
  98. 03de473 cmd: no need for pre function hook now by Jason A. Donenfeld · 10 years ago
  99. c5975ae ui-shared: cache errors for "dynamic TTL" by John Keeping · 10 years ago
  100. a420c7c cmd: remove "want_layout" field by John Keeping · 10 years ago