| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Switch to exclusively using global ctx | Lukas Fleischer | 2014-01-17 | 19 | -442/+437 |
* | auth: have cgit calculate login address | Jason A. Donenfeld | 2014-01-16 | 6 | -10/+16 |
* | auth: lua string comparisons are time invariant | Jason A. Donenfeld | 2014-01-16 | 1 | -2/+2 |
* | authentication: use hidden form instead of referer | Jason A. Donenfeld | 2014-01-16 | 3 | -94/+131 |
* | auth: add basic authentication filter framework | Jason A. Donenfeld | 2014-01-16 | 6 | -16/+387 |
* | t0111: Additions and fixes | Lukas Fleischer | 2014-01-16 | 4 | -10/+10 |
* | parsing.c: Remove leading space from committer | Lukas Fleischer | 2014-01-16 | 1 | -1/+1 |
* | Add .mailmap | Lukas Fleischer | 2014-01-15 | 1 | -0/+10 |
* | t0111: Add basic tests for Lua filters | Lukas Fleischer | 2014-01-15 | 5 | -36/+63 |
* | email-gravatar: fix html syntax issues | Christian Hesse | 2014-01-15 | 2 | -2/+2 |
* | email-gravatar: do not scale icons up | Jason A. Donenfeld | 2014-01-14 | 2 | -2/+2 |
* | filter: allow returning exit code from filter | Jason A. Donenfeld | 2014-01-14 | 3 | -6/+12 |
* | tests/: Add t0111-filter.sh | Lukas Fleischer | 2014-01-14 | 4 | -0/+57 |
* | email-gravatar: fix html syntax issues | Christian Hesse | 2014-01-14 | 2 | -2/+2 |
* | email-gravatar.py: fix UTF-8 | Christian Hesse | 2014-01-14 | 1 | -0/+4 |
* | email-gravatar.lua: fix for lua 5.2 | Christian Hesse | 2014-01-14 | 1 | -1/+1 |
* | makefile: only display lua message once | Jason A. Donenfeld | 2014-01-14 | 1 | -8/+7 |
* | README: document lua makefile flags | Jason A. Donenfeld | 2014-01-14 | 1 | -0/+16 |
* | cgitrc.5.txt: Fix documentation of the snapshot mask | Lukas Fleischer | 2014-01-14 | 1 | -6/+7 |
* | makefile: auto-detect presence of various Lua, bsd | Jason A. Donenfeld | 2014-01-14 | 1 | -10/+37 |
* | filter: style tweaks | Jason A. Donenfeld | 2014-01-14 | 1 | -11/+11 |
* | filter: add page source to email filter | Jason A. Donenfeld | 2014-01-14 | 8 | -15/+21 |
* | filter: add gravatar scripts | Jason A. Donenfeld | 2014-01-14 | 2 | -0/+58 |
* | filter: add support for email filter | Jason A. Donenfeld | 2014-01-14 | 9 | -2/+47 |
* | filter: return on null filter from open and close | Jason A. Donenfeld | 2014-01-14 | 4 | -22/+14 |
* | filter: add lua support | Jason A. Donenfeld | 2014-01-14 | 4 | -3/+235 |
* | filter: basic write hooking infrastructure | Jason A. Donenfeld | 2014-01-14 | 4 | -23/+67 |
* | filter: allow for cleanup hook for filter types | Jason A. Donenfeld | 2014-01-14 | 3 | -27/+66 |
* | filter: introduce "filter type" prefix | John Keeping | 2014-01-14 | 2 | -2/+40 |
* | filter: add interface layer | John Keeping | 2014-01-14 | 3 | -22/+63 |
* | filter: add fprintf_filter function | John Keeping | 2014-01-14 | 3 | -3/+9 |
* | authors: specify maintainers | Jason A. Donenfeld | 2014-01-14 | 1 | -6/+13 |
* | filters: Improved syntax-highlighting.py | Stefan Tatschner | 2014-01-13 | 1 | -19/+33 |
* | tests: add CGIT_TEST_OPTS variable to Makefile | John Keeping | 2014-01-12 | 1 | -1/+1 |
* | ui-repolist: HTML-escape cgit_rooturl() response | John Keeping | 2014-01-12 | 1 | -1/+3 |
* | ui-shared: URL-escape script_name | John Keeping | 2014-01-12 | 1 | -2/+2 |
* | ui-refs: escape HTML chars in author and tagger names | John Keeping | 2014-01-12 | 1 | -2/+2 |
* | filter: pass extra arguments via cgit_open_filter | John Keeping | 2014-01-12 | 5 | -30/+38 |
* | ui-snapshot: set unused cgit_filter fields to zero | John Keeping | 2014-01-12 | 1 | -4/+4 |
* | html: remove redundant htmlfd variable | John Keeping | 2014-01-12 | 1 | -3/+1 |
* | tests: add Valgrind support | John Keeping | 2014-01-12 | 2 | -1/+48 |
* | cache: don't leave cache_slot fields uninitialized | John Keeping | 2014-01-12 | 1 | -1/+1 |
* | filter: split filter functions into their own file | Jason A. Donenfeld | 2014-01-10 | 5 | -71/+90 |
* | filter: make exit status local | Jason A. Donenfeld | 2014-01-10 | 2 | -4/+4 |
* | parsing: fix header typo | Jason A. Donenfeld | 2014-01-10 | 1 | -1/+1 |
* | cgit.c: Fix comment on bit mask hack | Lukas Fleischer | 2014-01-10 | 1 | -8/+10 |
* | cgit.c: Use "else" for mutually exclusive branches | Lukas Fleischer | 2014-01-10 | 1 | -19/+10 |
* | ui-snapshot.c: Do not reinvent suffixcmp() | Lukas Fleischer | 2014-01-10 | 1 | -6/+1 |
* | Refactor cgit_parse_snapshots_mask() | Lukas Fleischer | 2014-01-10 | 1 | -11/+12 |
* | Disallow use of undocumented snapshot delimiters | Lukas Fleischer | 2014-01-10 | 1 | -1/+1 |