| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fixed bug in xs_httpd_request(). | 2025-02-06 | 1 | -1/+1 | |
| | | |||||
| * | Rewrite http header parsing | 2025-02-06 | 1 | -20/+34 | |
| | | |||||
| * | Bumped copyright year. | 2025-01-08 | 1 | -1/+1 | |
| | | |||||
| * | Use the raw_path for proxying (as some media may include ? arguments). | 2024-11-07 | 1 | -0/+1 | |
| | | |||||
| * | URL decode data after splitting the arguments | 2024-09-15 | 1 | -3/+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 | |
| | | |||||
| * | Translate status codes to canonical status texts | 2024-05-27 | 1 | -3/+3 | |
| | | | | | | Use those in HTTP responses instead of "OK"/"ERROR". Apps like Tokodon show only the status text in unexpected responses. | ||||
| * | Added more const. | 2024-05-23 | 1 | -2/+2 | |
| | | |||||
| * | Added const everywhere. | 2024-05-21 | 1 | -2/+3 | |
| | | |||||
| * | Backport from xs. | 2024-03-09 | 1 | -3/+2 | |
| | | |||||
| * | Updated copyright year. | 2024-01-04 | 1 | -1/+1 | |
| | | |||||
| * | Backport from xs. | 2023-09-25 | 1 | -189/+1 | |
| | | |||||
| * | Updated comment in headers. | 2023-07-28 | 1 | -1/+1 | |
| | | |||||
| * | Backport from xs. | 2023-05-11 | 1 | -7/+32 | |
| | | |||||
| * | Backport from xs. | 2023-04-20 | 1 | -2/+2 | |
| | | |||||
| * | Add OK or ERROR to HTTP response. | 2023-02-14 | 1 | -1/+1 | |
| | | |||||
| * | Backport from xs. | 2023-01-28 | 1 | -21/+22 | |
| | | |||||
| * | Updated year in copyright notices. | 2023-01-17 | 1 | -1/+1 | |
| | | |||||
| * | Backport from xs. | 2023-01-12 | 1 | -3/+3 | |
| | | |||||
| * | Fix 500 errors in (OpenBSD) relayd. | 2022-12-20 | 1 | -1/+1 | |
| | | |||||
| * | Backport from xs. | 2022-12-11 | 1 | -2/+2 | |
| | | |||||
| * | Backport from xs. | 2022-12-11 | 1 | -5/+3 | |
| | | |||||
| * | Updated RELEASE_NOTES. | 2022-12-10 | 1 | -1/+2 | |
| | | |||||
| * | Backport from xs. | 2022-10-25 | 1 | -4/+2 | |
| | | |||||
| * | Some emoticon tweaks. | 2022-10-16 | 1 | -0/+2 | |
| | | |||||
| * | Use multipart/form-data for posts (on the way to supporting uploads). | 2022-10-16 | 1 | -1/+107 | |
| | | |||||
| * | New function static_get(). | 2022-09-28 | 1 | -1/+1 | |
| | | |||||
| * | The HTTP request headers are stored in a plain dict. | 2022-09-25 | 1 | -16/+15 | |
| | | |||||
| * | xs_httpd_request() also returns the payload. | 2022-09-23 | 1 | -11/+10 | |
| | | |||||
| * | Renamed xs_splitn() to xs_split_n(). | 2022-09-19 | 1 | -3/+3 | |
| | | |||||
| * | Imported xs. | 2022-09-19 | 1 | -0/+184 | |