| Commit message (Expand) | Author | Age | Files | Lines |
* | move some modules to local/ | bptato | 2023-09-14 | 1 | -643/+0 |
* | Switch buffer -> client connection to client -> buffer | bptato | 2023-09-14 | 1 | -30/+11 |
* | fix compilation on 1.6.14 | bptato | 2023-09-09 | 1 | -3/+3 |
* | fetch: use JSDict | bptato | 2023-09-09 | 1 | -2/+2 |
* | add extern, refactor some term functions | bptato | 2023-09-09 | 1 | -5/+3 |
* | Add vi-style numeric prefixes, make gotoLine 1-based | bptato | 2023-09-08 | 1 | -8/+43 |
* | fetch: allow string input, allow init dictionary | bptato | 2023-09-08 | 1 | -2/+5 |
* | Add btoa, atob | bptato | 2023-09-07 | 1 | -0/+7 |
* | javascript: factor out fromJS | bptato | 2023-08-29 | 1 | -2/+3 |
* | javascript: refactor | bptato | 2023-08-28 | 1 | -1/+1 |
* | Allow overriding default headers | bptato | 2023-08-26 | 1 | -0/+1 |
* | client: make `client.client' a getter | bptato | 2023-08-20 | 1 | -1/+3 |
* | Move charsets into chakasu | bptato | 2023-08-14 | 1 | -1/+2 |
* | Add mailcap, mime.types & misc refactorings | bptato | 2023-08-13 | 1 | -41/+45 |
* | Add suspend() function (bound to C-z) | bptato | 2023-07-26 | 1 | -0/+5 |
* | Improve encoding support | bptato | 2023-07-12 | 1 | -2/+2 |
* | htmlparser: decouple from DOM | bptato | 2023-07-09 | 1 | -1/+1 |
* | Add proxy support | bptato | 2023-07-04 | 1 | -1/+5 |
* | Do not conditionally disable CastSizes | bptato | 2023-07-03 | 1 | -6/+1 |
* | Fix JS type conversion regressions | bptato | 2023-07-03 | 1 | -3/+6 |
* | Fix CastSize warnings | bptato | 2023-07-03 | 1 | -1/+3 |
* | Add XHR/Event stubs | bptato | 2023-07-02 | 1 | -3/+7 |
* | Factor out headers into separate module | bptato | 2023-07-01 | 1 | -0/+2 |
* | use =destroy instead of finalizers | bptato | 2023-07-01 | 1 | -1/+4 |
* | Do not block indefinitely if buffer crashes before accept | bptato | 2023-06-29 | 1 | -34/+46 |
* | Do not free jsrt in quit() | bptato | 2023-06-29 | 1 | -2/+2 |
* | Free JSRuntime, JSContext and ctors on exit | bptato | 2023-06-27 | 1 | -1/+8 |
* | Fix crash in openEditor if SIGINT was delivered | bptato | 2023-06-26 | 1 | -0/+1 |
* | Working Nim-QuickJS GC integration | bptato | 2023-06-24 | 1 | -1/+2 |
* | 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 | 1 | -1/+1 |
* | 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 |
* | Add readBlob, fix WebFile serialization | bptato | 2023-06-11 | 1 | -1/+7 |
* | 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 |
* | 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 |
* | Refactor config, add charset opts | bptato | 2023-05-16 | 1 | -11/+14 |
* | 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 |
* | Slightly refactor commandMode | bptato | 2023-01-06 | 1 | -4/+12 |