summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* MINOR: stats: inc req counter on listeners.Emeric Brun2020-10-072-6/+8
* BUG/MEDIUM: log: old processes with log foward section don't die on soft stop.Emeric Brun2020-10-072-0/+36
* BUG/MINOR: proxy: inc req counter on new syslog messages.Emeric Brun2020-10-071-1/+1
* CLEANUP: sock-unix: Remove an unreachable goto clauseChristopher Faulet2020-10-071-1/+0
* MINOR: mux-h1: Don't wakeup the H1C when output buffer become availableChristopher Faulet2020-10-071-1/+0
* BUG/MINOR: mux-h1: Always set the session on frontend h1 streamChristopher Faulet2020-10-071-1/+1
* BUG/MINOR: mux-h1: Be sure to only set CO_RFL_READ_ONCE for the first readChristopher Faulet2020-10-071-1/+2
* CLEANUP: ssl: Release cached SSL sessions on deinitChristopher Faulet2020-10-071-0/+8
* CLEANUP: cache: Fix leak of cconf->c.name during config checkTim Duesterhus2020-10-071-0/+4
* BUG/MINOR: proto_tcp: Report warning messages when listeners are boundChristopher Faulet2020-10-071-1/+1
* DOC: update INSTALL with supported OpenBSD / FreeBSD versionsBrad Smith2020-10-071-2/+2
* BUG/MINOR: peers: Inconsistency when dumping peer status codes.Frédéric Lécaille2020-10-071-1/+2
* DOC: ssl: fix typo about ocsp filesWilliam Dauchy2020-10-061-1/+1
* MINOR: stats: remove for loop declarationAmaury Denoyelle2020-10-051-1/+2
* MINOR: dns/stats: integrate dns counters in statsAmaury Denoyelle2020-10-057-59/+374
* MINOR: stats: add config "stats show modules"Amaury Denoyelle2020-10-054-70/+111
* MINOR: stats: display extra proxy stats on the html pageAmaury Denoyelle2020-10-051-8/+119
* MINOR: stats: support clear counters for dynamic statsAmaury Denoyelle2020-10-052-0/+43
* MEDIUM: stats: integrate static proxies stats in new statsAmaury Denoyelle2020-10-056-25/+243
* MEDIUM: stats: add abstract type to store countersAmaury Denoyelle2020-10-051-0/+52
* MEDIUM: stats: define an API to register stat modulesAmaury Denoyelle2020-10-053-0/+40
* MEDIUM: stats: add delimiter for static proxy stats on csvAmaury Denoyelle2020-10-052-10/+33
* MINOR: stats: define additional flag px cap on domainAmaury Denoyelle2020-10-053-0/+19
* MINOR: stats: define the concept of domain for statisticsAmaury Denoyelle2020-10-054-25/+71
* MINOR: hlua: Display debug messages on stderr only in debug modeChristopher Faulet2020-10-051-0/+3
* REORG: stats: extract proxies dump loop in a functionAmaury Denoyelle2020-10-051-21/+44
* REORG: stats: extract proxy json dumpAmaury Denoyelle2020-10-051-19/+35
* MINOR: stats: hide px/sv/li fields in applet structAmaury Denoyelle2020-10-053-47/+48
* MINOR: stats: add stats size as a parameter for csv/json dumpAmaury Denoyelle2020-10-052-16/+20
* REORG: stats: export some functionsAmaury Denoyelle2020-10-052-2/+7
* BUG/MINOR: stats: fix validity of the json schemaAmaury Denoyelle2020-10-051-5/+5
* MINOR: counters: fix a typo in commentAmaury Denoyelle2020-10-051-1/+1
* CLEANUP: ssl: "bundle" is not an OpenSSL wordingWilliam Lallemand2020-10-021-5/+5
* BUG/MEDIUM: queue: make pendconn_cond_unlink() really thread-safeWilly Tarreau2020-10-021-1/+1
* DOC: ssl: new "cert bundle" behaviorWilliam Lallemand2020-10-022-72/+40
* BUG/MINOR: tcpcheck: Set socks4 and send-proxy flags before the connect callChristopher Faulet2020-10-022-17/+81
* MEDIUM: tcp-rules: Warn if a track-sc* content rule doesn't depend on contentChristopher Faulet2020-10-022-7/+31
* DOC: tcp-rules: Refresh details about L7 matching for tcp-request content rulesChristopher Faulet2020-10-021-7/+10
* BUG/MINOR: Fix several leaks of 'log_tag' in init().Eric Salama2020-10-023-3/+22
* MINOR: ssl: remove uneeded check in crtlist_parse_fileWilliam Dauchy2020-10-021-3/+0
* MINOR: ssl: Add error if a crt-list might be truncatedTim Duesterhus2020-10-021-2/+26
* CLEANUP: ssl: Use structured format for error line report during crt-list par...Tim Duesterhus2020-10-021-15/+15
* BUILD: makefile: Enable closefrom() support on SolarisBrad Smith2020-10-022-4/+3
* BUILD: tools: fix minor build issue on isspace()Willy Tarreau2020-10-011-2/+2
* MINOR: tools: support for word expansion of environment in parse_lineAmaury Denoyelle2020-10-014-4/+50
* BUILD: makefile: add an EXTRAVERSION variable to ease local namingWilly Tarreau2020-10-011-13/+17
* BUILD: makefile: Fix building with closefrom() support enabledBrad Smith2020-09-301-1/+2
* OPTIM: backend: skip LB when we know the backend is fullWilly Tarreau2020-09-291-1/+12
* OPTIM: backend/random: never queue on the server, always on the backendWilly Tarreau2020-09-291-0/+7
* BUILD: makefile: Update feature flags for FreeBSDBrad Smith2020-09-291-2/+2