haproxy-2.3.git
2020-12-14 Christopher... BUG/MINOR: tools: make parse_time_err() more strict...
2020-12-14 Christopher... MINOR: tcpcheck: Only wait for more payload data on...
2020-12-14 Christopher... BUG/MINOR: tcpcheck: Don't rearm the check timeout...
2020-12-14 Christopher... BUG/MINOR: http-check: Use right condition to consider...
2020-12-14 David CarlierDOC: email change of the DeviceAtlas maintainer
2020-12-14 Gilchrist DadagloBUG/MEDIUM: spoa/python: Fixing references to None
2020-12-14 Gilchrist DadagloBUG/MEDIUM: spoa/python: Fixing PyObject_Call positiona...
2020-12-14 Gilchrist DadagloBUG/MINOR: spoa/python: Cleanup ipaddress objects if...
2020-12-14 Gilchrist DadagloBUG/MINOR: spoa/python: Cleanup references for failed...
2020-12-14 Gilchrist DadagloDOC: spoa/python: Fixing typos in comments
2020-12-14 Gilchrist DadagloDOC: spoa/python: Rephrasing memory related error messages
2020-12-14 Gilchrist DadagloDOC: spoa/python: Fixing typo in IP related error messages
2020-12-14 Gilchrist DadagloBUG/MAJOR: spoa/python: Fixing return None
2020-12-14 William LallemandMEDIUM: ssl: fatal error with bundle + openssl < 1.1.1
2020-12-14 Willy TarreauMINOR: listener: now use a generic add_listener() function
2020-12-14 Willy TarreauMINOR: listener: automatically set the port when creati...
2020-12-14 Willy TarreauMINOR: protocol: add a ->set_port() helper to address...
2020-12-14 Christopher... BUG/MINOR: mux-h1: Handle keep-alive timeout for idle...
2020-12-14 Willy TarreauBUG/MINOR: listener: use sockaddr_in6 for IPv6
2020-12-14 Phil SchererDOC/MINOR: Fix formatting in Management Guide
2020-12-14 David CarlierBUILD/MINOR: haproxy DragonFlyBSD affinity build update.
2020-12-14 Emeric BrunBUG/MAJOR: ring: tcp forward on ring can break the...
2020-12-14 Thierry FournierBUG/MINOR: lua: warn when registering action, conv...
2020-12-14 Thierry FournierMINOR: cli: add a function to look up a CLI service...
2020-12-14 Thierry FournierMINOR: actions: add a function returning a service...
2020-12-14 Thierry FournierMINOR: actions: Export actions lookup functions
2020-12-14 Thierry FournierBUG/MINOR: lua: Some lua init operation are processed...
2020-12-14 Thierry FournierBUG/MINOR: lua: Post init register function are not...
2020-12-14 Thierry FournierBUG/MINOR: lua: lua-load doesn't check its parameters
2020-12-14 Thierry FournierBUG/MINOR: lua: missing "\n" in error message
2020-12-14 Willy TarreauBUG/MINOR: mux-h2/stats: not all GOAWAY frames are...
2020-12-14 Willy TarreauBUG/MINOR: mux-h2/stats: make stream/connection proto...
2020-12-14 Emeric BrunBUG/MEDIUM: local log format regression.
2020-12-14 Willy TarreauBUG/MEDIUM: task: close a possible data race condition...
2020-12-14 Willy TarreauMINOR: task: remove __tasklet_remove_from_tasklet_list()
2020-12-14 Olivier HouchardBUG/MEDIUM: lists: Lock the element while we check...
2020-11-30 Your NameMINOR: plock: use an ARMv8 instruction barrier for...
2020-11-28 William Lallemand[RELEASE] Released version 2.3.2 v2.3.2
2020-11-27 Christopher... BUG/MINOR: http-fetch: Fix smp_fetch_body() when called...
2020-11-27 Christopher... DOC: config: Move req.hdrs and req.hdrs_bin in L7 sampl...
2020-11-27 Christopher... BUG/MAJOR: tcpcheck: Allocate input and output buffers...
2020-11-27 Christopher... MINOR: tcpcheck: Don't handle anymore in-progress send...
2020-11-27 Christopher... BUG/MINOR: tcpcheck: Don't forget to reset tcp-check...
2020-11-27 Maciej ZdebDOC: Clarify %HP description in log-format
2020-11-27 Willy TarreauDOC: better document the config file format and escapin...
2020-11-27 Willy TarreauBUG/MAJOR: peers: fix partial message decoding
2020-11-27 Maciej ZdebBUG/MEDIUM: http_act: Restore init of log-format list
2020-11-27 Tim DuesterhusBUILD: Show the value of DEBUG= in haproxy -vv
2020-11-27 Tim DuesterhusBUILD: Make DEBUG part of .build_opts
2020-11-27 Maciej ZdebMINOR: http_act: Add -m flag for del-header name matchi...
2020-11-27 William DauchyREGTESTS: converter: add url_dec test
2020-11-27 Tim DuesterhusREGTESTS: Add sample_fetches/cook.vtc
2020-11-26 Remi Tricot... DOC: cache: Add new caching limitation information
2020-11-26 Remi Tricot... MEDIUM: cache: Change caching conditions
2020-11-24 Christopher... BUG/MAJOR: filters: Always keep all offsets up to date...
2020-11-24 Joao MoraisDOC: better describes how to configure a fallback crt
2020-11-24 Maciej ZdebBUG/MINOR: http_htx: Fix searching headers by substring
2020-11-24 Willy TarreauBUG/MAJOR: connection: reset conn->owner when detaching...
2020-11-24 Willy TarreauCLEANUP: connection: do not use conn->owner when the...
2020-11-24 Joao MoraisDOC: clarify how to create a fallback crt
2020-11-24 Matthieu GueganBUILD: makefile: enable crypt(3) for OpenBSD
2020-11-24 William LallemandBUG/MEDIUM: ssl/crt-list: fix error when no file found
2020-11-24 William LallemandBUG/MINOR: ssl/crt-list: load bundle in crt-list only...
2020-11-24 William LallemandBUG/MEDIUM: ssl: error when no certificate are found
2020-11-24 William LallemandBUG/MEDIUM: ssl/crt-list: bundle support broken in...
2020-11-20 Christopher... BUG/MEDIUM: http-ana: Don't eval http-after-response...
2020-11-19 William LallemandBUG/MINOR: ssl: segv on startup when AKID but no keyid
2020-11-18 William LallemandDOC: add missing 3.10 in the summary
2020-11-18 Christopher... BUG/MINOR: http-ana: Don't wait for the body of CONNECT...
2020-11-18 Christopher... BUG/MEDIUM: filters: Forward all filtered data at the...
2020-11-17 Jerome MagninCLEANUP: cfgparse: remove duplicate registration for...
2020-11-17 Willy TarreauBUILD: http-htx: fix build warning regarding long type...
2020-11-13 William Lallemand[RELEASE] Released version 2.3.1 v2.3.1
2020-11-13 Christopher... REGTEST: make ssl_client_samples and ssl_server_samples...
2020-11-13 Frédéric LécailleMINOR: peers: Add traces to peer_treat_updatemsg().
2020-11-13 William LallemandREGTEST: ssl: mark reg-tests/ssl/ssl_crt-list_filters...
2020-11-13 William LallemandREGTEST: ssl: test wildcard and multi-type + exclusions
2020-11-13 Eric SalamaMINOR: cfgparse: tighten the scope of newnameserver...
2020-11-13 Christopher... MINOR: config/mux-h2: Return ERR_ flags from init_h2...
2020-11-13 Christopher... MINOR: init: Fix the prototype for per-thread free...
2020-11-13 Christopher... BUG/MINOR: tcpcheck: Don't warn on unused rules if...
2020-11-13 Christopher... MINOR: spoe: Don't close connection in sync mode on...
2020-11-13 Christopher... BUG/MAJOR: spoe: Be sure to remove all references on...
2020-11-13 Christopher... BUG/MINOR: http-htx: Handle warnings when parsing http...
2020-11-13 Amaury DenoyelleMINOR: check: report error on incompatible connect...
2020-11-13 Amaury DenoyelleMINOR: check: report error on incompatible proto
2020-11-13 Amaury DenoyelleBUG/MEDIUM: check: reuse srv proto only if using same...
2020-11-13 Christopher... BUG/MINOR: http-fetch: Fix calls w/o parentheses of...
2020-11-13 Maciej ZdebBUG/MINOR: http-fetch: Extract cookie value even when...
2020-11-13 Willy TarreauBUG/MEDIUM: peers: fix decoding of multi-byte length...
2020-11-13 Frédéric LécailleBUG/MINOR: peers: Missing TX cache entries reset.
2020-11-13 Frédéric LécailleBUG/MINOR: peers: Do not ignore a protocol error for...
2020-11-12 Amaury DenoyelleBUG/MINOR: stats: free dynamically stats fields/lines...
2020-11-12 Thierry FournierBUG/MINOR: lua: set buffer size during map lookups
2020-11-12 Thierry FournierBUG/MINOR: pattern: a sample marked as const could...
2020-11-06 William LallemandBUG/MEDIUM: ssl/crt-list: correctly insert crt-list...
2020-11-06 Christopher... DOC: config: Fix a typo on ssl_c_chain_der
2020-11-06 Christopher... MINOR: http-htx: Add understandable errors for the...
2020-11-06 Willy TarreauBUG/MINOR: ssl: don't report 1024 bits DH param load...
2020-11-05 Willy Tarreau[RELEASE] Released version 2.3.0 v2.3.0
next