Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Show error messages, fix some fetch crashes | bptato | 2023-06-09 | 1 | -0/+1 |
| | |||||
* | Add support for canvas and multipart | bptato | 2023-06-05 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | Quite incomplete canvas implementation. Crucially, the layout engine can't do much with whatever is drawn because it doesn't support images yet. I've re-introduced multipart as well, with the FormData API. For the append function I've also introduced a hack to the JS binding generator that allows requesting the JSContext pointer in nim procs. Really I should just fix the union generator thing and add support for overloading. In conclusion, for now the only thing canvas can be used for is exporting it as PNG and uploading it somewhere. Also, we now have PNG encoding and decoding too. (Now if only we had sixels as well...) | ||||
* | Add initial proxy support | bptato | 2023-04-30 | 1 | -0/+1 |
| | | | | For now, API-only. | ||||
* | Loader: use curl_multi | bptato | 2023-04-28 | 1 | -1/+61 |
| | | | | | Note: for now it's only used for http requests. The doRequest API still needs an async rework. | ||||
* | Binding & macro refactorings | bptato | 2022-10-01 | 1 | -21/+42 |
| | |||||
* | Use unix domain sockets for IPC | bptato | 2022-09-06 | 1 | -0/+4 |
| | |||||
* | Implement HTTP Auth | bptato | 2022-07-30 | 1 | -1/+22 |
| | | | | | Also use our own redirection implementation instead of curl follow redirects. | ||||
* | Remove unmaintained networking calls | bptato | 2022-07-24 | 1 | -1/+1 |
| | |||||
* | Link to libcurl | bptato | 2022-07-24 | 1 | -0/+219 |