about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* dynstream: restrict permissions to userbptato2024-10-311-0/+1
* chaseccomp: fix compilation with newest dash, misc changesbptato2024-10-318-36/+80
* container: fix peekCursor showing hover texts in the wrong orderbptato2024-10-291-4/+5
* timeout: fix crash on clearTimeout inside setTimeoutbptato2024-10-281-9/+16
* Update monouchabptato2024-10-282-6/+6
* url: small cleanupbptato2024-10-281-11/+9
* config: refactor, accept more possible config dirsbptato2024-10-2825-234/+216
* md2html: fix index defect on EOFbptato2024-10-281-2/+6
* layout: fix margin resolution for absolutely positioned boxesbptato2024-10-283-6/+25
* layout: implement position: fixedbptato2024-10-282-16/+18
* url: add searchParams.hasbptato2024-10-282-0/+11
* xhr: fix onReadXHR EAGAIN handlingbptato2024-10-281-4/+4
* pager: misc extern fixesbptato2024-10-272-85/+116
* gemini: fix unnecessary NUL chars being sentbptato2024-10-271-1/+1
* Clean up forward declarations a bitbptato2024-10-279-68/+72
* container: fix crash on isearch between redirectsbptato2024-10-271-1/+1
* md2html: support setext headingsbptato2024-10-261-15/+37
* sftp: switch to libssh2bptato2024-10-2610-220/+246
* chaseccomp: update readmebptato2024-10-261-3/+3
* selectorparser: fix parsing of invalid pseudo elementsbptato2024-10-263-16/+56
* cssparser: do not accept invalid rulesbptato2024-10-253-2/+7
* layout: fix nested absolute positioning, refactor initial size resolutionbptato2024-10-254-109/+138
* md2html: close p on headingbptato2024-10-251-29/+15
* sixel: simplify a bitbptato2024-10-241-14/+11
* sandbox: use relative path to the object filebptato2024-10-231-1/+6
* Update docsbptato2024-10-232-6/+6
* termcap: merge into termbptato2024-10-233-35/+29
* sandbox: replace libseccomp with chaseccompbptato2024-10-2318-255/+537
* color: use 64-bit SWARbptato2024-10-222-36/+17
* ua.css: disable reverse video on <code> in <pre>bptato2024-10-211-0/+4
* layout: remove questionable use of newSeqUninitializedbptato2024-10-211-5/+2
* md2html: misc improvementsbptato2024-10-211-10/+7
* poll: nimifybptato2024-10-201-8/+22
* dynstream: refactorbptato2024-10-2019-256/+225
* dynstream, serversocket: use posix instead of nativesocketsbptato2024-10-2010-106/+56
* config.toml: add ?q=/path Google redirectbptato2024-10-181-2/+6
* sandbox: do not ask for signal permissionsbptato2024-10-174-3/+3
* layout: fix inline float + position: absolute bugbptato2024-10-163-5/+12
* Update docsbptato2024-10-153-22/+62
* css: add reverse video extensionbptato2024-10-153-0/+7
* layout: fix float positioning in inline contextsbptato2024-10-157-65/+138
* layout: correct `position: absolute' (FINALLY)bptato2024-10-1511-160/+335
* pager: refactor mailcap, console; misc fixesbptato2024-10-147-280/+262
* dirlist2html: remove redundant slashbptato2024-10-141-5/+2
* dirlist2html: fix heisenbug, refactorbptato2024-10-131-72/+74
* lcgi: support HTTP proxybptato2024-10-132-15/+53
* twtstr, toml: misc cleanupbptato2024-10-134-13/+9
* base64: merge into twtstr/envbptato2024-10-135-82/+67
* lcgi_ssl: fix libressl compatbptato2024-10-132-6/+8
* loader: improve CGI header parsingbptato2024-10-121-32/+39