| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Slightly change header handling | bptato | 2022-05-10 | 1 | -4/+11 |
* | Fix a windows compilation error | bptato | 2022-02-22 | 1 | -1/+1 |
* | Some loader polishing | bptato | 2022-02-09 | 1 | -2/+4 |
* | Cleanup form method code | bptato | 2022-02-08 | 1 | -7/+13 |
* | Implement forms | bptato | 2022-01-29 | 1 | -2/+8 |
* | Fix some path bugs and misc. warnings | bptato | 2022-01-25 | 1 | -1/+4 |
* | Support external stylesheets | bptato | 2022-01-23 | 1 | -0/+33 |