Releases: kvic-z/pixelserv-tls
Releases · kvic-z/pixelserv-tls
2.1.0-test.5
- NEW preliminary CORS support
- FIXED scm not properly initialised after prefetch on startup
For details, pls visit https://kazoo.ga/pixelserv-tls/
2.1.0-test.4
- NEW prefetch ssl cache from disk on startup
- NEW save top two-third ssl cache to disk on exit
- NEW benchmark loading cert from disk
- NEW prefetch and purge logging on LEVEL 3
- CHANGED improvement in check and purge of expired TLS sessions
- CHANGED CERT_PATH default to /var/cache/pixelserv for non-Entware
- FIXED scm double count
For more details, pls check https://kazoo.ga/pixelserv-tls/
v2.1.0-test.3
Changes
- NEW optional port for administrative commands e.g. /log=4 and /servstats
- NEW ARMv8 64-bit build target
- CHANGED improved ssl cache lookup
- CHANGED reduced latency in child sockets
- CHANGED reordered cipher preferences for less computation
For more details, pls go to https://kazoo.ga/pixelserv-tls/
v2.1.0-test.2
Revised ssl caching code.
v2.1.0-test.1
- NEW Cache frequently used ssl certs in memory.
For more details, pls go to https://kazoo.ga/pixelserv-tls/
v2.0.1
Changes (since v2.0.0)
- FIXED the 'stuck' issue
- FIXED three crash bugs (#7 & #8)
- FIXED incorrect logics of select() in the main event loop
- FIXED a memory leak on failure to create a service thread for HTTPS
- FIXED OpenSSL 1.1.x compatibility for Autotools (#6)
- CHANGED more efficient check for next request in a service thread
- CHANGED '-o SELECT_TIMEOUT' default to 10s
- NEW backtrace on crash
For details, pls visit https://kazoo.ga/pixelserv-tls/
v2.0.0
v2.0.0-rc1
Changes:
- Functionally same as Version KL-test8d
- Changed version naming scheme
- Updated error messages and usage text output
Version KL-test8
Changes:
- Refactored SSL code and reduced memory requirement by more than 40% when compared to KL-test7.
- Fixed an issue of no matching ciphers when pixelserv-tls stats page is accessed over HTTPS and using IP address.
- Fixed an error in automatically generated certificate when IP address is the hostname.
- Fine tuned buffer management for socket message and improved memory efficiency.
- More robust binary check for logging POST content
More details, pls visit https://kazoo.ga/pixelserv-tls/
Version KL-test7
Changes:
- More efficient threading and higher capacity of concurrent connections
- Changed default max threads from 400 to 1200
- Changed timeout for POST content back to 5s
- Fixed a major issue in processing POST content
- Fixed a bug/more rigid check for binary POST content not to output to syslog
For details, visit https://kazoo.ga/pixelserv-tls/