| Commit message (Expand) | Author | Age | Files | Lines |
* | html: improve Request, derive Client from Window | bptato | 2024-05-20 | 1 | -20/+17 |
* | config: separate tmp dir for sockets, users | bptato | 2024-05-16 | 1 | -4/+5 |
* | client, pager: remove unnecessary std/streams | bptato | 2024-05-11 | 1 | -3/+1 |
* | buffer: fix multipart forms | bptato | 2024-05-11 | 1 | -5/+6 |
* | js: refactor | bptato | 2024-05-08 | 1 | -6/+11 |
* | js: fix compilation on 1.6.14 | bptato | 2024-05-06 | 1 | -1/+1 |
* | Use isSome instead of isOk | bptato | 2024-05-05 | 1 | -1/+1 |
* | client: make quit() actually quit, misc fixes | bptato | 2024-05-04 | 1 | -33/+42 |
* | js: fix various leaks etc. | bptato | 2024-05-03 | 1 | -32/+45 |
* | sandbox: seccomp support on Linux | bptato | 2024-04-18 | 1 | -0/+4 |
* | Update code style | bptato | 2024-04-17 | 1 | -28/+26 |
* | Add capsicum support | bptato | 2024-03-28 | 1 | -2/+5 |
* | config: improve input system | bptato | 2024-03-26 | 1 | -8/+10 |
* | client, forkserver: remove useless code | bptato | 2024-03-24 | 1 | -1/+0 |
* | buffer: fix clone | bptato | 2024-03-24 | 1 | -3/+3 |
* | io: derive DynStream from RootObj (not Stream) | bptato | 2024-03-24 | 1 | -26/+29 |
* | io: add bufreader | bptato | 2024-03-21 | 1 | -1/+1 |
* | buffer: also buffer input reads | bptato | 2024-03-21 | 1 | -1/+5 |
* | client: fix dump detection | bptato | 2024-03-20 | 1 | -7/+7 |
* | pager: add "save link", "save source"; change & document some keybindings | bptato | 2024-03-20 | 1 | -2/+2 |
* | client: refactor input | bptato | 2024-03-18 | 1 | -114/+26 |
* | config: parse mime.types/mailcap/urimethodmap inside parseConfig | bptato | 2024-03-18 | 1 | -1/+1 |
* | pager: remove useless code | bptato | 2024-03-18 | 1 | -1/+1 |
* | config: clean up/simplify | bptato | 2024-03-17 | 1 | -6/+8 |
* | client: fix "Hit any key" bug on load failure | bptato | 2024-03-17 | 1 | -5/+16 |
* | io: add BuferedWriter | bptato | 2024-03-16 | 1 | -2/+3 |
* | client, pager: various file saving fixes | bptato | 2024-03-16 | 1 | -1/+3 |
* | config: add start.console-buffer option | bptato | 2024-03-16 | 1 | -2/+3 |
* | Clean up BufferConfig | bptato | 2024-03-15 | 1 | -2/+1 |
* | client: check if container was found before deleting it | bptato | 2024-03-14 | 1 | -2/+2 |
* | pager: unregister containers properly when headers are pending | bptato | 2024-03-14 | 1 | -6/+14 |
* | Move around some modules | bptato | 2024-03-14 | 1 | -4/+4 |
* | pager: add "open in editor" keybinding (sE) | bptato | 2024-03-14 | 1 | -2/+3 |
* | client: fix blocking reads on container connection | bptato | 2024-03-12 | 1 | -32/+16 |
* | loader: remove applyHeaders | bptato | 2024-03-12 | 1 | -2/+3 |
* | pager: fix replacement logic | bptato | 2024-03-12 | 1 | -0/+1 |
* | io: add dynstream | bptato | 2024-03-12 | 1 | -1/+1 |
* | loader: rework process model | bptato | 2024-03-11 | 1 | -42/+72 |
* | client: fix thumb button confusion | bptato | 2024-03-11 | 1 | -18/+18 |
* | client: bind middle button to discardBuffer, use button5/6 as scroll | bptato | 2024-03-11 | 1 | -4/+13 |
* | client: only accept "press" input type for scroll wheel | bptato | 2024-03-11 | 1 | -2/+6 |
* | buffer: improve/fix onload return values | bptato | 2024-03-03 | 1 | -5/+4 |
* | quickjs: reduce diff with upstream | bptato | 2024-03-02 | 1 | -2/+3 |
* | buffer, client: fix deadlock with send() calls | bptato | 2024-02-29 | 1 | -1/+16 |
* | Add mouse support | bptato | 2024-02-29 | 1 | -8/+138 |
* | buffer: clean up onload, fix console update | bptato | 2024-02-26 | 1 | -2/+1 |
* | term: improve pixels-per-column/line detection | bptato | 2024-02-25 | 1 | -5/+2 |
* | Separate ANSI text decoding from main binary | bptato | 2024-02-25 | 1 | -6/+6 |
* | Replace Chakasu with Chagashi | bptato | 2024-02-22 | 1 | -1/+1 |
* | client: fix EOF error for estream | bptato | 2024-02-18 | 1 | -0/+2 |