1. c1cd290 ui-blame: add blame UI by Jeff Smith · 8 years ago
  2. 2d59e6a shared: remove unused function strlpart() by Christian Hesse · 9 years ago
  3. 3e2e8f1 shared: remove unused function strrpart() by Christian Hesse · 9 years ago
  4. b19d889 shared: make cgit_free_taginfo() public by John Keeping · 9 years ago
  5. d9dff37 shared: remove return value from cgit_free_commitinfo() by John Keeping · 9 years ago
  6. 11695a5 git: update to v2.10.0 by Christian Hesse · 9 years ago
  7. 5f2664f ui-shared: add homepage to tabs by Jason A. Donenfeld · 9 years ago
  8. 7529820 ui-atom: avoid DATE_STRFTIME by John Keeping · 9 years ago
  9. 9c15f3c Avoid DATE_STRFTIME for long/short dates by John Keeping · 9 years ago
  10. 45c87ca parsing: add timezone to ident structures by John Keeping · 10 years ago
  11. c326f3e ui-plain: add enable-html-serving flag by Jason A. Donenfeld · 10 years ago
  12. 1c581a0 ui-blob: Do not accept mimetype from user by Jason A. Donenfeld · 10 years ago
  13. aa943bc refactor get_mimetype_from_file() to get_mimetype_for_filename() by Christian Hesse · 10 years ago
  14. f5c83d7 move get_mimetype_from_file() to shared by Christian Hesse · 10 years ago
  15. 7105a78 ui-tree: use "sane" isgraph() by John Keeping · 10 years ago
  16. e09574b cgit.h: move stdbool.h from ui-shared.h by John Keeping · 10 years ago
  17. 30304d8 log: allow users to follow a file by John Keeping · 10 years ago
  18. 044e2d2 shared: make cgit_diff_tree_cb public by John Keeping · 10 years ago
  19. de83de2 git: update to v2.5.0 by Christian Hesse · 10 years ago
  20. c58cec9 Add repo.hide and repo.ignore by Lukas Fleischer · 11 years ago
  21. 96ceb9a repolist: add owner-filter by Chris Burroughs · 11 years ago
  22. ddfaef6 ui-diff: add "stat only" diff type by John Keeping · 11 years ago
  23. 1830271 Change "ss" diff flag to an enum by John Keeping · 11 years ago
  24. a3722ec Add a cache-snapshot-ttl configuration variable by Lukas Fleischer · 12 years ago
  25. d6e9200 auth: add basic authentication filter framework by Jason A. Donenfeld · 12 years ago
  26. a5e1553 filter: add support for email filter by Jason A. Donenfeld · 12 years ago
  27. e83b51b filter: basic write hooking infrastructure by Jason A. Donenfeld · 12 years ago
  28. d750c7a filter: allow for cleanup hook for filter types by Jason A. Donenfeld · 12 years ago
  29. 7bd90b8 filter: add interface layer by John Keeping · 12 years ago
  30. 632efb2 filter: add fprintf_filter function by John Keeping · 12 years ago
  31. 3d8a650 filter: pass extra arguments via cgit_open_filter by John Keeping · 12 years ago
  32. 3eae406 filter: split filter functions into their own file by Jason A. Donenfeld · 12 years ago
  33. b67ea0c filter: make exit status local by Jason A. Donenfeld · 12 years ago
  34. 61ff100 cache: document negative ttls and add about ttl by Jason A. Donenfeld · 12 years ago
  35. dcbc043 readme: use string_list instead of space deliminations by Jason A. Donenfeld · 12 years ago
  36. 389cc17 Add branch-sort and repo.branch-sort options. by Jason A. Donenfeld · 12 years ago
  37. d2e20e3 shared.c: add strbuf_ensure_end by John Keeping · 12 years ago
  38. fd00d2f html.c: add various strbuf and varadic helpers by John Keeping · 12 years ago
  39. 57d09bf Mark char* fields in struct cgit_page as const by John Keeping · 12 years ago
  40. b1f17f1 Fix out-of-bounds memory accesses with virtual_root="" by John Keeping · 12 years ago
  41. 3a84324 Maŕk cgit_environment members const by Lukas Fleischer · 12 years ago
  42. 1268afe Free reflists after usage by Lukas Fleischer · 12 years ago
  43. 2ab1cd9 Update git to v1.7.7.7 by John Keeping · 12 years ago
  44. b1e172a Make "owner" column on index page configurable by Florian Pritz · 13 years ago
  45. 792f813 ui-log: Add "commit-sort" option for controlling commit ordering by Tobias Bieniek · 13 years ago
  46. 7a4e7c8 ui-repolist: Add "section-sort" flag to control section sorting. by Tobias Bieniek · 13 years ago
  47. 521e10c scan-tree: Unify gitweb.* and cgit.* settings into one config option. by Jason A. Donenfeld · 13 years ago
  48. fdfb6a6 ui-repolist: Rename section-sort to repository-sort. by Jason A. Donenfeld · 13 years ago
  49. 184c565 ui-repolist: Case insensitive sorting and age sort by Jason A. Donenfeld · 13 years ago
  50. fc9181f scan-tree: Support gitweb.category. by Jason A. Donenfeld · 13 years ago
  51. b56be4b scan-tree: Support gitweb.description. by Jason A. Donenfeld · 13 years ago
  52. ae90a0b Merge branch 'fh/mimetypes' by Lars Hjemli · 13 years ago
  53. 2b9fab8 Merge branch 'lh/module-links' by Lars Hjemli · 13 years ago
  54. 04254fa Merge branch 'stable' by Lars Hjemli · 14 years ago
  55. f2ced53 Fix diff mode switching when side-by-side-diffs=1 by Tim Chen · 14 years ago
  56. d01c600 ui_plain: automatically lookup mimetype when mimetype-file is set by Ferry Huberts · 14 years ago
  57. 6857bec ui-tree.c: add support for path-selected submodule links by Lars Hjemli · 14 years ago
  58. a1429db cgit.c: add 'clone-url' setting with support for macro expansion by Lars Hjemli · 14 years ago
  59. 3ec6b30 cgit.c: always setup cgit repo environment variables by Lars Hjemli · 14 years ago
  60. ab350a7 Merge branch 'fh/filter-api' by Lars Hjemli · 14 years ago
  61. 4837fdd Merge branch 'dm/disable-clone' by Lars Hjemli · 14 years ago
  62. d87bba8 cgit_open_filter: also take the repo as a parameter by Ferry Huberts · 14 years ago
  63. 9240a82 new_filter: determine extra_args from filter type by Ferry Huberts · 14 years ago
  64. 4223132 Allow disabling of HTTP clone URLs by Dan McGee · 15 years ago
  65. 979c460 Merge branch 'br/misc' by Lars Hjemli · 14 years ago
  66. 808c685 implement repo.logo and repo.logo-link by Bernhard Reutner-Fischer · 15 years ago
  67. fb9e6d1 Merge branch 'jh/scan-path' by Lars Hjemli · 14 years ago
  68. df52279 scan_path(): Do not recurse into hidden directories by default by Johan Herland · 15 years ago
  69. 9a8d39c ui-log: Implement support for commit graphs by Johan Herland · 15 years ago
  70. 1415f3f ui-log: Fix filecount/linecount when path limit is in effect by Johan Herland · 15 years ago
  71. e0c6f23 Add `strict-export` option by Felix Hanley · 15 years ago
  72. a9d6e6e Merge branch 'ml/bugfix' by Lars Hjemli · 15 years ago
  73. 536c7a1 Merge branch 'lh/section-from-path' by Lars Hjemli · 15 years ago
  74. a4c58d9 use __attribute__ to catch printf format mistakes by Mark Lodato · 15 years ago
  75. 797110e Add support for 'section-from-path' option by Lars Hjemli · 15 years ago
  76. 515edb0 Add support for "readme" option by Lars Hjemli · 15 years ago
  77. aec9c24 Merge branch 'jd/gitolite' by Lars Hjemli · 15 years ago
  78. 059b393 ui-commit: Display git notes when present by Jeff Smith · 15 years ago
  79. 119397b Add support for 'enable-gitweb-owner' option by Jason A. Donenfeld · 15 years ago
  80. 2e4a941 Add support for 'remove-suffix' option by Jason A. Donenfeld · 15 years ago
  81. 3516502 Add support for 'project-list' option by Jason A. Donenfeld · 15 years ago
  82. 6821d8e Merge branch 'jh/ignorews' by Lars Hjemli · 15 years ago
  83. 5c5d189 Merge branch 'lh/macros' by Lars Hjemli · 15 years ago
  84. 2cc8b99 Add URL parameter 'ignorews' for optionally ignoring whitespace in diffs by Johan Herland · 15 years ago
  85. 6f92f33 Merge branch 'jh/context-lines' by Lars Hjemli · 15 years ago
  86. 37a24e4 Merge branch 'jh/path-limit' by Lars Hjemli · 15 years ago
  87. 6180e61 Add URL parameter 'context' for changing the number of context lines in diffs by Johan Herland · 15 years ago
  88. c2766de Merge branch 'ag/atom-fixes' by Lars Hjemli · 15 years ago
  89. 0ff143d struct cgit_cmd: Differentiate between various usages of ctx.qry.path by Johan Herland · 15 years ago
  90. 80476b0 Add 'max-atom-items' config variable by Aaron Griffin · 16 years ago
  91. 65ced7c Add all=1 query param for atom feeds by Aaron Griffin · 16 years ago
  92. ba56a37 Add support for environment variable expansion by Lars Hjemli · 15 years ago
  93. 581a0c2 Optionally generate verbose parent links by Lars Hjemli · 15 years ago
  94. 4e75d7c Merge branch 'lh/remote-branches' by Lars Hjemli · 16 years ago
  95. f4f6210 Merge branch 'ro/ssdiff' by Lars Hjemli · 16 years ago
  96. ef07ccc "max-blob-size" config var to limit generated HTML size by Georg Lukas · 16 years ago
  97. 41934a3 Add support for remote branches by Lars Hjemli · 16 years ago
  98. c358aa3 Add possibility to switch between unidiff and side-by-side-diff. by Ragnar Ouchterlony · 16 years ago
  99. 92f6940 Merge branch 'lh/repo-scan' by Lars Hjemli · 16 years ago
  100. 2273c2c Add config option 'enable-filter-overrides' by Lars Hjemli · 16 years ago