haproxy-2.1.git
2020-05-01 Willy TarreauBUILD: tools: rely on __ELF__ not USE_DL to enable...
2020-05-01 Willy TarreauBUILD: tools: unbreak resolve_sym_name() on non-GNU...
2020-05-01 Willy TarreauMINOR: debug: dump the whole trace if we can't spot...
2020-05-01 Willy TarreauMINOR: debug: use our own backtrace function on clang...
2020-05-01 Willy TarreauMINOR: debug: improve backtrace() on aarch64 and possib...
2020-05-01 Willy TarreauMINOR: debug: report the number of entries in the backtrace
2020-05-01 Willy TarreauMINOR: wdt: do not depend on USE_THREAD
2020-05-01 Willy TarreauBUILD: Makefile: include librt before libpthread
2020-05-01 Willy TarreauMINOR: debug: call backtrace() once upon startup
2020-05-01 Willy TarreauMEDIUM: debug: add support for dumping backtraces of...
2020-05-01 Willy TarreauMINOR: cli: make "show fd" rely on resolve_sym_name()
2020-05-01 Willy TarreauMINOR: debug: use resolve_sym_name() to dump task handlers
2020-05-01 Willy TarreauMINOR: tools: add resolve_sym_name() to resolve functio...
2020-05-01 Willy TarreauMINOR: tools: add new function dump_addr_and_bytes()
2020-05-01 Willy TarreauMINOR: haproxy: export run_poll_loop
2020-05-01 Willy TarreauMINOR: stream: report the list of active filters on...
2020-05-01 Willy TarreauBUG/MEDIUM: shctx: bound the number of loops that can...
2020-05-01 Willy TarreauBUG/MEDIUM: shctx: really check the lock's value while...
2020-05-01 Willy TarreauBUG/MINOR: debug: properly use long long instead of...
2020-05-01 Willy TarreauMINOR: threads: export the POSIX thread ID in panic...
2020-05-01 Willy TarreauBUG/MEDIUM: listener: mark the thread as not stuck...
2020-05-01 Willy TarreauBUG/MEDIUM: sample: make the CPU and latency sample...
2020-05-01 Willy TarreauBUG/MEDIUM: http: the "unique-id" sample fetch could...
2020-05-01 Willy TarreauBUG/MEDIUM: http: the "http_first_req" sample fetch...
2020-05-01 Willy TarreauBUG/MEDIUM: capture: capture.{req,res}.* crash without...
2020-05-01 Willy TarreauBUG/MEDIUM: capture: capture-req/capture-res converters...
2020-05-01 Christopher... BUG/MINOR: mux-fcgi: Be sure to have a connection as...
2020-05-01 Christopher... BUG/MINOR: obj_type: Handle stream object in obj_base_p...
2020-05-01 Gaetan RivetBUG/MINOR: checks: chained expect will not properly...
2020-05-01 Christopher... BUG/MEDIUM: server/checks: Init server check during...
2020-05-01 Christopher... BUG/MINOR: checks: Respect the no-check-ssl option
2020-05-01 Christopher... MINOR: checks: Add a way to send custom headers and...
2020-05-01 Christopher... BUG/MINOR: check: Update server address and port to...
2020-05-01 William LallemandMINOR: contrib: make the peers wireshark dissector...
2020-05-01 Willy TarreauMEDIUM: memory: make pool_gc() run under thread isolation
2020-05-01 Jerome MagninDOC: option logasap does not depend on mode
2020-05-01 Willy TarreauBUG/MINOR: http: make url_decode() optionally convert...
2020-05-01 Willy TarreauBUG/MINOR: tools: fix the i386 version of the div64_32...
2020-05-01 Olivier HouchardBUG/MEDIUM: http-ana: Handle NTLM messages correctly.
2020-05-01 Jerome MagninBUG/MINOR: ssl: default settings for ssl server options...
2020-05-01 Olivier DoucetDOC: Improve documentation on http-request set-src
2020-05-01 Tim DuesterhusMINOR: version: Show uname output in display_version()
2020-05-01 Adam MillsDOC: hashing: update link to hashing functions
2020-05-01 Frédéric LécailleBUG/MINOR: peers: Incomplete peers sections should...
2020-04-14 Willy TarreauBUG/MINOR: connection: always send address-less LOCAL...
2020-04-09 William LallemandBUG/MINOR: ssl: memleak of the struct cert_key_and_chain
2020-04-08 William LallemandBUG/MINOR: ssl/cli: memory leak in 'set ssl cert'
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...
next