Gitiles
Code Review
Sign In
git01.mediatek.com
/
haproxy
/
736ea41c6c8dcb088a6d2bb8841f13c5c92d06d9
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
09eeb76
BUG/MEDIUM: tasks: Don't forget to increase/decrease tasks_run_queue.
by Olivier Houchard
· Mon May 28 13:51:06 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
ea96a82
DOC: management: add the new wrew stats column
by Willy Tarreau
· Mon May 28 15:15:43 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
0cd82e8
BUG/BUILD: threads: unbreak build without threads
by Willy Tarreau
· Wed May 23 19:54:43 2018 +0200
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
fa9f9cc
DOC: add some description of the pending rework of the buffer structure
by Willy Tarreau
· Fri May 18 16:18:17 2018 +0200
633f3bf
BUG/MEDIUM: contrib/modsecurity: Use network order to encode/decode flags
by Christopher Faulet
· Fri May 18 14:46:32 2018 +0200
48d02d0
BUG/MEDIUM: contrib/mod_defender: Use network order to encode/decode flags
by Christopher Faulet
· Fri May 18 14:38:56 2018 +0200
6e0d5e7
DOC: spoe: fix a typo
by Christopher Faulet
· Thu Apr 26 14:25:43 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
c6a1d71
DOC/MINOR: clean up LUA documentation re: servers & array/table.
by Patrick Hemmer
· Tue May 01 21:30:41 2018 -0400
760e81d
MINOR: backend: implement random-based load balancing
by Willy Tarreau
· Thu May 03 07:20:40 2018 +0200
fe971b3
BUG/MINOR, BUG/MINOR: lua: Put tasks to sleep when waiting for data
by PiBa-NL
· Wed May 02 22:27:14 2018 +0200
148b16e
BUG/MEDIUM: threads: Fix the sync point for more than 32 threads
by Christopher Faulet
· Wed May 02 16:58:40 2018 +0200
b119a79
BUG/MINOR: checks: Fix check->health computation for flapping servers
by Christopher Faulet
· Wed May 02 12:12:45 2018 +0200
e027547
MINOR: ssl: add fetch 'ssl_fc_session_key' and 'ssl_bc_session_key'
by Patrick Hemmer
· Sat Apr 28 19:15:51 2018 -0400
4196677
MINOR: ssl: disable SSL sample fetches when unsupported
by Patrick Hemmer
· Sat Apr 28 19:15:48 2018 -0400
46deab6
BUG/MINOR: config: disable http-reuse on TCP proxies
by Willy Tarreau
· Sat Apr 28 07:18:15 2018 +0200
e2b10bf
MINOR: http: Add support for 421 Misdirected Request
by Tim Duesterhus
· Fri Apr 27 21:18:46 2018 +0200
ca097c1
MINOR: sample: Add strcmp sample converter
by Tim Duesterhus
· Fri Apr 27 21:18:45 2018 +0200
5bc9972
BUG/MINOR: lua/threads: Make lua's tasks sticky to the current thread
by Christopher Faulet
· Wed Apr 25 10:34:45 2018 +0200
1e0867c
MINOR: ssl: Add payload support to "set ssl ocsp-response"
by Aurélien Nephtali
· Wed Apr 18 14:04:58 2018 +0200
25650ce
MINOR: map: Add payload support to "add map"
by Aurélien Nephtali
· Wed Apr 18 14:04:47 2018 +0200
abbf607
MEDIUM: cli: Add payload support
by Aurélien Nephtali
· Wed Apr 18 13:26:46 2018 +0200
799f518
BUG/MINOR: spoe: Fix parsing of dontlog-normal option
by Christopher Faulet
· Thu Apr 26 11:36:34 2018 +0200
ebe1399
BUG/MINOR: spoe: Fix counters update when processing is interrupted
by Christopher Faulet
· Thu Apr 26 11:33:44 2018 +0200
eba10f2
BUG/MEDIUM: h2: implement missing support for chunked encoded uploads
by Willy Tarreau
· Wed Apr 25 20:44:22 2018 +0200
174b06a
MINOR: h2: detect presence of CONNECT and/or content-length
by Willy Tarreau
· Wed Apr 25 18:13:58 2018 +0200
cd235c6
BUG/MEDIUM: lua: Fix segmentation fault if a Lua task exits
by Tim Duesterhus
· Tue Apr 24 13:56:01 2018 +0200
89fcb7d
BUG/MINOR: log: t_idle (%Ti) is not set for some requests
by Rian McGuire
· Tue Apr 24 11:19:21 2018 -0300
45be38c
BUG/MAJOR: channel: Fix crash when trying to read from a closed socket
by Tim Duesterhus
· Tue Apr 24 19:20:43 2018 +0200
564d15a
BUG/MINOR: pattern: Add a missing HA_SPIN_INIT() in pat_ref_newid()
by Aurélien Nephtali
· Thu Apr 19 16:56:07 2018 +0200
daac1e4
DOC: lua: update the links to the config and Lua API
by Willy Tarreau
· Thu Apr 19 15:12:26 2018 +0200
3f0e1ec
BUG/CRITICAL: h2: fix incorrect frame length check
by Willy Tarreau
· Tue Apr 17 10:28:27 2018 +0200
9eb2a4a
BUILD: sample: avoid build warning in sample.c
by Willy Tarreau
· Thu Apr 19 10:33:28 2018 +0200
ebaba75
BUG/MEDIUM: kqueue: When adding new events, provide an output to get errors.
by Olivier Houchard
· Mon Apr 16 13:24:48 2018 +0200
daf4cd2
MINOR: export localpeer as an environment variable
by William Lallemand
· Tue Apr 17 16:46:13 2018 +0200
9631a28
MEDIUM: sample: Extend functionality for field/word converters
by Marcin Deranek
· Mon Apr 16 14:30:46 2018 +0200
9a4da68
MINOR: cli: Ensure the CLI always outputs an error when it should
by Aurélien Nephtali
· Mon Apr 16 19:02:42 2018 +0200
c511b7c
BUG/MINOR: cli: Guard against NULL messages when using CLI_ST_PRINT_FREE
by Aurélien Nephtali
· Mon Apr 16 18:50:19 2018 +0200
054fbee
MINOR: config: Warn if resolvers has no nameservers
by Ben Draut
· Fri Apr 13 15:43:04 2018 -0600
9a66dfb
MINOR: proxy: Add fe_defbe fetcher
by Marcin Deranek
· Fri Apr 13 14:37:50 2018 +0200
11ebb20
BUG/MINOR: http: Return an error in proxy mode when url2sa fails
by Christopher Faulet
· Fri Apr 13 15:53:12 2018 +0200
302f9ef
BUG/MEDIUM: connection: Make sure we have a mux before calling detach().
by Olivier Houchard
· Fri Apr 13 15:50:27 2018 +0200
48aa13f
BUG/MEDIUM: threads: Fix the max/min calculation because of name clashes
by Christopher Faulet
· Mon Apr 09 08:45:43 2018 +0200
f7b7c3e
MINOR: servers: Support alphanumeric characters for the server templates names
by Thierry Fournier
· Mon Mar 26 11:54:39 2018 +0200
1093a45
BUG/MAJOR: cache: always initialize newly created objects
by Willy Tarreau
· Fri Apr 06 19:02:25 2018 +0200
caf2fec
MINOR: spoe: Add counters to log info about SPOE agents
by Christopher Faulet
· Wed Apr 04 10:25:50 2018 +0200
3b8e349
MINOR: spoe: use agent's logger to log SPOE messages
by Christopher Faulet
· Mon Mar 26 17:20:58 2018 +0200
0e0f085
MINOR: spoe: Add support for option dontlog-normal in the SPOE agent section
by Christopher Faulet
· Mon Mar 26 17:20:36 2018 +0200
7250b8f
MINOR: spoe: Add loggers dedicated to the SPOE agent
by Christopher Faulet
· Mon Mar 26 17:19:01 2018 +0200
28ac099
MINOR: log: Keep the ref when a log server is copied to avoid duplicate entries
by Christopher Faulet
· Mon Mar 26 16:09:19 2018 +0200
4b0b79d
MINOR: log: move 'log' keyword parsing in dedicated function
by Christopher Faulet
· Mon Mar 26 15:54:32 2018 +0200
36bda1c
MINOR: spoe: Add options to store processing times in variables
by Christopher Faulet
· Thu Mar 22 09:08:20 2018 +0100
b2dd1e0
MINOR: spoe: Add metrics in to know time spent in the SPOE
by Christopher Faulet
· Thu Mar 22 09:07:41 2018 +0100
879dca9
BUG/MINOR: spoe: Don't forget to decrement fpa when a processing is interrupted
by Christopher Faulet
· Fri Mar 23 11:53:24 2018 +0100
b7426d1
BUG/MINOR: spoe: Register the variable to set when an error occurred
by Christopher Faulet
· Wed Mar 21 14:12:17 2018 +0100
ac58060
BUG/MINOR: spoe: Don't release the context buffer in .check_timeouts callbaclk
by Christopher Faulet
· Tue Mar 20 16:09:20 2018 +0100
84c844e
BUG/MINOR: spoe: Initialize variables used during conf parsing before any check
by Christopher Faulet
· Fri Mar 23 14:37:14 2018 +0100
5bd37fa
BUG/MAJOR: cache: fix random crashes caused by incorrect delete() on non-first blocks
by Willy Tarreau
· Wed Apr 04 20:17:03 2018 +0200
afe1de5
BUG/MINOR: cache: fix "show cache" output
by Willy Tarreau
· Wed Apr 04 11:56:43 2018 +0200
b797ae1
BUG/MINOR: email-alert: Set the mailer port during alert initialization
by Christopher Faulet
· Tue Mar 27 15:35:35 2018 +0200
8ef1a6b
BUG/MINOR: fd: Don't clear the update_mask in fd_insert.
by Olivier Houchard
· Tue Apr 03 19:06:18 2018 +0200
2500fc2
BUG/MINOR: checks: check the conn_stream's readiness and not the connection
by Willy Tarreau
· Tue Apr 03 19:31:38 2018 +0200
b2e290a
BUG/MEDIUM: h2: always add a stream to the send or fctl list when blocked
by Willy Tarreau
· Fri Mar 30 17:35:38 2018 +0200
1a1dd60
BUG/MINOR: h2: remove accidental debug code introduced with show_fd function
by Willy Tarreau
· Fri Mar 30 17:41:19 2018 +0200
c754b34
MINOR: cli: report cache indexes in "show fd"
by Willy Tarreau
· Fri Mar 30 15:00:15 2018 +0200
e3f36cd
MINOR: h2: implement a basic "show_fd" function
by Willy Tarreau
· Fri Mar 30 14:43:13 2018 +0200
b011d8f
MINOR: mux: add a "show_fd" function to dump debugging information for "show fd"
by Willy Tarreau
· Fri Mar 30 14:41:19 2018 +0200
e96e61c
BUILD/MINOR: threads: always export thread_sync_io_handler()
by Willy Tarreau
· Thu Mar 29 18:54:33 2018 +0200
Next »