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