]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
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...
2019-01-29  Olivier HouchardBUG/MEDIUM: checks: Don't try to set ALPN if connection...
2019-01-29  Olivier HouchardBUG/MEDIUM: servers: Don't add an incomplete conn to...
2019-01-29  Olivier HouchardBUG/MEDIUM: servers: Only destroy a conn_stream we...
2019-01-29  Olivier HouchardBUG/MEDIUM: checks: Check that conn_install_mux succeeded.
2019-01-29  Willy TarreauCLEANUP: mux-h2: remove two useless but misleading...
2019-01-29  Willy TarreauBUG/MEDIUM: mux-h2: only close connection on request...
2019-01-29  Willy TarreauBUILD/MINOR: peers: shut up a build warning introduced...
2019-01-29  Willy TarreauCLEANUP: peers: factor error handling in peer_treat_def...
2019-01-29  Willy TarreauCLEANUP: peers: factor the error handling code in peer_...
2019-01-29  Frédéric LécailleMINOR: peers: move peer initializations code to reduce...
2019-01-29  Frédéric LécailleMINOR: peers: move "hello" message treatment code to...
2019-01-29  Frédéric LécailleCLEANUP: peers: Remove useless statements.
2019-01-29  Frédéric LécailleMINOR: peers: move send code to reduce the size of...
2019-01-29  Frédéric LécailleMINOR: peers: move messages treatment code to reduce...
2019-01-29  Frédéric LécailleMINOR: peers: move error handling to reduce the size...
2019-01-29  Frédéric LécailleCLEANUP: peers: Be more generic.
2019-01-29  Frédéric LécailleMINOR: peers: Move high level receive code to reduce...
2019-01-29  Frédéric LécailleMINOR: peers: Move ack, switch and definition receive...
2019-01-29  Frédéric LécailleMINOR: peers: Move update receive code to reduce the...
2019-01-29  Frédéric LécailleMEDIUM: peers: synchronizaiton code factorization to...
2019-01-29  Frédéric LécailleMINOR: peers: Add new functions to send code and reduce...
2019-01-29  Frédéric LécailleMINOR: peers: send code factorization.
2019-01-29  Frédéric LécailleCLEANUP: peers: Indentation fixes.
2019-01-29  Frédéric LécailleMINOR: peers: Extract some code to be reused.
2019-01-29  Willy TarreauSCRIPTS: add the issue tracker URL to the announce...
2019-01-28  Willy TarreauBUG/MEDIUM: backend: always call si_detach_endpoint...
2019-01-28  Olivier HouchardBUG/MEDIUM: servers: Attempt to reuse an unfinished...
2019-01-28  Willy TarreauBUG/MINOR: task: fix possibly missed event in inter...
2019-01-28  Miroslav ZagoracBUG/MINOR: spoe: corrected fragmentation string size
2019-01-28  Willy TarreauBUG/MINOR: mux-h2: do not report available outgoing...
2019-01-27  Willy TarreauBUG/MINOR: listener: always fill the source address...
2019-01-26  Willy TarreauDOC: nbthread is no longer experimental.
2019-01-26  Willy TarreauMINOR: threads: make MAX_THREADS configurable at build...
2019-01-26  Willy TarreauMINOR: cfgparse: make the process/thread parser support...
2019-01-25  Tim DuesterhusCLEANUP: h2: Remove debug printf in mux_h2.c
2019-01-24  Willy TarreauBUG/MINOR: mux-h2: always compare content-length to...
2019-01-24  Willy TarreauMEDIUM: h2: always parse and deduplicate the content...
2019-01-24  Willy TarreauMINOR: stream: don't wait before retrying after a faile...
2019-01-24  Willy TarreauMEDIUM: stream-int: always mark pending outgoing SI_ST_CON
2019-01-24  Willy TarreauMINOR: mux-h2: always consider a server's max-reuse...
2019-01-24  Willy TarreauMINOR: server: add a max-reuse parameter
2019-01-24  Willy TarreauBUG/MEDIUM: backend: never try to attach to a mux havin...
2019-01-24  Willy TarreauBUG/MINOR: mux-h2: refuse to allocate a stream with...
2019-01-24  Willy TarreauBUG/MINOR: mux-h2: always check the stream ID limit...
2019-01-24  Willy TarreauCLEANUP: server: fix indentation mess on idle connections
2019-01-24  Willy TarreauBUG/MINOR: stream: take care of synchronous errors...
2019-01-24  Willy TarreauMINOR: server: make sure pool-max-conn is >= -1
2019-01-24  Willy TarreauBUG/MINOR: hpack: return a compression error on invalid...
2019-01-24  Willy TarreauBUG/MINOR: mux-h2: make it possible to set the error...
2019-01-24  Willy TarreauBUG/MINOR: mux-h2: headers-type frames in HREM are...
2019-01-24  Willy TarreauBUG/MINOR: mux-h2: CONTINUATION in closed state must...
2019-01-24  Willy TarreauMINOR: h2: declare new sets of frame types
2019-01-24  Willy TarreauBUG/MEDIUM: mux-h2: properly abort on trailers decoding...
2019-01-24  Willy TarreauBUG/MEDIUM: backend: also remove from idle list muxes...
2019-01-24  Willy TarreauBUG/MAJOR: mux-h2: don't destroy the stream on failed...
2019-01-23  Willy TarreauBUG/MINOR: mux-h1: avoid copying output over itself...
2019-01-23  Christopher... BUG/MINOR: mux-h1: Apply the reserve on the channel...
next