| Commit message (Expand) | Author | Age | Files | Lines |
* | buffer: fix multipart forms | bptato | 2024-05-11 | 1 | -0/+1 |
* | config: add insecure-ssl-no-verify option to siteconf | bptato | 2024-05-01 | 1 | -3/+6 |
* | Update code style | bptato | 2024-04-17 | 1 | -2/+2 |
* | fflush() before forks | bptato | 2024-03-28 | 1 | -0/+2 |
* | js: proper distinction between Opt/Option | bptato | 2024-03-24 | 1 | -1/+0 |
* | cgi: reset SIGCHLD handler in children | bptato | 2024-03-24 | 1 | -0/+4 |
* | io: derive DynStream from RootObj (not Stream) | bptato | 2024-03-24 | 1 | -2/+2 |
* | loader: set static CGI env vars in initLoaderContext | bptato | 2024-03-21 | 1 | -7/+0 |
* | main: set CHA_LIBEXEC_DIR env var at startup | bptato | 2024-03-19 | 1 | -5/+4 |
* | cgi: set cwd to CGI dir | bptato | 2024-03-19 | 1 | -3/+7 |
* | cgi: fix broken pipe handling | bptato | 2024-03-14 | 1 | -1/+8 |
* | Move around some modules | bptato | 2024-03-14 | 1 | -1/+1 |
* | loader: fix crash on malformed CGI headers | bptato | 2024-03-14 | 1 | -2/+1 |
* | loader: fix nil deref in parseHeaders | bptato | 2024-03-13 | 1 | -1/+1 |
* | loader: rework process model | bptato | 2024-03-11 | 1 | -56/+85 |
* | cgi: do not eat first word of the error message | bptato | 2024-03-07 | 1 | -1/+1 |
* | cgi: pass system error message after execl failure | bptato | 2024-03-07 | 1 | -1/+2 |
* | cgi: fix regression in header handling | bptato | 2024-03-02 | 1 | -5/+8 |
* | posixstream: add readLine implementation | bptato | 2024-03-02 | 1 | -6/+4 |
* | cgi: do not register closed istreams | bptato | 2024-02-09 | 1 | -1/+2 |
* | loader: clean up error handling | bptato | 2024-01-26 | 1 | -22/+20 |
* | cgi: fix broken libexec path env variable | bptato | 2024-01-26 | 1 | -6/+5 |
* | Add urlenc, urldec; fix a URL encoding bug; improve trans.cgi | bptato | 2024-01-08 | 1 | -0/+2 |
* | Use std/* imports everywhere | bptato | 2024-01-07 | 1 | -5/+5 |
* | Compile with styleCheck:usages | bptato | 2023-12-28 | 1 | -2/+2 |
* | cgi: return ConnectionError when script is not executable | bptato | 2023-12-21 | 1 | -1/+2 |
* | Implement local CGI error message handling | bptato | 2023-12-15 | 1 | -1/+7 |
* | Move http out of main binary | bptato | 2023-12-13 | 1 | -17/+15 |
* | Move out ftp: protocol; fix some local CGI bugs | bptato | 2023-12-12 | 1 | -8/+15 |
* | Move out file: protocol handling to adapter/ | bptato | 2023-12-12 | 1 | -1/+0 |
* | local CGI improvements, move data: to cgi-bin | bptato | 2023-12-12 | 1 | -14/+82 |
* | local CGI: add mapped URI env vars; move about: to adapters | bptato | 2023-12-12 | 1 | -3/+16 |
* | Add w3m-cgi-compat option | bptato | 2023-10-01 | 1 | -1/+5 |
* | loader: add local-cgi | bptato | 2023-09-30 | 1 | -0/+165 |