about summary refs log tree commit diff
path: root/log.c (follow)
Commit message (Expand)AuthorAge
* Check fprintf return values rather than ferrorJune McEnroe2021-01-10
* Say "OpenSSL" in additional permission noticesJune McEnroe2020-08-04
* Add additional permission for linking with LibreSSLJune McEnroe2020-06-08
* Add logging functionsJune McEnroe2020-03-25
* Remove legacy codeJune McEnroe2020-02-11
* Make copyright headers consistentJune McEnroe2019-07-27
* Add M-l to list the logJune McEnroe2019-02-25
* Use getline in place of fgetlnJune McEnroe2019-01-25
* Measure length of log timestamp more consistentlyJune McEnroe2018-11-30
* Strip timestamps from log replayJune McEnroe2018-11-29
* Add basic log replayJune McEnroe2018-11-29
* Use PascalCase for constantsJune McEnroe2018-09-02
* Do not set log files executableJune McEnroe2018-08-18
* Add loggingJune McEnroe2018-08-17
shared.c?id=54c407a74a35d4ee9ffae94cc5bc9096c9f7f54a&follow=1'>ui-shared: restrict to 15 levelsJason A. Donenfeld 2019-02-23ui-diff,ui-tag: don't use htmlf with non-formatted stringsChris Mayo 2019-02-23ui-ssdiff: resolve HTML5 validation errorsChris Mayo 2019-01-03filters: migrate from luacrypto to luaosslJason A. Donenfeld 2019-01-02ui-shared: fix broken sizeof in title setting and rewriteJason A. Donenfeld 2018-12-09git: update to v2.20.0Christian Hesse 2018-11-25ui-blame: set repo for sbJason A. Donenfeld 2018-11-25auth-filter: pass url with query string attachedJason A. Donenfeld 2018-11-21git: use xz compressed archive for downloadChristian Hesse 2018-10-12git: update to v2.19.1Christian Hesse 2018-09-11ui-ssdiff: ban strcat()Christian Hesse 2018-09-11ui-ssdiff: ban strncpy()Christian Hesse 2018-09-11ui-shared: ban strcat()Christian Hesse 2018-09-11ui-patch: ban sprintf()Christian Hesse 2018-09-11ui-log: ban strncpy()Christian Hesse 2018-09-11ui-log: ban strcpy()Christian Hesse 2018-09-11parsing: ban sprintf()Christian Hesse 2018-09-11parsing: ban strncpy()Christian Hesse 2018-08-28filters: generate anchor links from markdownChristian Hesse 2018-08-03Bump version.Jason A. Donenfeld 2018-08-03clone: fix directory traversalJason A. Donenfeld 2018-08-03config: record repo.snapshot-prefix in the per-repo configKonstantin Ryabitsev