| Commit message (Expand) | Author | Age | Files | Lines |
* | config: add external.show-download-panel | bptato | 2025-05-09 | 5 | -3/+25 |
* | Update readme | bptato | 2025-05-08 | 1 | -109/+50 |
* | config: remove sockdir | bptato | 2025-05-08 | 3 | -23/+0 |
* | pager: remove pointless clamp | bptato | 2025-05-08 | 1 | -2/+1 |
* | Fix typo | bptato | 2025-05-08 | 2 | -2/+2 |
* | buffer: remove gpstream & SIGTERM handler | bptato | 2025-05-08 | 2 | -13/+1 |
* | term: remove sixelMaxWidth, sixelMaxHeight | bptato | 2025-05-07 | 2 | -50/+7 |
* | javascript: clean up getMemoryUsage | bptato | 2025-05-07 | 1 | -26/+29 |
* | event: optimize dispatch | bptato | 2025-05-07 | 2 | -48/+82 |
* | event: fix another stopPropagation bug | bptato | 2025-05-05 | 2 | -8/+10 |
* | event: fix stopPropagation in capturing phase | bptato | 2025-05-05 | 2 | -9/+36 |
* | event: implement capturing phase, misc improvements | bptato | 2025-05-05 | 5 | -41/+90 |
* | libregexp: fix lre_check_timeout return value | bptato | 2025-05-04 | 1 | -1/+1 |
* | man, genidna: do not use std/unicode | bptato | 2025-05-04 | 3 | -5/+5 |
* | Update QuickJS-NG to 0.10.0 | bptato | 2025-05-04 | 16 | -9800/+4245 |
* | bonus: simplify and fix addurimethod | hrdl | 2025-05-04 | 1 | -11/+15 |
* | Fix typos | bptato | 2025-05-04 | 3 | -3/+3 |
* | Makefile: remove submodule target, update docs | bptato | 2025-05-04 | 11 | -25/+344 |
* | layout, csstree: build stacking contexts together with tree | bptato | 2025-05-03 | 10 | -70/+145 |
* | dom, event: add UIEvent to createEvent, initUIEvent | bptato | 2025-05-03 | 3 | -7/+41 |
* | term: do not accept BEL in query responses | bptato | 2025-05-03 | 1 | -5/+5 |
* | url: add schemeType, fix port bug on protocol assignment | bptato | 2025-05-03 | 9 | -120/+157 |
* | url: simplify tuple origin | bptato | 2025-05-03 | 1 | -33/+8 |
* | pager: do not forget downloads buffer on replace | bptato | 2025-05-02 | 1 | -0/+2 |
* | cookie: do not match port in Domain | bptato | 2025-05-02 | 2 | -8/+10 |
* | container: optimize object size | bptato | 2025-05-02 | 2 | -19/+17 |
* | container: support Refresh header | bptato | 2025-05-02 | 3 | -47/+63 |
* | url, twtstr: misc cleanup, fix overflow check in parseUInt8 | bptato | 2025-05-01 | 3 | -112/+113 |
* | Makefile: fix installation with static linking | bptato | 2025-05-01 | 2 | -1/+7 |
* | myaddr: fix newSeqUninit polyfill | bptato | 2025-05-01 | 1 | -1/+1 |
* | Improve static builds | bptato | 2025-05-01 | 5 | -28/+61 |
* | about: avoid word break in link | bptato | 2025-04-30 | 1 | -9/+11 |
* | history: simplify a bit | bptato | 2025-04-30 | 2 | -22/+13 |
* | jsregex: remove use of newSeqUninitialized | bptato | 2025-04-30 | 1 | -5/+4 |
* | myaddr: backport & switch to newSeqUninit | bptato | 2025-04-30 | 9 | -19/+24 |
* | config: misc optimization | bptato | 2025-04-29 | 1 | -4/+4 |
* | config: fix arrays not being cleared on reassignment | bptato | 2025-04-29 | 1 | -0/+1 |
* | Update docs | bptato | 2025-04-28 | 1 | -2/+2 |
* | term: support vt52 | bptato | 2025-04-28 | 1 | -6/+13 |
* | term: reduce Termdesc size | bptato | 2025-04-27 | 1 | -43/+42 |
* | Fix typo | bptato | 2025-04-25 | 1 | -2/+2 |
* | Update docs | bptato | 2025-04-25 | 3 | -2/+62 |
* | term: misc fixes, support rxvt | bptato | 2025-04-25 | 1 | -42/+49 |
* | term: misc fixes, support adm3a | bptato | 2025-04-24 | 1 | -55/+93 |
* | Makefile: remove redundant assignment | bptato | 2025-04-24 | 1 | -5/+0 |
* | http: cast away GCC complaints properly | bptato | 2025-04-24 | 1 | -4/+7 |
* | http: re-add brotli support | bptato | 2025-04-23 | 6 | -8/+109 |
* | makefile: fix nanosvg dependency | bptato | 2025-04-23 | 1 | -1/+1 |
* | Add static linking option | bptato | 2025-04-23 | 2 | -2/+42 |
* | term: replace termcap with a built-in terminal database | bptato | 2025-04-23 | 6 | -194/+166 |