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