| Commit message (Expand) | Author | Age | Files | Lines |
* | ui-shared: ban strcat() | Christian Hesse | 2018-09-11 | 1 | -4/+8 |
* | ui-patch: ban sprintf() | Christian Hesse | 2018-09-11 | 1 | -2/+5 |
* | ui-log: ban strncpy() | Christian Hesse | 2018-09-11 | 1 | -1/+1 |
* | ui-log: ban strcpy() | Christian Hesse | 2018-09-11 | 1 | -1/+1 |
* | parsing: ban sprintf() | Christian Hesse | 2018-09-11 | 1 | -1/+1 |
* | parsing: ban strncpy() | Christian Hesse | 2018-09-11 | 1 | -2/+1 |
* | filters: generate anchor links from markdown | Christian Hesse | 2018-08-28 | 1 | -2/+15 |
* | Bump version.v1.2.1 | Jason A. Donenfeld | 2018-08-03 | 1 | -1/+1 |
* | clone: fix directory traversal | Jason A. Donenfeld | 2018-08-03 | 1 | -4/+19 |
* | config: record repo.snapshot-prefix in the per-repo config | Konstantin Ryabitsev | 2018-08-03 | 1 | -0/+2 |
* | auth-filters: add simple file-based authentication scheme | Jason A. Donenfeld | 2018-08-03 | 1 | -0/+352 |
* | auth-filters: use crypt() in simple-authentication | Jason A. Donenfeld | 2018-07-15 | 1 | -13/+6 |
* | auth-filters: generate secret securely | Jason A. Donenfeld | 2018-07-15 | 2 | -18/+85 |
* | auth-filters: do not crash on nil username | Jason A. Donenfeld | 2018-07-14 | 1 | -1/+1 |
* | auth-filter: do not write more than we've read | Jason A. Donenfeld | 2018-07-14 | 1 | -2/+2 |
* | auth-filters: do not use HMAC-SHA1 | Jason A. Donenfeld | 2018-07-14 | 2 | -4/+4 |
* | Bump version.v1.2 | Jason A. Donenfeld | 2018-07-13 | 1 | -1/+1 |
* | Update COPYING | Todd Zullinger | 2018-07-10 | 1 | -20/+19 |
* | css: use correct size in annotated decoration | Jason A. Donenfeld | 2018-07-08 | 1 | -0/+1 |
* | cgitrc.5: add local tar signature example | Jason A. Donenfeld | 2018-07-05 | 1 | -4/+15 |
* | Fix gcc 8.1.1 compiler warnings | Jason A. Donenfeld | 2018-07-04 | 3 | -15/+23 |
* | cgitrc.5: document new signature notes | Jason A. Donenfeld | 2018-07-03 | 1 | -1/+17 |
* | snapshot: support tar signature for compressed tar | Christian Hesse | 2018-07-03 | 2 | -2/+10 |
* | extra-head-content: introduce another option for meta tags | Jason A. Donenfeld | 2018-07-03 | 5 | -0/+12 |
* | Use string list strdup_strings for mimetypes | John Keeping | 2018-06-27 | 1 | -2/+2 |
* | manpage: fix sorting order | Andy Green | 2018-06-27 | 1 | -88/+88 |
* | cache: close race window when unlocking slots | John Keeping | 2018-06-27 | 1 | -23/+14 |
* | git: update to v2.18.0 | Christian Hesse | 2018-06-27 | 13 | -70/+71 |
* | global: remove functionality we deprecated for cgit v1.0 | Christian Hesse | 2018-06-27 | 5 | -43/+3 |
* | snapshot: strip bit from struct cgit_snapshot_format | Christian Hesse | 2018-06-27 | 5 | -10/+17 |
* | snapshot: support special value 'all' to enable all formats | Christian Hesse | 2018-06-27 | 2 | -0/+4 |
* | snapshot: support archive signatures | John Keeping | 2018-06-27 | 3 | -1/+84 |
* | ui-refs: use shared function to print tag downloads | John Keeping | 2018-06-27 | 1 | -26/+1 |
* | ui-shared: pass separator in to cgit_print_snapshot_links() | John Keeping | 2018-06-27 | 4 | -5/+6 |
* | ui-shared: use the same snapshot logic as ui-refs | John Keeping | 2018-06-27 | 1 | -1/+7 |
* | ui-shared: rename parameter to cgit_print_snapshot_links() | John Keeping | 2018-06-27 | 2 | -3/+3 |
* | ui-shared: remove unused parameter | John Keeping | 2018-06-27 | 4 | -5/+4 |
* | ui-refs: remove unnecessary sanity check | John Keeping | 2018-06-27 | 1 | -3/+0 |
* | ui-snapshot: filter permitted snapshot requests | John Keeping | 2018-06-27 | 1 | -1/+1 |
* | Add "snapshot-prefix" repo configuration | John Keeping | 2018-06-27 | 7 | -4/+23 |
* | ui-snapshot: pass repo into get_ref_from_filename() | John Keeping | 2018-06-27 | 1 | -3/+4 |
* | ui-shared: pass repo object to print_snapshot_links() | John Keeping | 2018-06-27 | 4 | -10/+8 |
* | ui-log: highlight annotated tags in different color | Christian Hesse | 2018-06-27 | 2 | -1/+13 |
* | print git version string in footer | Christian Hesse | 2018-06-27 | 1 | -2/+3 |
* | git: update to v2.17.1 | Christian Hesse | 2018-06-27 | 3 | -2/+2 |
* | ui-blame: free read_sha1_file() buffer after use | Andy Green | 2018-06-19 | 1 | -1/+4 |
* | ui-tag: Fix inconsistent capitalization | Jon DeVree | 2018-06-16 | 1 | -1/+1 |
* | ui-tree: free read_sha1_file() buffer after use | Andy Green | 2018-06-16 | 1 | -0/+2 |
* | Makefile: drive asciidoc directly for HTML output | John Keeping | 2018-06-16 | 2 | -4/+8 |
* | doc: use consistent id's when generating html files | Todd Zullinger | 2018-02-21 | 1 | -1/+1 |