about summary refs log tree commit diff stats
path: root/src/io/loader.nim
Commit message (Expand)AuthorAgeFilesLines
* move around more modulesbptato2023-09-141-394/+0
* loader: get rid of xdeclaredbutnotused warningbptato2023-09-071-0/+1
* loader, data: remove stray eprintsbptato2023-09-021-2/+0
* loader: add data URLsbptato2023-09-011-0/+6
* refactor: Result[T, JSError] -> JSResult[T]bptato2023-08-281-3/+3
* javascript: refactorbptato2023-08-281-1/+2
* Move charsets into chakasubptato2023-08-141-1/+2
* Add mailcap, mime.types & misc refactoringsbptato2023-08-131-64/+82
* Add proxy supportbptato2023-07-041-0/+6
* return Result[T, JSError] from fromJSbptato2023-07-021-1/+0
* Factor out headers into separate modulebptato2023-07-011-0/+1
* Do not allow text() twice, etc...bptato2023-06-201-1/+5
* Add Response.ok, url, fix type confusion with statusbptato2023-06-191-3/+7
* Reject fetch promise on network errorbptato2023-06-191-7/+9
* Cleanups & bug fixes involving promisesbptato2023-06-151-13/+10
* Make Result.text, json return promisebptato2023-06-131-4/+43
* Show error messages, fix some fetch crashesbptato2023-06-091-0/+7
* Fix bug in client's unregistered fd handlingbptato2023-06-061-0/+2
* buffer: call handleError before handleRead & miscbptato2023-06-051-1/+1
* Rewrite new Request bindingbptato2023-05-211-1/+1
* Name negative response codesbptato2023-05-141-4/+12
* Fix some fetch crashesbptato2023-05-111-1/+5
* Improve debugging, reduce crashesbptato2023-05-091-3/+11
* Temporarily disable multipartbptato2023-04-301-1/+1
* Make it compilebptato2023-04-301-0/+1
* Merge branch 'wip_fetch'bptato2023-04-301-23/+76
|\
| * WIP fetchbptato2023-04-301-23/+76
* | loader: remove unused importbptato2023-04-301-1/+0
|/
* Loader: use curl_multibptato2023-04-281-44/+123
* Slightly improve request api (less crashes)bptato2023-02-051-4/+3
* loader: proper redirect handlingbptato2023-01-011-2/+15
* Only set Location for redirect status codesbptato2022-12-301-2/+3
* Add file browserbptato2022-12-181-25/+1
* Make load() slightly less dumbbptato2022-12-151-2/+6
* Add referer support, re-render on windowChangebptato2022-12-131-14/+16
* Fix stream error handling confusion, title displaybptato2022-12-131-2/+1
* Add more cookie optionsbptato2022-12-131-3/+4
* Add all sorts of config options and cookiesbptato2022-12-131-1/+6
* Add urlfilterbptato2022-12-121-5/+10
* Fix blocking socketstream recv/send, clean up ips/serialize & types/colorbptato2022-12-101-1/+1
* Optimize sendCursorPosition/updateHover, close streams after loadResourcebptato2022-12-061-0/+2
* Add -M, -Vbptato2022-12-051-0/+3
* Rework broken non-blocking iobptato2022-11-271-1/+1
* Avoid forking child processes from the main processbptato2022-11-241-39/+27
* Move ips stuff to src/ips/bptato2022-11-221-3/+3
* Rewrite buffer/pager for multi-processingbptato2022-11-191-1/+6
* Implement tree buffers, fix a js bug, refactorbptato2022-10-191-13/+10
* More JS bindingsbptato2022-09-131-0/+1
* Add JS binding generationbptato2022-09-121-45/+38
* Use unix domain sockets for IPCbptato2022-09-061-52/+74