haproxy-3.0.git
2020-02-06 Willy TarreauSCRIPTS: backport: use short revs and resolve the initi...
2020-02-06 Willy TarreauCONTRIB: debug: also support reading values from stdin
2020-02-06 Tim DuesterhusMINOR: acl: Warn when an ACL is named 'or'
2020-02-06 Willy TarreauBUILD: lua: silence a warning on systems where longjmp...
2020-02-06 Christopher... REGTESTS: Add a reg test for http-after-response rulesets
2020-02-06 Christopher... REGTESTS: Add reg tests for the HTTP return action
2020-02-06 Christopher... MEDIUM: lua: Add ability for actions to intercept HTTP...
2020-02-06 Christopher... MINOR: lua: Add act:wake_time() function to set a timeo...
2020-02-06 Christopher... MINOR: lua: Create the global 'act' object to register...
2020-02-06 Christopher... MINOR: lua: Get the action return code on the stack...
2020-02-06 Christopher... BUG/MINOR: http-ana: Increment failed_resp counters...
2020-02-06 Christopher... CLEANUP: lua: Remove consistency check for sample fetch...
2020-02-06 Christopher... MEDIUM: http-rules: Support extra headers for HTTP...
2020-02-06 Christopher... MEDIUM: http-rules: Add the return action to HTTP rules
2020-02-06 Christopher... MEDIUM: http: Add a ruleset evaluated on all responses...
2020-02-06 Christopher... MINOR: http-ana/http-rules: Use dedicated function...
2020-02-06 Christopher... MINOR: http-ana: Add a function for forward internal...
2020-02-06 Christopher... MINOR: http-ana: Rely on http_reply_and_close() to...
2020-02-06 Christopher... MINOR: http-rules: Handle the rule direction when a...
2020-02-06 Christopher... MINOR: http-rules: Add a flag on redirect rules to...
2020-02-06 Christopher... BUG/MINOR: http-ana: Set HTX_FL_PROXY_RESP flag if...
2020-02-06 Christopher... BUG/MINOR: http-ana: Reset HTX first index when HAPRoxy...
2020-02-06 Christopher... MINOR: dns: Add function to release memory allocated...
2020-02-06 Christopher... MINOR: dns: Dynamically allocate dns options to reduce...
2020-02-06 Christopher... BUG/MINOR: http-ana: Don't overwrite outgoing data...
2020-02-06 Christopher... MINOR: htx/channel: Add a function to copy an HTX messa...
2020-02-06 Christopher... MINOR: htx: Add a function to append an HTX message...
2020-02-06 Christopher... MINOR: http-htx: Emit a warning if an error file runs...
2020-02-06 Christopher... MINOR: http-rules: Set SF_ERR_PRXCOND termination flag...
2020-02-06 Christopher... MINOR: global: Set default tune.maxrewrite value during...
2020-02-06 Christopher... BUG/MINOR: http-act: Use the good message to test stric...
2020-02-06 Willy TarreauCONTRIB: debug: support reporting multiple values at...
2020-02-06 Willy TarreauCONTRIB: debug: add the possibility to decode the value...
2020-02-06 Willy TarreauCONTRIB: debug: add missing flags SF_HTX and SF_MUX
2020-02-05 Tim DuesterhusCLEANUP: peers: Remove unused static function `free_dca...
2020-02-05 Tim DuesterhusCLEANUP: peers: Remove unused static function `free_dcache`
2020-02-05 Willy TarreauCLEANUP: hpack: remove a redundant test in the decoder
2020-02-05 William LallemandBUG/MINOR: ssl: clear the SSL errors on DH loading...
2020-02-05 Willy TarreauSCRIPTS: use /usr/bin/env bash instead of /bin/bash...
2020-02-04 Willy TarreauBUG/MINOR: ssl: we may only ignore the first 64 errors
2020-02-04 Willy TarreauSCRIPTS: add a new "backport" script to simplify long...
2020-02-03 William LallemandMINOR: ssl: ssl-load-extra-files configure loading...
2020-02-03 Olivier HouchardBUG/MAJOR: memory: Don't forget to unlock the rwlock...
2020-02-01 Olivier HouchardBUG/MEDIUM: memory: Add a rwlock before freeing memory.
2020-02-01 Olivier HouchardMINOR: memory: Only init the pool spinlock once.
2020-02-01 Olivier HouchardBUG/MEDIUM: memory_pool: Update the seq number in pool_...
2020-01-31 Willy TarreauMINOR: task: don't set TASK_RUNNING on tasklets
2020-01-31 Willy TarreauOPTIM: task: readjust CPU bandwidth distribution since...
2020-01-31 Willy TarreauMINOR: task: detect self-wakeups on tl==sched->current...
2020-01-31 Willy TarreauMINOR: task: make sched->current also reflect tasklets
2020-01-31 Willy TarreauMINOR: task: permanently flag tasklets waking themselves up
2020-01-31 Olivier HouchardBUG/MEDIUM: connections: Don't forget to unlock when...
2020-01-31 Willy TarreauOPTIM: task: refine task classes default CPU bandwidth...
2020-01-30 Willy TarreauMEDIUM: tasks: automatically requeue into the bulk...
2020-01-30 Willy TarreauMEDIUM: tasks: implement 3 different tasklet classes...
2020-01-30 Willy TarreauMINOR: tasks: move the list walking code to its own...
2020-01-30 Willy TarreauBUG/MEDIUM: pipe/thread: fix atomicity of pipe counters
2020-01-29 Willy TarreauMEDIUM: pipe/thread: maintain a per-thread local cache...
2020-01-29 Willy TarreauMEDIUM: pipe/thread: reduce the locking overhead
2020-01-28 William LallemandBUG/MINOR: ssl/cli: fix unused variable with openssl...
2020-01-28 Willy TarreauMEDIUM: raw-sock: remove obsolete calls to fd_{cant...
2020-01-28 Jerome MagninDOC: word converter ignores delimiters at the start...
2020-01-28 William DauchyMINOR: proxy: clarify number of connections log when...
2020-01-28 William DauchyBUG/MINOR: dns: allow 63 char in hostname
2020-01-28 William DauchyBUG/MINOR: connection: fix ip6 dst_port copy in make_pr...
2020-01-27 Christopher... BUG/MINOR: http-rules: Always init log-format expr...
2020-01-24 Willy TarreauBUG/MINOR: tcpchecks: fix the connect() flags regarding...
2020-01-24 Willy TarreauBUILD: CI: disable slow regtests on Travis
2020-01-24 Olivier HouchardMEDIUM: streams: Don't close the connection in back_han...
2020-01-24 Olivier HouchardMEDIUM: streams: Don't close the connection in back_han...
2020-01-24 Olivier HouchardBUG/MEDIUM: stream: Don't install the mux in back_handl...
2020-01-24 Olivier HouchardBUG/MEDIUM: ssl: Don't forget to free ctx->ssl on failure.
2020-01-24 Olivier HouchardMINOR: ssl: Remove dead code.
2020-01-24 Frédéric LécailleBUG/MINOR: ssl: Possible memleak when allowing the...
2020-01-24 Willy TarreauREGTESTS: make the set_ssl_cert test require version 2.2
2020-01-24 Olivier HouchardBUG/MEDIUM: streams: Move the conn_stream allocation...
2020-01-24 Christopher... BUG/MINOR: stream: Be sure to have a listener to increm...
2020-01-24 Christopher... BUG/MINOR: http-ana: Increment the backend counters...
2020-01-24 Willy TarreauBUILD: cfgparse: silence a bogus gcc warning on 32...
2020-01-24 Tim DuesterhusMINOR: lua: Add HLUA_PREPEND_C?PATH build option
2020-01-24 Tim DuesterhusMINOR: lua: Add lua-prepend-path configuration option
2020-01-24 Tim DuesterhusMINOR: lua: Add hlua_prepend_path function
2020-01-24 Willy TarreauBUG/MEDIUM: mux-h2: make sure we don't emit TE headers...
2020-01-24 Willy TarreauBUG/MINOR: stktable: report the current proxy name...
2020-01-23 Willy TarreauMINOR: connection: remove some unneeded checks for...
2020-01-23 Willy TarreauMINOR: raw-sock: always check for CO_FL_SOCK_WR_SH...
2020-01-23 Willy TarreauMINOR: connection: don't check for CO_FL_SOCK_WR_SH...
2020-01-23 Willy TarreauMINOR: connection: do not check for CO_FL_SOCK_RD_SH...
2020-01-23 Willy TarreauMINOR: connection: remove checks for CO_FL_HANDSHAKE...
2020-01-23 Willy TarreauMEDIUM: connection: use CO_FL_WAIT_XPRT more consistent...
2020-01-23 Willy TarreauMINOR: connection: remove CO_FL_SSL_WAIT_HS from CO_FL_...
2020-01-23 Willy TarreauMINOR: stream-int: always report received shutdowns
2020-01-23 Olivier HouchardBUG/MEDIUM: 0rtt: Only consider the SSL handshake.
2020-01-23 Willy TarreauMEDIUM: connection: remove CO_FL_CONNECTED and only...
2020-01-23 Emmanuel HocdetBUG/MINOR: ssl/cli: ocsp_issuer must be set w/ "set...
2020-01-23 Olivier HouchardBUG/MEDIUM: connections: Set CO_FL_CONNECTED in conn_co...
2020-01-23 William LallemandBUG/MINOR: ssl: typo in previous patch
2020-01-23 William LallemandBUG/MINOR: ssl: memory leak w/ the ocsp_issuer
2020-01-23 William LallemandBUG/MINOR: ssl: increment issuer refcount if in chain
2020-01-23 Willy TarreauCLEANUP: stats: shut up a wrong null-deref warning...
next