haproxy-3.0.git
2020-05-05 Willy TarreauBUG/MINOR: threads: fix multiple use of argument inside...
2020-05-05 Willy TarreauBUG/MINOR: threads: fix multiple use of argument inside...
2020-05-05 Baptiste AssmannMINOR: istbuf: add ist2buf() function
2020-05-05 Baptiste AssmannMINOR: ist: add istissame() function
2020-05-05 Baptiste AssmannMINOR: ist: add istadv() function
2020-05-05 Christopher... BUG/MINOR: 51d: Fix HTX message prefetch
2020-05-05 Christopher... BUG/MINOR: wurfl: Fix HTX message prefetch
2020-05-05 Christopher... BUG/MINOR: da: Fix HTX message prefetch
2020-05-05 Joseph C. SibleMINOR: lua: allow changing port with set_addr
2020-05-05 Christopher... MEDIUM: checks: Support matching on headers for http...
2020-05-05 Christopher... REGTEST: checks: Fix sync condition for agent-check
2020-05-05 Christopher... BUG/MINOR: checks: Support multiple HTTP expect rules
2020-05-05 Christopher... MINOR: checks: Set by default expect rule status to...
2020-05-05 Christopher... MINOR: http-htx: Support different methods to look...
2020-05-05 Christopher... MINOR: checks: Add support of HTTP response sample...
2020-05-05 Christopher... MINOR: checks: Add support of server side ssl sample...
2020-05-05 Christopher... MINOR: checks: Add support of be_id, be_name, srv_id...
2020-05-05 Christopher... MINOR: checks: Add support of payload-based sample...
2020-05-05 Christopher... DOC: Document the log-format parameter for tcp-check...
2020-05-05 Christopher... MEDIUM: checks/http-fetch: Support htx prefetch from...
2020-05-05 Christopher... BUG/MINOR: sample: Set the correct type when a binary...
2020-05-04 William DauchyCLEANUP: connections: align function declaration
2020-05-04 Dragan DosenBUG/MEDIUM: ssl: fix the id length check within smp_fet...
2020-05-04 Christopher... BUG/MEDIUM: h1: Don't compare host and authority if...
2020-05-02 William DauchyBUG/MEDIUM: connections: force connections cleanup...
2020-05-02 Christopher... BUG/MEDIUM: mux-fcgi: Fix wrong test on FCGI_CF_KEEP_CO...
2020-05-02 Christopher... BUG/MEDIUM: mux_fcgi: Free the FCGI connection at the...
2020-05-02 Christopher... BUG/MEDIUM: mux-fcgi: Return from detach if server...
2020-05-01 Willy TarreauMINOR: stream: report the list of active filters on...
2020-05-01 Willy TarreauBUG/MEDIUM: shctx: bound the number of loops that can...
2020-05-01 Willy TarreauBUG/MEDIUM: shctx: really check the lock's value while...
2020-05-01 Willy TarreauBUG/MINOR: debug: properly use long long instead of...
2020-05-01 Willy TarreauMINOR: threads: export the POSIX thread ID in panic...
2020-05-01 Willy TarreauBUG/MEDIUM: listener: mark the thread as not stuck...
2020-05-01 Willy TarreauCLEANUP: ssl: silence a build warning when threads...
2020-04-30 William LallemandREGTEST: ssl: improve the "set ssl cert" test
2020-04-30 William LallemandREGTEST: ssl: remove curl from the "add ssl crt-list...
2020-04-29 Christopher... REGTEST: http-rules: Require PCRE or PCRE2 option to...
2020-04-29 Christopher... DOC: Add more info about request formatting in http...
2020-04-29 Christopher... DOC: Fix send rules in the http-check connect example
2020-04-29 Christopher... CLEANUP: checks: Fix checks includes
2020-04-29 Christopher... MINOR: checks: Keep the Host header and the request...
2020-04-29 Christopher... MINOR: checks: Skip some headers for http-check send...
2020-04-29 Christopher... MINOR: checks: Don't support multiple host header for...
2020-04-29 Christopher... MINOR: http-htx: Export functions to update message...
2020-04-29 Willy TarreauBUG/MEDIUM: sample: make the CPU and latency sample...
2020-04-29 Willy TarreauCLEANUP: http: add a few comments on certain functions...
2020-04-29 Willy TarreauBUG/MEDIUM: http: the "unique-id" sample fetch could...
2020-04-29 Willy TarreauBUG/MEDIUM: http: the "http_first_req" sample fetch...
2020-04-29 Willy TarreauBUG/MEDIUM: capture: capture.{req,res}.* crash without...
2020-04-29 Willy TarreauBUG/MEDIUM: capture: capture-req/capture-res converters...
2020-04-28 Jerome MagninDOC: give a more accurate description of what check...
2020-04-28 William LallemandREGTEST: ssl: test the client certificate authentication
2020-04-28 Willy TarreauBUG/MEDIUM: mux-h1: make sure we always have a timeout...
2020-04-28 Christopher... BUG/MINOR: checks: Set the output buffer length before...
2020-04-28 Damien ClaisseMINOR: log: Add "Tu" timer
2020-04-28 Christopher... BUG/MINOR: checks: Don't lose warning on proxy capability
2020-04-28 Christopher... BUG/MINOR: checks: Remove bad call to free() when an...
2020-04-28 Christopher... BUG/MINOR: checks: Avoid incompatible cast when a binar...
2020-04-28 Christopher... MINOR: checks: Make the use of the check's server more...
2020-04-28 Christopher... CLEANUP: checks: Remove unused code when ldap server...
2020-04-28 Christopher... BUG/MINOR: checks: Properly handle truncated mysql...
2020-04-28 Christopher... BUG/MINOR: checks: Remove wrong variable redeclaration
2020-04-28 Christopher... MINOR: checks: Use ver keyword to specify the HTTP...
2020-04-28 Christopher... MINOR: checks: Support HTTP/2 version (without '.0...
2020-04-28 Ilya ShipitsinCI: cirrus-ci: remove reg-tests/checks/tcp-check-ssl...
2020-04-27 Christopher... BUG/MINOR: checks: Fix PostgreSQL regex on the authenti...
2020-04-27 Christopher... BUG/MEDIUM: checks: Destroy the conn-stream before...
2020-04-27 Christopher... BUG/MEDIUM: sessions: Always pass the mux context as...
2020-04-27 Christopher... BUG/MINOR: checks/server: use_ssl member must be signed
2020-04-27 Christopher... BUG/MINOR: checks: Only use ssl_sock_is_ssl() if compil...
2020-04-27 Christopher... BUG/MEDIUM: checks: unsubscribe for events on the old...
2020-04-27 Christopher... BUG/MINOR: server: Fix server_finalize_init() to avoid...
2020-04-27 Christopher... REGTEST: Add a script to validate agent checks
2020-04-27 Christopher... BUG/MEDIUM: checks: Unsubscribe to mux events when...
2020-04-27 Christopher... MINOR: checks: Support list of status codes on http...
2020-04-27 Christopher... BUG/MINOR: mux-fcgi: Be sure to have a connection as...
2020-04-27 Christopher... MINOR: checks: Support mux protocol definition for...
2020-04-27 Christopher... BUG/MEDIUM: checks: Use the mux protocol specified...
2020-04-27 Christopher... DOC: Fix the tcp-check and http-check directives layout
2020-04-27 Christopher... DOC: Add documentation about comments for tcp-check...
2020-04-27 Christopher... Revert "MEDIUM: checks: capture groups in expect regexes"
2020-04-27 Christopher... REGTEST: Add scripts to test based tcp-check health...
2020-04-27 Christopher... BUG/MINOR: checks: Send the right amount of outgoing...
2020-04-27 Christopher... MINOR: checks: Use a tree instead of a list to store...
2020-04-27 Christopher... BUG/MEDIUM: checks: Be sure to subscribe for sends...
2020-04-27 Christopher... MINOR: checks: Use ist API as far as possible
2020-04-27 Christopher... MINOR: ist: Add a function to retrieve the ist pointer
2020-04-27 Christopher... REGTEST: Fix reg-tests about health-checks to adapt...
2020-04-27 Christopher... CLEANUP: checks: Reorg checks.c file to be more readable
2020-04-27 Christopher... MINOR: checks: Remove unused code about pure TCP checks
2020-04-27 Christopher... MEDIUM: checks: Implement default TCP check using tcp...
2020-04-27 Christopher... MAJOR: checks: Use the best mux depending on the protoc...
2020-04-27 Christopher... MINOR: connection: Add a function to install a mux...
2020-04-27 Christopher... MINOR: checks: Add a mux proto to health-check and...
2020-04-27 Christopher... MINOR: checks: Use the check as origin when a session...
2020-04-27 Christopher... BUG/MINOR: obj_type: Handle stream object in obj_base_p...
2020-04-27 Christopher... MINOR: checks/obj_type: Add a new object type for checks
2020-04-27 Christopher... MEDIUM: checks: Refactor how data are received in tcpch...
2020-04-27 Christopher... MINOR: connection: Add macros to know if a conn or...
next