haproxy-2.1.git
2020-04-07 William LallemandMINOR: ssl: improve the errors when a crt can't be...
2020-04-02 Frédéric LécailleBUG/MINOR: protocol_buffer: Wrong maximum shifting.
2020-04-02 Willy Tarreau[RELEASE] Released version 2.1.4 v2.1.4
2020-04-02 Willy TarreauBUG/CRITICAL: hpack: never index a header into the...
2020-04-01 Christopher... BUG/MINOR: http-ana: Reset request analysers on error...
2020-03-31 Christopher... MINOR: http-rules: Handle the rule direction when a...
2020-03-31 Jerome MagninBUG/MINOR: http_ana: make sure redirect flags don't...
2020-03-31 Christopher... MINOR: http-rules: Add a flag on redirect rules to...
2020-03-31 Miroslav ZagoracDOC: internals: Fix spelling errors in filters.txt
2020-03-31 Daniel CorbettBUG/MINOR: stats: Fix color of draining servers on...
2020-03-31 Willy TarreauBUILD: ssl: only pass unsigned chars to isspace()
2020-03-31 Jerome MagninMINOR: listener: add so_name sample fetch
2020-03-31 Frédéric LécailleBUG/MINOR: peers: Use after free of "peers" section.
2020-03-31 William LallemandBUG/MINOR: peers: avoid an infinite loop with peers_fe...
2020-03-31 William LallemandBUG/MINOR: peers: init bind_proc to 1 if it wasn't...
2020-03-31 Willy TarreauBUG/MINOR: haproxy/threads: close a possible race in...
2020-03-31 Willy TarreauREGTEST: increase timeouts on the seamless-reload test
2020-03-31 Willy TarreauREGTESTS: use "command -v" instead of "which"
2020-03-31 Olivier HouchardBUG/MINOR: connections: Make sure we free the connectio...
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...
next