about summary refs log tree commit diff stats
path: root/src/display/client.nim
Commit message (Expand)AuthorAgeFilesLines
* 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
* display/client: quit when pager.buffer is nullbptato2023-01-051-0/+3
* Add ask()bptato2023-01-051-5/+14
* client, pager, dom, ...: better error handlingbptato2023-01-041-73/+85
* Fix connection load info not being shownbptato2023-01-021-2/+5
* Add promise support to JSbptato2022-12-311-1/+9
* dom: fix collection cachingbptato2022-12-271-0/+6
* pager: improve title display, fix alert displaybptato2022-12-251-0/+1
* pager: proxy values in container; js: bugfixesbptato2022-12-201-8/+7
* Add JS support to documentsbptato2022-12-181-25/+23
* Allow cycling through hover-texts with ubptato2022-12-161-9/+8
* Fix console display bugs, add container.locationbptato2022-12-151-2/+5
* Fix stream error handling confusion, title displaybptato2022-12-131-1/+1
* Add more cookie optionsbptato2022-12-131-2/+2
* Add all sorts of config options and cookiesbptato2022-12-131-2/+6
* Fix -dbptato2022-12-101-0/+27