index
:
slackcoder/gmid
master
Small and secure gemini server
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
server.c
Age
Commit message (
Expand
)
Author
2024-06-03
fix `fastcgi off' handling
Omar Polo
2024-05-29
pretty-print the socket address at configuration parsing time
Omar Polo
2024-05-29
relax the SNI requirement
Omar Polo
2024-05-25
s/MIN/MINIMUM/g
Omar Polo
2024-03-12
remove dead code
Omar Polo
2024-01-21
convert remaining code to the imsg getters
Omar Polo
2024-01-09
fix configtest with chroot
Omar Polo
2023-08-28
log ip address and port when tls_handshake fails
Omar Polo
2023-08-11
fix comment (ge -> gemexp)
Omar Polo
2023-08-09
don't call client_close() from fcgi/proxy bev handlers
Omar Polo
2023-08-08
move strip_path to utils.c
Omar Polo
2023-08-03
actually use the specified log style
Omar Polo
2023-07-23
add `fastcgi off' to forceful skip fastcgi for a route
Omar Polo
2023-07-23
revamp fastcgi configuration: make it per-location
Omar Polo
2023-07-01
rename do_accept() -> server_accept()
Omar Polo
2023-07-01
change log_request to take the code and meta unpacked
Omar Polo
2023-07-01
change on fatalx -> log_warnx
Omar Polo
2023-07-01
rename fmt_sbuf -> fmtbuf; make the buffer explicit
Omar Polo
2023-07-01
avoid needless strlen()
Omar Polo
2023-07-01
simplify request handling
Omar Polo
2023-07-01
use a function-local buffer for the canonical redirect
Omar Polo
2023-06-26
use snprintf() instead of chain of strlcpy/cat
Omar Polo
2023-06-26
call getnameinfo() only once per request
Omar Polo
2023-06-24
avoid gratious strlen; evbuffer_readln returns the length
Omar Polo
2023-06-24
plug memory leak in client_close_ev
Omar Polo
2023-06-24
fix client_close_ev when tls_close() returns TLS_WANT_POLLIN/OUT
Omar Polo
2023-06-24
properly handle handshake failures
Omar Polo
2023-06-24
copyright years++
Omar Polo
2023-06-24
remove unused global flag
Omar Polo
2023-06-24
don't match host if connecting from the wrong socket
Omar Polo
2023-06-24
load the certs per listening address
Omar Polo
2023-06-24
send host addresses to the server process
Omar Polo
2023-06-23
implement `listen on'
Omar Polo
2023-06-23
rename client->addr to raddr (remote address) and keep original length
Omar Polo
2023-06-11
disable the privsep crypto engine on !OpenBSD
Omar Polo
2023-06-11
remove has_siginfo
Omar Polo
2023-06-11
fixes for -Wpointer-sign
Omar Polo
2023-06-11
add a privsep crypto engine
Omar Polo
2023-06-11
drop useless debug statement
Omar Polo
2023-06-09
don't have the config being a global
Omar Polo
2023-06-09
move hosts into the config struct
Omar Polo
2023-06-09
move fastcgi from global var to the config struct
Omar Polo
2023-06-09
readd proxy certs and `require client ca' support
Omar Polo
2023-06-08
less logger.h
Omar Polo
2023-06-08
make server_init and server_configure_done 'public'
Omar Polo
2023-06-08
remove debug code
Omar Polo
2023-06-08
rework the daemon to do fork+exec
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
move and dedup the tls initalization in server.c
Omar Polo
[next]