about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2018-09-11ui-ssdiff: ban strncpy()Christian Hesse-2/+1
2018-09-11ui-shared: ban strcat()Christian Hesse-4/+8
2018-09-11ui-patch: ban sprintf()Christian Hesse-2/+5
2018-09-11ui-log: ban strncpy()Christian Hesse-1/+1
2018-09-11ui-log: ban strcpy()Christian Hesse-1/+1
2018-09-11parsing: ban sprintf()Christian Hesse-1/+1
2018-09-11parsing: ban strncpy()Christian Hesse-2/+1
2018-08-28filters: generate anchor links from markdownChristian Hesse-2/+15
2018-08-03Bump version.Jason A. Donenfeld-1/+1
2018-08-03clone: fix directory traversalJason A. Donenfeld-4/+19
2018-08-03config: record repo.snapshot-prefix in the per-repo configKonstantin Ryabitsev-0/+2
2018-08-03auth-filters: add simple file-based authentication schemeJason A. Donenfeld-0/+352
2018-07-15auth-filters: use crypt() in simple-authenticationJason A. Donenfeld-13/+6
2018-07-15auth-filters: generate secret securelyJason A. Donenfeld-18/+85
2018-07-14auth-filters: do not crash on nil usernameJason A. Donenfeld-1/+1
2018-07-14auth-filter: do not write more than we've readJason A. Donenfeld-2/+2
2018-07-14auth-filters: do not use HMAC-SHA1Jason A. Donenfeld-4/+4
2018-07-13Bump version.Jason A. Donenfeld-1/+1
2018-07-10Update COPYINGTodd Zullinger-20/+19
2018-07-08css: use correct size in annotated decorationJason A. Donenfeld-0/+1
2018-07-05cgitrc.5: add local tar signature exampleJason A. Donenfeld-4/+15
2018-07-04Fix gcc 8.1.1 compiler warningsJason A. Donenfeld-15/+23
2018-07-03cgitrc.5: document new signature notesJason A. Donenfeld-1/+17
2018-07-03snapshot: support tar signature for compressed tarChristian Hesse-2/+10
2018-07-03extra-head-content: introduce another option for meta tagsJason A. Donenfeld-0/+12
2018-06-27Use string list strdup_strings for mimetypesJohn Keeping-2/+2
2018-06-27manpage: fix sorting orderAndy Green-88/+88
2018-06-27cache: close race window when unlocking slotsJohn Keeping-23/+14
2018-06-27git: update to v2.18.0Christian Hesse-70/+71
2018-06-27global: remove functionality we deprecated for cgit v1.0Christian Hesse-43/+3
2018-06-27snapshot: strip bit from struct cgit_snapshot_formatChristian Hesse-10/+17
2018-06-27snapshot: support special value 'all' to enable all formatsChristian Hesse-0/+4
2018-06-27snapshot: support archive signaturesJohn Keeping-1/+84
2018-06-27ui-refs: use shared function to print tag downloadsJohn Keeping-26/+1
2018-06-27ui-shared: pass separator in to cgit_print_snapshot_links()John Keeping-5/+6
2018-06-27ui-shared: use the same snapshot logic as ui-refsJohn Keeping-1/+7
2018-06-27ui-shared: rename parameter to cgit_print_snapshot_links()John Keeping-3/+3
2018-06-27ui-shared: remove unused parameterJohn Keeping-5/+4
2018-06-27ui-refs: remove unnecessary sanity checkJohn Keeping-3/+0
2018-06-27ui-snapshot: filter permitted snapshot requestsJohn Keeping-1/+1
2018-06-27Add "snapshot-prefix" repo configurationJohn Keeping-4/+23
2018-06-27ui-snapshot: pass repo into get_ref_from_filename()John Keeping-3/+4
2018-06-27ui-shared: pass repo object to print_snapshot_links()John Keeping-10/+8
2018-06-27ui-log: highlight annotated tags in different colorChristian Hesse-1/+13
2018-06-27print git version string in footerChristian Hesse-2/+3
2018-06-27git: update to v2.17.1Christian Hesse-2/+2
2018-06-19ui-blame: free read_sha1_file() buffer after useAndy Green-1/+4
2018-06-16ui-tag: Fix inconsistent capitalizationJon DeVree-1/+1
2018-06-16ui-tree: free read_sha1_file() buffer after useAndy Green-0/+2
2018-06-16Makefile: drive asciidoc directly for HTML outputJohn Keeping-4/+8