haproxy-2.3.git
2021-03-24 Willy TarreauBUG/MEDIUM: fd: do not wait on FD removal in fd_delete()
2021-03-24 Willy TarreauMINOR: fd: remove the unneeded running bit from fd_insert()
2021-03-24 Willy TarreauMINOR: fd: make fd_clr_running() return the remaining...
2021-03-24 Christopher... BUG/MEDIUM: lua: Always init the lua stack before refer...
2021-03-24 Christopher... BUG/MEDIUM: debug/lua: Use internal hlua function to...
2021-03-24 Christopher... MINOR: lua: Slightly improve function dumping the lua...
2021-03-24 Ilya ShipitsinBUILD: ssl: guard ecdh functions with SSL_CTX_set_tmp_e...
2021-03-24 Remi Tricot... BUG/MINOR: ssl: Prevent disk access when using "add...
2021-03-23 Christopher... BUG/MEDIUM: debug/lua: Don't dump the lua stack if...
2021-03-23 Christopher... MEDIUM: lua: Use a per-thread counter to track some...
2021-03-23 Eric SalamaMINOR/BUG: mworker/cli: do not use the unix_bind prefix...
2021-03-23 Emeric BrunBUG/MINOR: protocol: add missing support of dgram unix...
2021-03-23 Willy TarreauBUG/MEDIUM: freq_ctr/threads: use the global_now_ms...
2021-03-23 Willy TarreauMINOR: time: also provide a global, monotonic global_no...
2021-03-22 Christopher... BUG/MEDIUM: mux-fcgi: Fix locking of idle_conns lock...
2021-03-18 Willy TarreauBUG/MINOR: freq_ctr/threads: make use of the last updat...
2021-03-18 Willy TarreauMINOR: time: export the global_now variable
2021-03-16 Christopher... [RELEASE] Released version 2.3.7 v2.3.7
2021-03-16 Christopher... BUG/MINOR: resolvers: Add missing case-insensitive...
2021-03-16 Christopher... MINOR: resolvers: Don't try to match immediatly renewed...
2021-03-16 Christopher... MINOR: resolvers: Use milliseconds for cached items...
2021-03-16 Christopher... BUG/MEDIUM: resolvers: Skip DNS resolution at startup...
2021-03-16 Christopher... BUG/MEDIUM: resolvers: Don't release resolution from...
2021-03-16 Christopher... MINOR: resolvers: Directly call srvrq_update_srv_state...
2021-03-16 Christopher... MINOR: resolvers: Add function to change the srv status...
2021-03-16 Christopher... MINOR: resolvers: Purge answer items when a SRV resolut...
2021-03-16 Christopher... MINOR: resolvers: Use a function to remove answers...
2021-03-16 Christopher... BUG/MEDIUM: resolvers: Trigger a DNS resolution if...
2021-03-16 Christopher... BUG/MINOR; resolvers: Ignore DNS resolution for expired...
2021-03-16 Baptiste AssmannMINOR: resolvers: new function find_srvrq_answer_record()
2021-03-16 Christopher... BUG/MEDIUM: resolvers: Fix the loop looking for an...
2021-03-16 Christopher... BUG/MEDIUM: resolvers: Don't set an address-less server...
2021-03-16 Christopher... BUG/MINOR: resolvers: Unlink DNS resolution to set...
2021-03-16 Christopher... BUG/MINOR: resolvers: Reset server address on DNS error...
2021-03-16 Christopher... BUG/MINOR: resolvers: Consider server to have no IP...
2021-03-16 Christopher... Revert "BUG/MINOR: resolvers: Only renew TTL for SRV...
2021-03-16 Willy TarreauCLEANUP: tcp-rules: add missing actions in the tcp...
2021-03-12 Christopher... BUG/MINOR: tcpcheck: Fix double free on error path...
2021-03-12 Christopher... BUG/MINOR: session: Add some forgotten tests on session...
2021-03-12 Christopher... BUG/MINOR: proxy/session: Be sure to have a listener...
2021-03-12 Christopher... BUG/MINOR: tcpcheck: Update .health threshold of agent...
2021-03-12 Christopher... BUG/MEDIUM: filters: Set CF_FL_ANALYZE on channels...
2021-03-12 Willy TarreauBUILD: atomic/arm64: force the register pairs to use...
2021-03-12 Emeric BrunBUG/MEDIUM: stick-tables: fix ref counter in table...
2021-03-10 Willy TarreauOPTIM: task: automatically adjust the default runqueue...
2021-03-10 Willy TarreauMINOR: task: give the scheduler a bit more flexibility...
2021-03-10 Willy TarreauMEDIUM: task: remove the tasks_run_queue counter and...
2021-03-10 Willy TarreauMEDIUM: ssl: implement xprt_set_used and xprt_set_idle...
2021-03-10 Willy TarreauMINOR: xprt: add new xprt_set_idle and xprt_set_used...
2021-03-10 Willy TarreauMEDIUM: muxes: mark idle conns tasklets with TASK_F_USR1
2021-03-10 Willy TarreauMINOR: task: add an application specific flag to the...
2021-03-10 Willy TarreauBUG/MEDIUM: ssl: properly remove the TASK_HEAVY flag...
2021-03-10 Willy TarreauMINOR: ssl: mark the SSL handshake tasklet as heavy
2021-03-10 Willy TarreauMINOR: task: limit the number of subsequent heavy tasks...
2021-03-10 UbuntuMEDIUM: backend: use a trylock when trying to grab...
2021-03-10 Willy TarreauMINOR: pools: double the local pool cache size to 1 MB
2021-03-10 Willy TarreauMEDIUM: pools: add CONFIG_HAP_NO_GLOBAL_POOLS and CONFI...
2021-03-10 Willy TarreauMEDIUM: streams: do not use the streams lock anymore
2021-03-10 Willy TarreauMINOR: streams: use one list per stream instead of...
2021-03-10 Willy TarreauMINOR: cli/streams: make "show sess" dump all streams...
2021-03-10 Willy TarreauMINOR: stream: add an "epoch" to figure which streams...
2021-03-10 Willy TarreauMINOR: dynbuf: pass offer_buffers() the number of buffe...
2021-03-10 Willy TarreauMINOR: dynbuf: use regular lists instead of mt_lists...
2021-03-10 Willy TarreauMINOR: dynbuf: make the buffer wait queue per thread
2021-03-10 Willy TarreauOPTIM: lb-leastconn: do not unlink the server if it...
2021-03-10 Willy TarreauOPTIM: lb-leastconn: do not take the server lock on...
2021-03-10 Willy TarreauOPTIM: lb-first: do not take the server lock on take_co...
2021-03-10 Willy TarreauMINOR: lb/api: let callers of take_conn/drop_conn tell...
2021-03-10 Willy TarreauMINOR: server: move actconns to the per-thread structure
2021-03-10 Willy TarreauOPTIM: server: switch the actconn list to an mt-list
2021-03-10 Willy TarreauMINOR: listener: refine the default MAX_ACCEPT from...
2021-03-10 Willy TarreauMINOR: tasks: refine the default run queue depth
2021-03-10 William LallemandBUG/MEDIUM: session: NULL dereference possible when...
2021-03-05 UbuntuMINOR: atomic: implement a more efficient arm64 __ha_ca...
2021-03-05 Willy TarreauMINOR: atomic: add armv8.1-a atomics variant for cas-dw
2021-03-05 Willy TarreauBUG/MINOR: mt-list: always perform a cpu_relax call...
2021-03-05 Willy TarreauREORG: atomic: reimplement pl_cpu_relax() from atomic...
2021-03-05 Willy TarreauBUG/MINOR: ssl: don't truncate the file descriptor...
2021-03-05 Christopher... BUG/MINOR: hlua: Don't strip last non-LWS char in hlua_...
2021-03-05 Amaury DenoyelleBUG/MINOR: backend: fix condition for reuse on mode...
2021-03-03 Christopher... [RELEASE] Released version 2.3.6 v2.3.6
2021-03-03 Christopher... BUG/MINOR: http-ana: Don't increment HTTP error counter...
2021-03-03 Tim DuesterhusBUG/MINOR: mux-h2: Fix typo in scheme adjustment
2021-03-03 Christopher... DOC: spoe: Add a note about fragmentation support in...
2021-03-01 Christopher... BUG/MEDIUM: spoe: Kill applets if there are pending...
2021-03-01 Christopher... BUG/MINOR: connection: Use the client's dst family...
2021-03-01 Christopher... BUG/MINOR: tcp-act: Don't forget to set the original...
2021-03-01 Christopher... BUG/MINOR: http-ana: Only consider dst address to proce...
2021-03-01 Christopher... BUG/MINOR: mux-h1: Immediately report H1C errors from...
2021-02-26 Amaury DenoyelleBUG/MINOR: stats: fix compare of no-maint url suffix
2021-02-26 Christopher... CLEANUP: muxes: Remove useless if condition in show_fd...
2021-02-26 Eric SalamaBUG/MINOR: ssl: potential null pointer dereference...
2021-02-24 Christopher... BUG/MEDIUM: resolvers: Reset address for unresolved...
2021-02-24 Christopher... BUG/MEDIUM: resolvers: Reset server address and port...
2021-02-24 Baptiste AssmannBUG/MINOR: resolvers: new callback to properly handle...
2021-02-24 Christopher... BUG/MINOR: resolvers: Only renew TTL for SRV records...
2021-02-24 Christopher... BUG/MINOR: resolvers: Fix condition to release received...
2021-02-24 Willy TarreauBUG/MINOR: fd: properly wait for !running_mask in fd_se...
2021-02-24 Willy TarreauBUG/MINOR: proxy: wake up all threads when sending...
2021-02-24 Willy TarreauBUG/MEDIUM: cli/shutdown sessions: make it thread-safe
next