about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* config: add external.show-download-panelbptato2025-05-095-3/+25
* Update readmebptato2025-05-081-109/+50
* config: remove sockdirbptato2025-05-083-23/+0
* pager: remove pointless clampbptato2025-05-081-2/+1
* Fix typobptato2025-05-082-2/+2
* buffer: remove gpstream & SIGTERM handlerbptato2025-05-082-13/+1
* term: remove sixelMaxWidth, sixelMaxHeightbptato2025-05-072-50/+7
* javascript: clean up getMemoryUsagebptato2025-05-071-26/+29
* event: optimize dispatchbptato2025-05-072-48/+82
* event: fix another stopPropagation bugbptato2025-05-052-8/+10
* event: fix stopPropagation in capturing phasebptato2025-05-052-9/+36
* event: implement capturing phase, misc improvementsbptato2025-05-055-41/+90
* libregexp: fix lre_check_timeout return valuebptato2025-05-041-1/+1
* man, genidna: do not use std/unicodebptato2025-05-043-5/+5
* Update QuickJS-NG to 0.10.0bptato2025-05-0416-9800/+4245
* bonus: simplify and fix addurimethodhrdl2025-05-041-11/+15
* Fix typosbptato2025-05-043-3/+3
* Makefile: remove submodule target, update docsbptato2025-05-0411-25/+344
* layout, csstree: build stacking contexts together with treebptato2025-05-0310-70/+145
* dom, event: add UIEvent to createEvent, initUIEventbptato2025-05-033-7/+41
* term: do not accept BEL in query responsesbptato2025-05-031-5/+5
* url: add schemeType, fix port bug on protocol assignmentbptato2025-05-039-120/+157
* url: simplify tuple originbptato2025-05-031-33/+8
* pager: do not forget downloads buffer on replacebptato2025-05-021-0/+2
* cookie: do not match port in Domainbptato2025-05-022-8/+10
* container: optimize object sizebptato2025-05-022-19/+17
* container: support Refresh headerbptato2025-05-023-47/+63
* url, twtstr: misc cleanup, fix overflow check in parseUInt8bptato2025-05-013-112/+113
* Makefile: fix installation with static linkingbptato2025-05-012-1/+7
* myaddr: fix newSeqUninit polyfillbptato2025-05-011-1/+1
* Improve static buildsbptato2025-05-015-28/+61
* about: avoid word break in linkbptato2025-04-301-9/+11
* history: simplify a bitbptato2025-04-302-22/+13
* 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