about summary refs log tree commit diff stats
path: root/src/display/client.nim
Commit message (Expand)AuthorAgeFilesLines
* move some modules to local/bptato2023-09-141-643/+0
* Switch buffer -> client connection to client -> bufferbptato2023-09-141-30/+11
* fix compilation on 1.6.14bptato2023-09-091-3/+3
* fetch: use JSDictbptato2023-09-091-2/+2
* add extern, refactor some term functionsbptato2023-09-091-5/+3
* Add vi-style numeric prefixes, make gotoLine 1-basedbptato2023-09-081-8/+43
* fetch: allow string input, allow init dictionarybptato2023-09-081-2/+5
* Add btoa, atobbptato2023-09-071-0/+7
* javascript: factor out fromJSbptato2023-08-291-2/+3
* javascript: refactorbptato2023-08-281-1/+1
* Allow overriding default headersbptato2023-08-261-0/+1
* client: make `client.client' a getterbptato2023-08-201-1/+3
* Move charsets into chakasubptato2023-08-141-1/+2
* Add mailcap, mime.types & misc refactoringsbptato2023-08-131-41/+45
* Add suspend() function (bound to C-z)bptato2023-07-261-0/+5
* Improve encoding supportbptato2023-07-121-2/+2
* htmlparser: decouple from DOMbptato2023-07-091-1/+1
* Add proxy supportbptato2023-07-041-1/+5
* Do not conditionally disable CastSizesbptato2023-07-031-6/+1
* Fix JS type conversion regressionsbptato2023-07-031-3/+6
* Fix CastSize warningsbptato2023-07-031-1/+3
* Add XHR/Event stubsbptato2023-07-021-3/+7
* Factor out headers into separate modulebptato2023-07-011-0/+2
* use =destroy instead of finalizersbptato2023-07-011-1/+4
* Do not block indefinitely if buffer crashes before acceptbptato2023-06-291-34/+46
* Do not free jsrt in quit()bptato2023-06-291-2/+2
* Free JSRuntime, JSContext and ctors on exitbptato2023-06-271-1/+8
* Fix crash in openEditor if SIGINT was deliveredbptato2023-06-261-0/+1
* Working Nim-QuickJS GC integrationbptato2023-06-241-1/+2
* Fix module loading bugsbptato2023-06-221-8/+17
* Reject fetch promise on network errorbptato2023-06-191-1/+1
* Get rid of the .jserr pragmabptato2023-06-191-1/+1
* Rework JS exception systembptato2023-06-191-0/+3
* Cleanups & bug fixes involving promisesbptato2023-06-151-0/+1
* Make Result.text, json return promisebptato2023-06-131-4/+2
* Add readBlob, fix WebFile serializationbptato2023-06-111-1/+7
* Clean up stream error handlingbptato2023-06-071-0/+2
* Fix bug in client's unregistered fd handlingbptato2023-06-061-2/+6
* Add support for canvas and multipartbptato2023-06-051-0/+6
* Add module loading to clientbptato2023-06-011-0/+24
* Add setTimeout, setInterval to windowbptato2023-06-011-83/+27
* Run JS jobs in headless mode toobptato2023-05-221-0/+2
* Run JS jobs on timeout handlersbptato2023-05-211-0/+2
* Refactor config, add charset optsbptato2023-05-161-11/+14
* Fix some fetch crashesbptato2023-05-111-1/+4
* Improve debugging, reduce crashesbptato2023-05-091-1/+23
* WIP fetchbptato2023-04-301-0/+4
* setTimeout, setInterval: hack to fix 0 timeoutbptato2023-02-091-2/+2
* Slightly improve request api (less crashes)bptato2023-02-051-1/+1
* Slightly refactor commandModebptato2023-01-061-4/+12