summaryrefslogtreecommitdiff
path: root/xs_httpd.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use the raw_path for proxying (as some media may include ? arguments).Gravatar default2024-11-071-0/+1
|
* URL decode data after splitting the argumentsGravatar Nicolai Dagestad2024-09-151-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.Gravatar default2024-08-301-2/+1
|
* Translate status codes to canonical status textsGravatar Louis Brauer2024-05-271-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.Gravatar default2024-05-231-2/+2
|
* Added const everywhere.Gravatar default2024-05-211-2/+3
|
* Backport from xs.Gravatar default2024-03-091-3/+2
|
* Updated copyright year.Gravatar default2024-01-041-1/+1
|
* Backport from xs.Gravatar default2023-09-251-189/+1
|
* Updated comment in headers.Gravatar default2023-07-281-1/+1
|
* Backport from xs.Gravatar default2023-05-111-7/+32
|
* Backport from xs.Gravatar default2023-04-201-2/+2
|
* Add OK or ERROR to HTTP response.Gravatar default2023-02-141-1/+1
|
* Backport from xs.Gravatar default2023-01-281-21/+22
|
* Updated year in copyright notices.Gravatar default2023-01-171-1/+1
|
* Backport from xs.Gravatar default2023-01-121-3/+3
|
* Fix 500 errors in (OpenBSD) relayd.Gravatar Andrew Alderwick2022-12-201-1/+1
|
* Backport from xs.Gravatar default2022-12-111-2/+2
|
* Backport from xs.Gravatar default2022-12-111-5/+3
|
* Updated RELEASE_NOTES.Gravatar default2022-12-101-1/+2
|
* Backport from xs.Gravatar default2022-10-251-4/+2
|
* Some emoticon tweaks.Gravatar default2022-10-161-0/+2
|
* Use multipart/form-data for posts (on the way to supporting uploads).Gravatar default2022-10-161-1/+107
|
* New function static_get().Gravatar default2022-09-281-1/+1
|
* The HTTP request headers are stored in a plain dict.Gravatar default2022-09-251-16/+15
|
* xs_httpd_request() also returns the payload.Gravatar default2022-09-231-11/+10
|
* Renamed xs_splitn() to xs_split_n().Gravatar default2022-09-191-3/+3
|
* Imported xs.Gravatar default2022-09-191-0/+184