aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* md2html: use sane_lists extensionJason A. Donenfeld2020-12-291-0/+1
* Bump versionv1.2.3Jason A. Donenfeld2020-03-131-1/+1
* global: use proper accessors for maybe_treeJason A. Donenfeld2020-03-137-19/+29
* Bump versionv1.2.2Jason A. Donenfeld2020-01-131-1/+1
* ui-shared: restrict to 15 levelsJason A. Donenfeld2019-05-201-1/+3
* filters: migrate from luacrypto to luaosslJason A. Donenfeld2019-01-035-44/+83
* ui-shared: fix broken sizeof in title setting and rewriteJason A. Donenfeld2019-01-021-26/+8
* ui-blame: set repo for sbJason A. Donenfeld2018-11-251-0/+1
* auth-filter: pass url with query string attachedJason A. Donenfeld2018-11-253-3/+37
* Bump version.v1.2.1Jason A. Donenfeld2018-08-031-1/+1
* clone: fix directory traversalJason A. Donenfeld2018-08-031-4/+19
* auth-filters: add simple file-based authentication schemeJason A. Donenfeld2018-08-031-0/+352
* auth-filters: use crypt() in simple-authenticationJason A. Donenfeld2018-07-151-13/+6
* auth-filters: generate secret securelyJason A. Donenfeld2018-07-152-18/+85
* auth-filters: do not crash on nil usernameJason A. Donenfeld2018-07-141-1/+1
* auth-filter: do not write more than we've readJason A. Donenfeld2018-07-141-2/+2
* auth-filters: do not use HMAC-SHA1Jason A. Donenfeld2018-07-142-4/+4
* Bump version.v1.2Jason A. Donenfeld2018-07-131-1/+1
* css: use correct size in annotated decorationJason A. Donenfeld2018-07-081-0/+1
* cgitrc.5: add local tar signature exampleJason A. Donenfeld2018-07-051-4/+15
* Fix gcc 8.1.1 compiler warningsJason A. Donenfeld2018-07-043-15/+23
* cgitrc.5: document new signature notesJason A. Donenfeld2018-07-031-1/+17
* extra-head-content: introduce another option for meta tagsJason A. Donenfeld2018-07-035-0/+12
* cgit: prepare repo before error pagesJason A. Donenfeld2018-02-121-7/+12
* filter: pipe_fh should be localJason A. Donenfeld2017-10-142-7/+7
* ui-repolist: properly sort by ageJason A. Donenfeld2017-03-301-21/+17
* syntax-highlighting: replace invalid unicode with ?Jason A. Donenfeld2017-01-221-2/+2
* Bump version.v1.1Jason A. Donenfeld2016-11-232-1/+1
* Makefile: remove extra spaceJason A. Donenfeld2016-10-011-1/+1
* md2html: use utf-8 and flush output bufferJason A. Donenfeld2016-06-171-6/+11
* Hosted on HTTPS nowJason A. Donenfeld2016-06-074-5/+5
* Bump version.v1.0Jason A. Donenfeld2016-06-071-1/+1
* ui-diff: action='.' is not correctJason A. Donenfeld2016-05-121-1/+1
* forms: action should not be emptyJason A. Donenfeld2016-05-122-2/+2
* ui-shared: redirect should not exit early for cacheJason A. Donenfeld2016-02-261-1/+0
* about: path_info might not be validJason A. Donenfeld2016-02-261-1/+2
* tabs: do not use target=_blankJason A. Donenfeld2016-02-231-1/+1
* css: fix indentationJason A. Donenfeld2016-02-231-4/+4
* md2html: Do syntax highlighting tooJason A. Donenfeld2016-02-231-1/+5
* cmd: redirect empty about/ to homepage or summaryJason A. Donenfeld2016-02-221-1/+10
* ui-shared: add homepage to tabsJason A. Donenfeld2016-02-227-5/+26
* ui-stats: if we're going to abuse void*, do it safelyJason A. Donenfeld2016-02-081-10/+7
* ui-tree: put reverse path in titleJason A. Donenfeld2016-01-181-0/+34
* syntax-highlighting: always use utf-8 to avoid ascii codec issuesJason A. Donenfeld2016-01-181-0/+3
* Bump versionv0.12Jason A. Donenfeld2016-01-141-1/+1
* ui-plain: add enable-html-serving flagJason A. Donenfeld2016-01-145-0/+29
* ui-blob: set CSP just in caseJason A. Donenfeld2016-01-141-0/+3
* ui-blob: always use generic mimetypesJason A. Donenfeld2016-01-141-6/+4
* ui-blob: Do not accept mimetype from userJason A. Donenfeld2016-01-143-4/+0
* ui-shared: prevent malicious filename from injecting headersJason A. Donenfeld2016-01-143-3/+32