aboutsummaryrefslogtreecommitdiff
path: root/server.c
AgeCommit message (Expand)Author
2024-06-03fix `fastcgi off' handlingOmar Polo
2024-05-29pretty-print the socket address at configuration parsing timeOmar Polo
2024-05-29relax the SNI requirementOmar Polo
2024-05-25s/MIN/MINIMUM/gOmar Polo
2024-03-12remove dead codeOmar Polo
2024-01-21convert remaining code to the imsg gettersOmar Polo
2024-01-09fix configtest with chrootOmar Polo
2023-08-28log ip address and port when tls_handshake failsOmar Polo
2023-08-11fix comment (ge -> gemexp)Omar Polo
2023-08-09don't call client_close() from fcgi/proxy bev handlersOmar Polo
2023-08-08move strip_path to utils.cOmar Polo
2023-08-03actually use the specified log styleOmar Polo
2023-07-23add `fastcgi off' to forceful skip fastcgi for a routeOmar Polo
2023-07-23revamp fastcgi configuration: make it per-locationOmar Polo
2023-07-01rename do_accept() -> server_accept()Omar Polo
2023-07-01change log_request to take the code and meta unpackedOmar Polo
2023-07-01change on fatalx -> log_warnxOmar Polo
2023-07-01rename fmt_sbuf -> fmtbuf; make the buffer explicitOmar Polo
2023-07-01avoid needless strlen()Omar Polo
2023-07-01simplify request handlingOmar Polo
2023-07-01use a function-local buffer for the canonical redirectOmar Polo
2023-06-26use snprintf() instead of chain of strlcpy/catOmar Polo
2023-06-26call getnameinfo() only once per requestOmar Polo
2023-06-24avoid gratious strlen; evbuffer_readln returns the lengthOmar Polo
2023-06-24plug memory leak in client_close_evOmar Polo
2023-06-24fix client_close_ev when tls_close() returns TLS_WANT_POLLIN/OUTOmar Polo
2023-06-24properly handle handshake failuresOmar Polo
2023-06-24copyright years++Omar Polo
2023-06-24remove unused global flagOmar Polo
2023-06-24don't match host if connecting from the wrong socketOmar Polo
2023-06-24load the certs per listening addressOmar Polo
2023-06-24send host addresses to the server processOmar Polo
2023-06-23implement `listen on'Omar Polo
2023-06-23rename client->addr to raddr (remote address) and keep original lengthOmar Polo
2023-06-11disable the privsep crypto engine on !OpenBSDOmar Polo
2023-06-11remove has_siginfoOmar Polo
2023-06-11fixes for -Wpointer-signOmar Polo
2023-06-11add a privsep crypto engineOmar Polo
2023-06-11drop useless debug statementOmar Polo
2023-06-09don't have the config being a globalOmar Polo
2023-06-09move hosts into the config structOmar Polo
2023-06-09move fastcgi from global var to the config structOmar Polo
2023-06-09readd proxy certs and `require client ca' supportOmar Polo
2023-06-08less logger.hOmar Polo
2023-06-08make server_init and server_configure_done 'public'Omar Polo
2023-06-08remove debug codeOmar Polo
2023-06-08rework the daemon to do fork+execOmar Polo
2023-06-06switch to the more usual log.cOmar Polo
2023-06-06rename log.[ch] to logger.[ch]Omar Polo
2023-06-05move and dedup the tls initalization in server.cOmar Polo