Commit graph

  • 4b91269bdb remove debug fprinf() calls that sneaked in with commit 79c985 Christian Hesse 2014-06-29 18:52:16 +02:00
  • 390ffad022 git: update to 2.0.1 Christian Hesse 2014-06-28 16:04:17 +02:00
  • 2efb59ed0f ui-patch: Flush stdout after outputting data John Keeping 2014-06-11 21:01:50 +01:00
  • 4046e8ef66 ui-log: ignore unhandled arguments John Keeping 2014-06-28 15:55:06 +02:00
  • 79c985e13c git: update for git 2.0 Christian Hesse 2014-05-29 17:35:46 +02:00
  • b431282c91 remove trailing whitespaces from source files Christian Hesse 2014-04-17 11:55:46 +02:00
  • dcb16f0d11 git: update to 1.9.2 Christian Hesse 2014-04-10 05:34:34 +02:00
  • 10451797fa Fix cgit_parse_url when a repo url is contained in another repo url Julian Maurice 2014-03-28 23:18:29 +01:00
  • 88b9311323 Makefile: use more reliable git tarball mirror Jason A. Donenfeld 2014-03-20 11:20:01 -06:00
  • 45315f846c git: update to 1.9.1 Christian Hesse 2014-03-20 14:41:16 +01:00
  • bc99809b8d footer: link back to cgit home page jd/link-back Jason A. Donenfeld 2014-03-19 03:11:45 -06:00
  • e22e985416 filter: add libravatar email-filter lua script Christian Hesse 2014-03-13 11:55:49 +01:00
  • f2fa9c56e2 Bump version. v0.10.1 Jason A. Donenfeld 2014-02-28 00:12:08 +01:00
  • 4930611026 ui-refs: simplify cmp_age logic Jason A. Donenfeld 2014-02-26 16:57:15 +01:00
  • 3e9578e9a3 Remove unused parameter from cgit_print_snapshot() Lukas Fleischer 2014-02-08 14:37:29 +01:00
  • e6749644bc print download link for reference string length == 1 Christian Hesse 2014-02-20 20:48:45 +01:00
  • 2e8e9af1d4 Clean up cache documentation. Jason A. Donenfeld 2014-02-21 01:36:20 +01:00
  • 6ceba453a2 Skip cache slot when time-to-live is zero Lukas Fleischer 2014-02-20 20:59:22 +01:00
  • 8033dc01f4 git: Update to 1.9.0 Lukas Fleischer 2014-02-20 20:58:13 +01:00
  • 8acfa51a8b Makefile: suppress pkg-config error Jason A. Donenfeld 2014-02-20 20:06:29 +01:00
  • a3722ec3c6 Add a cache-snapshot-ttl configuration variable Lukas Fleischer 2014-02-05 10:23:58 +01:00
  • 7e1c0ed2aa diffstat: do not rely on uninitialized data Jason A. Donenfeld 2014-02-20 19:48:24 +01:00
  • e8cacb5981 gen-version.sh: check if git is available before trying to call it Fabien C 2014-02-01 16:07:46 +01:00
  • aa6d5b105d simple-authentication: style Jason A. Donenfeld 2014-01-23 00:58:07 +01:00
  • 44ccae4227 makefile: use LUA_PKGCONFIG to set Lua implementation Natanael Copa 2014-01-22 13:15:08 +01:00
  • f759cc0f08 tests: only do lua tests if lua is compiled-in Jason A. Donenfeld 2014-01-20 13:11:10 +01:00
  • 6a1563343c cgit: add --version argument for printing info Jason A. Donenfeld 2014-01-20 13:05:08 +01:00
  • d3581b5889 cache: use sendfile() instead of a pair of read() + write() Sebastian Andrzej Siewior 2014-01-18 21:24:58 +01:00
  • ea7210bef3 README: document pkg-config for luajit Jason A. Donenfeld 2014-01-18 00:45:01 +01:00
  • 6952f164c1 makefile: bump version v0.10 Jason A. Donenfeld 2014-01-17 16:09:16 +01:00
  • bdbe03af61 mailmap: source before lighttpd Jason A. Donenfeld 2014-01-17 16:04:12 +01:00
  • bb3cc0d966 ui-shared: do not allow negative minutes Jason A. Donenfeld 2014-01-17 15:41:41 +01:00
  • 9dde6d38e9 auth: document tweakables in lua script Jason A. Donenfeld 2014-01-17 15:34:44 +01:00
  • a2b6b37175 repolist: make owner clickable to search Jason A. Donenfeld 2014-01-16 22:54:23 +01:00
  • 3cbbb8ea39 ui-shared: move about tab all the way to the left Jason A. Donenfeld 2014-01-17 13:53:37 +01:00
  • 9786f4613d filter: don't forget to reap the auth filter Jason A. Donenfeld 2014-01-17 13:53:02 +01:00
  • 9999b0a3e9 cgit.c: free tmp variable Jason A. Donenfeld 2014-01-17 00:48:17 +01:00
  • f60ffa143c Switch to exclusively using global ctx Lukas Fleischer 2014-01-15 21:53:15 +01:00
  • a431326e8f auth: have cgit calculate login address Jason A. Donenfeld 2014-01-16 23:21:54 +01:00
  • df00ab1096 auth: lua string comparisons are time invariant Jason A. Donenfeld 2014-01-16 19:47:35 +01:00
  • b826537cb4 authentication: use hidden form instead of referer Jason A. Donenfeld 2014-01-16 11:39:17 +01:00
  • d6e9200cc3 auth: add basic authentication filter framework Jason A. Donenfeld 2014-01-14 21:49:31 +01:00
  • 3741254a69 t0111: Additions and fixes Lukas Fleischer 2014-01-15 23:11:19 +01:00
  • 2a7dd4bf67 parsing.c: Remove leading space from committer Lukas Fleischer 2014-01-15 23:09:08 +01:00
  • c01fb69fc9 Add .mailmap Lukas Fleischer 2014-01-14 21:35:00 +01:00
  • caf557a2ba t0111: Add basic tests for Lua filters Lukas Fleischer 2014-01-14 22:25:45 +01:00
  • 8ae1d8b8fd email-gravatar: fix html syntax issues Christian Hesse 2014-01-15 13:39:54 +01:00
  • 5bda21faf4 email-gravatar: do not scale icons up Jason A. Donenfeld 2014-01-14 18:57:36 +01:00
  • 6ca734da8f filter: allow returning exit code from filter Jason A. Donenfeld 2014-01-14 18:07:23 +01:00
  • ce56d89a26 tests/: Add t0111-filter.sh Lukas Fleischer 2014-01-14 12:01:06 +01:00
  • 1167dbb95b email-gravatar: fix html syntax issues Christian Hesse 2014-01-14 12:01:58 +01:00
  • 46176eca7f email-gravatar.py: fix UTF-8 Christian Hesse 2014-01-14 11:11:23 +01:00
  • 50287e7912 email-gravatar.lua: fix for lua 5.2 Christian Hesse 2014-01-14 11:32:54 +01:00
  • a9a7f68244 makefile: only display lua message once Jason A. Donenfeld 2014-01-14 13:47:28 +01:00
  • 77ac382607 tests/: Add t0111-filter.sh lf/filter Lukas Fleischer 2014-01-14 11:13:08 +01:00
  • 027e88a1a1 README: document lua makefile flags Jason A. Donenfeld 2014-01-14 03:48:23 +01:00
  • 70546a3458 cgitrc.5.txt: Fix documentation of the snapshot mask Lukas Fleischer 2014-01-14 00:49:48 +01:00
  • 32dbeaee7f Boast about lua Jason A. Donenfeld 2014-01-14 02:11:23 +01:00
  • 80f87c1003 filter: refactor cgit_new_filter() Lukas Fleischer 2014-01-14 00:29:07 +01:00
  • 3488d12405 makefile: auto-detect presence of various Lua, bsd Jason A. Donenfeld 2014-01-14 01:50:31 +01:00
  • d3c0370a3f filter: style tweaks Jason A. Donenfeld 2014-01-13 23:54:28 +01:00
  • 786609bd36 filter: add page source to email filter Jason A. Donenfeld 2014-01-13 16:24:40 +01:00
  • e942a1622b filter: add gravatar scripts Jason A. Donenfeld 2014-01-10 06:17:09 +01:00
  • a5e1553726 filter: add support for email filter Jason A. Donenfeld 2014-01-13 04:04:52 +01:00
  • 800380dde7 filter: return on null filter from open and close Jason A. Donenfeld 2014-01-13 03:56:50 +01:00
  • f43b228d0b filter: add lua support Jason A. Donenfeld 2014-01-13 14:18:51 +01:00
  • e83b51b4f6 filter: basic write hooking infrastructure Jason A. Donenfeld 2014-01-13 14:16:18 +01:00
  • d750c7a2c9 filter: allow for cleanup hook for filter types Jason A. Donenfeld 2014-01-12 20:58:21 +01:00
  • 4bb87cbf17 filter: introduce "filter type" prefix John Keeping 2014-01-12 17:13:53 +00:00
  • 7bd90b8048 filter: add interface layer John Keeping 2014-01-12 17:13:52 +00:00
  • 632efb25c0 filter: add fprintf_filter function John Keeping 2014-01-12 17:13:51 +00:00
  • ed3497b0de authors: specify maintainers Jason A. Donenfeld 2014-01-14 01:59:28 +01:00
  • ceffeb5d52 filters: Improved syntax-highlighting.py Stefan Tatschner 2014-01-13 22:10:45 +01:00
  • a52aaa90da tests: add CGIT_TEST_OPTS variable to Makefile John Keeping 2014-01-12 19:46:42 +00:00
  • 1de6591159 ui-repolist: HTML-escape cgit_rooturl() response John Keeping 2014-01-12 19:45:17 +00:00
  • a45030f8ee ui-shared: URL-escape script_name John Keeping 2014-01-12 19:45:16 +00:00
  • d1a6ece439 ui-refs: escape HTML chars in author and tagger names John Keeping 2014-01-12 19:45:15 +00:00
  • 3d8a6507ca filter: pass extra arguments via cgit_open_filter John Keeping 2014-01-12 17:13:50 +00:00
  • da218fcd9e ui-snapshot: set unused cgit_filter fields to zero John Keeping 2014-01-12 17:13:49 +00:00
  • fd31aa6930 html: remove redundant htmlfd variable John Keeping 2014-01-12 17:13:48 +00:00
  • 1b1974c45e tests: add Valgrind support John Keeping 2013-04-08 20:12:38 +01:00
  • 382ecf152e cache: don't leave cache_slot fields uninitialized John Keeping 2014-01-12 16:49:40 +00:00
  • 3eae406934 filter: split filter functions into their own file Jason A. Donenfeld 2014-01-10 05:19:05 +01:00
  • b67ea0c022 filter: make exit status local Jason A. Donenfeld 2014-01-10 03:51:02 +01:00
  • d01a6eec43 parsing: fix header typo Jason A. Donenfeld 2014-01-10 04:59:34 +01:00
  • c96becc1e5 cgit.c: Fix comment on bit mask hack Lukas Fleischer 2014-01-10 14:55:31 +01:00
  • 441e748564 cgit.c: Use "else" for mutually exclusive branches Lukas Fleischer 2014-01-10 14:55:30 +01:00
  • e711679618 ui-snapshot.c: Do not reinvent suffixcmp() Lukas Fleischer 2014-01-10 12:44:38 +01:00
  • f04b8d5c99 Refactor cgit_parse_snapshots_mask() Lukas Fleischer 2014-01-10 12:44:37 +01:00
  • 2abce4300b Disallow use of undocumented snapshot delimiters Lukas Fleischer 2014-01-10 12:44:36 +01:00
  • 36bdb2171f Replace most uses of strncmp() with prefixcmp() Lukas Fleischer 2014-01-10 12:44:35 +01:00
  • d523dacc3b README: Fix dependencies Lukas Fleischer 2014-01-09 19:44:27 +01:00
  • b097e16084 Fix Arch link yet again. Jason A. Donenfeld 2014-01-08 22:23:37 +01:00
  • e2416259ef README: Spelling and formatting fixes Lukas Fleischer 2014-01-08 19:45:29 +01:00
  • 9ce2e2acb6 Fix errors. Jason A. Donenfeld 2014-01-08 18:45:11 +01:00
  • f9e27e2545 Various improvements Lukas Fleischer 2014-01-08 18:34:29 +01:00
  • ceba0a29e8 Fixed Arch Linux package link. Stefan Tatschner 2014-01-08 17:41:43 +01:00
  • b6da53dd75 Fix UTF-8 with syntax-highlighting.py Přemysl Janouch 2013-09-11 20:10:12 +02:00
  • 4f6fb32f58 Add a suggestion to the manpage Přemysl Janouch 2013-09-11 20:10:14 +02:00
  • 17e6a2af9d Fix the example configuration Přemysl Janouch 2013-09-11 20:10:13 +02:00