haproxy-2.3.git
2021-12-07 Tim DuesterhusCI: Expand use of GitHub Actions for CI
2021-12-06 William LallemandDOC: configuration: issuers-chain-path only applies...
2021-12-02 Emeric BrunBUG/MAJOR: segfault using multiple log forward sections. next
2021-12-02 Christopher... BUG/MEDIUM: resolvers: Detach query item on response...
2021-12-02 Christopher... BUG/MEDIUM: cli: Properly set stream analyzers to proce...
2021-11-24 Christopher... [RELEASE] Released version 2.3.16 v2.3.16
2021-11-23 Willy TarreauMINOR: shctx: add a few BUG_ON() for consistency checks
2021-11-23 Willy TarreauBUG/MINOR: shctx: do not look for available blocks...
2021-11-23 Willy TarreauBUG/MEDIUM: shctx: leave the block allocator when enoug...
2021-11-23 Willy TarreauBUG/MEDIUM: mux-h2: always process a pending shut read
2021-11-23 William LallemandBUG/MEDIUM: ssl: abort with the correct SSL error when...
2021-11-23 Willy TarreauMINOR: mux-h2: perform a full cycle shutdown+drain...
2021-11-23 Willy TarreauMINOR: connection: add a new CO_FL_WANT_DRAIN flag...
2021-11-23 Christopher... BUG/MINOR: stick-table/cli: Check for invalid ipv6 key
2021-11-23 Willy TarreauBUG/MEDIUM: connection: make cs_shutr/cs_shutw//cs_clos...
2021-11-23 Christopher... BUG/MINOR: mux-h2: Fix H2_CF_DEM_SHORT_READ value
2021-11-23 William LallemandBUG/MINOR: mworker: doesn't launch the program postparser
2021-11-23 Christopher... BUG/MEDIUM: conn-stream: Don't reset CS flags on close
2021-11-23 Christopher... DOC: lua: Be explicit with the Reply object limits
2021-11-23 Christopher... Revert "BUG/MINOR: http-ana: Don't eval front after...
2021-11-23 Christopher... BUG/MINOR: http-ana: Apply stop to the current section...
2021-11-23 Christopher... DOC: config: Fix typo in ssl_fc_unique_id description
2021-11-23 William LallemandBUG/MEDIUM: ssl: backend TLS resumption with sni and...
2021-11-16 Christopher... BUG/MEDIUM: mux-h1: Fix H1C_F_ST_SILENT_SHUT value
2021-11-04 Willy Tarreau[RELEASE] Released version 2.3.15 v2.3.15
2021-11-03 Willy TarreauSCRIPTS: git-show-backports: re-enable file-based filtering
2021-11-03 John RoeslerDOC/peers: some grammar fixes for peers 2.1 spec
2021-11-03 Christopher... MINOR: stream: Improve dump of bogus streams
2021-11-03 Tim DuesterhusMINOR: halog: Add support for extracting captures using...
2021-11-03 Tim DuesterhusBUG/MINOR: halog: Add missing newlines in die() messages
2021-11-03 Tim DuesterhusCLEANUP: halog: Use consistent indentation in help()
2021-11-03 Tim DuesterhusMINOR: halog: Rename -qry to -query
2021-11-03 Tim DuesterhusDOC: halog: Move the `-qry` parameter into the correct...
2021-11-03 Tim DuesterhusMINOR: halog: Add -qry parameter allowing to preserve...
2021-11-03 Christopher... DOC: config: Fix alphabetical order of fc_* samples
2021-11-03 Willy TarreauBUG/MINOR: sample: fix backend direction flags consecut...
2021-11-03 Christopher... BUG/MEDIUM: sample: Cumulate frontend and backend sampl...
2021-11-03 Willy TarreauBUG/MINOR: vars: properly set the argument parsing...
2021-11-03 Willy TarreauMINOR: sample: add missing ARGC_ entries
2021-11-03 Willy TarreauBUG/MINOR: vars: improve accuracy of the rules used...
2021-11-03 Christopher... BUG/MEDIUM: stream-int: Block reads if channel cannot...
2021-11-03 Remi Tricot... BUG/MINOR: http: Authorization value can have multiple...
2021-11-03 Christopher... BUG/MEDIUM: http-ana: Drain request data waiting the...
2021-11-03 Christopher... BUG/MEDIUM: resolvers: Track api calls with a counter...
2021-11-03 Christopher... BUG/MEDIUM: resolvers: Don't recursively perform reques...
2021-11-03 Willy TarreauMEDIUM: resolvers: remove the last occurrences of the...
2021-11-03 Willy TarreauMEDIUM: resolvers: use a kill list to preserve the...
2021-11-03 Willy TarreauCLEANUP: resolvers: replace all LIST_DELETE with LIST_D...
2021-11-03 Willy TarreauCLEANUP: resolvers: simplify resolv_link_resolution...
2021-11-03 Willy TarreauCLEANUP: always initialize the answer_list
2021-11-03 Willy TarreauCLEANUP: resolvers: do not export resolv_purge_resoluti...
2021-11-03 Christopher... BUG/MEDIUM: mux-h1: Perform a connection shutdown when...
2021-11-03 Christopher... BUG/MINOR: mux-h1: Save shutdown mode if the shutdown...
2021-11-03 Amaury DenoyelleBUILD: fix compilation on NetBSD
2021-11-03 Willy TarreauBUG/MINOR: mux-h2: do not prevent from sending a final...
2021-11-03 Willy TarreauBUG/MAJOR: buf: fix varint API post- vs pre- increment
2021-11-03 Willy TarreauBUG/MEDIUM: resolvers: always check a valid item in...
2021-11-03 Willy TarreauBUILD: resolvers: avoid a possible warning on null...
2021-11-03 Willy TarreauBUG/MAJOR: resolvers: add other missing references...
2021-11-03 Willy TarreauMINOR: resolvers: merge address and target into a union...
2021-11-03 Willy TarreauBUG/MEDIUM: resolvers: use correct storage for the...
2021-11-03 Willy TarreauBUG/MEDIUM: resolvers: fix truncated TLD consecutive...
2021-11-03 Willy TarreauMINOR: resolvers: fix the resolv_dn_label_to_str()...
2021-11-03 Willy TarreauBUG/MINOR: resolvers: do not reject host names of lengt...
2021-11-03 Willy TarreauBUG/MEDIUM: resolver: make sure to always use the corre...
2021-11-03 Willy TarreauMINOR: resolvers: fix the resolv_str_to_dn_label()...
2021-11-03 Christopher... BUG/MEDIUM: tcpcheck: Properly catch early HTTP parsing...
2021-10-19 Willy TarreauBUG/MEDIUM: sample: properly verify that variables...
2021-10-19 Willy TarreauMINOR: sample: provide a generic var-to-sample conversi...
2021-10-19 Willy TarreauCLEANUP: sample: uninline sample_conv_var2smp_str()
2021-10-19 Willy TarreauCLEANUP: sample: rename sample_conv_var2smp() to *_sint
2021-10-19 Christopher... BUG/MEDIUM: stream: Keep FLT_END analyzers if a stream...
2021-10-19 Christopher... BUG/MINOR: http-ana: Don't eval front after-response...
2021-10-19 Olivier HouchardMINOR: initcall: Rename __GLOBL and __GLOBL1.
2021-10-19 Christopher... BUG/MEDIUM: mux_h2: Handle others remaining read0 cases...
2021-10-19 Christopher... BUG/MEDIUM: stream-int: Defrag HTX message in si_cs_rec...
2021-10-19 Christopher... MINOR: htx: Add a function to know if the free space...
2021-10-19 Christopher... MINOR: htx: Add an HTX flag to know when a message...
2021-10-08 Willy TarreauBUG/MEDIUM: leastconn: fix rare possibility of divide...
2021-10-04 Christopher... BUG/MEDIUM: http-ana: Clear request analyzers when...
2021-10-04 Christopher... BUG/MEDIUM: filters: Fix a typo when a filter is attach...
2021-10-04 Willy TarreauMINOR: tasks: catch TICK_ETERNITY with BUG_ON() in...
2021-10-04 Christopher... BUG/MINOR: tcp-rules: Stop content rules eval on read...
2021-10-04 Christopher... BUG/MINOR: tcpcheck: Don't use arg list for default...
2021-10-04 Christopher... MINOR: arg: Be able to forbid unresolved args when...
2021-10-04 Willy TarreauBUG/MAJOR: lua: use task_wakeup() to properly run a...
2021-10-04 Willy TarreauBUG/MEDIUM: lua: fix wakeup condition from sleep()
2021-10-04 Emeric BrunDOC: peers: fix doc "enable" statement on "peers" sections
2021-10-04 Christopher... BUG/MINOR: mux-h1/mux-fcgi: Sanitize TE header to only...
2021-10-04 Christopher... BUG/MEDIUM: stream: Stop waiting for more data if SI...
2021-10-04 Christopher... BUG/MEDIUM: stream-int: Notify stream that the mux...
2021-10-04 Christopher... BUG/MEDIUM: mux-h1: Adjust conditions to ask more space...
2021-10-01 Dragan DosenBUG/MINOR: http-ana: increment internal_errors counter...
2021-10-01 Christopher... BUG/MINOR: h1-htx: Fix a typo when request parser is...
2021-10-01 Amaury DenoyelleBUG/MINOR: server: allow 'enable health' only if check...
2021-09-20 Willy TarreauBUG/MINOR: cli/payload: do not search for args inside...
2021-09-20 Amaury DenoyelleBUILD: ist: prevent gcc11 maybe-uninitialized warning...
2021-09-20 William LallemandDOC: management: certificate files must be sanitized...
2021-09-20 Christopher... BUG/MINOR: tcpcheck: Improve LDAP response parsing...
2021-09-20 Willy TarreauMINOR: pools: use mallinfo2() when available instead...
next