| Commit message (Expand) | Author | Age | Files | Lines |
* | move around more modules | bptato | 2023-09-14 | 1 | -394/+0 |
* | loader: get rid of xdeclaredbutnotused warning | bptato | 2023-09-07 | 1 | -0/+1 |
* | loader, data: remove stray eprints | bptato | 2023-09-02 | 1 | -2/+0 |
* | loader: add data URLs | bptato | 2023-09-01 | 1 | -0/+6 |
* | refactor: Result[T, JSError] -> JSResult[T] | bptato | 2023-08-28 | 1 | -3/+3 |
* | javascript: refactor | bptato | 2023-08-28 | 1 | -1/+2 |
* | Move charsets into chakasu | bptato | 2023-08-14 | 1 | -1/+2 |
* | Add mailcap, mime.types & misc refactorings | bptato | 2023-08-13 | 1 | -64/+82 |
* | Add proxy support | bptato | 2023-07-04 | 1 | -0/+6 |
* | return Result[T, JSError] from fromJS | bptato | 2023-07-02 | 1 | -1/+0 |
* | Factor out headers into separate module | bptato | 2023-07-01 | 1 | -0/+1 |
* | Do not allow text() twice, etc... | bptato | 2023-06-20 | 1 | -1/+5 |
* | Add Response.ok, url, fix type confusion with status | bptato | 2023-06-19 | 1 | -3/+7 |
* | Reject fetch promise on network error | bptato | 2023-06-19 | 1 | -7/+9 |
* | Cleanups & bug fixes involving promises | bptato | 2023-06-15 | 1 | -13/+10 |
* | Make Result.text, json return promise | bptato | 2023-06-13 | 1 | -4/+43 |
* | Show error messages, fix some fetch crashes | bptato | 2023-06-09 | 1 | -0/+7 |
* | 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 |
* | Rewrite new Request binding | bptato | 2023-05-21 | 1 | -1/+1 |
* | Name negative response codes | bptato | 2023-05-14 | 1 | -4/+12 |
* | Fix some fetch crashes | bptato | 2023-05-11 | 1 | -1/+5 |
* | Improve debugging, reduce crashes | bptato | 2023-05-09 | 1 | -3/+11 |
* | Temporarily disable multipart | bptato | 2023-04-30 | 1 | -1/+1 |
* | Make it compile | bptato | 2023-04-30 | 1 | -0/+1 |
* | Merge branch 'wip_fetch' | bptato | 2023-04-30 | 1 | -23/+76 |
|\ |
|
| * | WIP fetch | bptato | 2023-04-30 | 1 | -23/+76 |
* | | loader: remove unused import | bptato | 2023-04-30 | 1 | -1/+0 |
|/ |
|
* | Loader: use curl_multi | bptato | 2023-04-28 | 1 | -44/+123 |
* | Slightly improve request api (less crashes) | bptato | 2023-02-05 | 1 | -4/+3 |
* | loader: proper redirect handling | bptato | 2023-01-01 | 1 | -2/+15 |
* | Only set Location for redirect status codes | bptato | 2022-12-30 | 1 | -2/+3 |
* | Add file browser | bptato | 2022-12-18 | 1 | -25/+1 |
* | Make load() slightly less dumb | bptato | 2022-12-15 | 1 | -2/+6 |
* | Add referer support, re-render on windowChange | bptato | 2022-12-13 | 1 | -14/+16 |
* | Fix stream error handling confusion, title display | bptato | 2022-12-13 | 1 | -2/+1 |
* | Add more cookie options | bptato | 2022-12-13 | 1 | -3/+4 |
* | Add all sorts of config options and cookies | bptato | 2022-12-13 | 1 | -1/+6 |
* | Add urlfilter | bptato | 2022-12-12 | 1 | -5/+10 |
* | Fix blocking socketstream recv/send, clean up ips/serialize & types/color | bptato | 2022-12-10 | 1 | -1/+1 |
* | Optimize sendCursorPosition/updateHover, close streams after loadResource | bptato | 2022-12-06 | 1 | -0/+2 |
* | Add -M, -V | bptato | 2022-12-05 | 1 | -0/+3 |
* | Rework broken non-blocking io | bptato | 2022-11-27 | 1 | -1/+1 |
* | Avoid forking child processes from the main process | bptato | 2022-11-24 | 1 | -39/+27 |
* | Move ips stuff to src/ips/ | bptato | 2022-11-22 | 1 | -3/+3 |
* | Rewrite buffer/pager for multi-processing | bptato | 2022-11-19 | 1 | -1/+6 |
* | Implement tree buffers, fix a js bug, refactor | bptato | 2022-10-19 | 1 | -13/+10 |
* | More JS bindings | bptato | 2022-09-13 | 1 | -0/+1 |
* | Add JS binding generation | bptato | 2022-09-12 | 1 | -45/+38 |
* | Use unix domain sockets for IPC | bptato | 2022-09-06 | 1 | -52/+74 |