about summary refs log tree commit diff stats
path: root/src/loader/cgi.nim
Commit message (Expand)AuthorAgeFilesLines
* cgi: do not register closed istreamsbptato2024-02-091-1/+2
* loader: clean up error handlingbptato2024-01-261-22/+20
* cgi: fix broken libexec path env variablebptato2024-01-261-6/+5
* Add urlenc, urldec; fix a URL encoding bug; improve trans.cgibptato2024-01-081-0/+2
* Use std/* imports everywherebptato2024-01-071-5/+5
* Compile with styleCheck:usagesbptato2023-12-281-2/+2
* cgi: return ConnectionError when script is not executablebptato2023-12-211-1/+2
* Implement local CGI error message handlingbptato2023-12-151-1/+7
* Move http out of main binarybptato2023-12-131-17/+15
* Move out ftp: protocol; fix some local CGI bugsbptato2023-12-121-8/+15
* Move out file: protocol handling to adapter/bptato2023-12-121-1/+0
* local CGI improvements, move data: to cgi-binbptato2023-12-121-14/+82
* local CGI: add mapped URI env vars; move about: to adaptersbptato2023-12-121-3/+16
* Add w3m-cgi-compat optionbptato2023-10-011-1/+5
* loader: add local-cgibptato2023-09-301-0/+165