Age | Commit message (Expand) | Author |
---|---|---|
2022-07-04 | copyright years | Omar Polo |
2022-04-08 | hardcode the mapping text/gemini -> .gmi/.gemini | Omar Polo |
2022-04-08 | sort the MIME mappings and do a binary search to match | Omar Polo |
2022-04-08 | allow add_mime to fail | Omar Polo |
2022-03-19 | const-ify some tables | Omar Polo |
2021-04-22 | missing comma , | Omar Polo |
2021-04-21 | use `text/x-patch' for .patch and .diff files | Omar Polo |
2021-02-12 | fix various compilation errors | Omar Polo |
2021-01-24 | added support for location blocks | Omar Polo |
2021-01-21 | use recallocarray | Omar Polo |
2021-01-21 | rename mimes to mime ; pass config esplicitly to mime* functions | Omar Polo |
2021-01-19 | moving "default type" from global options to server options | Omar Polo |
2021-01-18 | move mimes into the struct config | Omar Polo |
2021-01-18 | add "mime" and "default type" option for the configuration | Omar Polo |
2021-01-18 | improve mime handling | Omar Polo |