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