| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Replace most uses of strncmp() with prefixcmp() | Lukas Fleischer | 2014-01-10 | 6 | -20/+20 |
* | README: Fix dependencies | Lukas Fleischer | 2014-01-09 | 1 | -4/+3 |
* | README: Spelling and formatting fixes | Lukas Fleischer | 2014-01-08 | 1 | -41/+41 |
* | Fix UTF-8 with syntax-highlighting.py | Přemysl Janouch | 2014-01-08 | 1 | -0/+1 |
* | Add a suggestion to the manpage | Přemysl Janouch | 2014-01-08 | 1 | -2/+3 |
* | Fix the example configuration | Přemysl Janouch | 2014-01-08 | 1 | -1/+1 |
* | Fix about-formatting.sh | Přemysl Janouch | 2014-01-08 | 1 | -1/+1 |
* | Fix some spelling errors | Přemysl Janouch | 2014-01-08 | 1 | -5/+5 |
* | filters: highlight.sh: add css comments for highlight 2.6 and 3.8 | Ferry Huberts | 2014-01-08 | 1 | -1/+63 |
* | Add AUTHORS file | Lukas Fleischer | 2014-01-08 | 1 | -0/+6 |
* | Update copyright information | Lukas Fleischer | 2014-01-08 | 23 | -31/+24 |
* | git: update to 1.8.5 | Christian Hesse | 2014-01-08 | 2 | -1/+1 |
* | Reduce line number bloat, fix hover effect | Peter Wu | 2014-01-08 | 4 | -10/+11 |
* | plain: don't append charset for binary MIME types | John Keeping | 2014-01-08 | 1 | -3/+8 |
* | ui-log.c: Several simplifications | Lukas Fleischer | 2014-01-08 | 1 | -19/+9 |
* | Use argv_array in place of vector | Lukas Fleischer | 2014-01-08 | 4 | -75/+15 |
* | ui-stats.c: Remove unused macro | Lukas Fleischer | 2014-01-08 | 1 | -2/+0 |
* | scan-tree.c: Remove unused macro | Lukas Fleischer | 2014-01-08 | 1 | -2/+0 |
* | ui-shared: Drop filepair_cb_raw() and helper | Lukas Fleischer | 2013-09-14 | 2 | -73/+0 |
* | ui-diff: Use diff_tree_sha1() for raw diff formatting | Lukas Fleischer | 2013-09-14 | 1 | -2/+21 |