aboutsummaryrefslogtreecommitdiff
path: root/xs_httpd.h
AgeCommit message (Collapse)Author
2026-01-01Bumped copyright year.grunfink
2025-10-21Minor tweak to Stefano's code.grunfink
2025-10-18Enhances 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-08Added some const here and there.grunfink
2025-02-06Fixed bug in xs_httpd_request().default
2025-02-06Rewrite http header parsingSanttu Lakkala
2025-01-08Bumped copyright year.default
2024-11-07Use the raw_path for proxying (as some media may include ? arguments).default
2024-09-15URL decode data after splitting the argumentsNicolai 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-30Backport from xs.default
2024-05-27Translate status codes to canonical status textsLouis Brauer
Use those in HTTP responses instead of "OK"/"ERROR". Apps like Tokodon show only the status text in unexpected responses.
2024-05-23Added more const.default
2024-05-21Added const everywhere.default
2024-03-09Backport from xs.default
2024-01-04Updated copyright year.default
2023-09-25Backport from xs.default
2023-07-28Updated comment in headers.default
2023-05-11Backport from xs.default
2023-04-20Backport from xs.default
2023-02-14Add OK or ERROR to HTTP response.default
2023-01-28Backport from xs.default
2023-01-17Updated year in copyright notices.default
2023-01-12Backport from xs.default
2022-12-20Fix 500 errors in (OpenBSD) relayd.Andrew Alderwick
2022-12-11Backport from xs.default
2022-12-11Backport from xs.default
2022-12-10Updated RELEASE_NOTES.default
2022-10-25Backport from xs.default
2022-10-16Some emoticon tweaks.default
2022-10-16Use multipart/form-data for posts (on the way to supporting uploads).default
2022-09-28New function static_get().default
2022-09-25The HTTP request headers are stored in a plain dict.default
2022-09-23xs_httpd_request() also returns the payload.default
2022-09-19Renamed xs_splitn() to xs_split_n().default
2022-09-19Imported xs.default