| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-01-01 | Bumped copyright year. | grunfink | |
| 2025-10-21 | Minor tweak to Stefano's code. | grunfink | |
| 2025-10-18 | Enhances Mastodon API compatibility by adding support for displaying remote ↵ | Stefano Marinelli | |
| users' follower/following/post counts and their posts when viewing profiles in Mastodon-compatible apps (Fedilab, Tusky, etc.). Fixes for Moshidon and improvements for better compatibility with HAProxy | |||
| 2025-07-08 | Added some const here and there. | grunfink | |
| 2025-02-06 | Fixed bug in xs_httpd_request(). | default | |
| 2025-02-06 | Rewrite http header parsing | Santtu Lakkala | |
| 2025-01-08 | Bumped copyright year. | default | |
| 2024-11-07 | Use the raw_path for proxying (as some media may include ? arguments). | default | |
| 2024-09-15 | URL decode data after splitting the arguments | Nicolai Dagestad | |
| 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. | default | |
| 2024-05-27 | Translate status codes to canonical status texts | Louis Brauer | |
| 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. | default | |
| 2024-05-21 | Added const everywhere. | default | |
| 2024-03-09 | Backport from xs. | default | |
| 2024-01-04 | Updated copyright year. | default | |
| 2023-09-25 | Backport from xs. | default | |
| 2023-07-28 | Updated comment in headers. | default | |
| 2023-05-11 | Backport from xs. | default | |
| 2023-04-20 | Backport from xs. | default | |
| 2023-02-14 | Add OK or ERROR to HTTP response. | default | |
| 2023-01-28 | Backport from xs. | default | |
| 2023-01-17 | Updated year in copyright notices. | default | |
| 2023-01-12 | Backport from xs. | default | |
| 2022-12-20 | Fix 500 errors in (OpenBSD) relayd. | Andrew Alderwick | |
| 2022-12-11 | Backport from xs. | default | |
| 2022-12-11 | Backport from xs. | default | |
| 2022-12-10 | Updated RELEASE_NOTES. | default | |
| 2022-10-25 | Backport from xs. | default | |
| 2022-10-16 | Some emoticon tweaks. | default | |
| 2022-10-16 | Use multipart/form-data for posts (on the way to supporting uploads). | default | |
| 2022-09-28 | New function static_get(). | default | |
| 2022-09-25 | The HTTP request headers are stored in a plain dict. | default | |
| 2022-09-23 | xs_httpd_request() also returns the payload. | default | |
| 2022-09-19 | Renamed xs_splitn() to xs_split_n(). | default | |
| 2022-09-19 | Imported xs. | default | |