about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* protocol: sandbox more network processes + fix some gemini bugsbptato2024-11-028-15/+19
* container: fix nil deref on cancelbptato2024-11-021-3/+4
* layout: fix yet another inline float bugbptato2024-11-013-1/+12
* dom: fix <select> default state with size=1bptato2024-11-011-20/+14
* urlenc: strip a trailing newline from input, etcbptato2024-11-013-40/+40
* Makefile: check for cd return statusbptato2024-11-011-7/+7
* layout: simplify a bit, fix some inline float bugsbptato2024-11-016-113/+103
* chaseccomp: revert parts of d9ca197ebptato2024-10-313-5/+6
* config: fix relative includes with -Cbptato2024-10-311-2/+3
* dom: add HTMLSelectElementbptato2024-10-311-8/+76
* layout: refactor flow and fix some bugs in the processbptato2024-10-3121-351/+347
* headers: fix formattingbptato2024-10-311-1/+1
* pager: fix borked error checkbptato2024-10-311-1/+1
* 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