| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix memory leak in multipart parsing | 2025-02-21 | 1 | -10/+10 | |
| | | | | | Also remove usage of strchr() on non-NUL-terminated buffer. | ||||
| * | Fixed a crash in xs_multipart_form_data(). | 2025-02-06 | 1 | -2/+4 | |
| | | |||||
| * | Rewrite query string decoding | 2025-02-06 | 1 | -34/+69 | |
| | | |||||
| * | More xs_url_dec() fixes. | 2025-02-04 | 1 | -0/+3 | |
| | | |||||
| * | Another crash fix. | 2025-02-04 | 1 | -0/+3 | |
| | | |||||
| * | Fixed crash. | 2025-02-04 | 1 | -1/+1 | |
| | | |||||
| * | Bumped copyright year. | 2025-01-08 | 1 | -1/+24 | |
| | | |||||
| * | Backport from xs. | 2024-11-24 | 1 | -4/+4 | |
| | | |||||
| * | Fixed crash in xs_multipart_form_data() (from the tooot application). | 2024-11-11 | 1 | -2/+2 | |
| | | |||||
| * | Fixed crash in posts from the links browser. | 2024-11-07 | 1 | -1/+1 | |
| | | |||||
| * | Added -pedantic compilation flag. | 2024-10-08 | 1 | -1/+1 | |
| | | |||||
| * | Fixed minor memory leak. | 2024-09-16 | 1 | -1/+2 | |
| | | |||||
| * | URL decode data after splitting the arguments | 2024-09-15 | 1 | -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(). | 2024-09-14 | 1 | -0/+5 | |
| | | |||||
| * | Backport from xs. | 2024-08-30 | 1 | -2/+1 | |
| | | |||||
| * | Use xs_between() where applicable. | 2024-08-05 | 1 | -1/+1 | |
| | | |||||
| * | Implement image uploads for Tokodon | 2024-05-29 | 1 | -21/+43 | |
| | | |||||
| * | Fix parsing of boundary for multipart/form-data | 2024-05-28 | 1 | -1/+7 | |
| | | |||||
| * | Backport from xs (fix regex.h compilation with tcc). | 2024-05-25 | 1 | -3/+2 | |
| | | |||||
| * | Added more const. | 2024-05-23 | 1 | -1/+1 | |
| | | |||||
| * | Added const everywhere. | 2024-05-21 | 1 | -2/+2 | |
| | | |||||
| * | Backport from xs. | 2024-04-14 | 1 | -1/+1 | |
| | | |||||
| * | Updated copyright year. | 2024-01-04 | 1 | -1/+1 | |
| | | |||||
| * | Added forgotten header. | 2023-09-25 | 1 | -0/+202 | |