haproxy-2.3.git
2020-01-20 Christopher... MINOR: counters: Review conditions to increment counter...
2020-01-20 Christopher... MINOR: counters: Remove failed_secu counter and use...
2020-01-20 Christopher... MINOR: contrib/prometheus-exporter: Export internal...
2020-01-20 Christopher... MINOR: stats: Report internal errors in the proxies...
2020-01-20 Christopher... MINOR: http-rules: Handle denied/aborted/invalid connec...
2020-01-20 Christopher... MINOR: tcp-rules: Handle denied/aborted/invalid connect...
2020-01-20 Christopher... MINOR: http-rules: Add more return codes to let custom...
2020-01-20 Christopher... MINOR: http-rules: Handle internal errors during HTTP...
2020-01-20 Christopher... MINOR: http-rules: Add a rule result to report internal...
2020-01-20 Christopher... MEDIUM: http-ana: Properly handle internal processing...
2020-01-20 Christopher... MINOR: counters: Add a counter to report internal proce...
2020-01-20 Christopher... MINOR: http-rules: Return an error when custom actions...
2020-01-20 Christopher... MINOR: tcp-rules: Kill connections when custom actions...
2020-01-20 Christopher... MINOR: actions: Use ACT_RET_CONT code to ignore an...
2020-01-20 Christopher... MINOR: tcp-rules: Always set from which ruleset a rule...
2020-01-20 Christopher... MEDIUM: http-rules: Register an action keyword for...
2020-01-20 Christopher... BUG/MINOR: stick-table: Use MAX_SESS_STKCTR as the...
2020-01-20 Christopher... BUG/MINOR: http-rules: Remove buggy deinit functions...
2020-01-20 Christopher... BUG/MINOR: http-ana/filters: Wait end of the http_end...
2020-01-20 Christopher... MINOR: contrib/prometheus-exporter: Add heathcheck...
2020-01-20 Christopher... MINOR: mux-h1: Inherit send flags from the upper layer
2020-01-20 Christopher... DOC: Add a section to document the internal sample...
2020-01-20 Christopher... MINOR: http-htx: Make 'internal.htx_blk_data' return...
2020-01-20 Christopher... MINOR: http-htx: Rename 'internal.htx_blk.val' to ...
2020-01-20 Christopher... MINOR: http-htx: Move htx sample fetches in the scope...
2020-01-20 Ben51DegreesBUG/MINOR: 51d: Fix bug when HTX is enabled
2020-01-18 Tim DuesterhusBUG/MINOR: dns: Make dns_query_id_seed unsigned
2020-01-18 Tim DuesterhusBUG/MINOR: cache: Fix leak of cache name in error path
2020-01-18 Tim DuesterhusDOC: Fix copy and paste mistake in http-response replac...
2020-01-18 Elliot OtchetMINOR: ssl: Add support for returning the dn samples...
2020-01-17 Willy TarreauMINOR: connection: make the last arg of subscribe(...
2020-01-17 Willy TarreauMEDIUM: mux-fcgi: merge recv_wait and send_wait event...
2020-01-17 Willy TarreauMEDIUM: mux-h2: merge recv_wait and send_wait event...
2020-01-17 Willy TarreauMEDIUM: mux-h1: merge recv_wait and send_wait
2020-01-17 Willy TarreauMEDIUM: ssl: merge recv_wait and send_wait in ssl_sock
2020-01-17 Willy TarreauMEDIUM: xprt: merge recv_wait and send_wait in xprt_han...
2020-01-17 Willy TarreauMEDIUM: connection: merge the send_wait and recv_wait...
2020-01-17 Willy TarreauMEDIUM: backend: move the connection finalization step...
2020-01-17 Willy TarreauREORG: stream/backend: move backend-specific stuff...
2020-01-17 Willy TarreauMEDIUM: mux-fcgi: do not make an fstrm subscribe to...
2020-01-17 Willy TarreauMEDIUM: mux-h2: do not make an h2s subscribe to itself...
2020-01-17 Willy TarreauMEDIUM: mux-fcgi: do not try to stop sending streams...
2020-01-17 Willy TarreauMEDIUM: mux-h2: do not try to stop sending streams...
2020-01-17 Jerome MagninBUILD: pattern: include errno.h
2020-01-17 Willy TarreauMEDIUM: connection: get rid of CO_FL_CURR_* flags
2020-01-17 Willy TarreauMINOR: stream-int: remove dependency on CO_FL_WAIT_ROOM...
2020-01-17 Willy TarreauMINOR: connection: move the CO_FL_WAIT_ROOM cleanup...
2020-01-17 Jerome MagninBUG/MINOR: pattern: handle errors from fgets when tryin...
2020-01-17 Willy TarreauBUG/MEDIUM: connection: add a mux flag to indicate...
2020-01-16 Jerome MagninBUG/MINOR: stream: don't mistake match rules for store...
2020-01-16 William LallemandCLEANUP: cli: deduplicate the code in _getsocks
2020-01-16 William LallemandBUG/MEDIUM: cli: _getsocks must send the peers sockets
2020-01-16 Willy TarreauREGTEST: add sample_fetches/hashes.vtc to validate...
2020-01-16 Willy TarreauBUG/MAJOR: hashes: fix the signedness of the hash inputs
2020-01-16 William DauchyCLEANUP: proxy: simplify proxy_parse_rate_limit proxy...
2020-01-15 Olivier HouchardBUG/MEDIUM: raw_sock: Make sur the fd and conn are...
2020-01-15 Olivier HouchardBUG/MEDIUM: mux_h1: Don't call h1_send if we subscribed().
2020-01-15 William DauchyCLEANUP: compression: remove unused deinit_comp_ctx...
2020-01-15 William DauchyDOC: clarify crt-base usage
2020-01-14 William LallemandBUG/MEDIUM: mworker: remain in mworker mode during...
2020-01-14 William LallemandREGTEST: mcli/mcli_start_progs: start 2 programs
2020-01-14 William LallemandBUG/MINOR: cli/mworker: can't start haproxy with 2...
2020-01-14 Willy TarreauBUG/MEDIUM: mux-h2: don't stop sending when crossing...
2020-01-14 Willy TarreauMEDIUM: lua: don't call the GC as often when dealing...
2020-01-13 William DauchyCLEANUP: ssl: remove opendir call in ssl_sock_load_cert
2020-01-10 Willy TarreauBUG/MEDIUM: mux-h2: fix missing test on sending_list...
2020-01-10 Willy TarreauBUG/MINOR: mux-h2: use a safe list_for_each_entry in...
2020-01-10 Olivier HouchardBUG/MEDIUM: tasks: Use the MT macros in tasklet_free().
2020-01-09 Christopher... BUG/MINOR: stream-int: Don't trigger L7 retry if max...
2020-01-09 Ilya ShipitsinREGTEST: set_ssl_cert.vtc: replace "echo" with "printf"
2020-01-09 William DauchyCLEANUP: server: remove unused err section in server_fi...
2020-01-08 Willy TarreauBUG/MAJOR: listener: do not schedule a task-less proxy
2020-01-08 Ilya ShipitsinBUILD: cirrus-ci: choose proper openssl package name
2020-01-08 William DauchyCLEANUP: mux-h2: remove unused goto "out_free_h2s"
2020-01-08 Florian ThamMINOR: http: Add 404 to http-request deny
2020-01-08 Florian ThamMINOR: http: Add 410 to http-request deny
2020-01-08 Willy TarreauMINOR: raw_sock: make sure to disable polling once...
2020-01-08 Willy TarreauMEDIUM: dns: implement synchronous send
2020-01-07 Willy TarreauBUG/MEDIUM: session: do not report a failure when rejec...
2020-01-07 Christopher... BUG/MINOR: channel: inject output data at the end of...
2020-01-07 Kevin ZhuBUG/MEDIUM: http-ana: Truncate the response when a...
2020-01-06 Christopher... BUG/MINOR: proxy: Fix input data copy when an error...
2020-01-06 Christopher... BUG/MINOR: h1: Report the right error position when...
2020-01-05 Olivier HouchardMINOR: ssl: Remove unused variable "need_out".
2020-01-02 William DauchyMINOR: config: disable busy polling on old processes
2020-01-02 Ilya ShipitsinBUILD: CI: modernize cirrus-ci
2019-12-30 Olivier HouchardBUG/MEDIUM: connections: Hold the lock when wanting...
2019-12-30 Olivier HouchardBUG/MEDIUM: checks: Only attempt to do handshakes if...
2019-12-27 Willy TarreauOPTIM: polling: do not create update entries for FD...
2019-12-27 Willy TarreauOPTIM: epoll: always poll for recv if neither active...
2019-12-27 Willy TarreauMINOR: poller: do not call the IO handler if the FD...
2019-12-27 Willy TarreauCLEANUP: connection: merge CO_FL_NOTIFY_DATA and CO_FL_...
2019-12-27 Willy TarreauMINOR: connection: remove the double test on xprt_done_cb()
2019-12-27 Willy TarreauMINOR: connection: check for connection validation...
2019-12-27 Willy TarreauREORG: connection: move tcp_connect_probe() to conn_fd_...
2019-12-27 Willy TarreauMEDIUM: tcp: make tcp_connect_probe() consider ERR/HUP
2019-12-27 Willy TarreauMINOR: pollers: add a new flag to indicate pollers...
2019-12-27 Willy TarreauCLEANUP: connection: conn->xprt is never NULL
2019-12-27 Willy TarreauBUG/MINOR: connection: only wake send/recv callbacks...
2019-12-27 Willy TarreauBUG/MINOR: checks: refine which errno values are really...
next