| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Add a network stream wrapper, improve eprint | bptato | 2022-09-05 | 1 | -3/+2 |
* | Small refactoring | bptato | 2022-08-20 | 1 | -16/+8 |
* | Fix request error handling | bptato | 2022-08-18 | 1 | -11/+8 |
* | Clean up client request methods, add DUPE_BUFFER | bptato | 2022-08-18 | 1 | -19/+25 |
* | Use a separate process for file loading | bptato | 2022-08-18 | 1 | -18/+107 |
* | Refactor fileloader | bptato | 2022-08-08 | 1 | -204/+33 |
* | Remove httpclient dependency | bptato | 2022-08-04 | 1 | -23/+58 |
* | Fix incorrect selector parsing, remove httpclient from loader | bptato | 2022-08-03 | 1 | -2/+0 |
* | Implement HTTP Auth | bptato | 2022-07-30 | 1 | -13/+33 |
* | Remove unmaintained networking calls | bptato | 2022-07-24 | 1 | -126/+2 |
* | Link to libcurl | bptato | 2022-07-24 | 1 | -1/+109 |
* | getPageCurl: avoid loading pages that couldn't be loaded | bptato | 2022-07-14 | 1 | -0/+4 |
* | Fix a tokenizer bug, clean up some warnings | bptato | 2022-07-12 | 1 | -1/+0 |
* | Fix curl getting stuck while reading headers | bptato | 2022-06-17 | 1 | -2/+3 |
* | Add curl support | bptato | 2022-06-07 | 1 | -4/+128 |
* | Update loader.nim | bptato | 2022-05-21 | 1 | -3/+9 |