| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | config: add stylesheet, apply siteconf to piped input | bptato | 2023-06-26 | 1 | -13/+19 |
* | Fix crash in openEditor if SIGINT was delivered | bptato | 2023-06-26 | 1 | -0/+1 |
* | hacks for readline so that it at least kind of works | bptato | 2023-06-25 | 2 | -2/+13 |
* | pager: alert on invalid regex | bptato | 2023-06-24 | 1 | -12/+13 |
* | Option -> Opt in config, return error in compileSearchRegex | bptato | 2023-06-24 | 1 | -6/+7 |
* | Only set terminal title when it is a tty | bptato | 2023-06-24 | 1 | -2/+5 |
* | Working Nim-QuickJS GC integration | bptato | 2023-06-24 | 1 | -1/+2 |
* | term: fix clearEnd regression | bptato | 2023-06-23 | 1 | -1/+3 |
* | Fix module loading bugs | bptato | 2023-06-22 | 1 | -8/+17 |
* | Reject fetch promise on network error | bptato | 2023-06-19 | 1 | -1/+1 |
* | Get rid of the .jserr pragma | bptato | 2023-06-19 | 2 | -2/+2 |
* | Rework JS exception system | bptato | 2023-06-19 | 1 | -0/+3 |
* | Cleanups & bug fixes involving promises | bptato | 2023-06-15 | 1 | -0/+1 |
* | Make Result.text, json return promise | bptato | 2023-06-13 | 1 | -4/+2 |
* | Fix various layout bugs, prepare for image support | bptato | 2023-06-12 | 1 | -0/+3 |
* | Add readBlob, fix WebFile serialization | bptato | 2023-06-11 | 1 | -1/+7 |
* | Fix color U, slightly change contrast algorithm | bptato | 2023-06-10 | 1 | -5/+14 |
* | approximateANSIColor: fix possible underflow | bptato | 2023-06-10 | 1 | -3/+4 |
* | Fix some type confusion with colors, fix crash in pager | bptato | 2023-06-09 | 2 | -9/+12 |
* | Show error messages, fix some fetch crashes | bptato | 2023-06-09 | 1 | -1/+4 |
* | Fix 'F' missing from fullwidth chars + display bugs | bptato | 2023-06-09 | 2 | -40/+42 |
* | Add missing null check | bptato | 2023-06-07 | 1 | -1/+2 |
* | Add XTERM title renaming | bptato | 2023-06-07 | 2 | -27/+26 |
* | Clean up stream error handling | bptato | 2023-06-07 | 1 | -0/+2 |
* | Fix bug in client's unregistered fd handling | bptato | 2023-06-06 | 1 | -2/+6 |
* | Add support for canvas and multipart | bptato | 2023-06-05 | 1 | -0/+6 |
* | Fix more config inconsistencies | bptato | 2023-06-01 | 1 | -10/+11 |
* | Add module loading to client | bptato | 2023-06-01 | 1 | -0/+24 |
* | Add setTimeout, setInterval to window | bptato | 2023-06-01 | 1 | -83/+27 |
* | Run JS jobs in headless mode too | bptato | 2023-05-22 | 1 | -0/+2 |
* | Run JS jobs on timeout handlers | bptato | 2023-05-21 | 1 | -0/+2 |
* | Rewrite new Request binding | bptato | 2023-05-21 | 1 | -1/+1 |
* | Add display/output encoding | bptato | 2023-05-19 | 2 | -12/+49 |
* | Refactor config, add charset opts | bptato | 2023-05-16 | 3 | -42/+56 |
* | Fix some fetch crashes | bptato | 2023-05-11 | 1 | -1/+4 |
* | Improve debugging, reduce crashes | bptato | 2023-05-09 | 1 | -1/+23 |
* | WIP fetch | bptato | 2023-04-30 | 1 | -0/+4 |
* | setTimeout, setInterval: hack to fix 0 timeout | bptato | 2023-02-09 | 1 | -2/+2 |
* | Slightly improve request api (less crashes) | bptato | 2023-02-05 | 1 | -1/+1 |
* | pager, term: fix inefficiencies, off by one errors | bptato | 2023-01-11 | 2 | -13/+15 |
* | display/pager: correct maximum status message width | bptato | 2023-01-07 | 1 | -4/+6 |
* | Slightly refactor commandMode | bptato | 2023-01-06 | 2 | -10/+19 |
* | display/client: quit when pager.buffer is null | bptato | 2023-01-05 | 1 | -0/+3 |
* | Get rid of eprint in place of stderr.write | bptato | 2023-01-05 | 1 | -1/+1 |
* | Add ask() | bptato | 2023-01-05 | 2 | -47/+80 |
* | pager: fix prevBuffer, nextBuffer, replace weirdness | bptato | 2023-01-04 | 1 | -8/+16 |
* | client, pager, dom, ...: better error handling | bptato | 2023-01-04 | 2 | -83/+92 |
* | container, pager: work around bad codegen | bptato | 2023-01-02 | 1 | -7/+7 |
* | term: hack to avoid a weird crash | bptato | 2023-01-02 | 1 | -2/+8 |
* | Fix connection load info not being shown | bptato | 2023-01-02 | 2 | -3/+6 |