about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* loader: fix potential nil derefbptato2024-10-121-1/+1
* Update monouchabptato2024-10-122-8/+8
* Add `nc' tool & adjust finger/spartan to use itbptato2024-10-128-86/+114
* dirlist: separate out into dirlist2htmlbptato2024-10-128-279/+232
* dom: prevent leaking window size through media queriesbptato2024-10-121-3/+4
* gmifetch: rewrite in Nimbptato2024-10-1214-730/+548
* dom: html -> documentElementbptato2024-10-103-9/+6
* env: fix getComputedStyle arg2bptato2024-10-101-1/+1
* promise: remove newPromisebptato2024-10-103-17/+6
* layout, pager: preserve tabs on display, selection & outputbptato2024-10-107-31/+126
* Fix compilation on Nim 2.2.0bptato2024-10-103-13/+18
* Update docsbptato2024-10-1013-67/+106