haproxy-2.5.git
2021-03-01 Christopher... BUG/MINOR: tcp-act: Don't forget to set the original...
2021-02-27 Ilya ShipitsinCLEANUP: assorted typo fixes in the code and comments
2021-02-27 Ilya ShipitsinCI: codespell: skip Makefile for spell check
2021-02-26 Willy Tarreau[RELEASE] Released version 2.4-dev10 v2.4-dev10
2021-02-26 Willy TarreauCLEANUP: ssl: use realloc() instead of free()+malloc()
2021-02-26 Willy TarreauCLEANUP: ssl: make ssl_sock_free_srv_ctx() zero the...
2021-02-26 Willy TarreauCLEANUP: ssl: remove a useless "if" before freeing...
2021-02-26 Willy TarreauCLEANUP: vars: always zero the pointers after a free()
2021-02-26 Willy TarreauCLEANUP: config: replace a few free() with ha_free()
2021-02-26 Willy TarreauCLEANUP: tree-wide: replace free(x);x=NULL with ha_free(&x)
2021-02-26 Willy TarreauDOC: scheduler: add a diagram showing the different...
2021-02-26 Christopher... REGTESTS: Add script to test except param for fowardedf...
2021-02-26 Christopher... CLEANUP: hlua: Use net_addr structure internally to...
2021-02-26 Christopher... MEDIUM: http-ana: Add IPv6 support for forwardfor and...
2021-02-26 Christopher... MINOR: tools: Add function to compare an address to...
2021-02-26 Christopher... MINOR: tools: Add net_addr structure describing a netwo...
2021-02-26 Christopher... BUG/MINOR: http-ana: Only consider dst address to proce...
2021-02-26 Willy TarreauMINOR: task: only limit TL_HEAVY tasks but not others
2021-02-26 Willy TarreauMINOR: task: place the heavy elements in TL_HEAVY
2021-02-26 Willy TarreauMINOR: task: add one extra tasklet class: TL_HEAVY
2021-02-26 Eric SalamaBUG/MINOR: ssl: potential null pointer dereference...
2021-02-25 Willy TarreauCLEANUP: server: rename srv_cleanup_{idle,toremove...
2021-02-25 Willy TarreauMINOR: ssl: mark the SSL handshake tasklet as heavy
2021-02-25 Willy TarreauMINOR: task: limit the number of subsequent heavy tasks...
2021-02-25 Amaury DenoyelleBUG/MINOR: stats: fix compare of no-maint url suffix
2021-02-25 Christopher... CLEANUP: muxes: Remove useless if condition in show_fd...
2021-02-25 Christopher... MINOR: server-state: Don't load server-state file for...
2021-02-25 Christopher... REORG: server-state: Move functions to deal with server...
2021-02-25 Christopher... REORG: server: Export and rename some functions updatin...
2021-02-25 Christopher... MEDIUM: server: Don't load server-state file if a line...
2021-02-25 Christopher... MINOR: server: Parse and store server-state lines in...
2021-02-25 Christopher... MEDIUM: server: Use a tree to store local server-state...
2021-02-25 Christopher... MINOR: server: Move loading state of servers in a dedic...
2021-02-25 Christopher... MINOR: server: Remove cached line from global server...
2021-02-25 Christopher... MEDIUM: server: Store parsed params of a server-state...
2021-02-25 Christopher... MINOR: server: Be more strict when reading the version...
2021-02-25 Christopher... CLEANUP: server: Use a local eb-tree to store lines...
2021-02-25 Christopher... CLEANUP: server: Rename state_line structure into serve...
2021-02-25 Christopher... CLEANUP: server: Rename state_line node to node instead...
2021-02-25 Christopher... MEDIUM: server: Refactor apply_server_state() to make...
2021-02-25 Christopher... MINOR: server: Only fill one array when parsing a serve...
2021-02-25 Christopher... MINOR: server: Be more strict on the server-state line...
2021-02-25 Willy TarreauMINOR: task: make tasklet wakeup latency measurements...
2021-02-25 Willy TarreauMINOR: tasks: also compute the tasklet latency when...
2021-02-25 Willy TarreauMINOR: task: make grq_total atomic to move it outside...
2021-02-25 Willy TarreauCLEANUP: task: re-merge __task_unlink_rq() with task_un...
2021-02-25 Willy TarreauMINOR: task: don't decrement then increment the local...
2021-02-25 Willy TarreauMINOR: task: do not use __task_unlink_rq() from process...
2021-02-25 Willy TarreauMINOR: task: split the counts of local and global tasks...
2021-02-25 William DauchyBUG/MEDIUM: contrib/prometheus-exporter: fix segfault...
2021-02-24 Christopher... DOC: Update the filters guide
2021-02-24 Christopher... DOC: Update the HTX API documentation
2021-02-24 Christopher... MINOR: htx: Add function to reserve the max possible...
2021-02-24 Christopher... DOC: Update the module list in MAINTAINERS file
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 TarreauCLEANUP: task: split the large tasklet_wakeup_on()...
2021-02-24 Willy TarreauMINOR: task: move the allocated tasks counter to the...
2021-02-24 Willy TarreauMINOR: task: limit the remote thread wakeup to the...
2021-02-24 Willy TarreauCLEANUP: task: move the tree root detection from __task...
2021-02-24 Willy TarreauCLEANUP: tasks: use a less confusing name for task_list...
2021-02-24 Willy TarreauMINOR: tasks: do not maintain the rqueue_size counter...
2021-02-24 Willy TarreauMEDIUM: task: remove the tasks_run_queue counter and...
2021-02-24 Willy TarreauBUILD: dns: avoid a build warning when threads are...
2021-02-24 Willy TarreauMEDIUM: streams: do not use the streams lock anymore
2021-02-24 Willy TarreauMINOR: streams: use one list per stream instead of...
2021-02-24 Willy TarreauMINOR: cli/streams: make "show sess" dump all streams...
2021-02-24 Willy TarreauMINOR: stream: add an "epoch" to figure which streams...
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
2021-02-24 Willy TarreauBUG/MEDIUM: proxy: use thread-safe stream killing on...
2021-02-24 Willy TarreauDOC: muxes: add a diagram of the exchanges between...
2021-02-23 Dragan DosenCLEANUP: vars: make smp_fetch_var() to reuse vars_get_b...
2021-02-23 Dragan DosenBUG/MEDIUM: vars: make functions vars_get_by_{name...
2021-02-23 Dragan DosenBUG/MINOR: sample: secure convs that accept base64...
2021-02-23 William LallemandBUG/MINOR: ssl/cli: potential null pointer dereference...
2021-02-22 Tim DuesterhusMINOR: Configure the `cpp` userdiff driver for *.[ch...
2021-02-22 Ilya ShipitsinBUILD: SSL: introduce fine guard for RAND_keep_random_d...
2021-02-20 Willy Tarreau[RELEASE] Released version 2.4-dev9 v2.4-dev9
2021-02-20 Willy TarreauMINOR: sched: have one runqueue ticks counter per thread
2021-02-20 Willy TarreauMINOR: dynbuf: pass offer_buffers() the number of buffe...
2021-02-20 Willy TarreauMINOR: dynbuf: use regular lists instead of mt_lists...
2021-02-20 Willy TarreauMINOR: dynbuf: make the buffer wait queue per thread
2021-02-20 Christopher... BUG/MINOR: server: Fix test on number of fields allowed...
2021-02-19 Ilya ShipitsinCI: github actions: switch to stable LibreSSL release
2021-02-19 William DauchyREGTESTS: contrib/prometheus-exporter: test well known...
2021-02-19 William DauchyREGTESTS: contrib/prometheus-exporter: test NaN values
2021-02-19 William DauchyDOC: contrib/prometheus-exporter: remove htx reference
2021-02-19 Christopher... MEDIUM: server: Don't introduce a new server-state...
2021-02-19 Christopher... BUG/MINOR: server: Be sure to cut the last parsed field...
2021-02-19 Christopher... BUG/MINOR: server: Init params before parsing a new...
2021-02-19 Christopher... BUG/MINOR: http-rules: Always replace the response...
2021-02-19 Christopher... BUG/MEDIUM: spoe: Resolve the sink if a SPOE logs in...
2021-02-19 David CarlierDOC: DeviceAtlas documentation typo fix.
2021-02-19 Amaury DenoyelleMINOR: connection: allocate dynamically hash node for...
2021-02-19 Olivier HouchardBUG/MEDIUM: lists: Avoid an infinite loop in MT_LIST_TR...
next