summaryrefslogtreecommitdiff
path: root/xs_fcgi.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added some const here and there.Gravatar grunfink2025-07-081-2/+2
|
* Fixed crash in xs_fcgi_request().Gravatar default2025-02-051-0/+3
|
* Bumped copyright year.Gravatar default2025-01-081-1/+1
|
* Propagate FastCGI variable REMOTE_ADDR.Gravatar default2024-12-191-1/+1
|
* Use the raw_path for proxying (as some media may include ? arguments).Gravatar default2024-11-071-0/+2
|
* URL decode data after splitting the argumentsGravatar Nicolai Dagestad2024-09-151-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.
* Backport from xs.Gravatar default2024-08-301-2/+1
|
* Added more const.Gravatar default2024-05-231-2/+2
|
* Backport from xs.Gravatar default2024-03-091-3/+2
|
* Updated copyright year.Gravatar default2024-01-041-1/+1
|
* In xs_fcgi_response(), don't add the b_size to the total size if body is NULL.Gravatar default2023-12-271-2/+3
|
* Check some fwrite() return values in xs_fcgi_response().Gravatar default2023-12-201-6/+8
|
* Backport from xs.Gravatar default2023-10-191-1/+5
|
* Added FastCGI support.Gravatar default2023-10-171-0/+365