]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
2019-06-07  Willy TarreauRevert "MINOR: chunks: Make sure trash_size is only...
2019-06-07  Olivier HouchardMINOR: chunks: Make sure trash_size is only set once.
2019-06-07  Willy TarreauMINOR: logs: use the new bitmap functions instead of...
2019-06-07  Willy TarreauMINOR: tools: add new bitmap manipulation functions
2019-06-07  Willy TarreauBUG/MEDIUM: mux-h2: make sure the connection timeout...
2019-06-07  Willy Tarreau[RELEASE] Released version 2.0-dev6 v2.0-dev6
2019-06-06  Olivier HouchardBUG/MEDIUM: tcp: Make sure we keep the polling consiste...
2019-06-06  Willy TarreauBUG/MINOR: time: make sure only one thread sets global_...
2019-06-06  Willy TarreauBUILD: peers: fix a build warning about an incorrect...
2019-06-06  Willy TarreauBUILD: stream-int: avoid a build warning in dev mode...
2019-06-06  Willy TarreauMEDIUM: stream: don't abusively loop back on changes...
2019-06-06  Willy TarreauMEDIUM: stream: only loop on flags relevant to the...
2019-06-06  Willy TarreauMEDIUM: stream: rearrange the events to remove the...
2019-06-06  Willy TarreauMINOR: stream-int: make si_sync_send() from the send...
2019-06-06  Willy TarreauMINOR: stream-int: split si_update() into si_update_rx...
2019-06-06  Willy TarreauMEDIUM: stream: re-arrange the connection setup status...
2019-06-06  Willy TarreauMEDIUM: stream-int: make idle-conns switch to ST_RDY
2019-06-06  Willy TarreauMAJOR: stream-int: switch from SI_ST_CON to SI_ST_RDY...
2019-06-06  Willy TarreauMEDIUM: stream-int: introduce a new state SI_ST_RDY
2019-06-06  Willy TarreauMEDIUM: stream-int: remove dangerous interval checks...
2019-06-06  Willy TarreauMINOR: stream-int: use bit fields to match multiple...
2019-06-06  Willy TarreauBUG/MINOR: stream: don't emit a send-name-header in...
2019-06-06  Willy TarreauMINOR: server: really increase the pool-purge-delay...
2019-06-06  Frédéric LécailleBUG/MINOR: peers: Wrong server name parsing.
2019-06-06  Olivier HouchardBUG/MEDIUM: ssl: Don't forget to initialize ctx->send_r...
2019-06-05  Olivier HouchardMEDIUM: connections: Remove CONN_FL_SOCK*
2019-06-05  Olivier HouchardMEDIUM: connections: Introduce a handshake pseudo-XPRT.
2019-06-05  Olivier HouchardMINOR: connections: Add a new xprt method, add_xprt().
2019-06-05  Olivier HouchardMINOR: connections: Add a new xprt method, remove_xprt.
2019-06-05  Olivier HouchardMINOR: ssl: Make ssl_sock_handshake() static.
2019-06-05  Olivier HouchardMEDIUM: ssl: Handle subscribe by itself.
2019-06-05  Olivier HouchardMEDIUM: connections: Wake the upper layer even if sendi...
2019-06-05  Olivier HouchardMEDIUM: checks: Make sure we unsubscribe before calling...
2019-06-05  Olivier HouchardBUG/MEDIUM: servers: Don't attempt to destroy idle...
2019-06-05  Frédéric LécailleBUG/MINOR: peers: Wrong "server_name" decoding.
2019-06-05  Christopher... BUG/MINOR: flt_trace/htx: Only apply the random forward...
2019-06-05  Christopher... BUG/MINOR: mux-h1: Don't send more data than expected
2019-06-05  Christopher... MINOR: htx: Don't use end-of-data blocks anymore
2019-06-05  Christopher... MEDIUM: htx: Add the parsing of trailers of chunked...
2019-06-05  Christopher... MEDIUM: cache/htx: Always store info about HTX blocks...
2019-06-05  Christopher... MINOR: mux-h1: Don't count the EOM in the estimated...
2019-06-05  Christopher... MINOR: mux-h1: Add h1_eval_htx_hdrs_size() to estimate...
2019-06-05  Christopher... MINOR: mux-h1: Add the flag HAVE_O_CONN on h1s
2019-06-05  Christopher... MEDIUM: mux-h1: refactor output processing
2019-06-05  Christopher... BUG/MINOR: mux-h1: errflag must be set on H1S and not...
2019-06-05  Christopher... BUG/MINOR: contrib/prometheus-exporter: Add HTX data...
2019-06-05  Christopher... BUG/MINOR: channel/htx: Don't alter channel during...
2019-06-05  Patrick HemmerMINOR: SSL: add client/server random sample fetches
2019-06-05  Ilya ShipitsinBUILD: travis-ci improvements
2019-06-05  Emmanuel HocdetCLEANUP: ssl: remove unneeded defined(OPENSSL_IS_BORINGSSL)
2019-06-05  Frédéric LécailleMINOR: peers: Replace hard-coded values for peer protoc...
2019-06-05  Frédéric LécailleMINOR: peers: Replace hard-coded for peer protocol...
2019-06-05  Frédéric LécailleMINOR: peers: Add dictionary cache information to ...
2019-06-05  Frédéric LécailleREGTEST: Add a basic server by name stickiness reg...
2019-06-05  Frédéric LécailleMINOR: stick-table: Make the CLI stick-table handler...
2019-06-05  Frédéric LécailleMINOR: peers: Make peers protocol support new "server_n...
2019-06-05  Frédéric LécailleMINOR: stream: Stickiness server lookup by name.
2019-06-05  Frédéric LécailleMINOR: server: Add a dictionary for server names.
2019-06-05  Frédéric LécailleMINOR: proxy: Add a "server by name" tree to proxy.
2019-06-05  Frédéric LécailleMINOR: cfgparse: Space allocation for "server_name...
2019-06-05  Frédéric LécailleMINOR: stick-table: Add "server_name" new data type.
2019-06-05  Frédéric LécailleMINOR: peers: Add a LRU cache implementation for dictio...
2019-06-05  Frédéric LécailleMINOR: dict: Add dictionary new data structure.
2019-06-05  Frédéric LécailleBUG/MINOR: peers: Wrong stick-table update message...
2019-06-05  Frédéric LécailleCLEANUP: peers: Replace hard-coded values by macros.
2019-06-05  Frédéric LécailleCLEANUP: peers: Remove tabs characters.
2019-06-04  Willy TarreauBUILD: task: fix a build warning when threads are disabled
2019-06-04  Willy TarreauBUG/MEDIUM: vars: make the tcp/http unset-var() action...
2019-06-04  Willy TarreauBUG/MEDIUM: vars: make sure the scope is always valid...
2019-06-04  Willy TarreauBUILD: tools: do not use the weak attribute for trace...
2019-06-04  Willy TarreauMINOR: server: increase the default pool-purge-delay...
2019-06-03  Willy TarreauMEDIUM: stream: make a full process_stream() loop when...
2019-06-03  Willy TarreauCONTRIB: debug: add 4 missing connection/conn_stream...
2019-06-03  Willy TarreauCLEANUP: connection: remove the now unused CS_FL_REOS...
2019-06-03  Willy TarreauMEDIUM: mux-h1: don't use CS_FL_REOS anymore
2019-06-03  Willy TarreauBUG/MEDIUM: mux-h1: only check input data for the curre...
2019-06-03  Willy TarreauMINOR: mux-h1: don't try to recv() before the connectio...
2019-06-03  Willy TarreauMINOR: connection: also stop receiving after a SOCKS4...
2019-06-03  Willy TarreauBUG/MEDIUM: connection: fix multiple handshake polling...
2019-06-02  Willy Tarreau[RELEASE] Released version 2.0-dev5 v2.0-dev5
2019-06-02  Willy TarreauBUG/MINOR: deinit/threads: make hard-stop-after perform...
2019-06-02  Willy TarreauBUILD: contrib/prometheus: fix build breakage caused...
2019-05-31  Alexander LiuMEDIUM: connection: Upstream SOCKS4 proxy support
2019-05-29  Olivier HouchardMEDIUM: tasks: Get rid of active_tasks_mask.
2019-05-29  Olivier HouchardBUG/MEDIUM: connection: Use the session to get the...
2019-05-29  Willy TarreauBUG/MEDIUM: mux-h2: don't refrain from offering oneself...
2019-05-29  Willy TarreauBUG/MEDIUM: mux-h2: fix the conditions to end the h2_se...
2019-05-29  Olivier HouchardBUG/MEDIUM: h2: Don't forget to set h2s->cs to NULL...
2019-05-29  Olivier HouchardMEDIUM: sessions: Introduce session flags.
2019-05-29  Christopher... BUG/MEDIUM: mux-h1: Don't skip the TCP splicing when...
2019-05-28  Willy TarreauMEDIUM: task: don't grab the WR lock just to check...
2019-05-28  Willy TarreauMINOR: task: turn the WQ lock to an RW_LOCK
2019-05-28  Willy TarreauMEDIUM: buffers: relax the buffer lock a little bit
2019-05-28  Willy TarreauMINOR: activity: report the number of failed pool/buffe...
2019-05-28  Willy TarreauMEDIUM: poller: separate the wait time from the wake...
2019-05-28  Willy TarreauMINOR: activity: report totals and average separately
2019-05-28  Willy TarreauMINOR: activity: write totals on the "show activity...
2019-05-28  Willy TarreauMEDIUM: htx: make htx_add_data() never defragment the...
2019-05-28  Willy TarreauMINOR: htx: make htx_add_data() return the transmitted...
2019-05-28  Willy TarreauMINOR: htx: rename htx_append_blk_value() to htx_add_da...
next