| Commit message (Expand) | Author | Age | Files | Lines |
* | remove obsolete comment | bptato | 2023-09-09 | 1 | -1/+0 |
* | fetch: use JSDict | bptato | 2023-09-09 | 2 | -43/+136 |
* | loader: get rid of xdeclaredbutnotused warning | bptato | 2023-09-07 | 1 | -0/+1 |
* | Fix compilation < Nim 2.0 | bptato | 2023-09-04 | 1 | -1/+1 |
* | loader, data: remove stray eprints | bptato | 2023-09-02 | 2 | -4/+0 |
* | loader: add data URLs | bptato | 2023-09-01 | 4 | -5/+66 |
* | javascript: factor out fromJS | bptato | 2023-08-29 | 2 | -0/+2 |
* | refactor: Result[T, JSError] -> JSResult[T] | bptato | 2023-08-28 | 2 | -8/+7 |
* | javascript: refactor | bptato | 2023-08-28 | 3 | -4/+7 |
* | Move charsets into chakasu | bptato | 2023-08-14 | 3 | -5/+8 |
* | Add mailcap, mime.types & misc refactorings | bptato | 2023-08-13 | 10 | -164/+302 |
* | Fixes & workarounds to compile on Nim 2.0.0 | bptato | 2023-08-01 | 2 | -1/+4 |
* | Improve encoding support | bptato | 2023-07-12 | 2 | -33/+63 |
* | Buffer search fixes & improvements | bptato | 2023-07-11 | 1 | -9/+17 |
* | Add proxy support | bptato | 2023-07-04 | 1 | -0/+6 |
* | Add platform object conversion to union type | bptato | 2023-07-02 | 2 | -17/+48 |
* | return Result[T, JSError] from fromJS | bptato | 2023-07-02 | 3 | -8/+6 |
* | Factor out headers into separate module | bptato | 2023-07-01 | 7 | -59/+70 |
* | use =destroy instead of finalizers | bptato | 2023-07-01 | 3 | -0/+7 |
* | Factor out map search, remove sugar | bptato | 2023-06-29 | 1 | -2/+10 |
* | Support 8-bit output colors | bptato | 2023-06-26 | 1 | -1/+1 |
* | hacks for readline so that it at least kind of works | bptato | 2023-06-25 | 1 | -2/+9 |
* | Do not allow text() twice, etc... | bptato | 2023-06-20 | 2 | -7/+24 |
* | Add Response.ok, url, fix type confusion with status | bptato | 2023-06-19 | 3 | -7/+17 |
* | Reject fetch promise on network error | bptato | 2023-06-19 | 2 | -8/+10 |
* | Get rid of the .jserr pragma | bptato | 2023-06-19 | 1 | -10/+8 |
* | Rework JS exception system | bptato | 2023-06-19 | 4 | -13/+31 |
* | Cleanups & bug fixes involving promises | bptato | 2023-06-15 | 5 | -69/+115 |
* | Make Result.text, json return promise | bptato | 2023-06-13 | 3 | -16/+62 |
* | Add indexed color, other png improvements | bptato | 2023-06-09 | 1 | -1/+1 |
* | Simplify request.json, remove unused bindings | bptato | 2023-06-09 | 1 | -13/+4 |
* | Show error messages, fix some fetch crashes | bptato | 2023-06-09 | 2 | -0/+9 |
* | Remove JSObject again, add File API constructor | bptato | 2023-06-08 | 1 | -4/+6 |
* | Fix bug in client's unregistered fd handling | bptato | 2023-06-06 | 1 | -0/+2 |
* | buffer: call handleError before handleRead & misc | bptato | 2023-06-05 | 1 | -1/+1 |
* | Refactor Request constructor | bptato | 2023-06-05 | 1 | -22/+33 |
* | Add support for canvas and multipart | bptato | 2023-06-05 | 2 | -39/+32 |
* | Rewrite new Request binding | bptato | 2023-05-21 | 5 | -33/+116 |
* | Add url getter to request | bptato | 2023-05-20 | 1 | -2/+9 |
* | Name negative response codes | bptato | 2023-05-14 | 1 | -4/+12 |
* | Async resource loading, exception handling fixes | bptato | 2023-05-14 | 2 | -1/+23 |
* | Fix some fetch crashes | bptato | 2023-05-11 | 2 | -13/+15 |
* | Improve debugging, reduce crashes | bptato | 2023-05-09 | 2 | -5/+15 |
* | Actually set proxy | bptato | 2023-04-30 | 1 | -1/+1 |
* | only call Response.unregisterFun if not nil | bptato | 2023-04-30 | 1 | -2/+4 |
* | Temporarily disable multipart | bptato | 2023-04-30 | 2 | -5/+5 |
* | Make it compile | bptato | 2023-04-30 | 1 | -0/+1 |
* | Merge branch 'wip_fetch' | bptato | 2023-04-30 | 2 | -25/+101 |
|\ |
|
| * | WIP fetch | bptato | 2023-04-30 | 2 | -25/+101 |
* | | Add initial proxy support | bptato | 2023-04-30 | 2 | -3/+10 |