haproxy-2.1.git
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...
2019-02-28 Willy TarreauMINOR: server: remove a few unneeded LIST_INIT calls...
2019-02-28 Willy TarreauMINOR: list: make the delete and pop operations idempotent
2019-02-28 Willy TarreauBUG/MEDIUM: list: add missing store barriers when updat...
2019-02-28 Willy TarreauBUG/MEDIUM: list: fix LIST_POP_LOCKED's removal of...
2019-02-28 Willy TarreauBUG/MEDIUM: list: fix the rollback on addq in the locke...
2019-02-27 Willy TarreauBUG/MINOR: config: don't over-count the global maxsock...
2019-02-27 Willy TarreauDOC: update management.txt to reflect that threads...
2019-02-27 Willy TarreauMAJOR: threads: enable one thread per CPU by default
2019-02-27 Willy TarreauMINOR: config: add global tune.listener.multi-queue...
2019-02-27 Willy TarreauMINOR: activity: add accept queue counters for pushed...
2019-02-27 Willy TarreauMAJOR: listener: use the multi-queue for multi-thread...
2019-02-27 Willy TarreauMINOR: listener: implement multi-queue accept for threads
2019-02-27 Willy TarreauMINOR: listener: pre-compute some thread counts per...
2019-02-27 Willy TarreauMINOR: tools: implement functions to look up the nth...
2019-02-27 Willy TarreauMINOR: listener: maintain a per-thread count of the...
2019-02-27 Willy TarreauMAJOR: listener: do not hold the listener lock in liste...
2019-02-27 Willy TarreauMEDIUM: listener: keep a single thread-mask and warn...
2019-02-27 Willy TarreauMAJOR: config: disable support for nbproc and nbthread...
2019-02-27 Willy TarreauDOC: fix alphabetic ordering for "tune.fail-alloc"...
2019-02-27 Willy TarreauBUG/MINOR: listener: keep accept rate counters accurate...
2019-02-26 Frédéric LécailleBUG/MEDIUM: standard: Wrong reallocation size.
2019-02-26 Olivier HouchardMINOR: cfgparse: Add a cast to make gcc happier.
2019-02-26 Olivier HouchardBUG/MEDIUM: lists: Properly handle the case we're remov...
2019-02-26 Olivier HouchardMEDIUM: servers: Reorganize the way idle connections...
2019-02-26 Olivier HouchardMEDIUM: servers: Used a locked list for idle_orphan_conns.
2019-02-26 Olivier HouchardMINOR: lists: Implement locked variations.
2019-02-26 Tim DuesterhusCLEANUP: stream: Remove bogus loop in conn_si_send_proxy
2019-02-26 Tim DuesterhusCLEANUP: http: Remove unreachable code in parse_http_re...
2019-02-26 Willy Tarreau[RELEASE] Released version 2.0-dev1 v2.0-dev1
2019-02-26 Frédéric LécailleDOC: sample: Add gRPC related documentation.
2019-02-26 Frédéric LécailleMINOR: sample: Add two sample converters for protocol...
2019-02-26 Frédéric LécailleMINOR: http_fetch: add "req.ungrpc" sample fetch for...
2019-02-26 Frédéric LécailleMINOR: arg: Add support for ARGT_PBUF_FNUM arg type.
2019-02-26 Frédéric LécailleMINOR: standard: Add a function to parse uints (dotted...
2019-02-26 Willy TarreauBUG/MEDIUM: h2: advertise to servers that we don't...
2019-02-26 Christopher... BUG/MEDIUM: proto_htx: Fix functions applying regex...
2019-02-26 Christopher... BUG/MINOR: mux-h1: Always initilize h1m variable in...
2019-02-26 Christopher... BUG/MINOR: cache/htx: Return only the headers of cached...
2019-02-26 Christopher... BUG/MEDIUM: cache: Get objects from the cache only...
2019-02-26 Christopher... BUG/MAJOR: cache/htx: Set the start-line offset when...
2019-02-26 Christopher... MINOR: channel/htx: Add function to skips output bytes...
2019-02-26 Christopher... MINOR: htx: Add function to drain data from an HTX...
2019-02-26 Christopher... BUG/MINOR: channel: Set CF_WROTE_DATA when outgoing...
2019-02-26 Christopher... BUG/MEDIUM: mux-h1: Report the right amount of data...
2019-02-25 Olivier HouchardMINOR: fd: Use closefrom() as my_closefrom() if supported.
2019-02-25 Olivier HouchardBUG/MAJOR: listener: Make sure the listener exist befor...
2019-02-25 Richard RussoBUG/MAJOR: fd/threads, task/threads: ensure all spin...
2019-02-22 Willy TarreauBUG/MINOR: fd: make sure my_closefrom() doesn't miss...
2019-02-21 Willy TarreauMINOR: fd: implement an optimised my_closefrom() function
2019-02-21 Willy TarreauMINOR: checks: use my_closefrom() to close all FDs
2019-02-21 Willy TarreauMINOR: fd: add a new my_closefrom() function to close...
2019-02-21 Olivier HouchardBUG/MEDIUM: servers: Add a per-thread counter of idle...
2019-02-21 Olivier HouchardBUG/MEDIUM: servers: Use atomic operations when handlin...
2019-02-21 Willy TarreauBUG/MEDIUM: mux-h2/htx: send an empty DATA frame on...
2019-02-21 Willy TarreauMINOR: mux-h2: make the H2 MAX_FRAME_SIZE setting confi...
2019-02-21 Willy TarreauBUG/MEDIUM: htx: count the amount of copied data toward...
2019-02-19 Christopher... MINOR: mux-h2: Set HTX extra value when possible
2019-02-19 Christopher... BUG/MEDIUM: h2/htx: Correctly handle interim responses...
2019-02-18 Christopher... BUG/MINOR: proto-htx: Consider a XFER_LEN message as...
2019-02-18 Christopher... BUG/MINOR: mux-h2: Don't add ":status" pseudo-header...
2019-02-18 Christopher... BUG/MINOR: mux-h1: Add "transfer-encoding" header on...
2019-02-18 Christopher... MINOR: h2/htx: Set the flag HTX_SL_F_BODYLESS for messa...
2019-02-18 Christopher... BUG/MEDIUM: mux-h2/htx: Always set CS flags before...
2019-02-15 Olivier HouchardBUILD/MEDIUM: initcall: Fix build on MacOS.
2019-02-14 Dragan DosenBUG/MEDIUM: http_fetch: fix "req.body_len" and "req...
2019-02-13 Christopher... BUG/MEDIUM: proto_htx: Fix data size update if end...
2019-02-12 Dragan DosenBUG/MEDIUM: http_fetch: fix the "base" and "base32...
2019-02-12 Frédéric LécailleBUG/MEDIUM: peers: Missing peer initializations.
2019-02-12 Willy TarreauBUILD/MINOR: htx: fix some potential null-deref warning...
2019-02-12 Willy TarreauBUILD/MINOR: peers: remove an impossible null test...
2019-02-12 Willy TarreauBUILD/MINOR: tools: fix build warning in the date conve...
2019-02-12 Willy TarreauBUILD/MINOR: stream: avoid a build warning with threads...
2019-02-10 Willy TarreauBUG/MAJOR: stream: avoid double free on unique_id
2019-02-08 Ben51DegreesMEDIUM: 51d: Enabled multi threaded operation in the...
2019-02-08 Ben51DegreesBUG: 51d: In Hash Trie, multi header matching was affec...
2019-02-08 Willy TarreauBUG/MINOR: mux-h1: verify the request's version before...
2019-02-08 Christopher... CONTRIB: contrib/prometheus-exporter: Add a Prometheus...
2019-02-08 Willy TarreauBUG/MEDIUM: peers: check that p->srv actually exists...
2019-02-07 Christopher... BUG/MINOR: config: Reinforce validity check when a...
2019-02-07 Christopher... BUG/MAJOR: spoe: Don't try to get agent config during...
2019-02-07 Willy TarreauMINOR: config: make MAX_PROCS configurable at build...
2019-02-07 Willy TarreauBUG/MEDIUM: server: initialize the orphaned conns lists...
2019-02-07 Willy TarreauBUG/MEDIUM: server: initialize the idle conns list...
2019-02-07 Willy TarreauBUG/MEDIUM: spoe: initialization depending on nbthread...
2019-02-07 Willy TarreauBUG/MINOR: lua: initialize the correct idle conn lists...
next