0
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
[DOC] documented the 'stats' parameter. More... over 18 years ago
Merge branch 'minconn' into abort-close More... over 18 years ago
[MAJOR] implemented the 'minconn' server parameter for dynamic load regulation When 'minconn' is set, the number of simultaneous sessions sent to the server will be limited by a dynamic value depending on the global load on the instance itself. The principle is to fix the maximal concurrency on the server proportionnally to the instance's usage relative to its maxconn, with a minimum fixed to <minconn>. The formula for the number of simultaneous sessions sent to the server is then max(srv_minconn, srv_maxconn*px_conn/px_maxconn). This helps unloading the servers when the load is very low. More... over 18 years ago
[DOC] documented the 'abortonclose' option More... over 18 years ago
[MEDIUM] added the 'abortonclose' option. More... over 18 years ago
[MAJOR] missing parenthesis in poll_loop() might have caused missed events. More... over 18 years ago
[MAJOR] missing parenthesis prevented matching of cacheable cookies ! More... over 18 years ago
[MEDIUM] added counters for connect/response/security errors More... over 18 years ago
[MINOR] allow a proxy instance to run without any server (useful for stats) More... over 18 years ago
[MEDIUM] the stats dump FSM was buggy and looped on dispatch instances. More... over 18 years ago
[MEDIUM] hopefully definitely fixed hot-reconf for OpenBSD More... over 18 years ago
[MINOR] cosmetic changes in the stats interface More... over 18 years ago
[CRITICAL] potential NULL dereference when counting stats in dispatch mode More... over 18 years ago
[MINOR] also set request time on denied requests More... over 18 years ago
[MINOR] set request time even for stats requests More... over 18 years ago
[BUILD] updated Makefile.bsd for the new files More... over 18 years ago
[MEDIUM] completed HTML status output, fixed some rendering bugs. More... over 18 years ago
[MEDIUM] first working code for an HTML status report. More... over 18 years ago
[DOC] missing comment caused misinterpretation More... over 18 years ago
[DEBUG] state names were shifted due to missing PEND state. More... over 18 years ago
[MEDIUM] added the new 'stats' keyword with user authentication subsystem. More... over 18 years ago
[RELEASE] released version 1.2.13.1 - an uninitialized field in the struct session could cause a crash when the session was freed. This has been encountered on Solaris only. - Solaris and OpenBSD no not support shutdown() on listening socket. Let's be nice to them by performing a soft stop if pause fails. More... over 18 years ago
[MEDIUM] perform a soft stop when pause fails to be nice with non-Linux systems. More... over 18 years ago
[CRITICAL] fixed an uninitialized 'pend_pos' field in struct session. More... over 18 years ago
[RELEASE] released version 1.2.13 More... over 18 years ago
[DOC] update documentation to explain the server's maxconn More... over 18 years ago
[MINOR] the queue time was missing from TCP logs. More... over 18 years ago
[MINOR] do not report queue time if not queued ! More... over 18 years ago
[DOC] added (and updated) the ROADMAP file More... over 18 years ago
[MINOR] make logs more accurate about expiration and close during queue. More... over 18 years ago