summaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeLines
* Support Git over HTTP by proxying git-http-backend(1)git-http-backendWolfgang Müller2021-05-28-0/+71
* cache: Disable caching for clonesWolfgang Müller2021-05-28-0/+11
* Bump versionJason A. Donenfeld2020-03-13-1/+1
* global: use proper accessors for maybe_treeJason A. Donenfeld2020-03-13-19/+29
* ui-snapshot: add support for zstd compressionChristian Hesse2020-03-12-4/+56
* tests: add tests for xz compressed snapshotsChristian Hesse2020-03-12-1/+43
* ui-snapshot: add support for lzip compressionHanspeter Portner2020-02-26-3/+52
* git: update to v2.25.1Christian Hesse2020-02-17-1/+1
* tests: allow to skip git version testsChristian Hesse2020-01-13-0/+4
* Bump versionJason A. Donenfeld2020-01-13-1/+1
* git: update to v2.25.0Christian Hesse2020-01-13-2/+2
* tests: skip tests if strace is not functionalChristian Hesse2019-12-11-0/+6
* git: update to v2.24.1Christian Hesse2019-12-10-1/+1
* ui-repolist: do not return unsigned (negative) valueChristian Hesse2019-11-22-1/+1
* git: update to v2.24.0Christian Hesse2019-11-08-2/+2
* git: update to v2.23.0Christian Hesse2019-10-25-1/+1
* git: update to v2.22.0Christian Hesse2019-10-25-7/+12
* ui-tree: allow per repository override for enable-blameChristian Hesse2019-06-25-3/+13
* tests: successfully validate rc versionsChristian Hesse2019-06-05-1/+1
* git: update to v2.21.0Christian Hesse2019-06-05-15/+21
* ui-ssdiff: ban strncat()Christian Hesse2019-06-05-3/+5
* global: make 'char *path' const where possibleChristian Hesse2019-06-05-10/+10
* ui-shared: restrict to 15 levelsJason A. Donenfeld2019-05-20-1/+3
* ui-diff,ui-tag: don't use htmlf with non-formatted stringsChris Mayo2019-02-23-3/+3
* ui-ssdiff: resolve HTML5 validation errorsChris Mayo2019-02-23-4/+6
* filters: migrate from luacrypto to luaosslJason A. Donenfeld2019-01-03-44/+83
* ui-shared: fix broken sizeof in title setting and rewriteJason A. Donenfeld2019-01-02-26/+8
* git: update to v2.20.0Christian Hesse2018-12-09-2/+3
* ui-blame: set repo for sbJason A. Donenfeld2018-11-25-0/+1
* auth-filter: pass url with query string attachedJason A. Donenfeld2018-11-25-3/+37
* git: use xz compressed archive for downloadChristian Hesse2018-11-21-2/+2
* git: update to v2.19.1Christian Hesse2018-10-12-22/+23
* ui-ssdiff: ban strcat()Christian Hesse2018-09-11-2/+4
* ui-ssdiff: ban strncpy()Christian Hesse2018-09-11-2/+1
* ui-shared: ban strcat()Christian Hesse2018-09-11-4/+8
* ui-patch: ban sprintf()Christian Hesse2018-09-11-2/+5
* ui-log: ban strncpy()Christian Hesse2018-09-11-1/+1
* ui-log: ban strcpy()Christian Hesse2018-09-11-1/+1
* parsing: ban sprintf()Christian Hesse2018-09-11-1/+1
* parsing: ban strncpy()Christian Hesse2018-09-11-2/+1
* filters: generate anchor links from markdownChristian Hesse2018-08-28-2/+15
* Bump version.Jason A. Donenfeld2018-08-03-1/+1
* clone: fix directory traversalJason A. Donenfeld2018-08-03-4/+19
* config: record repo.snapshot-prefix in the per-repo configKonstantin Ryabitsev2018-08-03-0/+2
* auth-filters: add simple file-based authentication schemeJason A. Donenfeld2018-08-03-0/+352
* auth-filters: use crypt() in simple-authenticationJason A. Donenfeld2018-07-15-13/+6
* auth-filters: generate secret securelyJason A. Donenfeld2018-07-15-18/+85
* auth-filters: do not crash on nil usernameJason A. Donenfeld2018-07-14-1/+1
* auth-filter: do not write more than we've readJason A. Donenfeld2018-07-14-2/+2
* auth-filters: do not use HMAC-SHA1Jason A. Donenfeld2018-07-14-4/+4