haproxy-2.1.git
2019-03-15 Willy TarreauBUILD: Makefile: allow the reg-tests target to be verbose
2019-03-15 Willy TarreauBUILD: listener: shut up a build warning when threads...
2019-03-15 Willy TarreauRevert "REGTEST: Enable reg tests with HEAD HTTP method...
2019-03-15 Christopher... BUG/MINOR: stats: Be more strict on what is a valid...
2019-03-15 Christopher... MINOR: stats: Move stuff about the stats status codes...
2019-03-15 Christopher... MINOR: stats: Add the status code STAT_STATUS_IVAL...
2019-03-15 Christopher... BUG/MINOR: lua/htx: Don't forget to call htx_to_buf...
2019-03-15 Christopher... BUG/MINOR: lua/htx: Use channel_add_input() when respon...
2019-03-15 Christopher... BUG/MINOR: stats/htx: Call channel_add_input() when...
2019-03-15 Christopher... BUG/MINOR: mux-h1: Don't report an error on EOS if...
2019-03-15 Olivier HouchardBUG/MEDIUM: tasks: Make sure we wake sleeping threads...
2019-03-14 Willy TarreauBUG/MEDIUM: init/threads: consider epoll_fd/pipes for...
2019-03-14 Willy TarreauBUG/MEDIUM: threads/fd: do not forget to take into...
2019-03-14 Olivier HouchardBUG/MAJOR: tasks: Use the TASK_GLOBAL flag to know...
2019-03-14 Olivier HouchardMEDIUM: connections: Use _HA_ATOMIC_*
2019-03-14 Olivier HouchardMEDIUM: list: Use _HA_ATOMIC_*
2019-03-14 Olivier HouchardMEDIUM: list: Remove useless barriers.
2019-03-13 Willy TarreauBUG/MEDIUM: listener: make sure we don't pick stopped...
2019-03-13 Willy TarreauBUG/MEDIUM: list: fix incorrect pointer unlocking in...
2019-03-13 Willy TarreauMINOR: config: continue to rely on DEFAULT_MAXCONN...
2019-03-13 Willy TarreauMINOR: config: remove obsolete use of DEFAULT_MAXCONN...
2019-03-11 Olivier HouchardMEDIUM: vars: Use the new _HA_ATOMIC_* macros.
2019-03-11 Olivier HouchardMEDIUM: time: Use the new _HA_ATOMIC_* macros.
2019-03-11 Olivier HouchardMEDIUM: tcp_rules: Use the new _HA_ATOMIC_* macros.
2019-03-11 Olivier HouchardMEDIUM: stream: Use the new _HA_ATOMIC_* macros.
2019-03-11 Olivier HouchardMEDIUM: ssl: Use the new _HA_ATOMIC_* macros.
2019-03-11 Olivier HouchardMEDIUM: sessions: Use the new _HA_ATOMIC_* macros.
2019-03-11 Olivier HouchardMEDIUM: queues: Use the new _HA_ATOMIC_* macros.
2019-03-11 Olivier HouchardMEDIUM: proto_tcp: Use the new _HA_ATOMIC_* macros.
2019-03-11 Olivier HouchardMEDIUM: peers: Use the new _HA_ATOMIC_* macros.
2019-03-11 Olivier HouchardMEDIUM: memory: Use the new _HA_ATOMIC_* macros.
2019-03-11 Olivier HouchardMEDIUM: logs: Use the new _HA_ATOMIC_* macros.
2019-03-11 Olivier HouchardMEDIUM: listeners: Use the new _HA_ATOMIC_* macros.
2019-03-11 Olivier HouchardMEDIUM: lb/threads: Use the new _HA_ATOMIC_* macros.
2019-03-11 Olivier HouchardMEDIUM: http: Use the new _HA_ATOMIC_* macros.
2019-03-11 Olivier HouchardMEDIUM: threads: Use the new _HA_ATOMIC_* macros.
2019-03-11 Olivier HouchardMEDIUM: spoe: Use the new _HA_ATOMIC_* macros.
2019-03-11 Olivier HouchardMEDIUM: compression: Use the new _HA_ATOMIC_* macros.
2019-03-11 Olivier HouchardMEDIUM: pollers: Use the new _HA_ATOMIC_* macros.
2019-03-11 Olivier HouchardMEDIUM: checks: Use the new _HA_ATOMIC_* macros.
2019-03-11 Olivier HouchardMEDIUM: cache: Use the new _HA_ATOMIC_* macros.
2019-03-11 Olivier HouchardMEDIUM: backend: Use the new _HA_ATOMIC_* macros.
2019-03-11 Olivier HouchardMEDIUM: activity: Use the new _HA_ATOMIC_* macros.
2019-03-11 Olivier HouchardMEDIUM: task: Use the new _HA_ATOMIC_* macros.
2019-03-11 Olivier HouchardMEDIUM: server: Use the new _HA_ATOMIC_* macros.
2019-03-11 Olivier HouchardMEDIUM: proxy: Use the new _HA_ATOMIC_* macros.
2019-03-11 Olivier HouchardMEDIUM: freq_ctr: Use the new _HA_ATOMIC_* macros.
2019-03-11 Olivier HouchardMEDIUM: fd: Use the new _HA_ATOMIC_* macros.
2019-03-11 Olivier HouchardMEDIUM: xref: Use the new _HA_ATOMIC_* macros.
2019-03-11 Olivier HouchardMEDIUM: applets: Use the new _HA_ATOMIC_* macros.
2019-03-11 Olivier HouchardMEDIUM: various: Use __ha_barrier_atomic* when relevant.
2019-03-11 Olivier HouchardMINOR: threads: Add macros to do atomic operation with...
2019-03-11 Olivier HouchardMEDIUM: threads: Use __ATOMIC_SEQ_CST when using the...
2019-03-11 Olivier HouchardMINOR: threads: Implement __ha_barrier_atomic*.
2019-03-08 Olivier HouchardBUG/MEDIUM: listeners: Don't call fd_stop_recv() if...
2019-03-08 Olivier HouchardMINOR: fd: Remove debugging code.
2019-03-07 Willy TarreauOPTIM: task: limit the impact of memory barriers in...
2019-03-07 Dragan DosenBUG/MEDIUM: 51d: fix possible segfault on deinit_51degr...
2019-03-07 Frédéric LécailleBUG/MAJOR: config: Wrong maxconn adjustment.
2019-03-07 Olivier HouchardBUG/MEDIUM: logs: Only attempt to free startup_logs...
2019-03-07 Willy TarreauMINOR: listener: move thr_idx from the bind_conf to...
2019-03-07 Willy TarreauCLEANUP: listener: remove old thread bit mapping
2019-03-07 Willy TarreauMEDIUM: listener: change the LB algorithm again to...
2019-03-07 Willy TarreauMINOR: tools: implement my_flsl()
2019-03-07 Willy TarreauMINOR: listener: improve incoming traffic distribution
2019-03-07 Willy TarreauMINOR: task: use LIST_DEL_INIT() to remove a task from...
2019-03-07 Willy TarreauMINOR: lists: add a LIST_DEL_INIT() macro
2019-03-06 Frédéric LécailleREGTEST: Enable reg tests with HEAD HTTP method usage.
2019-03-06 Frédéric LécailleREGTEST: Peers reg tests.
2019-03-06 Frédéric LécailleMINOR: sample: Add a protocol buffers specific converter.
2019-03-06 Frédéric LécailleDOC: Remove tabs and fixed punctuation.
2019-03-06 Frédéric LécailleMINOR: sample: Extract some protocol buffers specific...
2019-03-05 Lukas TribusBUG/MINOR: ssl: fix warning about ssl-min/max-ver support
2019-03-05 Willy TarreauMINOR: config: relax the range checks on cpu-map
2019-03-05 Willy TarreauCLEANUP: wurfl: remove dead, broken and unmaintained...
2019-03-05 Frédéric LécailleMINOR: sample: Rework gRPC converter code.
2019-03-05 Frédéric LécailleMINOR: sample: Code factorization "ungrpc" converter.
2019-03-05 Willy TarreauBUG/MEDIUM: h2/htx: verify that :path doesn't contain...
2019-03-05 Willy TarreauMINOR: mux-h2: always pass HTX_FL_PARSING_ERROR between...
2019-03-05 Willy TarreauMINOR: htx: unconditionally handle parsing errors in...
2019-03-04 Willy TarreauBUG/MEDIUM: list: fix again LIST_ADDQ_LOCKED
2019-03-04 Frédéric LécailleMINOR: sample: Replace "req.ungrpc" smp fetch by a...
2019-03-04 Willy TarreauBUG/MAJOR: mux-h2: fix race condition between close...
2019-03-04 Willy TarreauDOC: update the text related to the global maxconn...
2019-03-01 Willy TarreauREGTEST: fix a spurious "nbthread 4" in the connection...
2019-03-01 Willy TarreauMEDIUM: init: make the global maxconn default to what...
2019-03-01 Willy TarreauMINOR: init: move some maxsock updates earlier
2019-03-01 Willy TarreauMINOR: init: make the maxpipe computation more accurate
2019-03-01 Willy TarreauBUG/MINOR: mworker: be careful to restore the original...
2019-03-01 Willy TarreauBUG/MINOR: checks: make external-checks restore the...
2019-03-01 Willy TarreauBUG/MINOR: init: never lower rlim_fd_max
2019-03-01 Willy TarreauMINOR: global: keep a copy of the initial rlim_fd_cur...
2019-03-01 Frédéric LécailleMINOR: peers: Add a message for heartbeat.
2019-02-28 Willy TarreauMEDIUM: config: don't enforce a low frontend maxconn...
2019-02-28 Willy TarreauMINOR: proxy: do not change the listeners' maxconn...
2019-02-28 Willy TarreauMINOR: listener: do not needlessly set l->maxconn
2019-02-28 Willy TarreauMINOR: listener: introduce listener_backlog() to report...
2019-02-28 Willy TarreauBUG/MEDIUM: list: correct fix for LIST_POP_LOCKED's...
2019-02-28 Willy TarreauBUG/MEDIUM: listener: make sure the listener never...
2019-02-28 Willy TarreauBUG/MEDIUM: listener: use a self-locked list for the...
next