aboutsummaryrefslogtreecommitdiff
path: root/wildcard_cmp.h
Commit message (Collapse)AuthorAgeFilesLines
* Move header files to subdirectoryXavier Del Campo Romero2023-07-211-8/+0
| | | | | | | | | | | Since slweb is meant as a library, it is advisable to keep public header files under their own directory in order to avoid name clashing i.e., #include "something.h" Now becomes: #include "slweb/something.h"
* wildcard_cmp: Allow case-insensitive searchesXavier Del Campo Romero2023-07-201-1/+3
| | | | The new search feature will require them.
* Split wildcard_cmp into its own componentXavier Del Campo Romero2023-07-201-0/+6
Future commits will make use of this function outside handler.c.