Skip to content

Releases: zevenet/zproxy

v0.2.7: Update README.md

17 Jun 06:38
6766c7b
Compare
Choose a tag to compare

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

v0.2.5

22 Jan 13:27
Compare
Choose a tag to compare
update version

v0.2.3

29 Sep 11:04
Compare
Choose a tag to compare
Increase version

v0.2.1

28 Jul 12:20
Compare
Choose a tag to compare
update version and clean up

v0.1.5

31 Mar 11:04
Compare
Choose a tag to compare
Enable WAF by default

v0.1.4

03 Mar 10:56
Compare
Choose a tag to compare
v0.1.4

v0.1.3: Update version

14 Nov 09:56
Compare
Choose a tag to compare
Signed-off-by: Emilio Campos <[email protected]>

	modified:   CMakeLists.txt

v0.1.2: Set quite ssl shutdown on freeing connection release.

05 Nov 10:58
Compare
Choose a tag to compare

v0.1.1

05 Nov 10:57
7041e5a
Compare
Choose a tag to compare
Update README.md