Gitiles
Code Review
Sign In
git01.mediatek.com
/
haproxy
/
77e478c56e477ed74e1156c9420b43fc894d6a53
77e478c
MINOR: stream-int: use the new buffer API
by Willy Tarreau
· Tue Jun 19 07:03:14 2018 +0200
178b987
MINOR: cache: use the new buffer API
by Willy Tarreau
· Tue Jun 19 07:13:36 2018 +0200
851d12c
MINOR: cli: use the new buffer API
by Willy Tarreau
· Tue Jun 19 07:01:36 2018 +0200
97f538b
MINOR: stats: adapt to the new buffers API
by Willy Tarreau
· Fri Jun 15 19:41:31 2018 +0200
4fca5a9
MEDIUM: spoe: use the new buffer API for the SPOE buffer
by Willy Tarreau
· Fri Jun 15 19:37:42 2018 +0200
fdabbe2
MINOR: buffer: remove unused bo_add()
by Willy Tarreau
· Mon Jul 09 10:20:16 2018 +0200
b7b5fe1
MEDIUM: h2: update to the new buffer API
by Willy Tarreau
· Mon Jun 18 13:33:09 2018 +0200
876171e
MINOR: checks: adapt to the new buffer API
by Willy Tarreau
· Mon Jun 18 11:11:07 2018 +0200
cd9e60d
MEDIUM: channel: adapt to the new buffer API
by Willy Tarreau
· Tue Jun 19 07:33:28 2018 +0200
d4251a7
MINOR: channel: Add co_set_data().
by Olivier Houchard
· Fri Jun 29 16:17:34 2018 +0200
3ee8344
MINOR: channel: remove almost all references to buf->i and buf->o
by Willy Tarreau
· Fri Jun 15 16:42:02 2018 +0200
acd1403
MINOR: buffer: Use b_add()/bo_add() instead of accessing b->i/b->o.
by Olivier Houchard
· Thu Jun 28 18:17:23 2018 +0200
591d445
MINOR: buffer: use b_orig() to replace most references to b->data
by Willy Tarreau
· Fri Jun 15 17:21:00 2018 +0200
50227f9
MINOR: buffer: use c_head() instead of buffer_wrap_sub(c->buf, p-o)
by Willy Tarreau
· Fri Jun 15 15:18:17 2018 +0200
144c5c4
MINOR: buffer: replace buffer_flush() with c_adv(chn, ci_data(chn))
by Willy Tarreau
· Fri Jun 15 15:16:51 2018 +0200
5ba6552
MINOR: buffer: replace buffer_pending() with ci_data()
by Willy Tarreau
· Fri Jun 15 15:14:53 2018 +0200
3f67999
MINOR: buffer: replace bi_space_for_replace() with ci_space_for_replace()
by Willy Tarreau
· Fri Jun 15 15:06:42 2018 +0200
2375233
MINOR: buffer: replace buffer_full() with channel_full()
by Willy Tarreau
· Fri Jun 15 14:54:53 2018 +0200
271e2a5
MINOR: buffer: make bo_putchar() use b_tail()
by Willy Tarreau
· Mon Jul 09 10:31:30 2018 +0200
0c7ed5d
MINOR: buffer: replace buffer_empty() with b_empty() or c_empty()
by Willy Tarreau
· Tue Jul 10 09:53:31 2018 +0200
d760eec
MINOR: buffer: replace buffer_not_empty() with b_data() or c_data()
by Willy Tarreau
· Tue Jul 10 09:50:25 2018 +0200
eac5259
MINOR: buffer: use b_room() to determine available space in a buffer
by Willy Tarreau
· Fri Jun 15 13:59:36 2018 +0200
bc59f35
MINOR: buffer: get rid of b_ptr() and convert its last users
by Willy Tarreau
· Fri Jun 15 13:45:17 2018 +0200
337ea57
MINOR: connection: add a new receive flag : CO_RFL_BUF_WET
by Willy Tarreau
· Tue Jun 19 06:23:38 2018 +0200
7f3225f
MINOR: connection: add a flags argument to rcv_buf()
by Willy Tarreau
· Tue Jun 19 06:15:17 2018 +0200
d9cf540
MEDIUM: mux: make mux->rcv_buf() take a size_t for the count
by Willy Tarreau
· Wed Jul 18 11:29:06 2018 +0200
bfc4d77
MEDIUM: connection: make xprt->rcv_buf() use size_t for the count
by Willy Tarreau
· Wed Jul 18 11:22:03 2018 +0200
deccd11
MEDIUM: mux: make mux->snd_buf() take the byte count in argument
by Willy Tarreau
· Thu Jun 14 18:38:55 2018 +0200
787db9a
MEDIUM: connection: make xprt->snd_buf() take the byte count in argument
by Willy Tarreau
· Thu Jun 14 18:31:46 2018 +0200
55f3ce1
MINOR: buffer: make b_getblk_nc() take size_t for the block sizes
by Willy Tarreau
· Wed Jul 18 11:49:27 2018 +0200
206ba83
MINOR: buffer: make b_getblk_nc() take const pointers
by Willy Tarreau
· Thu Jun 14 15:27:31 2018 +0200
5d7d1bb
MINOR: buffer: get rid of b_end() and b_to_end()
by Willy Tarreau
· Fri Jun 15 13:47:29 2018 +0200
9c7f2d1
MEDIUM: h2: don't use b_ptr() nor b_end() anymore
by Willy Tarreau
· Fri Jun 15 11:51:32 2018 +0200
0bad043
MEDIUM: h2: do not use buf->o anymore inside h2_snd_buf's loop
by Willy Tarreau
· Thu Jun 14 16:54:01 2018 +0200
f40e682
MINOR: h1: make h1_measure_trailers() use an offset and a count
by Willy Tarreau
· Thu Jun 14 16:52:02 2018 +0200
84d6b7a
MINOR: h1: make h1_parse_chunk_size() not depend on b_ptr() anymore
by Willy Tarreau
· Thu Jun 14 15:59:05 2018 +0200
c0973c6
MINOR: h1: make h1_skip_chunk_crlf() not depend on b_ptr() anymore
by Willy Tarreau
· Thu Jun 14 15:53:21 2018 +0200
5dd1735
MEDIUM: h2: prevent the various mux encoders from modifying the buffer
by Willy Tarreau
· Thu Jun 14 13:33:30 2018 +0200
1dc41e7
MINOR: h2: clarify the fact that the send functions are unsigned
by Willy Tarreau
· Thu Jun 14 13:21:28 2018 +0200
7314be8
MINOR: h1: make h1_measure_trailers() take the byte count in argument
by Willy Tarreau
· Thu Jun 14 13:32:50 2018 +0200
188e230
MINOR: buffer: convert most b_ptr() calls to c_ptr()
by Willy Tarreau
· Fri Jun 15 11:11:53 2018 +0200
e5f12ce
MINOR: buffer: replace bi_del() and bo_del() with b_del()
by Willy Tarreau
· Fri Jun 15 10:28:05 2018 +0200
a1f78fb
MINOR: buffer: replace bo_getblk_nc() with b_getblk_nc() which takes an offset
by Willy Tarreau
· Thu Jun 14 14:38:11 2018 +0200
90ed383
MINOR: buffer: replace bo_getblk() with direction agnostic b_getblk()
by Willy Tarreau
· Fri Jun 15 14:20:26 2018 +0200
e4d5a03
MINOR: buffer: merge b{i,o}_contig_space()
by Willy Tarreau
· Thu Jun 07 18:58:07 2018 +0200
0e11d59
MINOR: buffer: remove bo_contig_data()
by Willy Tarreau
· Thu Jun 07 19:03:40 2018 +0200
8f9c72d
MINOR: buffer: remove bi_end()
by Willy Tarreau
· Thu Jun 07 18:46:28 2018 +0200
41e38ac
MINOR: buffer: remove bo_end()
by Willy Tarreau
· Thu Jun 07 18:22:26 2018 +0200
89faf5d
MINOR: buffer: remove bo_ptr()
by Willy Tarreau
· Thu Jun 07 18:16:48 2018 +0200
dda2e41
MINOR: buffer: remove bi_ptr()
by Willy Tarreau
· Thu Jun 07 18:08:04 2018 +0200
7194d3c
MINOR: buffer: split bi_contig_data() into ci_contig_data and b_config_data()
by Willy Tarreau
· Wed Jun 06 16:55:45 2018 +0200
d55fe39
MINOR: buffer: remove bi_getblk() and bi_getblk_nc()
by Willy Tarreau
· Wed Jun 06 16:02:40 2018 +0200
aa7af72
MINOR: buffer: replace calls to buffer_space_wraps() with b_space_wraps()
by Willy Tarreau
· Thu Jul 12 10:33:12 2018 +0200
bcbd393
MINOR: channel/buffer: replace b_{adv,rew} with c_{adv,rew}
by Willy Tarreau
· Wed Jun 06 07:13:22 2018 +0200
c0a51c5
MINOR: buffer: remove buffer_slow_realign() and the swap_buffer allocation code
by Willy Tarreau
· Thu Jul 12 11:02:51 2018 +0200
0db4d10
MINOR: h2: use b_slow_realign() with the trash as a swap buffer
by Willy Tarreau
· Thu Jul 12 11:00:01 2018 +0200
fd8d42f
MEDIUM: channel: make channel_slow_realign() take a swap buffer
by Willy Tarreau
· Thu Jul 12 10:57:15 2018 +0200
4cf1300
MINOR: channel/buffer: replace buffer_slow_realign() with channel_slow_realign() and b_slow_realign()
by Willy Tarreau
· Wed Jun 06 06:53:15 2018 +0200
d5b343b
MINOR: channel/buffer: use c_realign_if_empty() instead of buffer_realign()
by Willy Tarreau
· Wed Jun 06 06:42:46 2018 +0200
08d5ac8
MINOR: channel: add a few basic functions for the new buffer API
by Willy Tarreau
· Wed Jun 06 15:09:28 2018 +0200
4d45238
MINOR: compression: pass the channel to http_compression_buffer_end()
by Willy Tarreau
· Wed Jun 06 07:15:47 2018 +0200
f17f19f
MINOR: buffer: introduce b_realign_if_empty()
by Willy Tarreau
· Fri Jun 15 17:50:15 2018 +0200
a04e40d
MINOR: buffer: Add b_set_data().
by Olivier Houchard
· Thu Jun 28 19:10:25 2018 +0200
09138ec
MINOR: buffer: Introduce b_sub(), b_add(), and bo_add()
by Olivier Houchard
· Thu Jun 28 19:17:38 2018 +0200
bbc68df
MINOR: buffer: add a few basic functions for the new API
by Willy Tarreau
· Wed Jun 06 14:30:50 2018 +0200
506a29a
MINOR: buffer: switch buffer sizes and offsets to size_t
by Willy Tarreau
· Wed Jul 18 10:07:58 2018 +0200
41806d1
MINOR: buffer: implement a new file for low-level buffer manipulation functions
by Willy Tarreau
· Wed Jul 11 09:39:05 2018 +0200
9ddaf79
MINOR: tasklet: Set process to NULL.
by Olivier Houchard
· Thu Jul 19 16:02:16 2018 +0200
42d55b9
BUG/MEDIUM: h2: make sure the last stream closes the connection after a timeout
by Willy Tarreau
· Wed Jun 13 14:24:56 2018 +0200
0061096
BUG/MEDIUM: h2: never leave pending data in the output buffer on close
by Willy Tarreau
· Thu Jul 19 10:58:28 2018 +0200
c65edac
MINOR: h2: add the mux and demux buffer lengths on "show fd"
by Willy Tarreau
· Thu Jul 19 10:54:43 2018 +0200
f210191
BUG/MEDIUM: h2: don't accept new streams if conn_streams are still in excess
by Willy Tarreau
· Thu Jul 19 10:11:38 2018 +0200
7ac60e8
MINOR: h2: keep a count of the number of conn_streams attached to the mux
by Willy Tarreau
· Thu Jul 19 09:04:05 2018 +0200
17b4aa1
BUG/MINOR: ssl: properly ref-count the tls_keys entries
by Willy Tarreau
· Tue Jul 17 10:05:32 2018 +0200
faf4aac
REGTEST/MINOR: Unexpected curl URL globling.
by Frédéric Lécaille
· Fri Jul 13 10:44:12 2018 +0200
8e2d943
MINOR: dns: new DNS options to allow/prevent IP address duplication
by Baptiste Assmann
· Fri Jun 22 15:04:43 2018 +0200
84221b4
MINOR: dns: fix wrong score computation in dns_get_ip_from_response
by Baptiste Assmann
· Fri Jun 22 13:03:50 2018 +0200
741e00a
CLEANUP: dns: inacurate comment about prefered IP score
by Baptiste Assmann
· Fri Jun 22 12:51:51 2018 +0200
e56fffd
CLEANUP: dns: remove obsolete macro DNS_MAX_IP_REC
by Baptiste Assmann
· Thu Jun 21 11:45:58 2018 +0200
49076c3
REGTEST/MINOR: Wrong URI syntax.
by Frédéric Lécaille
· Thu Jul 12 10:48:06 2018 +0200
3b479bd
MINOR: systemd: consider exit status 143 as successful
by Vincent Bernat
· Fri Jun 22 20:57:03 2018 +0200
bfd8eb5
MINOR: startup: change session/process group settings
by William Lallemand
· Wed Jul 04 15:31:23 2018 +0200
70d318c
BUG/MEDIUM: lua: possible CLOSE-WAIT state with '\n' headers
by Thierry FOURNIER
· Sat Jun 30 10:37:33 2018 +0200
43e9035
MINOR: stick-tables: make stktable_release() do nothing on NULL
by Willy Tarreau
· Wed Jun 27 06:25:57 2018 +0200
65189c1
BUG/MAJOR: stick_table: Complete incomplete SEGV fix
by Tim Duesterhus
· Tue Jun 26 15:57:29 2018 +0200
091d827
BUG/BUILD: threads: unbreak build without threads
by William Lallemand
· Sun Jun 24 09:37:03 2018 +0200
ac1f3ed
BUG/MAJOR: Stick-tables crash with segfault when the key is not in the stick-table
by Thierry FOURNIER
· Mon Jun 25 22:35:20 2018 +0200
26ac8a6
REGTEST/MINOR: Add levels to reg-tests target.
by Frédéric Lécaille
· Mon Jun 25 11:15:43 2018 +0200
bca3a98
REGTEST/MINOR: Set HAPROXY_PROGRAM default value.
by Frédéric Lécaille
· Mon Jun 25 10:24:37 2018 +0200
6983be3
REGTEST/MINOR: Wrong URI in a reg test for SSL/TLS.
by Frédéric Lécaille
· Fri Jun 22 22:55:07 2018 +0200
ba86c6c
MINOR: threads: Be sure to remove threads from all_threads_mask on exit
by Christopher Faulet
· Thu Jun 21 09:57:39 2018 +0200
d8fd2af
BUG/MEDIUM: threads: Use the sync point to check active jobs and exit
by Christopher Faulet
· Wed Jun 20 16:22:03 2018 +0200
8618a6a
MINOR: Some spelling cleanup in the comments.
by Dave Chiluk
· Thu Jun 21 11:03:20 2018 -0500
d0e60d8
BUG/MEDIUM: fd: Don't modify the update_mask in fd_dodelete().
by Olivier Houchard
· Tue Jun 19 19:18:43 2018 +0200
a8cf95d
DOC: Add new REGTEST tag info about reg testing.
by Frédéric Lécaille
· Wed Jun 20 10:14:01 2018 +0200
9b53b4c
MINOR: reg-tests: Add a few regression testing files.
by Frédéric Lécaille
· Wed Jun 20 07:26:44 2018 +0200
4891e40
MINOR: reg-tests: Add reg-tests/README file.
by Frédéric Lécaille
· Tue Jun 19 14:06:07 2018 +0200
153b2b6
MINOR: tests: First regression testing file.
by Frédéric Lécaille
· Mon Jun 18 19:32:10 2018 +0200
3448c49
BUG/MEDIUM: ssl: do not store pkinfo with SSL_set_ex_data
by Emmanuel Hocdet
· Mon Jun 18 12:44:19 2018 +0200
28962c9
BUG/MAJOR: ssl: OpenSSL context is stored in non-reserved memory slot
by Thierry FOURNIER
· Sun Jun 17 21:37:05 2018 +0200
Next »