openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
N
nuster
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
about 1 year
ago. based on code collected
about 1 year
ago.
Jan 16, 2023 — Jan 16, 2024
Showing page 245 of 251
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
[DOC] documented the 'stats' parameter.
willy tarreau
More...
over 18 years ago
Merge branch 'minconn' into abort-close
willy tarreau
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.
willy tarreau
More...
over 18 years ago
[DOC] documented the 'abortonclose' option
willy tarreau
More...
over 18 years ago
[MEDIUM] added the 'abortonclose' option.
willy tarreau
More...
over 18 years ago
[MAJOR] missing parenthesis in poll_loop() might have caused missed events.
willy tarreau
More...
over 18 years ago
[MAJOR] missing parenthesis prevented matching of cacheable cookies !
willy tarreau
More...
over 18 years ago
[MEDIUM] added counters for connect/response/security errors
willy tarreau
More...
over 18 years ago
[MINOR] allow a proxy instance to run without any server (useful for stats)
willy tarreau
More...
over 18 years ago
[MEDIUM] the stats dump FSM was buggy and looped on dispatch instances.
willy tarreau
More...
over 18 years ago
[MEDIUM] hopefully definitely fixed hot-reconf for OpenBSD
willy tarreau
More...
over 18 years ago
[MINOR] cosmetic changes in the stats interface
willy tarreau
More...
over 18 years ago
[CRITICAL] potential NULL dereference when counting stats in dispatch mode
willy tarreau
More...
over 18 years ago
[MINOR] also set request time on denied requests
willy tarreau
More...
over 18 years ago
[MINOR] set request time even for stats requests
willy tarreau
More...
over 18 years ago
[BUILD] updated Makefile.bsd for the new files
willy tarreau
More...
over 18 years ago
[MEDIUM] completed HTML status output, fixed some rendering bugs.
willy tarreau
More...
over 18 years ago
[MEDIUM] first working code for an HTML status report.
willy tarreau
More...
over 18 years ago
[DOC] missing comment caused misinterpretation
willy tarreau
More...
over 18 years ago
[DEBUG] state names were shifted due to missing PEND state.
willy tarreau
More...
over 18 years ago
[MEDIUM] added the new 'stats' keyword with user authentication subsystem.
willy tarreau
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.
Willy TARREAU
More...
over 18 years ago
[MEDIUM] perform a soft stop when pause fails to be nice with non-Linux systems.
Willy TARREAU
More...
over 18 years ago
[CRITICAL] fixed an uninitialized 'pend_pos' field in struct session.
Willy TARREAU
More...
over 18 years ago
[RELEASE] released version 1.2.13
willy tarreau
More...
over 18 years ago
[DOC] update documentation to explain the server's maxconn
willy tarreau
More...
over 18 years ago
[MINOR] the queue time was missing from TCP logs.
willy tarreau
More...
over 18 years ago
[MINOR] do not report queue time if not queued !
willy tarreau
More...
over 18 years ago
[DOC] added (and updated) the ROADMAP file
willy tarreau
More...
over 18 years ago
[MINOR] make logs more accurate about expiration and close during queue.
willy tarreau
More...
over 18 years ago
←
1
2
…
241
242
243
244
245
246
247
248
249
250
251
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree