5
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Oct 30, 2023 — Oct 30, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
add support for asciidoctor to generate manpages More... about 4 years ago
enforce socket timeout on new sockets via setsockopt() More... over 4 years ago
add a comment example in the filter file example More... over 4 years ago
fix check_acl compilation with --enable-debug More... over 4 years ago
transparent: fix invalid memory access More... over 4 years ago
anonymous: fix segfault loading config item More... over 4 years ago
conf: use 2 swappable conf slots, so old config can stay valid More... almost 5 years ago
conf: fix loading of default values More... almost 5 years ago
remove duplicate code calling reload_config_file() More... almost 5 years ago
access config via a pointer, not a hardcoded struct address More... almost 5 years ago
remove config file name item from conf struct More... almost 5 years ago
remove godaemon member from config structure More... almost 5 years ago
log: remove special case code for daemonized mode without logfile More... almost 5 years ago
syslog: always use LOG_USER facility More... almost 5 years ago
move commandline parsing to main() More... almost 5 years ago
move initialize_config_defaults to conf.c More... almost 5 years ago
start work on 1.11.x More... almost 5 years ago
Use gai_strerror() to report errors of getaddrinfo() and getnameinfo() More... almost 5 years ago
Fixes #256 Provides ::1 as allowed More... about 5 years ago
fix usage of stathost in combination with basic auth More... over 5 years ago
filter file: Don't ignore lines with leading whitespace (#239) More... over 5 years ago
Do not give error while storing invalid header More... almost 6 years ago
implement detection and denial of endless connection loops More... almost 6 years ago
do hostname resolution only when it is absolutely necessary for ACL check More... almost 6 years ago
move sockaddr_union to sock.h More... almost 6 years ago
log.c: protect logging facility with a mutex More... almost 6 years ago
conf.c: merely warn on encountering recently obsoleted config items More... almost 6 years ago
conf.c: pass lineno to handler funcs More... almost 6 years ago
simplify codebase by using one thread/conn, instead of preforked procs More... almost 6 years ago
child.c: properly initialize fdset for each select() call (#216) More... almost 6 years ago