index
:
slackcoder/gmid
master
Small and secure gemini server
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
utils.c
Age
Commit message (
Expand
)
Author
2024-06-10
style
Omar Polo
2024-06-08
change the approach for strnvis
Omar Polo
2024-06-06
attempt to deal with the portability fiasco of strnvis(3)
Omar Polo
2023-10-18
tweak certificate generation log messages
Omar Polo
2023-10-18
rework gencert(); make gemexp generate EC certs
Omar Polo
2023-08-11
getcwd(NULL) is an extension; don't rely on it
Omar Polo
2023-08-11
remove not so useful starts_with()
Omar Polo
2023-08-11
remove a long, long unused function
Omar Polo
2023-08-08
move strip_path to utils.c
Omar Polo
2023-07-23
revamp fastcgi configuration: make it per-location
Omar Polo
2023-06-24
copyright years++
Omar Polo
2023-06-23
implement `listen on'
Omar Polo
2023-06-12
load_ca: get a buffer instead of a fd
Omar Polo
2023-06-11
fixes for -Wpointer-sign
Omar Polo
2023-06-11
add a privsep crypto engine
Omar Polo
2023-06-09
use fatal/fatalx instead of err/errx in daemon code
Omar Polo
2023-06-09
readd proxy certs and `require client ca' support
Omar Polo
2023-06-08
move some new_* functions from parse.y to utils.c
Omar Polo
2023-06-08
drop now unused dispatch_imsg
Omar Polo
2023-06-06
switch to the more usual log.c
Omar Polo
2023-06-06
rename log.[ch] to logger.[ch]
Omar Polo
2023-06-05
provide a more usual fatal
Omar Polo
2022-04-12
log when the certificate was successfully generated
Omar Polo
2021-10-18
fmt
Omar Polo
2021-05-12
certificate generation (bugfix and improvement)
Omar Polo
2021-03-31
list instead of fixed-size array for vhosts and locations
Omar Polo
2021-03-19
refactoring: imsg everywhere
Omar Polo
2021-02-12
kill debug printf
Omar Polo
2021-02-12
fix various compilation errors
Omar Polo
2021-02-10
don't allocate BIGNUM on the stack
Omar Polo
2021-02-09
add `require client ca' rule to require certs signed by a CA
Omar Polo
2021-02-07
improve logs management
Omar Polo
2021-02-04
reload configuration on SIGHUP
Omar Polo
2021-02-03
revert commit 346f28eeaa205d268d1e63c7ffd86cf041f6d1e6
Omar Polo
2021-02-02
move mark_nonblock to utils.c
Omar Polo
2021-02-01
ensure absolute paths in config-less mode
Omar Polo
2021-01-28
correct copyright date
Omar Polo
2021-01-27
use starts_with in puny.c
Omar Polo