about summary refs log tree commit diff stats
path: root/src/loader/loader.nim
Commit message (Expand)AuthorAgeFilesLines
* Add pager.externFilterSourcebptato2024-02-121-5/+13
* Remove CLONE BufferSource; cache document sources in tmpdirbptato2024-02-121-72/+166
* loader: significantly more efficient loadingbptato2024-02-111-92/+131
* Get rid of LOAD_PIPE BufferSourcebptato2024-02-111-38/+78
* loader: add rejectHandlebptato2024-02-101-8/+8
* loader: fix teebptato2024-02-101-76/+137
* loader: fixes & cleanupbptato2024-02-101-14/+33
* loader: use recvData instead of readDatabptato2024-02-091-16/+15
* loader: fix (another) double-close bugbptato2024-02-081-4/+8
* loader: fix memory leakbptato2024-02-081-1/+3
* loader: fix double-close bugsbptato2024-02-081-3/+3
* loader: fix eagain in fetch, only add URL to handle in debugbptato2024-02-081-2/+5
* Incremental renderingbptato2024-02-071-26/+67
* loader: clean up error handlingbptato2024-01-261-12/+11
* cgi: fix broken libexec path env variablebptato2024-01-261-1/+2
* loader: send error message str for disallowed URLbptato2023-12-291-3/+3
* Compile with styleCheck:usagesbptato2023-12-281-8/+8
* loader: refactor onRead/onErrorbptato2023-12-211-19/+22
* Implement local CGI error message handlingbptato2023-12-151-1/+18
* Move http out of main binarybptato2023-12-131-71/+59
* Move gopher to adapter/bptato2023-12-121-5/+0
* Move out ftp: protocol; fix some local CGI bugsbptato2023-12-121-5/+0
* Move out file: protocol handling to adapter/bptato2023-12-121-7/+2
* local CGI improvements, move data: to cgi-binbptato2023-12-121-4/+0
* local CGI: add mapped URI env vars; move about: to adaptersbptato2023-12-121-6/+5
* Add w3m-cgi-compat optionbptato2023-10-011-1/+23
* Add urimethodmap supportbptato2023-09-301-39/+70
* loader: add local-cgibptato2023-09-301-1/+5
* buffer: simplify contentType handlingbptato2023-09-271-2/+2
* buffer: make clone fork()bptato2023-09-231-8/+96
* loader: add gopher supportbptato2023-09-201-0/+5
* loader: add FTP supportbptato2023-09-191-0/+8
* move around more modulesbptato2023-09-141-0/+394