| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | form.c: Fix leak on invalid formv0.5.1 | Xavier Del Campo Romero | 2025-10-26 | 1 | -2/+1 |
| | | | | | | When one or more entries have been appended to a struct form instance, but then an error occurs, those valid entries must be deallocated, too. | ||||
| * | Implement form interface | Xavier Del Campo Romero | 2025-10-02 | 1 | -0/+193 |
| This new interface allows library users to parse application/x-www-form-urlencoded data conveniently. | |||||
