haproxy-2.1.git
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...
2019-02-07 Willy TarreauBUG/MINOR: spoe: do not assume agent->rt is valid on...
2019-02-06 Bertrand JacquinDOC: ssl: Stop documenting ciphers example to use
2019-02-06 Bertrand JacquinDOC: ssl: Clarify when pre TLSv1.3 cipher can be used
2019-02-06 Willy TarreauBUG/MINOR: config: make sure to count the error on...
2019-02-06 Christopher... BUG/MAJOR: htx/backend: Make all tests on HTTP messages...
2019-02-05 Willy TarreauBUG/MAJOR: spoe: verify that backends used by SPOE...
2019-02-05 Willy TarreauBUG/MAJOR: config: verify that targets of track-sc...
2019-02-04 Willy TarreauBUG/MINOR: task: close a tiny race in the inter-thread...
2019-02-04 Willy TarreauBUG/MINOR: compression: properly report compression...
2019-02-04 Willy TarreauMINOR: threads: make use of thread_mask() to simplify...
2019-02-04 Willy TarreauMINOR: config: simplify bind_proc processing using...
2019-02-04 Willy TarreauMINOR: global: add proc_mask() and thread_mask()
2019-02-04 Willy TarreauMINOR: config: keep an all_proc_mask like we have all_t...
2019-02-04 Willy TarreauMINOR: tools: improve the popcount() operation
2019-02-04 Willy TarreauOPTIM: listener: optimize cache-line packing for struct...
2019-02-02 Willy TarreauCLEANUP: threads: use nbits to calculate the thread...
2019-02-02 Willy TarreauCLEANUP: threads: fix misleading comment about all_thre...
2019-02-02 Willy TarreauBUG/MINOR: config: fix bind line thread mask validation
2019-02-02 Willy TarreauBUG/MINOR: threads: fix the process range of thread...
2019-02-01 Olivier HouchardBUG/MEDIUM: stream: Don't forget to free s->unique_id...
2019-02-01 Willy TarreauBUG/MEDIUM: mux-h2: always set :authority on request...
2019-02-01 Willy TarreauBUG/MEDIUM: mux-h2: always omit :scheme and :path for...
2019-02-01 Willy TarreauBUG/MINOR: backend: check srv_conn before dereferencing it
2019-02-01 Olivier HouchardBUG/MINOR: tune.fail-alloc: Don't forget to initialize...
2019-02-01 Willy TarreauBUG/MEDIUM: htx: check the HTX compatibility in dynamic...
2019-02-01 Willy TarreauBUG/MEDIUM: backend: always release the previous connec...
2019-01-31 Olivier HouchardMINOR: debug: Add an option that causes random allocati...
2019-01-31 Olivier HouchardMINOR: muxes: Don't bother to LIST_DEL(&conn->list...
2019-01-31 Olivier HouchardMINOR: xref: Add missing barriers.
2019-01-31 Willy TarreauBUG/MEDIUM: mux-h2: properly consider the peer's advert...
2019-01-31 Willy TarreauMINOR: mux-h2: learn and store the peer's advertised...
2019-01-31 Willy TarreauMINOR: mux-h2: make sure to only check concurrency...
2019-01-31 Willy TarreauMINOR: mux-h2: max-concurrent-streams should be unsigned
2019-01-31 Willy TarreauBUG/MINOR: server: fix logic flaw in idle connection...
2019-01-31 Willy TarreauBUG/MEDIUM: mux-h2: do not close the connection on...
2019-01-31 Willy TarreauMINOR: connstream: have a new flag CS_FL_KILL_CONN...
2019-01-31 Willy TarreauMINOR: stream-int: add a new flag to mention that we...
2019-01-31 Willy TarreauBUG/MEDIUM: mux-h2: wait for the mux buffer to be empty...
2019-01-31 Willy TarreauBUG/MINOR: stream: don't close the front connection...
2019-01-31 Olivier HouchardBUG/MEDIUM: connections: Don't forget to remove CO_FL_S...
2019-01-31 Christopher... BUG/MEDIUM: mux-h1: Don't add "transfer-encoding" if...
2019-01-31 Frédéric LécailleBUG/MEDIUM: peers: Peer addresses parsing broken.
2019-01-31 Willy TarreauMINOR: mux-h2: consistently rely on the htx variable...
2019-01-31 Willy TarreauMINOR: htx: never check for null htx pointer in htx_is_...
2019-01-31 Willy TarreauDOC: htx: make it clear that htxbuf() and htx_from_buf...
2019-01-31 Olivier HouchardBUG/MEDIUM: buffer: Make sure b_is_null handles buffers...
2019-01-31 Tim DuesterhusDOC: compression: Update the reasons for disabled compr...
2019-01-30 Willy TarreauBUG/MINOR: mux-h2: make sure request trailers on aborte...
2019-01-30 Willy TarreauCLEANUP: mux-h2: remove stream ID and frame length...
2019-01-30 Willy TarreauMEDIUM: mux-h2: check the frame validity before conside...
2019-01-30 Willy TarreauMINOR: h2: add a generic frame checker
2019-01-30 Willy TarreauBUG/MINOR: mux-h2: make sure response HEADERS are not...
2019-01-30 Willy TarreauBUG/MEDIUM: mux-h2: do not abort HEADERS frame before...
2019-01-30 Willy TarreauBUG/MEDIUM: mux-h2: make sure never to send GOAWAY...
2019-01-30 Willy TarreauBUG/MEDIUM: mux-h2: fix two half-closed to closed trans...
2019-01-30 Willy TarreauBUG/MEDIUM: mux-h2: wake up flow-controlled streams...
2019-01-30 Willy TarreauCLEANUP: mux-h2: remove misleading leftover test on...
2019-01-30 Kevin ZhuBUG/MINOR: deinit: tcp_rep.inspect_rules not deinit...
2019-01-29 Tim DuesterhusBUG/MEDIUM: compression: Rewrite strong ETags
2019-01-29 Olivier HouchardBUG/MEDIUM: servers: Close the connection if we failed...
2019-01-29 Olivier HouchardBUG/MEDIUM: peers: Handle mux creation failure.
2019-01-29 Olivier HouchardBUG/MEDIUM: h2: In h2_send(), stop the loop if we faile...
next