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