Gitiles
Code Review
Sign In
git01.mediatek.com
/
haproxy
/
5dd17353d5834c3c3da97fa730f22553bb512b50
/
src
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
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
4d45238
MINOR: compression: pass the channel to http_compression_buffer_end()
by Willy Tarreau
· Wed Jun 06 07:15:47 2018 +0200
506a29a
MINOR: buffer: switch buffer sizes and offsets to size_t
by Willy Tarreau
· Wed Jul 18 10:07:58 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
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
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
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
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
16ff050
BUG/MAJOR: ssl: Random crash with cipherlist capture
by Thierry FOURNIER
· Sun Jun 17 21:33:01 2018 +0200
f874a83
BUG/MINOR: lua: Segfaults with wrong usage of types.
by Frédéric Lécaille
· Fri Jun 15 13:56:04 2018 +0200
9db0fed
BUG/MINOR: tasklets: Just make sure we don't pass a tasklet to the handler.
by Olivier Houchard
· Thu Jun 14 15:40:47 2018 +0200
579fb25
BUG/MAJOR: map: fix a segfault when using http-request set-map
by William Lallemand
· Mon Jun 11 10:53:46 2018 +0200
6e1796e
BUG/MINOR: signals: ha_sigmask macro for multithreading
by William Lallemand
· Thu Jun 07 11:23:40 2018 +0200
933642c
BUG/MINOR: don't ignore SIG{BUS,FPE,ILL,SEGV} during signal processing
by William Lallemand
· Thu Jun 07 09:49:04 2018 +0200
1aab50b
BUG/MEDIUM: threads: handle signal queue only in thread 0
by William Lallemand
· Thu Jun 07 09:46:01 2018 +0200
fc044c9
MINOR: lua: Increase debug information
by Thierry FOURNIER
· Thu Jun 07 14:40:48 2018 +0200
b4dd15b
BUG/MINOR: unix: Make sure we can transfer abns sockets on seamless reload.
by Olivier Houchard
· Wed Jun 06 18:34:34 2018 +0200
b1ca58b
MINOR: tasks: Don't define rqueue if we're building without threads.
by Olivier Houchard
· Wed Jun 06 14:22:03 2018 +0200
cc0a957
MINOR: task: Fix compiler warning.
by David Carlier
· Tue Jun 05 10:41:03 2018 +0000
34b1fac
MINOR: stats: also report the nice and number of calls for applets
by Willy Tarreau
· Thu May 31 14:40:19 2018 +0200
6381650
MAJOR: spoe: upgrade the SPOP version to 2.0 and remove the support for 1.0
by Christopher Faulet
· Thu May 31 14:56:42 2018 +0200
66b8919
BUG/MEDIUM: lua/socket: Buffer error, may segfault
by Thierry FOURNIER
· Sun May 27 01:14:47 2018 +0200
101b976
BUG/MEDIUM: lua/socket: Sheduling error on write: may dead-lock
by Thierry FOURNIER
· Sun May 27 01:27:40 2018 +0200
ba42fcd
BUG/MEDIUM: lua/socket: Notification error
by Thierry FOURNIER
· Sun May 27 00:59:48 2018 +0200
7e4ee47
BUG/MAJOR: lua: Dead lock with sockets
by Thierry FOURNIER
· Fri May 25 15:03:50 2018 +0200
af4bd08
BUG/MEDIUM: lua/socket: wrong scheduling for sockets
by Thierry FOURNIER
· Fri May 25 14:38:57 2018 +0200
3a47e5e
BUG/MEDIUM: spoe: Return an error when the wrong ACK is received in sync mode
by Christopher Faulet
· Fri May 25 10:42:37 2018 +0200
44e609b
MINOR: dns: Implement `parse-resolv-conf` directive
by Ben Draut
· Tue May 29 15:40:08 2018 -0600
082627a
MINOR: task: Also consider the task list size when getting global tasks.
by Olivier Houchard
· Mon May 28 14:53:08 2018 +0200
736ea41
BUG/MEDIUM: task: Don't forget to decrement max_processed after each task.
by Olivier Houchard
· Mon May 28 14:54:49 2018 +0200
1b0f85e
MINOR: stats: also report the failed header rewrites warnings on the stats page
by Willy Tarreau
· Mon May 28 15:12:40 2018 +0200
3fd1973
MINOR: http: Log warning if (add|set)-header fails
by Tim Duesterhus
· Sun May 27 20:35:08 2018 +0200
3e60b11
BUG/MEDIUM: stick-tables: Decrement ref_cnt in table_* converters
by Daniel Corbett
· Sun May 27 09:47:12 2018 -0400
673867c
MAJOR: applets: Use tasks, instead of rolling our own scheduler.
by Olivier Houchard
· Fri May 25 16:58:52 2018 +0200
1599b80
MINOR: tasks: Make the number of tasks to run at once configurable.
by Olivier Houchard
· Thu May 24 18:59:04 2018 +0200
b0bdae7
MAJOR: tasks: Introduce tasklets.
by Olivier Houchard
· Fri May 18 18:45:28 2018 +0200
f6e6dc1
MAJOR: tasks: Create a per-thread runqueue.
by Olivier Houchard
· Fri May 18 18:38:23 2018 +0200
9f6af33
MINOR: tasks: Change the task API so that the callback takes 3 arguments.
by Olivier Houchard
· Fri May 25 14:04:04 2018 +0200
8c126c7
BUG/MEDIUM: lua/socket: Length required read doesn't work
by Thierry FOURNIER
· Fri May 25 16:27:44 2018 +0200
9215ffa
BUG/MEDIUM: servers: Add srv_addr default placeholder to the state file
by Daniel Corbett
· Sat May 19 19:43:24 2018 -0400
f3d9e60
BUG/MEDIUM: dns: Delay the attempt to run a DNS resolution on check failure.
by Olivier Houchard
· Tue May 22 18:40:07 2018 +0200
926594f
MINOR: ssl: set SSL_OP_PRIORITIZE_CHACHA
by Lukas Tribus
· Fri May 18 17:55:57 2018 +0200
8a16fe0
BUG/MEDIUM: cache: don't cache when an Authorization header is present
by William Lallemand
· Tue May 22 11:04:33 2018 +0200
d5b073c
MINOR: lua: Improve error message
by Thierry Fournier
· Mon May 21 19:42:47 2018 +0200
cbe6da5
BUG/MINOR: ssl/lua: prevent lua from affecting automatic maxconn computation
by Willy Tarreau
· Fri May 18 17:08:28 2018 +0200
68db023
CLEANUP: spoe: Remove unused variables the agent structure
by Christopher Faulet
· Fri Apr 06 11:34:12 2018 +0200
c4dcaff
BUG/MEDIUM: spoe: Flags are not encoded in network order
by Thierry FOURNIER
· Fri May 18 12:25:39 2018 +0200
01a3f20
BUG/MINOR: spoe: Mistake in error message about SPOE configuration
by Thierry FOURNIER
· Thu May 10 16:41:26 2018 +0200
05ed330
BUG/MINOR: lua: Socket.send threw runtime error: 'close' needs 1 arguments.
by sada
· Fri May 11 11:48:18 2018 -0700
03f4ec4
BUG/MEDIUM: ssl: properly protect SSL cert generation
by Willy Tarreau
· Thu May 17 10:56:47 2018 +0200
ba20dfc
BUG/MEDIUM: http: don't always abort transfers on CF_SHUTR
by Willy Tarreau
· Wed May 16 11:35:05 2018 +0200
0154edc
BUG/MINOR: cli: don't stop cli_gen_usage_msg() when kw->usage == NULL
by William Lallemand
· Tue May 15 11:50:04 2018 +0200
c55b88e
BUG/MEDIUM: pollers/kqueue: use incremented position in event list
by PiBa-NL
· Thu May 10 01:01:28 2018 +0200
29d6980
BUG/MINOR: lua: ensure large proxy IDs can be represented
by Willy Tarreau
· Sun May 06 14:50:09 2018 +0200
706d5ee
BUG/MINOR: lua: schedule socket task upon lua connect()
by PiBa-NL
· Sat May 05 23:51:42 2018 +0200
cb92f5c
MINOR: pollers: move polled_mask outside of struct fdtab.
by Olivier Houchard
· Thu Apr 26 14:23:07 2018 +0200
6b96f72
BUG/MEDIUM: pollers: Use a global list for fd shared between threads.
by Olivier Houchard
· Wed Apr 25 16:58:25 2018 +0200
6a2cf87
MINOR: fd: Make the lockless fd list work with multiple lists.
by Olivier Houchard
· Wed Apr 25 15:10:30 2018 +0200
9b36cb4
BUG/MEDIUM: task: Don't free a task that is about to be run.
by Olivier Houchard
· Fri May 04 15:46:16 2018 +0200
336a11f
BUG/MINOR: map: correctly track reference to the last ref_elt being dumped
by Dragan Dosen
· Fri May 04 16:27:15 2018 +0200
32d539f
MINOR: lua: add get_maxconn and set_maxconn to LUA Server class.
by Patrick Hemmer
· Sun Apr 29 14:25:46 2018 -0400
a62ae7e
MINOR: lua: Add server name & puid to LUA Server class.
by Patrick Hemmer
· Sun Apr 29 14:23:48 2018 -0400
760e81d
MINOR: backend: implement random-based load balancing
by Willy Tarreau
· Thu May 03 07:20:40 2018 +0200
Next »