summaryrefslogtreecommitdiff
path: root/xs_url.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix memory leak in multipart parsingGravatar Santtu Lakkala2025-02-211-10/+10
| | | | Also remove usage of strchr() on non-NUL-terminated buffer.
* Fixed a crash in xs_multipart_form_data().Gravatar default2025-02-061-2/+4
|
* Rewrite query string decodingGravatar Santtu Lakkala2025-02-061-34/+69
|
* More xs_url_dec() fixes.Gravatar default2025-02-041-0/+3
|
* Another crash fix.Gravatar default2025-02-041-0/+3
|
* Fixed crash.Gravatar default2025-02-041-1/+1
|
* Bumped copyright year.Gravatar default2025-01-081-1/+24
|
* Backport from xs.Gravatar default2024-11-241-4/+4
|
* Fixed crash in xs_multipart_form_data() (from the tooot application).Gravatar default2024-11-111-2/+2
|
* Fixed crash in posts from the links browser.Gravatar default2024-11-071-1/+1
|
* Added -pedantic compilation flag.Gravatar default2024-10-081-1/+1
|
* Fixed minor memory leak.Gravatar default2024-09-161-1/+2
|
* URL decode data after splitting the argumentsGravatar Nicolai Dagestad2024-09-151-1/+1
| | | | | | | 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.
* Fixed crash in xs_multipart_form_data().Gravatar default2024-09-141-0/+5
|
* Backport from xs.Gravatar default2024-08-301-2/+1
|
* Use xs_between() where applicable.Gravatar default2024-08-051-1/+1
|
* Implement image uploads for TokodonGravatar Louis Brauer2024-05-291-21/+43
|
* Fix parsing of boundary for multipart/form-dataGravatar Louis Brauer2024-05-281-1/+7
|
* Backport from xs (fix regex.h compilation with tcc).Gravatar default2024-05-251-3/+2
|
* Added more const.Gravatar default2024-05-231-1/+1
|
* Added const everywhere.Gravatar default2024-05-211-2/+2
|
* Backport from xs.Gravatar default2024-04-141-1/+1
|
* Updated copyright year.Gravatar default2024-01-041-1/+1
|
* Added forgotten header.Gravatar default2023-09-251-0/+202