haproxy-2.5.git
2018-07-19 Willy TarreauMINOR: stats: adapt to the new buffers API
2018-07-19 Willy TarreauMEDIUM: spoe: use the new buffer API for the SPOE buffer
2018-07-19 Willy TarreauMINOR: buffer: remove unused bo_add()
2018-07-19 Willy TarreauMEDIUM: h2: update to the new buffer API
2018-07-19 Willy TarreauMINOR: checks: adapt to the new buffer API
2018-07-19 Willy TarreauMEDIUM: channel: adapt to the new buffer API
2018-07-19 Olivier HouchardMINOR: channel: Add co_set_data().
2018-07-19 Willy TarreauMINOR: channel: remove almost all references to buf...
2018-07-19 Olivier HouchardMINOR: buffer: Use b_add()/bo_add() instead of accessin...
2018-07-19 Willy TarreauMINOR: buffer: use b_orig() to replace most references...
2018-07-19 Willy TarreauMINOR: buffer: use c_head() instead of buffer_wrap_sub...
2018-07-19 Willy TarreauMINOR: buffer: replace buffer_flush() with c_adv(chn...
2018-07-19 Willy TarreauMINOR: buffer: replace buffer_pending() with ci_data()
2018-07-19 Willy TarreauMINOR: buffer: replace bi_space_for_replace() with...
2018-07-19 Willy TarreauMINOR: buffer: replace buffer_full() with channel_full()
2018-07-19 Willy TarreauMINOR: buffer: make bo_putchar() use b_tail()
2018-07-19 Willy TarreauMINOR: buffer: replace buffer_empty() with b_empty...
2018-07-19 Willy TarreauMINOR: buffer: replace buffer_not_empty() with b_data...
2018-07-19 Willy TarreauMINOR: buffer: use b_room() to determine available...
2018-07-19 Willy TarreauMINOR: buffer: get rid of b_ptr() and convert its last...
2018-07-19 Willy TarreauMINOR: connection: add a new receive flag : CO_RFL_BUF_WET
2018-07-19 Willy TarreauMINOR: connection: add a flags argument to rcv_buf()
2018-07-19 Willy TarreauMEDIUM: mux: make mux->rcv_buf() take a size_t for...
2018-07-19 Willy TarreauMEDIUM: connection: make xprt->rcv_buf() use size_t...
2018-07-19 Willy TarreauMEDIUM: mux: make mux->snd_buf() take the byte count...
2018-07-19 Willy TarreauMEDIUM: connection: make xprt->snd_buf() take the byte...
2018-07-19 Willy TarreauMINOR: buffer: make b_getblk_nc() take size_t for the...
2018-07-19 Willy TarreauMINOR: buffer: make b_getblk_nc() take const pointers
2018-07-19 Willy TarreauMINOR: buffer: get rid of b_end() and b_to_end()
2018-07-19 Willy TarreauMEDIUM: h2: don't use b_ptr() nor b_end() anymore
2018-07-19 Willy TarreauMEDIUM: h2: do not use buf->o anymore inside h2_snd_buf...
2018-07-19 Willy TarreauMINOR: h1: make h1_measure_trailers() use an offset...
2018-07-19 Willy TarreauMINOR: h1: make h1_parse_chunk_size() not depend on...
2018-07-19 Willy TarreauMINOR: h1: make h1_skip_chunk_crlf() not depend on...
2018-07-19 Willy TarreauMEDIUM: h2: prevent the various mux encoders from modif...
2018-07-19 Willy TarreauMINOR: h2: clarify the fact that the send functions...
2018-07-19 Willy TarreauMINOR: h1: make h1_measure_trailers() take the byte...
2018-07-19 Willy TarreauMINOR: buffer: convert most b_ptr() calls to c_ptr()
2018-07-19 Willy TarreauMINOR: buffer: replace bi_del() and bo_del() with b_del()
2018-07-19 Willy TarreauMINOR: buffer: replace bo_getblk_nc() with b_getblk_nc...
2018-07-19 Willy TarreauMINOR: buffer: replace bo_getblk() with direction agnos...
2018-07-19 Willy TarreauMINOR: buffer: merge b{i,o}_contig_space()
2018-07-19 Willy TarreauMINOR: buffer: remove bo_contig_data()
2018-07-19 Willy TarreauMINOR: buffer: remove bi_end()
2018-07-19 Willy TarreauMINOR: buffer: remove bo_end()
2018-07-19 Willy TarreauMINOR: buffer: remove bo_ptr()
2018-07-19 Willy TarreauMINOR: buffer: remove bi_ptr()
2018-07-19 Willy TarreauMINOR: buffer: split bi_contig_data() into ci_contig_da...
2018-07-19 Willy TarreauMINOR: buffer: remove bi_getblk() and bi_getblk_nc()
2018-07-19 Willy TarreauMINOR: buffer: replace calls to buffer_space_wraps...
2018-07-19 Willy TarreauMINOR: channel/buffer: replace b_{adv,rew} with c_...
2018-07-19 Willy TarreauMINOR: buffer: remove buffer_slow_realign() and the...
2018-07-19 Willy TarreauMINOR: h2: use b_slow_realign() with the trash as a...
2018-07-19 Willy TarreauMEDIUM: channel: make channel_slow_realign() take a...
2018-07-19 Willy TarreauMINOR: channel/buffer: replace buffer_slow_realign...
2018-07-19 Willy TarreauMINOR: channel/buffer: use c_realign_if_empty() instead...
2018-07-19 Willy TarreauMINOR: channel: add a few basic functions for the new...
2018-07-19 Willy TarreauMINOR: compression: pass the channel to http_compressio...
2018-07-19 Willy TarreauMINOR: buffer: introduce b_realign_if_empty()
2018-07-19 Olivier HouchardMINOR: buffer: Add b_set_data().
2018-07-19 Olivier HouchardMINOR: buffer: Introduce b_sub(), b_add(), and bo_add()
2018-07-19 Willy TarreauMINOR: buffer: add a few basic functions for the new API
2018-07-19 Willy TarreauMINOR: buffer: switch buffer sizes and offsets to size_t
2018-07-19 Willy TarreauMINOR: buffer: implement a new file for low-level buffe...
2018-07-19 Olivier HouchardMINOR: tasklet: Set process to NULL.
2018-07-19 Willy TarreauBUG/MEDIUM: h2: make sure the last stream closes the...
2018-07-19 Willy TarreauBUG/MEDIUM: h2: never leave pending data in the output...
2018-07-19 Willy TarreauMINOR: h2: add the mux and demux buffer lengths on...
2018-07-19 Willy TarreauBUG/MEDIUM: h2: don't accept new streams if conn_stream...
2018-07-19 Willy TarreauMINOR: h2: keep a count of the number of conn_streams...
2018-07-18 Willy TarreauBUG/MINOR: ssl: properly ref-count the tls_keys entries
2018-07-13 Frédéric LécailleREGTEST/MINOR: Unexpected curl URL globling.
2018-07-12 Baptiste AssmannMINOR: dns: new DNS options to allow/prevent IP address...
2018-07-12 Baptiste AssmannMINOR: dns: fix wrong score computation in dns_get_ip_f...
2018-07-12 Baptiste AssmannCLEANUP: dns: inacurate comment about prefered IP score
2018-07-12 Baptiste AssmannCLEANUP: dns: remove obsolete macro DNS_MAX_IP_REC
2018-07-12 Frédéric LécailleREGTEST/MINOR: Wrong URI syntax.
2018-07-12 Vincent BernatMINOR: systemd: consider exit status 143 as successful
2018-07-04 William LallemandMINOR: startup: change session/process group settings
2018-07-01 Thierry FOURNIERBUG/MEDIUM: lua: possible CLOSE-WAIT state with '\n...
2018-06-27 Willy TarreauMINOR: stick-tables: make stktable_release() do nothing...
2018-06-26 Tim DuesterhusBUG/MAJOR: stick_table: Complete incomplete SEGV fix
2018-06-26 William LallemandBUG/BUILD: threads: unbreak build without threads
2018-06-26 Thierry FOURNIERBUG/MAJOR: Stick-tables crash with segfault when the...
2018-06-25 Frédéric LécailleREGTEST/MINOR: Add levels to reg-tests target.
2018-06-25 Frédéric LécailleREGTEST/MINOR: Set HAPROXY_PROGRAM default value.
2018-06-25 Frédéric LécailleREGTEST/MINOR: Wrong URI in a reg test for SSL/TLS.
2018-06-22 Christopher... MINOR: threads: Be sure to remove threads from all_thre...
2018-06-22 Christopher... BUG/MEDIUM: threads: Use the sync point to check active...
2018-06-21 Dave ChilukMINOR: Some spelling cleanup in the comments.
2018-06-20 Olivier HouchardBUG/MEDIUM: fd: Don't modify the update_mask in fd_dode...
2018-06-20 Frédéric LécailleDOC: Add new REGTEST tag info about reg testing.
2018-06-20 Frédéric LécailleMINOR: reg-tests: Add a few regression testing files.
2018-06-19 Frédéric LécailleMINOR: reg-tests: Add reg-tests/README file.
2018-06-19 Frédéric LécailleMINOR: tests: First regression testing file.
2018-06-18 Emmanuel HocdetBUG/MEDIUM: ssl: do not store pkinfo with SSL_set_ex_data
2018-06-18 Thierry FOURNIERBUG/MAJOR: ssl: OpenSSL context is stored in non-reserv...
2018-06-18 Thierry FOURNIERBUG/MAJOR: ssl: Random crash with cipherlist capture
2018-06-18 Frédéric LécailleBUG/MINOR: lua: Segfaults with wrong usage of types.
2018-06-14 Olivier HouchardBUG/MINOR: tasklets: Just make sure we don't pass a...
next