summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* MINOR: muxes: Add exit status for errors about not implemented featuresChristopher Faulet2021-01-212-0/+5
* MINOR: http: Add HTTP 501-not-implemented error messageChristopher Faulet2021-01-213-16/+30
* BUG/MEDIUM: mux-h2: Xfer rxbuf to the upper layer when creating a front streamChristopher Faulet2021-01-211-5/+10
* BUG/MEDIUM: tcpcheck: Don't destroy connection in the wake callback contextChristopher Faulet2021-01-213-17/+28
* BUG/MINOR: mworker: define _GNU_SOURCE for strsignal()Bertrand Jacquin2021-01-211-0/+2
* MINOR: mux-h1/show_fd: report as suspicious an entry with too many callsWilly Tarreau2021-01-211-1/+4
* MINOR: mux-h2/show_fd: report as suspicious an entry with too many callsWilly Tarreau2021-01-211-2/+5
* MINOR: ssl/show_fd: report some FDs as suspicious when possibleWilly Tarreau2021-01-211-5/+20
* MINOR: cli/show_fd: report some easily detectable suspicious statesWilly Tarreau2021-01-211-0/+17
* MINOR: cli: give the show_fd helpers the ability to report a suspicious entryWilly Tarreau2021-01-217-13/+21
* CI: Pin VTest to a known good commitTim Duesterhus2021-01-201-1/+1
* MINOR: mux-fcgi: make the "show fd" helper also decode the fstrm subscriber w...Willy Tarreau2021-01-201-0/+11
* MINOR: mux-h1: make the "show fd" helper also decode the h1s subscriber when ...Willy Tarreau2021-01-201-0/+12
* MINOR: mux-h2: make the "show fd" helper also decode the h2s subscriber when ...Willy Tarreau2021-01-201-1/+13
* MINOR: xprt/mux: export all *_io_cb functions so that "show fd" resolves themWilly Tarreau2021-01-207-12/+19
* MINOR: ssl: provide a "show fd" helper to report important SSL informationWilly Tarreau2021-01-201-0/+35
* MINOR: xprt: add a new show_fd() helper to complete some "show fd" dumps.Willy Tarreau2021-01-202-2/+7
* MINOR: cli: make "show fd" also report the xprt and xprt_ctxWilly Tarreau2021-01-201-0/+8
* CLEANUP: cli: make "show fd" use a const connection to access other fieldsWilly Tarreau2021-01-201-12/+16
* CLEANUP: tools: make resolve_sym_name() take a const pointerWilly Tarreau2021-01-202-2/+2
* BUG/MINOR: mux_h2: missing space between "st" and ".flg" in the "show fd" helperWilly Tarreau2021-01-201-1/+1
* MINOR: contrib: Make the wireshark peers dissector compile for more distribs.Frédéric Lécaille2021-01-193-1/+27
* BUG/MINOR: peers: Wrong "new_conn" value for "show peers" CLI command.Frédéric Lécaille2021-01-191-1/+1
* CLEANUP: Rename accept_encoding_hash_cmp to accept_encoding_bitmap_cmpTim Duesterhus2021-01-181-10/+10
* CLEANUP: cache: Use proper data types in secondary_key_cmp()Tim Duesterhus2021-01-181-2/+2
* MINOR: cache: Remove the `hash` part of the accept-encoding secondary keyTim Duesterhus2021-01-182-72/+24
* MINOR: build: discard echoing in help targetBertrand Jacquin2021-01-181-6/+6
* BUG/MINOR: peers: Possible appctx pointer dereference.Frédéric Lécaille2021-01-171-1/+1
* MINOR: cache: Do not store responses with an unknown encodingRemi Tricot-Le Breton2021-01-153-16/+19
* BUG/MEDIUM: stats: add missing INF_BUILD_INFO definitionAdis Nezirovic2021-01-151-1/+2
* BUILD: peers: fix build warning about unused variableWilly Tarreau2021-01-151-2/+0
* BUG/MINOR: dns: SRV records ignores duplicated AR records (v2)Baptiste Assmann2021-01-151-2/+8
* MINOR: peers: Add traces for peer control messages.Frédéric Lécaille2021-01-151-21/+171
* MINOR: pattern: add the missing generation ID manipulation functionsWilly Tarreau2021-01-151-0/+41
* CLEANUP: pattern: rename pat_ref_commit() to pat_ref_commit_elt()Willy Tarreau2021-01-152-3/+3
* BUG/MINOR: threads: Fixes the number of possible cpus report for Mac.David CARLIER2021-01-151-0/+2
* MINOR: server: Forbid server definitions in frontend sectionsChristopher Faulet2021-01-131-2/+4
* MINOR: config: Add failifnotcap() to emit an alert on proxy capabilitiesChristopher Faulet2021-01-131-0/+25
* BUG/MINOR: init: Use a dynamic buffer to set HAPROXY_CFGFILES env variableChristopher Faulet2021-01-131-8/+19
* MINOR: contrib/prometheus-exporter: use fill_info for process dumpWilliam Dauchy2021-01-133-179/+6
* MINOR: contrib/prometheus-exporter: avoid connection close headerWilliam Dauchy2021-01-132-13/+4
* BUG/MINOR: init: enforce strict-limits when using master-workerJerome Magnin2021-01-131-12/+6
* BUG/MINOR: check: Don't perform any check on servers defined in a frontendChristopher Faulet2021-01-121-2/+14
* BUG/MINOR: sample: Memory leak of sample_expr structure in case of errorRemi Tricot-Le Breton2021-01-121-2/+2
* Revert "BUG/MINOR: dns: SRV records ignores duplicated AR records"Christopher Faulet2021-01-121-5/+0
* MINOR: reg-tests: add base prometheus testWilliam Dauchy2021-01-111-0/+73
* BUG/MINOR: reg-tests: fix service dependency scriptWilliam Dauchy2021-01-111-1/+1
* BUG/MINOR: sample: check alloc_trash_chunk return value in concat()William Dauchy2021-01-111-0/+3
* MINOR: reg-tests: add a way to add service dependencyWilliam Dauchy2021-01-102-6/+27
* CLEANUP: sample: remove uneeded check in json validationWilliam Dauchy2021-01-102-10/+42