summaryrefslogtreecommitdiff
path: root/xs_fcgi.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-07-08Added some const here and there.Gravatar grunfink1-2/+2
2025-02-05Fixed crash in xs_fcgi_request().Gravatar default1-0/+3
2025-01-08Bumped copyright year.Gravatar default1-1/+1
2024-12-19Propagate FastCGI variable REMOTE_ADDR.Gravatar default1-1/+1
2024-11-07Use the raw_path for proxying (as some media may include ? arguments).Gravatar default1-0/+2
2024-09-15URL decode data after splitting the argumentsGravatar Nicolai Dagestad1-4/+2
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.Gravatar default1-2/+1
2024-05-23Added more const.Gravatar default1-2/+2
2024-03-09Backport from xs.Gravatar default1-3/+2
2024-01-04Updated copyright year.Gravatar default1-1/+1
2023-12-27In xs_fcgi_response(), don't add the b_size to the total size if body is NULL.Gravatar default1-2/+3
2023-12-20Check some fwrite() return values in xs_fcgi_response().Gravatar default1-6/+8
2023-10-19Backport from xs.Gravatar default1-1/+5
2023-10-17Added FastCGI support.Gravatar default1-0/+365