aboutsummaryrefslogtreecommitdiff
path: root/xs_url.h
AgeCommit message (Collapse)Author
2026-02-23Fixed latest breakage in xs_multipart_form_data().grunfink
2026-02-23Fixed parsing error in xs_multipart_form_data().grunfink
2026-01-01Bumped copyright year.grunfink
2025-12-18Added emoji reactions (contributed by violette).violette
2025-02-21Fix memory leak in multipart parsingSanttu Lakkala
Also remove usage of strchr() on non-NUL-terminated buffer.
2025-02-06Fixed a crash in xs_multipart_form_data().default
2025-02-06Rewrite query string decodingSanttu Lakkala
2025-02-04More xs_url_dec() fixes.default
2025-02-04Another crash fix.default
2025-02-04Fixed crash.default
2025-01-08Bumped copyright year.default
2024-11-24Backport from xs.default
2024-11-11Fixed crash in xs_multipart_form_data() (from the tooot application).default
2024-11-07Fixed crash in posts from the links browser.default
2024-10-08Added -pedantic compilation flag.default
2024-09-16Fixed minor memory leak.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-09-14Fixed crash in xs_multipart_form_data().default
2024-08-30Backport from xs.default
2024-08-05Use xs_between() where applicable.default
2024-05-29Implement image uploads for TokodonLouis Brauer
2024-05-28Fix parsing of boundary for multipart/form-dataLouis Brauer
2024-05-25Backport from xs (fix regex.h compilation with tcc).default
2024-05-23Added more const.default
2024-05-21Added const everywhere.default
2024-04-14Backport from xs.default
2024-01-04Updated copyright year.default
2023-09-25Added forgotten header.default