aboutsummaryrefslogtreecommitdiff
path: root/xs_fcgi.h
AgeCommit message (Collapse)Author
2026-01-01Bumped copyright year.grunfink
2025-07-08Added some const here and there.grunfink
2025-02-05Fixed crash in xs_fcgi_request().default
2025-01-08Bumped copyright year.default
2024-12-19Propagate FastCGI variable REMOTE_ADDR.default
2024-11-07Use the raw_path for proxying (as some media may include ? arguments).default
2024-09-15URL decode data after splitting the argumentsNicolai Dagestad
Data decoding should happen after the parsing if not, a '?', '&', '#' or other character decoded will interfere with the parsing. e.g. the users password contains a '&', then it is truncated on that character, and login will fail.
2024-08-30Backport from xs.default
2024-05-23Added more const.default
2024-03-09Backport from xs.default
2024-01-04Updated copyright year.default
2023-12-27In xs_fcgi_response(), don't add the b_size to the total size if body is NULL.default
2023-12-20Check some fwrite() return values in xs_fcgi_response().default
2023-10-19Backport from xs.default
2023-10-17Added FastCGI support.default