Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Avoid forking child processes from the main process | bptato | 2022-11-24 | 1 | -39/+27 |
| | | | | Caveat: this breaks piped streams. | ||||
* | 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 |
| | | | | | Not very useful for now, since we still have to load the entire page before parsing it. | ||||
* | 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 |
| | | | | | Also use our own redirection implementation instead of curl follow redirects. | ||||
* | 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 |
| | | | | This calls the curl binary, not libcurl. | ||||
* | 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 |
| | | | | | | Note: for now, only input tags are supported. Also the implementation is extremely hacky and needs refactoring... But it works, I think. | ||||
* | Fix some path bugs and misc. warnings | bptato | 2022-01-25 | 1 | -1/+4 |
| | |||||
* | Support external stylesheets | bptato | 2022-01-23 | 1 | -0/+33 |