1. 94e5f21 ui-shared: avoid initializing static variable to zero by John Keeping · 10 years ago
  2. bd9fb03 ui-stats: make cgit_period definitions 'static const' by John Keeping · 10 years ago
  3. 0f23d46 ui-shared: make cgit_doctype 'static' by John Keeping · 10 years ago
  4. ad74669 ui-repolist: make sortcolumn definitions 'static const' by John Keeping · 10 years ago
  5. 3fe509e ui-log: make some variables 'static' by John Keeping · 10 years ago
  6. eefd5e0 shared: make some variables 'static' by John Keeping · 10 years ago
  7. 812cd49 scan-tree: make some variables 'static' by John Keeping · 10 years ago
  8. 12d3d4c Avoid signed bitfields by John Keeping · 10 years ago
  9. e3d3fff Avoid non-ANSI function declarations by John Keeping · 10 years ago
  10. 5150b7c Makefile: add a target to run CGit through sparse by John Keeping · 10 years ago
  11. 97a9165 git: update to v2.3.2 by Christian Hesse · 10 years ago
  12. 198d84a Bump version by Jason A. Donenfeld · 10 years ago
  13. 3cb8e76 Drop return value from parse_user() by Lukas Fleischer · 10 years ago
  14. 4d8ed33 Remove leading newline characters from tag messages by Lukas Fleischer · 10 years ago
  15. ecd6b72 simple-authentication.lua: tie secure cookies to field names by Jason A. Donenfeld · 10 years ago
  16. bd24832 cgit: show clone URLs for empty repo by Jason A. Donenfeld · 10 years ago
  17. db9a70b cache: use F_SETLK to avoid stale lock files by John Keeping · 10 years ago
  18. 2e4a41e Make root handling sane again. by Jason A. Donenfeld · 10 years ago
  19. 6bcda2f ui-shared: Add current url helper function. by Jason A. Donenfeld · 10 years ago
  20. db4b735 ui-shared: keep filter repolist page in pagination by Jason A. Donenfeld · 10 years ago
  21. c3473e8 ui-repolist: use ctx.qry.url instead of rooturl, in case we're filtering by Jason A. Donenfeld · 10 years ago
  22. e14eee9 ui-repolist: use correct owner query link by Jason A. Donenfeld · 10 years ago
  23. 936295c Simplify commit and tag parsing by Lukas Fleischer · 10 years ago
  24. 911d574 git: update to v2.3.1 by Christian Hesse · 10 years ago
  25. 5e3e665 Bump verison by Jason A. Donenfeld · 10 years ago
  26. 36b1d78 shrink cgit.png file size by Christian Hesse · 10 years ago
  27. 6e498de ui-clone.c: Fix off-by-one error in pack path by Jason A. Donenfeld · 10 years ago
  28. b66b16e ui-clone.c: Fix path check by Lukas Fleischer · 10 years ago
  29. 7358f63 git: update for v2.3.0 by Christian Hesse · 10 years ago
  30. 1a9e566 ui-shared.c: Refactor add_clone_urls() by Lukas Fleischer · 10 years ago
  31. c58cec9 Add repo.hide and repo.ignore by Lukas Fleischer · 11 years ago
  32. 1a2eeb9 Add Etags for snapshots by Janus · 11 years ago
  33. c422b9b tag: reference with "h" instead of "id" by John Keeping · 11 years ago
  34. ed7e3bc Return proper HTTP response when accessing info/ by Lukas Fleischer · 11 years ago
  35. c641e0a git: update to v2.2.2 by Christian Hesse · 11 years ago
  36. d6c4050 ui-diff: don't link to single file diff stat by John Keeping · 11 years ago
  37. 7552266 ui-patch: match git-format-patch(1) output by John Keeping · 11 years ago
  38. ce8f490 t0108: modernize style by John Keeping · 11 years ago
  39. b122730 Revert "git: use xz compressed archive for download" by Jason A. Donenfeld · 11 years ago
  40. 6f9e8a9 Use split_ident_line() in parse_user() by Lukas Fleischer · 11 years ago
  41. 2159414 footer: link back to cgit home page by Jason A. Donenfeld · 11 years ago
  42. caed6cb ui-shared: show absolute time in tooltip for relative dates by John Keeping · 11 years ago
  43. a87c9d8 git: use xz compressed archive for download by Christian Hesse · 11 years ago
  44. 62affc0 match other common markdown file extensions by Chris Burroughs · 11 years ago
  45. 96ceb9a repolist: add owner-filter by Chris Burroughs · 11 years ago
  46. 3c53ebf ui-shared: add rel-vcs microformat links to HTML header by John Keeping · 11 years ago
  47. d31be4c ui-summary: add "rel='vcs-git'" to clone URL links by John Keeping · 11 years ago
  48. bbfa006 Extract clone URL printing to ui-shared.c by John Keeping · 11 years ago
  49. 485b099 Remove trailing slash after remove-suffix by Lukas Fleischer · 11 years ago
  50. 17838ec git: update to v2.2.1 by Christian Hesse · 11 years ago
  51. 10c5680 filter: fix libravatar email-filter https issue by Christian Hesse · 11 years ago
  52. ddfaef6 ui-diff: add "stat only" diff type by John Keeping · 11 years ago
  53. 1830271 Change "ss" diff flag to an enum by John Keeping · 11 years ago
  54. 03f537f ui-shared: remove toggle_ssdiff arg to cgit_diff_link() by John Keeping · 11 years ago
  55. eeddb5b ui-shared: remove toggle_ssdiff arg to cgit_commit_link() by John Keeping · 11 years ago
  56. 49f6077 git: update to v2.0.4 by John Keeping · 11 years ago
  57. 9dd6727 Always check if README exists in choose_readme() by Lukas Fleischer · 11 years ago
  58. efa2879 cgitrc.5: we mean a cgi response, not request by Jason A. Donenfeld · 11 years ago
  59. 2eea471 ui-stats.c: set parent pointer to NULL after freeing it by John Keeping · 11 years ago
  60. 865afe0 git: update to v2.0.3 by John Keeping · 11 years ago
  61. 93d8ef8 parsing.c: make commit buffer const by John Keeping · 11 years ago
  62. eeaffc3 Bump version. by Jason A. Donenfeld · 11 years ago
  63. 4b91269 remove debug fprinf() calls that sneaked in with commit 79c985 by Christian Hesse · 11 years ago
  64. 390ffad git: update to 2.0.1 by Christian Hesse · 11 years ago
  65. 2efb59e ui-patch: Flush stdout after outputting data by John Keeping · 11 years ago
  66. 4046e8e ui-log: ignore unhandled arguments by John Keeping · 11 years ago
  67. 79c985e git: update for git 2.0 by Christian Hesse · 11 years ago
  68. b431282 remove trailing whitespaces from source files by Christian Hesse · 11 years ago
  69. dcb16f0 git: update to 1.9.2 by Christian Hesse · 11 years ago
  70. 1045179 Fix cgit_parse_url when a repo url is contained in another repo url by Julian Maurice · 11 years ago
  71. 88b9311 Makefile: use more reliable git tarball mirror by Jason A. Donenfeld · 11 years ago
  72. 45315f8 git: update to 1.9.1 by Christian Hesse · 11 years ago
  73. e22e985 filter: add libravatar email-filter lua script by Christian Hesse · 11 years ago
  74. f2fa9c5 Bump version. by Jason A. Donenfeld · 11 years ago
  75. 4930611 ui-refs: simplify cmp_age logic by Jason A. Donenfeld · 11 years ago
  76. 3e9578e Remove unused parameter from cgit_print_snapshot() by Lukas Fleischer · 11 years ago
  77. e674964 print download link for reference string length == 1 by Christian Hesse · 11 years ago
  78. 2e8e9af Clean up cache documentation. by Jason A. Donenfeld · 11 years ago
  79. 6ceba45 Skip cache slot when time-to-live is zero by Lukas Fleischer · 11 years ago
  80. 8033dc0 git: Update to 1.9.0 by Lukas Fleischer · 11 years ago
  81. 8acfa51 Makefile: suppress pkg-config error by Jason A. Donenfeld · 11 years ago
  82. a3722ec Add a cache-snapshot-ttl configuration variable by Lukas Fleischer · 11 years ago
  83. 7e1c0ed diffstat: do not rely on uninitialized data by Jason A. Donenfeld · 11 years ago
  84. e8cacb5 gen-version.sh: check if git is available before trying to call it by Fabien C · 12 years ago
  85. aa6d5b1 simple-authentication: style by Jason A. Donenfeld · 12 years ago
  86. 44ccae4 makefile: use LUA_PKGCONFIG to set Lua implementation by Natanael Copa · 12 years ago
  87. f759cc0 tests: only do lua tests if lua is compiled-in by Jason A. Donenfeld · 12 years ago
  88. 6a15633 cgit: add --version argument for printing info by Jason A. Donenfeld · 12 years ago
  89. d3581b5 cache: use sendfile() instead of a pair of read() + write() by Sebastian Andrzej Siewior · 12 years ago
  90. ea7210b README: document pkg-config for luajit by Jason A. Donenfeld · 12 years ago
  91. 6952f16 makefile: bump version by Jason A. Donenfeld · 12 years ago
  92. bdbe03a mailmap: source before lighttpd by Jason A. Donenfeld · 12 years ago
  93. bb3cc0d ui-shared: do not allow negative minutes by Jason A. Donenfeld · 12 years ago
  94. 9dde6d3 auth: document tweakables in lua script by Jason A. Donenfeld · 12 years ago
  95. a2b6b37 repolist: make owner clickable to search by Jason A. Donenfeld · 12 years ago
  96. 3cbbb8e ui-shared: move about tab all the way to the left by Jason A. Donenfeld · 12 years ago
  97. 9786f46 filter: don't forget to reap the auth filter by Jason A. Donenfeld · 12 years ago
  98. 9999b0a cgit.c: free tmp variable by Jason A. Donenfeld · 12 years ago
  99. f60ffa1 Switch to exclusively using global ctx by Lukas Fleischer · 12 years ago
  100. a431326 auth: have cgit calculate login address by Jason A. Donenfeld · 12 years ago