| Commit message (Expand) | Author | Age | Files | Lines |
* | config: print warning for prepend-https | bptato | 2025-05-13 | 1 | -1/+1 |
* | Eliminate some superfluous copies | bptato | 2025-05-11 | 2 | -17/+22 |
* | Enable ProveInit warning | bptato | 2025-05-10 | 2 | -3/+14 |
* | config: add external.show-download-panel | bptato | 2025-05-09 | 1 | -3/+3 |
* | pager: remove pointless clamp | bptato | 2025-05-08 | 1 | -2/+1 |
* | term: remove sixelMaxWidth, sixelMaxHeight | bptato | 2025-05-07 | 2 | -50/+7 |
* | 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 | 1 | -9/+11 |
* | pager: do not forget downloads buffer on replace | bptato | 2025-05-02 | 1 | -0/+2 |
* | container: optimize object size | bptato | 2025-05-02 | 2 | -19/+17 |
* | container: support Refresh header | bptato | 2025-05-02 | 1 | -8/+19 |
* | history: simplify a bit | bptato | 2025-04-30 | 1 | -1/+1 |
* | term: support vt52 | bptato | 2025-04-28 | 1 | -6/+13 |
* | term: reduce Termdesc size | bptato | 2025-04-27 | 1 | -43/+42 |
* | term: misc fixes, support rxvt | bptato | 2025-04-25 | 1 | -42/+49 |
* | term: misc fixes, support adm3a | bptato | 2025-04-24 | 1 | -55/+93 |
* | term: replace termcap with a built-in terminal database | bptato | 2025-04-23 | 1 | -175/+160 |
* | pager: remove obsolete acceptBuffers | bptato | 2025-04-17 | 1 | -28/+14 |
* | pager: remove unused field | bptato | 2025-04-17 | 1 | -7/+6 |
* | loaderiface: return PosixStream for startRequest | bptato | 2025-04-15 | 1 | -1/+1 |
* | pager: pin downloads panel | bptato | 2025-04-15 | 1 | -2/+8 |
* | loader: remove target pid from addCacheFile | bptato | 2025-04-15 | 1 | -2/+4 |
* | term: set VMIN, VTIME for good measure | bptato | 2025-04-14 | 1 | -0/+2 |
* | pager, formdata: DynStream -> PosixStream | bptato | 2025-04-14 | 1 | -1/+1 |
* | loader, pager: fix login with username only | bptato | 2025-04-13 | 1 | -1/+1 |
* | loader: remove referrer field from Request | bptato | 2025-04-13 | 1 | -2/+3 |
* | pager: reduce passFd calls | bptato | 2025-04-13 | 1 | -26/+24 |
* | config: unify table arrays and tables | bptato | 2025-04-11 | 1 | -3/+3 |
* | loader: support Set-Cookie for non-initial requests | bptato | 2025-04-05 | 2 | -20/+81 |
* | mailcap: various fixes | bptato | 2025-04-04 | 1 | -1/+1 |
* | config: add user-style, deprecate [css] and stylesheet | bptato | 2025-04-01 | 1 | -3/+5 |
* | jserror: simplify custom error creation | bptato | 2025-03-29 | 1 | -2/+1 |
* | env, client: fix fetch on Client | bptato | 2025-03-23 | 1 | -0/+3 |
* | jsutils: add toJSValueConstArray, toJSValueConstOpenArray | bptato | 2025-03-21 | 1 | -1/+1 |
* | pager: remove unnecessary cast | bptato | 2025-03-21 | 1 | -1/+1 |
* | loader, forkserver: launch CGI processes from fork server | bptato | 2025-03-14 | 1 | -1/+1 |
* | forkserver: clean up, do not panic on forkBuffer failure | bptato | 2025-03-14 | 1 | -7/+11 |
* | forkserver: simplify & improve process cleanup | bptato | 2025-03-13 | 2 | -7/+5 |
* | headers: hide table, always specify guard | bptato | 2025-03-12 | 2 | -8/+8 |
* | Re-add JSValueConst | bptato | 2025-03-12 | 2 | -15/+16 |
* | Update QuickJS-NG to 0.9.0 | bptato | 2025-03-11 | 1 | -1/+1 |
* | tojs: misc cleanup | bptato | 2025-03-07 | 1 | -2/+2 |
* | history, cookie: fsync before rename | bptato | 2025-03-06 | 1 | -1/+1 |
* | pager: flush console after logging result | bptato | 2025-03-05 | 1 | -0/+1 |
* | loader: merge status and header packets | bptato | 2025-03-01 | 1 | -8/+3 |
* | Refactor bufreader, bufwriter | bptato | 2025-03-01 | 2 | -10/+10 |
* | dynstream, console: remove DynFileStream | bptato | 2025-02-26 | 1 | -18/+18 |
* | dynstream: remove exceptions | bptato | 2025-02-26 | 3 | -51/+60 |
* | tempfile: merge into pager/loader | bptato | 2025-02-25 | 1 | -2/+9 |
* | pager: inherit history flag on reload | bptato | 2025-02-21 | 1 | -1/+2 |