aboutsummaryrefslogtreecommitdiff
path: root/utils.c
AgeCommit message (Expand)Author
2024-06-10styleOmar Polo
2024-06-08change the approach for strnvisOmar Polo
2024-06-06attempt to deal with the portability fiasco of strnvis(3)Omar Polo
2023-10-18tweak certificate generation log messagesOmar Polo
2023-10-18rework gencert(); make gemexp generate EC certsOmar Polo
2023-08-11getcwd(NULL) is an extension; don't rely on itOmar Polo
2023-08-11remove not so useful starts_with()Omar Polo
2023-08-11remove a long, long unused functionOmar Polo
2023-08-08move strip_path to utils.cOmar Polo
2023-07-23revamp fastcgi configuration: make it per-locationOmar Polo
2023-06-24copyright years++Omar Polo
2023-06-23implement `listen on'Omar Polo
2023-06-12load_ca: get a buffer instead of a fdOmar Polo
2023-06-11fixes for -Wpointer-signOmar Polo
2023-06-11add a privsep crypto engineOmar Polo
2023-06-09use fatal/fatalx instead of err/errx in daemon codeOmar Polo
2023-06-09readd proxy certs and `require client ca' supportOmar Polo
2023-06-08move some new_* functions from parse.y to utils.cOmar Polo
2023-06-08drop now unused dispatch_imsgOmar Polo
2023-06-06switch to the more usual log.cOmar Polo
2023-06-06rename log.[ch] to logger.[ch]Omar Polo
2023-06-05provide a more usual fatalOmar Polo
2022-04-12log when the certificate was successfully generatedOmar Polo
2021-10-18fmtOmar Polo
2021-05-12certificate generation (bugfix and improvement)Omar Polo
2021-03-31list instead of fixed-size array for vhosts and locationsOmar Polo
2021-03-19refactoring: imsg everywhereOmar Polo
2021-02-12kill debug printfOmar Polo
2021-02-12fix various compilation errorsOmar Polo
2021-02-10don't allocate BIGNUM on the stackOmar Polo
2021-02-09add `require client ca' rule to require certs signed by a CAOmar Polo
2021-02-07improve logs managementOmar Polo
2021-02-04reload configuration on SIGHUPOmar Polo
2021-02-03revert commit 346f28eeaa205d268d1e63c7ffd86cf041f6d1e6Omar Polo
2021-02-02move mark_nonblock to utils.cOmar Polo
2021-02-01ensure absolute paths in config-less modeOmar Polo
2021-01-28correct copyright dateOmar Polo
2021-01-27use starts_with in puny.cOmar Polo