aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-06-05global: make 'char *path' const where possibleChristian Hesse9-10/+10
2019-05-20ui-shared: restrict to 15 levelsJason A. Donenfeld1-1/+3
2019-02-23ui-diff,ui-tag: don't use htmlf with non-formatted stringsChris Mayo2-3/+3
2019-02-23ui-ssdiff: resolve HTML5 validation errorsChris Mayo1-4/+6
2019-01-03filters: migrate from luacrypto to luaosslJason A. Donenfeld5-44/+83
2019-01-02ui-shared: fix broken sizeof in title setting and rewriteJason A. Donenfeld1-26/+8
2018-12-09git: update to v2.20.0Christian Hesse4-2/+3
2018-11-25ui-blame: set repo for sbJason A. Donenfeld1-0/+1
2018-11-25auth-filter: pass url with query string attachedJason A. Donenfeld3-3/+37
2018-11-21git: use xz compressed archive for downloadChristian Hesse1-2/+2
2018-10-12git: update to v2.19.1Christian Hesse15-22/+23
2018-09-11ui-ssdiff: ban strcat()Christian Hesse1-2/+4
2018-09-11ui-ssdiff: ban strncpy()Christian Hesse1-2/+1
2018-09-11ui-shared: ban strcat()Christian Hesse1-4/+8
2018-09-11ui-patch: ban sprintf()Christian Hesse1-2/+5
2018-09-11ui-log: ban strncpy()Christian Hesse1-1/+1
2018-09-11ui-log: ban strcpy()Christian Hesse1-1/+1
2018-09-11parsing: ban sprintf()Christian Hesse1-1/+1
2018-09-11parsing: ban strncpy()Christian Hesse1-2/+1
2018-08-28filters: generate anchor links from markdownChristian Hesse1-2/+15
2018-08-03Bump version.v1.2.1Jason A. Donenfeld1-1/+1
2018-08-03clone: fix directory traversalJason A. Donenfeld1-4/+19
2018-08-03config: record repo.snapshot-prefix in the per-repo configKonstantin Ryabitsev1-0/+2
2018-08-03auth-filters: add simple file-based authentication schemeJason A. Donenfeld1-0/+352
2018-07-15auth-filters: use crypt() in simple-authenticationJason A. Donenfeld1-13/+6
2018-07-15auth-filters: generate secret securelyJason A. Donenfeld2-18/+85
2018-07-14auth-filters: do not crash on nil usernameJason A. Donenfeld1-1/+1
2018-07-14auth-filter: do not write more than we've readJason A. Donenfeld1-2/+2
2018-07-14auth-filters: do not use HMAC-SHA1Jason A. Donenfeld2-4/+4
2018-07-13Bump version.v1.2Jason A. Donenfeld1-1/+1
2018-07-10Update COPYINGTodd Zullinger1-20/+19
2018-07-08css: use correct size in annotated decorationJason A. Donenfeld1-0/+1
2018-07-05cgitrc.5: add local tar signature exampleJason A. Donenfeld1-4/+15
2018-07-04Fix gcc 8.1.1 compiler warningsJason A. Donenfeld3-15/+23
2018-07-03cgitrc.5: document new signature notesJason A. Donenfeld1-1/+17
2018-07-03snapshot: support tar signature for compressed tarChristian Hesse2-2/+10
2018-07-03extra-head-content: introduce another option for meta tagsJason A. Donenfeld5-0/+12
2018-06-27Use string list strdup_strings for mimetypesJohn Keeping1-2/+2
2018-06-27manpage: fix sorting orderAndy Green1-88/+88
2018-06-27cache: close race window when unlocking slotsJohn Keeping1-23/+14
2018-06-27git: update to v2.18.0Christian Hesse13-70/+71
2018-06-27global: remove functionality we deprecated for cgit v1.0Christian Hesse5-43/+3
2018-06-27snapshot: strip bit from struct cgit_snapshot_formatChristian Hesse5-10/+17
2018-06-27snapshot: support special value 'all' to enable all formatsChristian Hesse2-0/+4
2018-06-27snapshot: support archive signaturesJohn Keeping3-1/+84
2018-06-27ui-refs: use shared function to print tag downloadsJohn Keeping1-26/+1
2018-06-27ui-shared: pass separator in to cgit_print_snapshot_links()John Keeping4-5/+6
2018-06-27ui-shared: use the same snapshot logic as ui-refsJohn Keeping1-1/+7
2018-06-27ui-shared: rename parameter to cgit_print_snapshot_links()John Keeping2-3/+3
2018-06-27ui-shared: remove unused parameterJohn Keeping4-5/+4