haproxy-3.0.git
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...
2020-01-23 Willy TarreauCLEANUP: backend: shut another false null-deref in...
2020-01-23 Willy TarreauCLEANUP: backend: remove useless test for inexistent...
2020-01-23 William LallemandBUG/MINOR: ssl/cli: free the previous ckch content...
2020-01-23 Adis NezirovicMINOR: cli: Report location of errors or any extra...
2020-01-22 Ilya ShipitsinBUILD: CI: move cygwin builds to Github Actions
2020-01-22 Willy TarreauCLEANUP: changelog: remove the duplicate entry for...
2020-01-22 Olivier HouchardMEDIUM: connections: Get ride of the xprt_done callback.
2020-01-22 Olivier HouchardMEDIUM: streams: Always create a conn_stream in connect...
2020-01-22 Adis NezirovicBUG/MINOR: cli: Missing arg offset for filter data...
2020-01-22 Willy TarreauBUILD: stick-table: fix build errors introduced by...
2020-01-22 Emmanuel HocdetBUG/MINOR: ssl: ssl_sock_load_pem_into_ckch is not...
2020-01-22 Olivier HouchardBUG/MEDIUM: netscaler: Don't forget to allocate storage...
2020-01-22 Adis NezirovicMEDIUM: cli: Allow multiple filter entries for "show...
2020-01-22 Ilya ShipitsinBUILD: CI: temporarily mark openssl-1.0.2 as allowed...
2020-01-22 Willy Tarreau[RELEASE] Released version 2.2-dev1 v2.2-dev1
2020-01-22 Willy Tarreau[RELEASE] Released version 2.2-dev1
2020-01-22 Ilya ShipitsinBUG/MINOR: ssl: fix build on development versions of...
2020-01-22 Baptiste AssmannBUG/MINOR: http_act: don't check capture id in backend
2020-01-22 Willy TarreauCLEANUP: pattern: remove the pat_time definition
2020-01-22 Tim DuesterhusCLEANUP: Consistently `unsigned int` for bitfields
2020-01-22 Baptiste AssmannMEDIUM: dns: use Additional records from SRV responses
2020-01-22 Christopher... MINOR: proxy/http-ana: Add support of extra attributes...
2020-01-22 Ilya ShipitsinBUILD: ssl: more elegant anti-replay feature presence...
2020-01-22 Ilya ShipitsinBUILD: CI: introduce ARM64 builds
2020-01-21 Christopher... CLEANUP: http-ana: Remove useless test on txn when...
2020-01-21 Christopher... BUG/MINOR: http_htx: Fix some leaks on error path when...
2020-01-21 Emmanuel HocdetBUG/MINOR: ssl: ssl_sock_load_sctl_from_file memory...
2020-01-21 Emmanuel HocdetBUG/MINOR: ssl: ssl_sock_load_issuer_file_into_ckch...
2020-01-21 Emmanuel HocdetBUG/MINOR: ssl: ssl_sock_load_ocsp_response_from_file...
2020-01-21 Emmanuel HocdetMINOR: ssl: accept 'verify' bind option with 'set ssl...
2020-01-20 Christopher... REGEST: Add reg tests about error files
2020-01-20 Christopher... REGTEST: Add a strict rewriting mode reg test
2020-01-20 Christopher... MEDIUM: http-rules: Support an optional error message...
2020-01-20 Christopher... MINOR: http-ana: Add an error message in the txn and...
2020-01-20 Christopher... MINOR: http-rules: Use same function to parse request...
2020-01-20 Christopher... MINOR: http-rules: Support an optional status on deny...
2020-01-20 Christopher... MINOR: http-rules: Update txn flags and status when...
2020-01-20 Christopher... MEDIUM: proxy: Add a directive to reference an http...
2020-01-20 Christopher... MINOR: http-htx: Add a new section to create groups...
2020-01-20 Christopher... MINOR: proxy: Register keywords to parse errorfile...
2020-01-20 Christopher... MEDIUM: http-htx/proxy: Use a global and centralized...
2020-01-20 Christopher... MINOR: config: Use dedicated function to parse proxy...
2020-01-20 Christopher... MINOR: config: Use dedicated function to parse proxy...
2020-01-20 Christopher... MINOR: http-htx: Add functions to create HTX redirect...
2020-01-20 Christopher... MINOR: http-htx: Add functions to read a raw error...
next