summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* BUILD: globally enable -Wundef20210830-wundef-1Willy Tarreau2021-08-301-1/+1
* BUILD: ssl: fix two remaining occurrences of #if USE_OPENSSLWilly Tarreau2021-08-302-2/+2
* BUILD: ssl: next round of build warnings on LIBRESSL_VERSION_NUMBERWilly Tarreau2021-08-301-3/+3
* BUG/MINOR: tools: Fix loop condition in dump_text()Tim Duesterhus2021-08-301-2/+2
* BUG/MINOR threads: Use get_(local|gm)time instead of (local|gm)timeTim Duesterhus2021-08-302-22/+16
* [RELEASE] Released version 2.5-dev5v2.5-dev5Willy Tarreau2021-08-284-3/+70
* BUILD/MINOR: regex: avoid a build warning on USE_PCRE2 with -WundefWilly Tarreau2021-08-281-2/+2
* IMPORT: slz: silence a build warning with -WundefWilly Tarreau2021-08-281-1/+1
* BUILD/MINOR: ssl: avoid a build warning on LIBRESSL_VERSION with -WundefWilly Tarreau2021-08-281-1/+1
* BUILD/MINOR: defaults: eliminate warning on MAXHOSTNAMELEN with -WundefWilly Tarreau2021-08-281-1/+1
* BUILD: activity: use #ifdef not #if on USE_MEMORY_PROFILINGWilly Tarreau2021-08-281-4/+4
* BUG/MINOR: ebtree: remove dependency on incorrect macro for bits per longWilly Tarreau2021-08-281-18/+26
* MINOR: time: add report_idle() to report process-wide idle timeWilly Tarreau2021-08-282-3/+19
* BUG/MINOR: time: fix idle time computation for long sleepsWilly Tarreau2021-08-271-1/+1
* MEDIUM: config: Deprecate tune.ssl.capture-cipherlist-sizeMarcin Deranek2021-08-2622-48/+55
* MINOR: sample: Add be2hex converterMarcin Deranek2021-08-263-0/+135
* MINOR: sample: Add be2dec converterMarcin Deranek2021-08-263-0/+134
* MINOR: sample: Expose SSL captures using new fetchersMarcin Deranek2021-08-264-21/+276
* MEDIUM: ssl: Capture more info from Client HelloMarcin Deranek2021-08-264-18/+142
* BUG/MINOR: lua: use strlcpy2() not strncpy() to copy sample keywordsWilly Tarreau2021-08-261-4/+2
* MINOR: compiler: implement an ONLY_ONCE() macroWilly Tarreau2021-08-261-0/+8
* BUG/MINOR: resolvers: mark servers with name-resolution as non purgeableAmaury Denoyelle2021-08-261-0/+2
* REGTESTS: Remove REQUIRE_VERSION=1.5 from all testsTim Duesterhus2021-08-251-1/+0
* REGTESTS: Use `feature cmd` for 2.5+ testsTim Duesterhus2021-08-253-6/+4
* BUG/MINOR: proxy: don't dump servers of internal proxiesWilliam Lallemand2021-08-251-1/+1
* REGTEST: fix haproxy required version for server removal testAmaury Denoyelle2021-08-251-1/+1
* REGTEST: add missing lua requirements on server removal testAmaury Denoyelle2021-08-252-25/+48
* BUG/MINOR: base64: base64urldec() ignores padding in output size checkDragan Dosen2021-08-251-3/+3
* MEDIUM: server: allow to remove servers at runtime except non purgeableAmaury Denoyelle2021-08-255-56/+155
* MINOR: server: mark servers referenced by LUA script as non purgeableAmaury Denoyelle2021-08-251-1/+3
* MINOR: server: mark referenced servers as non purgeableAmaury Denoyelle2021-08-253-0/+4
* MINOR: server: define non purgeable server flagAmaury Denoyelle2021-08-251-0/+1
* MEDIUM: server: extend refcount for all serversAmaury Denoyelle2021-08-258-40/+28
* BUG/MINOR: stats: use refcount to protect dynamic server on dumpAmaury Denoyelle2021-08-253-6/+20
* MINOR: server: return the next srv instance on free_serverAmaury Denoyelle2021-08-253-8/+16
* BUILD: adopt script/build-ssl.sh for OpenSSL-3.0.0beta2Ilya Shipitsin2021-08-251-2/+2
* MINOR: proc: setting the process to produce a core dump on FreeBSD.devnexen@gmail.com2021-08-252-3/+13
* CLEANUP: assorted typo fixes in the code and commentsIlya Shipitsin2021-08-253-27/+27
* CI: github-actions: remove obsolete optionsWilly Tarreau2021-08-251-3/+0
* BUILD: httpclient: fix build without OpenSSLWilliam Lallemand2021-08-241-2/+17
* BUG/MINOR: httpclient: fix Host headerWilliam Lallemand2021-08-241-0/+2
* MINOR: httpclient: add the server to the proxyWilliam Lallemand2021-08-241-1/+6
* MINOR: httpclient: set verify none on the https serverWilliam Lallemand2021-08-241-0/+2
* BUG/MEDIUM: base64: check output boundaries within base64{dec,urldec}Dragan Dosen2021-08-241-6/+12
* BUG/MINOR: httpclient: remove deinit of the httpclientWilliam Lallemand2021-08-241-9/+0
* BUG/MINOR: stick-table: fix the sc-set-gpt* parser when using expressionsWilly Tarreau2021-08-241-2/+5
* CLEANUP: ssl: remove useless check on p in openssl_version_parser()William Lallemand2021-08-221-5/+3
* MINOR: cfgcond: implements openssl_version_atleast and openssl_version_beforeWilliam Lallemand2021-08-224-6/+65
* MINOR: ssl: add an openssl version string parserWilliam Lallemand2021-08-212-1/+85
* MINOR: systemd: remove the ExecStartPre line in the unit fileWilliam Lallemand2021-08-201-1/+0