cmake:
Add debug symbols to the daemon
stats:
Add the established_conns variable of the listener in the listener stats struct
Add stats of pending connections in the listener
Add counters for HTTP responses codes
algorithm:
Fix segfault errors when the algorithm is not round robin
Fix an error recalculating the service priority when a backend changes of status
Fix issue with backend in maintenance and the new round robin with weight
Use the backend weight parameter in the round robin algorithm
headers:
Fix an error that sends two times the host header if it is modified
logs:
Add log level and log output parameters from command line
Disable log_err in inactive event
Remove LOG_REMOVE log messages
Extend data for timer error logs
Apply some logging fixes
config:
Return error when the API fails reloading the configuration file
Fix NfMark checking regex
Add the new backend parameter 'ConnLimit'
Enable command line help options
Add the macro ${VHOST}
in the redirect directive to replace the Virtual Host in the redirect URL for the request one
Add a new command line argument to not run zproxy as daemon
Add a configuration directive to modify the HTTP body reponse if the WAF reject a request
libs:
Add zevenet core utils package
Remove utils/network.h dependency
Remove backtrace dependency in libpcore
Remove Logger dependency
ssl:
Mark packets in the handshake with the backend if the NfMark directive is enabled
tests:
Add a new funtional test application