haproxy-2.1.git
2020-03-31 Olivier HouchardMINOR: memory: Change the flush_lock to a spinlock...
2020-03-31 Olivier HouchardBUG/MEDIUM: wdt: Don't ignore WDTSIG and DEBUGSIG in...
2020-03-31 Olivier HouchardMINOR: wdt: Move the definitions of WDTSIG and DEBUGSIG...
2020-03-31 Ilya ShipitsinDOC: assorted typo fixes in the documentation
2020-03-31 Emeric BrunBUG/MEDIUM: peers: resync ended with RESYNC_PARTIAL...
2020-03-31 Willy TarreauBUILD: makefile: fix expression again to detect ARM...
2020-03-31 Willy TarreauBUILD: makefile: fix regex syntax in ARM platform detection
2020-03-31 David CarlierBUILD: on ARM, must be linked to libatomic.
2020-03-31 Balvinder Singh... DOC: correct typo in alert message about rspirep
2020-03-31 Tim DuesterhusDOC: proxy_protocol: Reserve TLV type 0x05 as PP2_TYPE_...
2020-03-31 Willy TarreauBUG/MINOR: haproxy/threads: try to make all threads...
2020-03-31 Willy TarreauBUG/MINOR: listener/mq: do not dispatch connections...
2020-03-31 Willy TarreauBUG/MINOR: haproxy: always initialize sleeping_thread_mask
2020-03-31 Olivier HouchardBUG/MEDIUM: pools: Always update free_list in pool_gc().
2020-03-31 Willy TarreauBUG/MEDIUM: random: align the state on 2*64 bits for...
2020-03-31 Olivier HouchardMINOR: mt_lists: Appease gcc.
2020-03-31 Olivier HouchardBUG/MEDIUM: mt_lists: Make sure we set the deleted...
2020-03-31 Willy TarreauBUILD: wdt: only test for SI_TKILL when compiled with...
2020-03-31 Lukas TribusDOC: ssl: clarify security implications of TLS tickets
2020-03-31 Ilya ShipitsinDOC: assorted typo fixes in the documentation
2020-03-31 Björn JackeDOC: improve description of no-tls-tickets
2020-03-31 Bjoern JackeDOC: fix typo about no-tls-tickets
2020-03-31 Christopher... BUG/MINOR: rules: Increment be_counters if backend...
2020-03-31 Christopher... BUG/MINOR: rules: Preserve FLT_END analyzers on silent...
2020-03-31 Christopher... BUG/MINOR: http-rules: Fix a typo in the reject action...
2020-03-31 Christopher... BUG/MINOR: http-rules: Preserve FLT_END analyzers on...
2020-03-31 Christopher... BUG/MINOR: lua: Ignore the reserve to know if a channel...
2020-03-31 Christopher... BUG/MINOR: http-ana: Reset request analysers on a respo...
2020-03-31 Christopher... BUG/MEDIUM: compression/filters: Fix loop on HTX blocks...
2020-03-31 Christopher... BUG/MEDIUM: cache/filters: Fix loop on HTX blocks cachi...
2020-03-31 Christopher... MINOR: htx: Add a function to return a block at a speci...
2020-03-31 Christopher... BUG/MINOR: filters: Forward everything if no data filte...
2020-03-31 Christopher... BUG/MINOR: filters: Use filter offset to decude the...
2020-03-31 Willy TarreauREGTEST: make the PROXY TLV validation depend on versio...
2020-03-31 Tim DuesterhusBUG/MAJOR: proxy_protocol: Properly validate TLV lengths
2020-03-31 Willy TarreauBUG/MINOR: init: make the automatic maxconn consider...
2020-03-31 Ilya ShipitsinDOC: assorted typo fixes in the documentation and Makefile
2020-03-31 Ilya ShipitsinDOC: configuration.txt: fix various typos
2020-03-31 Tim DuesterhusBUG/MINOR: pattern: Do not pass len = 0 to calloc()
2020-03-31 Carl Henrik... OPTIM: startup: fast unique_id allocation for acl.
2020-03-31 Willy TarreauDOC: fix incorrect indentation of http_auth_*
2020-03-31 Willy TarreauBUG/MINOR: wdt: do not return an error when the watchdo...
2020-03-31 Willy TarreauBUILD: tools: remove obsolete and conflicting trace...
2020-03-31 Willy TarreauMINOR: haproxy: export main to ease access from debugger
2020-03-31 Willy TarreauBUG/MEDIUM: debug: make the debug_handler check for...
2020-03-31 Willy TarreauMINOR: debug: report the task handler's pointer relativ...
2020-03-11 Willy TarreauBUG/MAJOR: list: fix invalid element address calculation
2020-03-11 Willy TarreauBUG/MINOR: checks/threads: use ha_random() and not...
2020-03-11 Willy TarreauMINOR: backend: use a single call to ha_random32()...
2020-03-11 Willy TarreauBUG/MEDIUM: random: implement a thread-safe and process...
2020-03-11 Willy TarreauMINOR: tools: add 64-bit rotate operators
2020-03-11 Willy TarreauBUG/MEDIUM: random: initialize the random pool a bit...
2020-02-28 Christopher... MINOR: contrib/prometheus-exporter: Add the last heathc...
2020-02-28 Christopher... MINOR: contrib/prometheus-exporter: Add heathcheck...
2020-02-28 Christopher... BUG/MINOR: http-htx: Do case-insensive comparisons...
2020-02-28 Lukas TribusBUG/MINOR: dns: ignore trailing dot
2020-02-28 Tim DuesterhusBUG/MINOR: sample: Make sure to return stable IDs in...
2020-02-28 Willy TarreauBUG/MINOR: h2: reject again empty :path pseudo-headers
2020-02-28 Willy TarreauBUILD: ebtree: improve architecture-specific alignment
2020-02-28 Willy TarreauMINOR: compiler: add new alignment macros
2020-02-28 Willy TarreauBUG/MINOR: connection: make sure to correctly tag local...
2020-02-28 Willy TarreauBUG/MEDIUM: ssl: fix several bad pointer aliases in...
2020-02-28 Willy TarreauBUG/MINOR: sample: fix the json converter's endian...
2020-02-28 Tim DuesterhusCLEANUP: cfgparse: Fix type of second calloc() parameter
2020-02-28 Willy TarreauBUILD: fix recent build failure on unaligned archs
2020-02-28 Willy TarreauBUG/MEDIUM: ebtree: don't set attribute packed without...
2020-02-28 Willy TarreauMINOR: compiler: move CPU capabilities definition from...
2020-02-28 Willy TarreauBUG/MEDIUM: shctx: make sure to keep all blocks aligned
2020-02-28 Jerome MagninBUG/MINOR: http: http-request replace-path duplicates...
2020-02-28 Jerome MagninMINOR: ist: add an iststop() function
2020-02-21 Christopher... BUG/MAJOR: http-ana: Always abort the request when...
2020-02-21 Christopher... MINOR: http-ana: Match on the path if the monitor-uri...
2020-02-21 Christopher... BUG/MINOR: http-ana: Matching on monitor-uri should...
2020-02-21 Christopher... BUG/MINOR: http-htx: Don't return error if authority...
2020-02-21 Christopher... BUG/MINOR: filters: Count HTTP headers as filtered...
2020-02-21 Christopher... MINOR: filters: Forward data only if the last filter...
2020-02-21 Christopher... MINOR: http-htx: Add a function to retrieve the headers...
2020-02-21 Willy TarreauSCRIPTS: announce-release: use mutt -H instead of ...
2020-02-21 Christopher... MINOR: mux-fcgi: Make the capture of the path-info...
2020-02-21 Christopher... BUG/MINOR: mux-fcgi: Forbid special characters when...
2020-02-21 Olivier HouchardBUG/MEDIUM: muxes: Use the right argument when calling...
2020-02-21 William DauchyBUG/MINOR: namespace: avoid closing fd when socket...
2020-02-12 Willy TarreauSCRIPTS: make announce-release executable again
2020-02-12 Willy Tarreau[RELEASE] Released version 2.1.3 v2.1.3
2020-02-12 William DauchyBUG/MINOR: tcp: don't try to set defaultmss when value...
2020-02-12 Christopher... BUG/MINOR: http-ana: Set HTX_FL_PROXY_RESP flag if...
2020-02-12 Christopher... BUG/MINOR: http-ana: Don't overwrite outgoing data...
2020-02-12 Christopher... MINOR: htx/channel: Add a function to copy an HTX messa...
2020-02-12 Christopher... MINOR: htx: Add a function to append an HTX message...
2020-02-12 Jerome MagninDOC: word converter ignores delimiters at the start...
2020-02-12 Christian LachnerMINOR: build: add aix72-gcc build TARGET and power...
2020-02-12 William DauchyBUG/MINOR: tcp: avoid closing fd when socket failed...
2020-02-12 Willy TarreauBUG/MINOR: listener: enforce all_threads_mask on bind_t...
2020-02-12 Willy TarreauBUG/MEDIUM: listener: only consider running threads...
2020-02-11 William DauchyBUG/MINOR: dns: allow 63 char in hostname
2020-02-11 Willy TarreauBUG/MINOR: unix: better catch situations where the...
2020-02-11 William LallemandDOC: schematic of the SSL certificates architecture
2020-02-07 William LallemandBUG/MEDIUM: ssl/cli: 'commit ssl cert' wrong SSL_CTX...
2020-02-07 Willy TarreauSCRIPTS: announce-release: allow the user to force...
2020-02-07 Willy TarreauSCRIPTS: announce-release: place the send command in...
next