about summary refs log tree commit diff stats
path: root/src/loader/loader.nim
Commit message (Expand)AuthorAgeFilesLines
...
* 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
='#n257'>257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310