about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* jsregex: remove use of newSeqUninitializedbptato2025-04-301-5/+4
* myaddr: backport & switch to newSeqUninitbptato2025-04-309-19/+24
* config: misc optimizationbptato2025-04-291-4/+4
* config: fix arrays not being cleared on reassignmentbptato2025-04-291-0/+1
* Update docsbptato2025-04-281-2/+2
* term: support vt52bptato2025-04-281-6/+13
* term: reduce Termdesc sizebptato2025-04-271-43/+42
* Fix typobptato2025-04-251-2/+2
* Update docsbptato2025-04-253-2/+62
* term: misc fixes, support rxvtbptato2025-04-251-42/+49
* term: misc fixes, support adm3abptato2025-04-241-55/+93
* Makefile: remove redundant assignmentbptato2025-04-241-5/+0
* http: cast away GCC complaints properlybptato2025-04-241-4/+7
* http: re-add brotli supportbptato2025-04-236-8/+109
* makefile: fix nanosvg dependencybptato2025-04-231-1/+1
* Add static linking optionbptato2025-04-232-2/+42
* term: replace termcap with a built-in terminal databasebptato2025-04-236-194/+166
* layout: simplify resolveBoundsbptato2025-04-231-31/+19
* cssparser: optimize CSSToken sizebptato2025-04-181-2/+2
* selectorparser: check type flag of hash tokensbptato2025-04-184-10/+18
* toml: fix underscores in integer literalsbptato2025-04-171-9/+8
* config: remove bindPagerKey, bindLineKeybptato2025-04-171-6/+0
* loader: remove obsolete commentbptato2025-04-171-1/+0
* pager: remove obsolete acceptBuffersbptato2025-04-171-28/+14
* loader: use pipes in network streamsbptato2025-04-172-13/+11
* main: ensure that we own tmpdirbptato2025-04-171-9/+14
* pager: remove unused fieldbptato2025-04-171-7/+6
* libfetch-http: update commentbptato2025-04-171-4/+0
* loaderiface: return PosixStream for startRequestbptato2025-04-154-11/+10
* toml: remove broken special case, update docsbptato2025-04-155-37/+20
* pager: pin downloads panelbptato2025-04-152-2/+12
* loader: fix redirectToFile looping logicbptato2025-04-151-13/+14
* loader: remove target pid from addCacheFilebptato2025-04-154-19/+15
* Update Makefilebptato2025-04-151-1/+1
* Update readmebptato2025-04-141-1/+1
* term: set VMIN, VTIME for good measurebptato2025-04-141-0/+2
* lcgi_ssl, sftp: add cflags from pkg-configbptato2025-04-142-1/+5
* dom: add textarea value setter, defaultValuebptato2025-04-142-2/+26
* render: fix positioning of absolutes with negative z-indexbptato2025-04-143-2/+10
* http: replace with newhttpbptato2025-04-1410-1056/+1059
* http: merge in curl.nimbptato2025-04-143-457/+457
* pager, formdata: DynStream -> PosixStreambptato2025-04-142-3/+3
* nc: various fixesbptato2025-04-131-14/+9
* loader, pager: fix login with username onlybptato2025-04-132-3/+8
* loader: remove referrer field from Requestbptato2025-04-134-14/+23
* sftp: verify known_hostsbptato2025-04-131-4/+140
* pager: reduce passFd callsbptato2025-04-131-26/+24
* mailcap: interpret xhtml as htmlbptato2025-04-131-0/+1
* newhttp: drop unbrotlibptato2025-04-132-94/+1
* quickjs: remove pointless overloadbptato2025-04-111-4/+0