| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | pager: add API to set search regex | bptato | 2025-02-20 | 1 | -4/+18 |
* | select: do not reverse video on cursor | bptato | 2025-02-20 | 1 | -0/+3 |
* | term: use so, se for reverse video | bptato | 2025-02-20 | 1 | -3/+3 |
* | fromjs, javascript: optimize out class name registry | bptato | 2025-02-19 | 1 | -6/+6 |
* | render, pager: fix canvas background painting order | bptato | 2025-02-19 | 2 | -4/+18 |
* | Add mark-links feature | bptato | 2025-02-18 | 2 | -7/+22 |
* | client: remove client getter | bptato | 2025-02-15 | 1 | -3/+0 |
* | xhr, event, catom: fix some bugs | bptato | 2025-02-15 | 1 | -1/+1 |
* | buffer: wait for scripts in headless mode | bptato | 2025-02-15 | 2 | -13/+15 |
* | catom: make factory global | bptato | 2025-02-13 | 1 | -1/+1 |
* | pager: copy cursor position on meta refresh | bptato | 2025-02-13 | 2 | -7/+8 |
* | pager: remove (BUFFER) from prompt, hide alert prompt | bptato | 2025-02-09 | 1 | -6/+5 |
* | pager: existsDir -> dirExists | bptato | 2025-02-08 | 1 | -1/+1 |
* | dom: various select fixes/improvements | bptato | 2025-02-08 | 2 | -1/+3 |
* | pager: catch SIGINT for interrupt handler | bptato | 2025-02-05 | 2 | -44/+21 |
* | term: simplify/optimize | bptato | 2025-02-02 | 1 | -38/+34 |
* | dom, layout: fix empty canvas cache ids | bptato | 2025-02-01 | 1 | -6/+8 |
* | dom: basic module support | bptato | 2025-02-01 | 1 | -39/+13 |
* | buffer: drop pipe, pipe2, passFd privileges | bptato | 2025-01-30 | 1 | -0/+11 |
* | about: move to loader | bptato | 2025-01-30 | 1 | -1/+1 |
* | pager: fix gotoAnchor on buffers that were redirected | bptato | 2025-01-29 | 1 | -3/+4 |
* | lineedit: add missing nil check to nextHist, prevent empty entries in submit | bptato | 2025-01-29 | 1 | -12/+9 |
* | container: fix getSelectionText with no parameters | bptato | 2025-01-29 | 1 | -7/+3 |
* | loader: add download manager | bptato | 2025-01-24 | 2 | -3/+20 |
* | term: remove unused import | bptato | 2025-01-24 | 1 | -1/+0 |
* | buffer: support navigation on load/click, use origin for hover checking | bptato | 2025-01-24 | 1 | -2/+5 |
* | buffer: improve screen state synchronization | bptato | 2025-01-23 | 2 | -38/+28 |
* | term: re-add write overload for `string' | bptato | 2025-01-23 | 1 | -0/+5 |
* | pager, term: replace execCmd, File | bptato | 2025-01-22 | 2 | -45/+76 |
* | javascript: add .jsrget, .jsrfget | bptato | 2025-01-22 | 1 | -1/+1 |
* | pager: do not alert on failed history write if config dir doesn't exist | bptato | 2025-01-20 | 1 | -1/+4 |
* | container, config.toml: add | command | bptato | 2025-01-19 | 1 | -0/+6 |