haproxy/src
Cyril Bonté 3906d5739c BUG: MAJOR: lb_map: server map calculation broken
Adrian Williams reported that several balancing methods were broken and
sent all requests to one backend. This is a regression in haproxy 1.8 where
the server score was not correctly recalculated.

This fix must be backported to the 1.8 branch.
2017-12-14 17:36:39 +01:00
..
51d.c
acl.c
action.c
applet.c
arg.c
auth.c
backend.c
base64.c
buffer.c MINOR: buffers: cache-align buffer_wq_lock 2017-11-26 11:10:51 +01:00
cache.c BUG/MEDIUM: cache: bad computation of the remaining size 2017-11-28 12:06:06 +01:00
cfgparse.c MINOR: mworker: Update messages referencing exit-on-failure 2017-12-07 19:21:14 +01:00
channel.c
checks.c BUG/MEDIUM: email-alert: don't set server check status from a email-alert task 2017-12-08 05:58:56 +01:00
chunk.c CLEANUP: pools: rename all pool functions and pointers to remove this "2" 2017-11-24 17:49:53 +01:00
cli.c
compression.c CLEANUP: pools: rename all pool functions and pointers to remove this "2" 2017-11-24 17:49:53 +01:00
connection.c CLEANUP: pools: rename all pool functions and pointers to remove this "2" 2017-11-24 17:49:53 +01:00
da.c BUILD/MINOR: deviceatlas: enable thread support 2017-11-27 14:22:21 +01:00
dns.c CLEANUP: pools: rename all pool functions and pointers to remove this "2" 2017-11-24 17:49:53 +01:00
ev_epoll.c
ev_kqueue.c BUG/MEDIUM: kqueue: Don't bother closing the kqueue after fork. 2017-11-26 20:10:58 +01:00
ev_poll.c
ev_select.c
fd.c
filters.c CLEANUP: pools: rename all pool functions and pointers to remove this "2" 2017-11-24 17:49:53 +01:00
flt_http_comp.c CLEANUP: pools: rename all pool functions and pointers to remove this "2" 2017-11-24 17:49:53 +01:00
flt_spoe.c CLEANUP: pools: rename all pool functions and pointers to remove this "2" 2017-11-24 17:49:53 +01:00
flt_trace.c
freq_ctr.c
frontend.c CLEANUP: pools: rename all pool functions and pointers to remove this "2" 2017-11-24 17:49:53 +01:00
h1.c
h2.c BUG/MEDIUM: h2: do not accept upper case letters in request header names 2017-12-03 21:09:38 +01:00
haproxy.c MINOR: mworker: Improve wording in void mworker_wait() 2017-12-07 19:21:25 +01:00
hash.c
hathreads.c BUG/MAJOR: thread: Be sure to request a sync between threads only once at a time 2017-12-02 14:31:01 +01:00
hdr_idx.c CLEANUP: pools: rename all pool functions and pointers to remove this "2" 2017-11-24 17:49:53 +01:00
hlua_fcn.c
hlua.c BUG/MEDIUM: lua/notification: memory leak 2017-12-10 19:38:58 +01:00
hpack-dec.c BUG/MINOR: hpack: dynamic table size updates are only allowed before headers 2017-12-03 21:08:40 +01:00
hpack-enc.c
hpack-huff.c BUG/MINOR: hpack: must reject huffman literals padded with more than 7 bits 2017-12-03 21:08:39 +01:00
hpack-tbl.c BUG/MAJOR: hpack: don't pretend large headers fit in empty table 2017-12-04 18:06:51 +01:00
i386-linux-vsys.c
lb_chash.c
lb_fas.c
lb_fwlc.c
lb_fwrr.c
lb_map.c BUG: MAJOR: lb_map: server map calculation broken 2017-12-14 17:36:39 +01:00
listener.c
log.c CLEANUP: pools: rename all pool functions and pointers to remove this "2" 2017-11-24 17:49:53 +01:00
lru.c
mailers.c
map.c
memory.c CLEANUP: pools: rename all pool functions and pointers to remove this "2" 2017-11-24 17:49:53 +01:00
mux_h2.c BUG/MEDIUM: h2: fix stream limit enforcement 2017-12-14 13:43:52 +01:00
mux_pt.c
namespace.c
pattern.c
payload.c
peers.c BUG/MEDIUM: peers: set NOLINGER on the outgoing stream interface 2017-12-06 17:48:36 +01:00
pipe.c CLEANUP: pools: rename all pool functions and pointers to remove this "2" 2017-11-24 17:49:53 +01:00
proto_http.c BUG/MEDIUM: http: don't disable lingering on requests with tunnelled responses 2017-12-14 13:43:52 +01:00
proto_tcp.c
proto_udp.c
proto_uxst.c
protocol.c
proxy.c CLEANUP: pools: rename all pool functions and pointers to remove this "2" 2017-11-24 17:49:53 +01:00
queue.c BUG/MAJOR: threads/queue: avoid recursive locking in pendconn_get_next_strm() 2017-11-26 18:50:30 +01:00
raw_sock.c
rbtree.c
regex.c
sample.c MINOR: sample: add len converter 2017-12-14 14:36:10 +01:00
server.c BUG/MEDIUM: checks: a down server going to maint remains definitely stucked on down state. 2017-12-06 17:01:00 +01:00
session.c CLEANUP: pools: rename all pool functions and pointers to remove this "2" 2017-11-24 17:49:53 +01:00
sha1.c
shctx.c
signal.c CLEANUP: pools: rename all pool functions and pointers to remove this "2" 2017-11-24 17:49:53 +01:00
ssl_sock.c BUG/MEDIUM: ssl engines: Fix async engines fds were not considered to fix fd limit automatically. 2017-12-06 14:17:41 +01:00
standard.c
stats.c
stick_table.c CLEANUP: pools: rename all pool functions and pointers to remove this "2" 2017-11-24 17:49:53 +01:00
stream_interface.c BUG/MINOR: stream-int: don't try to receive again after receiving an EOS 2017-12-14 13:43:52 +01:00
stream.c BUG/MEDIUM: stream: fix session leak on applet-initiated connections 2017-11-29 14:26:11 +01:00
task.c MINOR: task: align the rq and wq locks 2017-11-26 11:10:51 +01:00
tcp_rules.c CLEANUP: pools: rename all pool functions and pointers to remove this "2" 2017-11-24 17:49:53 +01:00
time.c
trace.c
uri_auth.c
vars.c BUG/MEDIUM: threads/vars: Fix deadlock in register_name 2017-12-08 10:37:24 +01:00
wurfl.c
xxhash.c