Age | Commit message (Expand) | Author |
2014-02-21 | git: Update to 1.9.0 | Lukas Fleischer |
2014-02-20 | Makefile: suppress pkg-config error | Jason A. Donenfeld |
2014-02-20 | Add a cache-snapshot-ttl configuration variable | Lukas Fleischer |
2014-02-20 | diffstat: do not rely on uninitialized data | Jason A. Donenfeld |
2014-02-05 | gen-version.sh: check if git is available before trying to call it | Fabien C |
2014-01-23 | simple-authentication: style | Jason A. Donenfeld |
2014-01-22 | makefile: use LUA_PKGCONFIG to set Lua implementation | Natanael Copa |
2014-01-20 | tests: only do lua tests if lua is compiled-in | Jason A. Donenfeld |
2014-01-20 | cgit: add --version argument for printing info | Jason A. Donenfeld |
2014-01-19 | cache: use sendfile() instead of a pair of read() + write() | Sebastian Andrzej Siewior |
2014-01-19 | README: document pkg-config for luajit | Jason A. Donenfeld |
2014-01-17 | makefile: bump versionv0.10 | Jason A. Donenfeld |
2014-01-17 | mailmap: source before lighttpd | Jason A. Donenfeld |
2014-01-17 | ui-shared: do not allow negative minutes | Jason A. Donenfeld |
2014-01-17 | auth: document tweakables in lua script | Jason A. Donenfeld |
2014-01-17 | repolist: make owner clickable to search | Jason A. Donenfeld |
2014-01-17 | ui-shared: move about tab all the way to the left | Jason A. Donenfeld |
2014-01-17 | filter: don't forget to reap the auth filter | Jason A. Donenfeld |
2014-01-17 | cgit.c: free tmp variable | Jason A. Donenfeld |
2014-01-17 | Switch to exclusively using global ctx | Lukas Fleischer |
2014-01-16 | auth: have cgit calculate login address | Jason A. Donenfeld |
2014-01-16 | auth: lua string comparisons are time invariant | Jason A. Donenfeld |
2014-01-16 | authentication: use hidden form instead of referer | Jason A. Donenfeld |
2014-01-16 | auth: add basic authentication filter framework | Jason A. Donenfeld |
2014-01-16 | t0111: Additions and fixes | Lukas Fleischer |
2014-01-16 | parsing.c: Remove leading space from committer | Lukas Fleischer |
2014-01-15 | Add .mailmap | Lukas Fleischer |
2014-01-15 | t0111: Add basic tests for Lua filters | Lukas Fleischer |
2014-01-15 | email-gravatar: fix html syntax issues | Christian Hesse |
2014-01-14 | email-gravatar: do not scale icons up | Jason A. Donenfeld |
2014-01-14 | filter: allow returning exit code from filter | Jason A. Donenfeld |
2014-01-14 | tests/: Add t0111-filter.sh | Lukas Fleischer |
2014-01-14 | email-gravatar: fix html syntax issues | Christian Hesse |
2014-01-14 | email-gravatar.py: fix UTF-8 | Christian Hesse |
2014-01-14 | email-gravatar.lua: fix for lua 5.2 | Christian Hesse |
2014-01-14 | makefile: only display lua message once | Jason A. Donenfeld |
2014-01-14 | README: document lua makefile flags | Jason A. Donenfeld |
2014-01-14 | cgitrc.5.txt: Fix documentation of the snapshot mask | Lukas Fleischer |
2014-01-14 | makefile: auto-detect presence of various Lua, bsd | Jason A. Donenfeld |
2014-01-14 | filter: style tweaks | Jason A. Donenfeld |
2014-01-14 | filter: add page source to email filter | Jason A. Donenfeld |
2014-01-14 | filter: add gravatar scripts | Jason A. Donenfeld |
2014-01-14 | filter: add support for email filter | Jason A. Donenfeld |
2014-01-14 | filter: return on null filter from open and close | Jason A. Donenfeld |
2014-01-14 | filter: add lua support | Jason A. Donenfeld |
2014-01-14 | filter: basic write hooking infrastructure | Jason A. Donenfeld |
2014-01-14 | filter: allow for cleanup hook for filter types | Jason A. Donenfeld |
2014-01-14 | filter: introduce "filter type" prefix | John Keeping |
2014-01-14 | filter: add interface layer | John Keeping |
2014-01-14 | filter: add fprintf_filter function | John Keeping |