| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Implement form interface | Xavier Del Campo Romero | 2025-10-02 | 1 | -0/+1 |
| | | | | | | This new interface allows library users to parse application/x-www-form-urlencoded data conveniently. | ||||
| * | Bump version to 0.4.0v0.4.0 | Xavier Del Campo Romero | 2024-08-22 | 1 | -1/+1 |
| | | |||||
| * | Bump version to 0.3.0v0.3.0 | Xavier Del Campo Romero | 2024-02-19 | 1 | -1/+1 |
| | | |||||
| * | CMakeLists.txt: Fix dynstr version | Xavier Del Campo Romero | 2024-02-19 | 1 | -1/+1 |
| | | | | | It was accidentally bumped to 0.2.0 during libweb's 0.2.0 release. | ||||
| * | Bump version to 0.2.0v0.2.0 | Xavier Del Campo Romero | 2024-02-12 | 1 | -2/+2 |
| | | |||||
| * | CMakeLists.txt: Fix missing LANGUAGES | Xavier Del Campo Romero | 2023-11-10 | 1 | -1/+1 |
| | | | | | | When the language name is not the only argument for project() (other than the project name itself), LANGUAGES must be indicated. | ||||
| * | CMakeLists.txt: set project VERSION | Xavier Del Campo Romero | 2023-10-25 | 1 | -1/+1 |
| | | |||||
| * | CMake: Use in-tree dynstr if not availablev0.1.0-rc4 | Xavier Del Campo Romero | 2023-10-16 | 1 | -1/+8 |
| | | |||||
| * | Rename project from slweb to libwebv0.1.0-rc3 | Xavier Del Campo Romero | 2023-10-11 | 1 | -6/+6 |
| | | | | | | | | | | | | | It was found out there was another project of the same name around (https://git.sr.ht/~strahinja/slweb/), also related to website generation. In order to avoid confusion, a new name has been chosen for this project. Surprisingly, libweb was not in use by any distributions (according to https://repology.org and AUR index), and it should reflect well the intention behind this project i.e., being a library to build web-related stuff. | ||||
| * | Install man pagesv0.1.0-rc1 | Xavier Del Campo Romero | 2023-09-27 | 1 | -0/+1 |
| | | |||||
| * | Add slweb.pc | Xavier Del Campo Romero | 2023-09-27 | 1 | -0/+6 |
| | | |||||
| * | Makefile, CMakeLists.txt: Add installation targets | Xavier Del Campo Romero | 2023-09-27 | 1 | -0/+2 |
| | | |||||
| * | CMakeLists.txt: Fix examples not building | Xavier Del Campo Romero | 2023-09-15 | 1 | -1/+1 |
| | | | | | | Default value for a CMake option() must always be passed as the third parameter. | ||||
| * | Add hello world example | Xavier Del Campo Romero | 2023-08-09 | 1 | -0/+5 |
| | | |||||
| * | Add top-level CMakeLists.txt | Xavier Del Campo Romero | 2023-07-21 | 1 | -0/+11 |
