haproxy-2.5.git
2020-04-01 Willy TarreauREGTEST: make the unique-id test depend on version 2.0
2020-03-31 Olivier HouchardMINOR: connections: Don't mark conn flags 0x00000001...
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 Ilya ShipitsinCLEANUP: assorted typo fixes in the code and comments
2020-03-31 Willy TarreauREGTEST: make the PROXY TLV validation depend on versio...
2020-03-31 William LallemandREGTEST: ssl/cli: change test type to devel
2020-03-31 William LallemandBUG/MINOR: ssl: entry->ckch_inst not initialized
2020-03-31 William LallemandREGTEST: ssl/cli: test the 'add ssl crt-list' command
2020-03-31 William LallemandMEDIUM: ssl/cli: 'add ssl crt-list' command
2020-03-31 William LallemandMINOR: ssl/cli: update pointer to store in 'commit...
2020-03-31 William LallemandMINOR: ssl: store a ptr to crtlist in crtlist_entry
2020-03-31 William LallemandMINOR: ssl: add a list of crtlist_entry in ckch_store
2020-03-31 William LallemandMINOR: ssl: use crtlist_free() upon error in directory...
2020-03-31 William LallemandREORG: ssl: move some functions above crtlist_load_cert...
2020-03-31 William LallemandBUG/MINOR: ssl: ckch_inst wrongly inserted in crtlist_entry
2020-03-31 William LallemandREORG: ssl: move SETCERT enum to ssl_sock.h
2020-03-31 William LallemandMINOR: ssl: add a list of bind_conf in struct crtlist
2020-03-31 William LallemandMINOR: cli: add a general purpose pointer in the CLI...
2020-03-29 Olivier HouchardMEDIUM: connections: Revamp the way idle connections...
2020-03-29 Olivier HouchardMINOR: servers: Add a counter for the number of current...
2020-03-29 Jerome MagninMEDIUM: stream: support use-server rules with dynamic...
2020-03-29 Jerome MagninMINOR: listener: add so_name sample fetch
2020-03-26 Emmanuel HocdetMINOR: ssl: skip self issued CA in cert chain for ssl_ctx
2020-03-26 Baptiste AssmannBUG/MEDIUM: dns: improper parsing of aditional records
2020-03-26 Baptiste AssmannCLEANUP: remove obsolete comments
2020-03-25 Olivier HouchardMINOR: build: Fix build in mux_h1
2020-03-25 Olivier HouchardBUG/MEDIUM: mux_h1: Process a new request if we already...
2020-03-24 Ilya ShipitsinCI: github actions: add weekly h2spec test
2020-03-24 Frédéric LécailleBUG/MINOR: peers: Use after free of "peers" section.
2020-03-24 William LallemandBUG/MINOR: peers: avoid an infinite loop with peers_fe...
2020-03-24 William LallemandBUG/MINOR: peers: init bind_proc to 1 if it wasn't...
2020-03-24 Emmanuel HocdetMINOR: ssl: rework add cert chain to CTX to be libssl...
2020-03-23 Emmanuel HocdetCLEANUP: ssl: rename ssl_get_issuer_chain to ssl_get0_i...
2020-03-23 Emmanuel HocdetBUG/MINOR: ssl: memory leak when find_chain is NULL
2020-03-23 Willy Tarreau[RELEASE] Released version 2.2-dev5 v2.2-dev5
2020-03-23 Willy TarreauCLEANUP: haproxy/threads: don't check global_tasks_mask...
2020-03-23 Willy TarreauBUG/MINOR: haproxy/threads: close a possible race in...
2020-03-23 Willy TarreauREGTEST: increase timeouts on the seamless-reload test
2020-03-22 Olivier HouchardMINOR: muxes: Note that we can't usee a connection...
2020-03-22 Olivier HouchardBUG/MINOR: connections: Set idle_time before adding...
2020-03-22 Olivier HouchardBUG/MEDIUM: h1: Make sure we subscribe before going...
2020-03-20 William LallemandBUG/MINOR: ssl/cli: fix a potential NULL dereference
2020-03-20 Olivier HouchardBUG/MINOR: connections: Make sure we free the connectio...
2020-03-20 William LallemandBUG/MINOR: ssl/cli: free BIO upon error in 'show ssl...
2020-03-20 Ilya ShipitsinCI: temporarily disable unstable travis arm64 builds
2020-03-20 Ilya ShipitsinCI: run travis-ci builds on push only, skip pull requests
2020-03-20 Olivier HouchardBUILD/MEDIUM: fd: Declare fd_mig_lock as extern.
2020-03-20 Olivier HouchardBUG/MEDIUM: build: Fix compilation by spelling decl...
2020-03-20 William LallemandBUG/MINOR: ssl: crtlist_dup_filters() must return NULL...
2020-03-20 Tim DuesterhusBUG/MINOR: ssl: Correctly add the 1 for the sentinel...
2020-03-20 Tim DuesterhusBUG/MINOR: ssl: Do not free garbage pointers on memory...
2020-03-19 Olivier HouchardBUG/MEDIUM: connections: Don't forget to decrement...
2020-03-19 Olivier HouchardMEDIUM: connections: Kill connections even if we are...
2020-03-19 Olivier HouchardMEDIUM: mux_fcgi: Implement the takeover() method.
2020-03-19 Olivier HouchardMEDIUM: mux_h2: Implement the takeover() method.
2020-03-19 Olivier HouchardMEDIUM: mux_h1: Implement the takeover() method.
2020-03-19 Olivier HouchardMEDIUM: connections: Attempt to get idle connections...
2020-03-19 Olivier HouchardMINOR: connections: Add a flag to know if we're in...
2020-03-19 Olivier HouchardMINOR: connections: Make the "list" element a struct...
2020-03-19 Olivier HouchardMINOR: connections: Add a new mux method, "takeover".
2020-03-19 Olivier HouchardMINOR: fd: Implement fd_takeover().
2020-03-19 Olivier HouchardMEDIUM: servers: Split the connections into idle, safe...
2020-03-19 Olivier HouchardMEDIUM: sessions: Don't be responsible for connections...
2020-03-19 William LallemandMINOR: ssl/cli: show certificate status in 'show ssl...
2020-03-19 William LallemandMINOR: ssl/cli: 'new ssl cert' command
2020-03-18 Olivier HouchardMINOR: memory: Change the flush_lock to a spinlock...
2020-03-18 Olivier HouchardBUG/MEDIUM: wdt: Don't ignore WDTSIG and DEBUGSIG in...
2020-03-18 Olivier HouchardMINOR: wdt: Move the definitions of WDTSIG and DEBUGSIG...
2020-03-18 Ilya ShipitsinDOC: assorted typo fixes in the documentation
2020-03-18 Ilya ShipitsinCI: travis: proper group output redirection together...
2020-03-18 Willy TarreauCI: travis: re-enable ASAN on clang
2020-03-18 Willy TarreauBUILD: makefile: fix expression again to detect ARM...
2020-03-18 Tim DuesterhusBUG/MINOR: pattern: Do not pass len = 0 to calloc()
2020-03-17 William LallemandBUG/MINOR: ssl: memleak of struct crtlist_entry
2020-03-17 Olivier HouchardMINOR: tasks: Provide the tasklet to the callback.
2020-03-17 William LallemandBUG/MINOR: ssl: memory leak in crtlist_parse_file()
2020-03-17 Olivier HouchardMEDIUM: fd: Introduce a running mask, and use it instea...
2020-03-17 William LallemandBUG/MINOR: ssl/cli: free the trash chunk in dump_crtlist
2020-03-17 William LallemandMINOR: ssl/cli: show/dump ssl crt-list
2020-03-17 Olivier HouchardMINOR: mux_pt: Don't try to remove the connection from...
2020-03-17 Olivier HouchardMINOR: fd: Use a separate lock for logs instead of...
2020-03-16 Kevin ZhuBUG/MEDIUM: spoe: dup agent's engine_id string from...
2020-03-16 William LallemandBUG/MINOR: ssl: can't open directories anymore
2020-03-16 William LallemandMINOR: ssl: directories are loaded like crt-list
2020-03-16 William LallemandMEDIUM: ssl: allow crt-list caching
2020-03-16 William LallemandMINOR: ssl: pass ckch_inst to ssl_sock_load_ckchs()
2020-03-16 William LallemandREORG: ssl: move ssl_sock_load_cert()
2020-03-16 Emeric BrunBUG/MEDIUM: peers: resync ended with RESYNC_PARTIAL...
2020-03-16 Willy TarreauBUILD: makefile: fix regex syntax in ARM platform detection
2020-03-16 David CarlierBUILD: on ARM, must be linked to libatomic.
2020-03-16 Willy TarreauCI: travis: revert to clang-7 for BoringSSL tests
2020-03-14 Tim DuesterhusCLEANUP: connection: Stop directly setting an ist's...
2020-03-14 Willy TarreauBUILD: pools: silence build warnings with DEBUG_MEMORY_...
2020-03-14 Willy TarreauMINOR: use DISGUISE() everywhere we deliberately want...
2020-03-14 Willy TarreauMINOR: debug: consume the write() result in BUG_ON...
2020-03-14 Willy TarreauMINOR: debug: add a new DISGUISE() macro to pass a...
2020-03-14 Ilya ShipitsinCI: travis: switch linux builds to clang-9
2020-03-14 Balvinder Singh... DOC: correct typo in alert message about rspirep
2020-03-14 Ilya ShipitsinCI: add spellcheck github action
next