Gitiles
Code Review
Sign In
git01.mediatek.com
/
haproxy
/
0fc136ce5b038772b6b5bc9bb6b0a5dfdc40aada
/
src
0fc136c
REORG: server: use parsing ctx for server parsing
by Amaury Denoyelle
· Fri May 28 11:00:18 2021 +0200
d0b237c
MINOR: log: define server user message format
by Amaury Denoyelle
· Fri May 28 10:36:56 2021 +0200
1112430
MINOR: errors: specify prefix "config" for parsing output
by Amaury Denoyelle
· Fri Jun 04 18:22:08 2021 +0200
da3d681
MINOR: log: display exec path on first warning
by Amaury Denoyelle
· Fri May 28 09:57:10 2021 +0200
816281f
MINOR: errors: use user messages context in print_message
by Amaury Denoyelle
· Thu May 27 15:46:19 2021 +0200
6af81f8
MEDIUM: errors: implement parsing context type
by Amaury Denoyelle
· Thu May 27 15:45:28 2021 +0200
0a1cdcc
MINOR: log: do not discard stderr when starting is over
by Amaury Denoyelle
· Wed May 26 11:05:45 2021 +0200
1833e43
MEDIUM: errors: implement user messages buffer
by Amaury Denoyelle
· Wed May 26 11:05:22 2021 +0200
c008a63
CLEANUP: server: fix cosmetic of error message on sni parsing
by Amaury Denoyelle
· Fri May 28 11:01:22 2021 +0200
ce986e1
REORG: errors: split errors reporting function from log.c
by Amaury Denoyelle
· Fri Jun 04 11:20:32 2021 +0200
63b3ae7
CLEANUP: backend: fix incorrect comments on locking conditions for lb functions
by Willy Tarreau
· Tue Jun 01 16:58:31 2021 +0200
5e702fc
MINOR: http-ana: Use -1 status for client aborts during queuing and connect
by Christopher Faulet
· Wed Jun 02 14:07:24 2021 +0200
f22b032
BUILD: fix compilation for OpenSSL-3.0.0-alpha17
by William Lallemand
· Wed Jun 02 16:09:11 2021 +0200
bf77430
CLEANUP: mux-fcgi: Don't needlessly store result of data/trailers parsing
by Christopher Faulet
· Wed Jun 02 12:04:40 2021 +0200
c4439f7
BUG/MINOR: vars: Be sure to have a session to get checks variables
by Christopher Faulet
· Wed Jun 02 11:48:42 2021 +0200
e9106d6
MINOR: backend: Don't release SI endpoint anymore in connect_server()
by Christopher Faulet
· Tue Jun 01 15:54:49 2021 +0200
f822dec
BUG/MAJOR: stream-int: Release SI endpoint on server side ASAP on retry
by Christopher Faulet
· Tue Jun 01 14:06:05 2021 +0200
1a4449b
CLEANUP: http-ana: Remove useless if statement about L7 retries
by Christopher Faulet
· Mon May 31 11:45:24 2021 +0200
4764620
BUG/MINOR: proxy: Missing calloc return value check in chash_init_server_tree
by Remi Tricot-Le Breton
· Wed May 19 16:40:28 2021 +0200
17acbab
BUG/MINOR: http: Missing calloc return value check in make_arg_list
by Remi Tricot-Le Breton
· Wed May 19 12:00:54 2021 +0200
b6864a5
BUG/MINOR: http: Missing calloc return value check while parsing redirect rule
by Remi Tricot-Le Breton
· Wed May 19 11:32:04 2021 +0200
1f4fa90
BUG/MINOR: worker: Missing calloc return value check in mworker_env_to_proc_list
by Remi Tricot-Le Breton
· Wed May 19 10:45:12 2021 +0200
6443bcc
BUG/MINOR: compression: Missing calloc return value check in comp_append_type/algo
by Remi Tricot-Le Breton
· Mon May 17 10:35:08 2021 +0200
8cb0336
BUG/MINOR: http: Missing calloc return value check while parsing tcp-request rule
by Remi Tricot-Le Breton
· Mon May 17 10:08:16 2021 +0200
2ca42b4
BUG/MINOR: http: Missing calloc return value check while parsing tcp-request/tcp-response
by Remi Tricot-Le Breton
· Wed May 12 18:24:18 2021 +0200
18a82ba
BUG/MINOR: proxy: Missing calloc return value check in proxy_defproxy_cpy
by Remi Tricot-Le Breton
· Wed May 12 18:07:27 2021 +0200
55ba0d6
BUG/MINOR: proxy: Missing calloc return value check in proxy_parse_declare
by Remi Tricot-Le Breton
· Wed May 12 18:04:46 2021 +0200
a4bf8a0
BUG/MINOR: http: Missing calloc return value check in parse_http_req_capture
by Remi Tricot-Le Breton
· Wed May 12 17:54:17 2021 +0200
612b2c3
BUG/MINOR: ssl: Missing calloc return value check in ssl_init_single_engine
by Remi Tricot-Le Breton
· Wed May 12 17:45:21 2021 +0200
208ff01
BUG/MINOR: peers: Missing calloc return value check in peers_register_table
by Remi Tricot-Le Breton
· Wed May 12 17:39:04 2021 +0200
f1800e6
BUG/MINOR: server: Missing calloc return value check in srv_parse_source
by Remi Tricot-Le Breton
· Wed May 12 09:44:06 2021 +0200
5546c8b
MINOR: cfgparse: Fail when encountering extra arguments in macro
by Tim Duesterhus
· Wed May 26 17:45:33 2021 +0200
1f08bff
MINOR: http-ana: Perform L7 retries because of status codes in response analyser
by Christopher Faulet
· Wed May 26 13:14:39 2021 +0200
d976923
BUG/MINOR: http-ana: Handle L7 retries on refused early data before K/A aborts
by Christopher Faulet
· Wed May 26 12:15:37 2021 +0200
552601d
BUG/MINOR: http-ana: Send the right error if max retries is reached on L7 retry
by Christopher Faulet
· Wed May 26 10:31:06 2021 +0200
9f5382e
Revert "MEDIUM: http-ana: Deal with L7 retries in HTTP analysers"
by Christopher Faulet
· Fri May 21 13:46:14 2021 +0200
44c0dcf
CLEANUP: mux-h1: Rename functions parsing input buf and filling output buf
by Christopher Faulet
· Tue Feb 16 18:32:08 2021 +0100
00d7cde
MINOR: muxes/h1-htx: Realign input buffer using b_slow_realign_ofs()
by Christopher Faulet
· Thu Feb 04 11:01:51 2021 +0100
7a835f3
MINOR: h1-htx: Use a correlation table to speed-up small chunks parsing
by Christopher Faulet
· Fri May 21 11:31:35 2021 +0200
bdcefe5
MEDIUM: h1-htx: Add a function to parse contiguous small chunks
by Christopher Faulet
· Fri May 21 11:05:12 2021 +0200
0d4c924
MEDIUM: h1-htx: Split function to parse a chunk and the loop on the buffer
by Christopher Faulet
· Fri May 21 10:56:24 2021 +0200
140691b
MINOR: h1-htx: Move HTTP chunks parsing into a dedicated function
by Christopher Faulet
· Wed Feb 03 11:51:24 2021 +0100
16a524c
MINOR: mux-h1/mux-fcgi: Don't needlessly loop on data parsing
by Christopher Faulet
· Tue Feb 02 21:16:03 2021 +0100
f7c2044
MEDIUM: h1-htx: Adapt H1 data parsing to copy wrapping data in one call
by Christopher Faulet
· Tue Feb 02 19:40:07 2021 +0100
de471a4
MINOR: h1-htx: Update h1 parsing functions to return result as a size_t
by Christopher Faulet
· Mon Feb 01 16:37:28 2021 +0100
a75eea7
MINOR: map/acl: print the count of all the map/acl entries in "show map/acl"
by Dragan Dosen
· Fri May 21 16:59:15 2021 +0200
acfd71b
BUG/MINOR: http-comp: Preserve HTTP_MSGF_COMPRESSIONG flag on the response
by Christopher Faulet
· Fri May 21 09:49:20 2021 +0200
a6d3704
BUG/MEDIUM: filters: Exec pre/post analysers only one time per filter
by Christopher Faulet
· Thu May 20 18:00:55 2021 +0200
79a88ba
BUG/MAJOR: server: prevent deadlock when using 'set maxconn server'
by Amaury Denoyelle
· Mon May 17 10:47:18 2021 +0200
a6b2784
CLEANUP: ssl: Fix coverity issues found in CA file hot update code
by Remi Tricot-Le Breton
· Tue May 18 10:06:00 2021 +0200
18c7d83
BUILD/MINOR: ssl: Fix compilation with OpenSSL 1.0.2
by Remi Tricot-Le Breton
· Mon May 17 18:38:34 2021 +0200
d75b99e
BUILD/MINOR: ssl: Fix compilation with SSL enabled
by Remi Tricot-Le Breton
· Mon May 17 11:45:55 2021 +0200
51e28b6
MEDIUM: ssl: Add "show ssl crl-file" CLI command
by Remi Tricot-Le Breton
· Tue Apr 20 17:58:01 2021 +0200
eef8e7b
MINOR: ssl: Add "abort ssl crl-file" CLI command
by Remi Tricot-Le Breton
· Tue Apr 20 17:42:02 2021 +0200
720e3b9
MEDIUM: ssl: Add "new+del crl-file" CLI commands
by Remi Tricot-Le Breton
· Mon Apr 26 11:00:42 2021 +0200
a51b339
MEDIUM: ssl: Add "set+commit ssl crl-file" CLI commands
by Remi Tricot-Le Breton
· Tue Apr 20 17:38:14 2021 +0200
f81c70c
MINOR: ssl: Chain instances in ca-file entries
by Remi Tricot-Le Breton
· Tue Apr 20 16:54:21 2021 +0200
c3a8477
MINOR: ssl: Add "del ssl ca-file" CLI command
by Remi Tricot-Le Breton
· Thu Mar 25 18:13:57 2021 +0100
9f40fe0
MEDIUM: ssl: Add "new ssl ca-file" CLI command
by Remi Tricot-Le Breton
· Tue Mar 16 16:21:27 2021 +0100
2a22e16
MEDIUM: ssl: Add "show ssl ca-file" CLI command
by Remi Tricot-Le Breton
· Tue Mar 16 11:19:33 2021 +0100
523f0e4
MINOR: ssl: Refactorize the "show certificate details" code
by Remi Tricot-Le Breton
· Tue Mar 16 10:11:44 2021 +0100
0bb4824
MINOR: ssl: Add a cafile_entry type field
by Remi Tricot-Le Breton
· Fri Apr 16 17:59:23 2021 +0200
d5fd09d
MINOR: ssl: Add "abort ssl ca-file" CLI command
by Remi Tricot-Le Breton
· Thu Mar 11 10:22:52 2021 +0100
a32a68b
MEDIUM: ssl: Add "set+commit ssl ca-file" CLI commands
by Remi Tricot-Le Breton
· Wed Feb 24 17:35:43 2021 +0100
bfadc02
MINOR: ssl: Ckch instance rebuild and cleanup factorization in CLI handler
by Remi Tricot-Le Breton
· Wed Feb 24 12:20:48 2021 +0100
38c999b
MINOR: ssl: Add helper function to add cafile entries
by Remi Tricot-Le Breton
· Tue Feb 23 16:28:43 2021 +0100
383fb14
MEDIUM: ssl: Add a way to load a ca-file content from memory
by Remi Tricot-Le Breton
· Mon Feb 22 18:26:14 2021 +0100
5daff3c
MINOR: ssl: Add helper functions to create/delete cafile entries
by Remi Tricot-Le Breton
· Mon Feb 22 15:54:55 2021 +0100
40ddea8
MINOR: ssl: Add reference to default ckch instance in bind_conf
by Remi Tricot-Le Breton
· Tue Apr 13 16:07:29 2021 +0200
4458b97
MEDIUM: ssl: Chain ckch instances in ca-file entries
by Remi Tricot-Le Breton
· Fri Feb 19 17:41:55 2021 +0100
9f0c936
MINOR: ssl: Allow duplicated entries in the cafile_tree
by Remi Tricot-Le Breton
· Fri Feb 19 15:06:28 2021 +0100
af8820a
CLEANUP: ssl: Move ssl_store related code to ssl_ckch.c
by Remi Tricot-Le Breton
· Tue Apr 13 10:10:37 2021 +0200
fb60195
BUILD: sample: use strtoll() instead of atoll()
by Willy Tarreau
· Fri May 14 08:51:53 2021 +0200
388fc25
IMPORT: slz: use inttypes.h instead of stdint.h
by Willy Tarreau
· Fri May 14 08:44:52 2021 +0200
6bfc10c
BUILD: config: avoid a build warning on numa_detect_topology() without threads
by Willy Tarreau
· Fri May 14 08:30:46 2021 +0200
26f42a0
BUG/MAJOR: config: properly initialize cpu_map.thread[] up to MAX_THREADS
by Willy Tarreau
· Fri May 14 08:26:38 2021 +0200
89f6ded
BUG/MINOR: lua/vars: prevent get_var() from allocating a new name
by Willy Tarreau
· Thu May 13 13:30:12 2021 +0200
832e242
DEBUG: ssl: export ssl_sock_close() to see its symbol resolved in profiling
by Willy Tarreau
· Thu May 13 10:11:03 2021 +0200
f1c8a38
MINOR: activity/cli: optionally support sorting by address on "show profiling"
by Willy Tarreau
· Thu May 13 10:00:17 2021 +0200
973a937
BUG/MINOR: stats: fix lastchk metric that got accidently lost
by Willy Tarreau
· Wed May 12 17:29:14 2021 +0200
4263f68
CLEANUP: stick-table: remove a leftover of an old keyword declaration
by Willy Tarreau
· Wed May 12 17:49:10 2021 +0200
c460c70
BUG/MEDIUM: stick_table: fix crash when using tcp smp_fetch_src
by Amaury Denoyelle
· Wed May 12 10:17:47 2021 +0200
9e27428
IMPORT: slz: do not produce the crc32_fast table when CRC is natively supported
by Willy Tarreau
· Wed May 12 08:36:09 2021 +0200
027fdcb
IMPORT: slz: use the generic function for the last bytes of the crc32
by Willy Tarreau
· Wed May 12 08:34:36 2021 +0200
dec1c36
MINOR: uri_normalizer: Add `fragment-encode` normalizer
by Tim Duesterhus
· Mon May 10 17:28:26 2021 +0200
c9e05ab
MINOR: uri_normalizer: Add `fragment-strip` normalizer
by Tim Duesterhus
· Mon May 10 17:28:25 2021 +0200
2f41313
BUG/MINOR: http_act: Fix normalizer names in error messages
by Tim Duesterhus
· Mon May 10 23:21:20 2021 +0200
da7f11b
CLEANUP: pattern: remove the unused and dangerous pat_ref_reload()
by Willy Tarreau
· Tue May 11 16:49:55 2021 +0200
f5fb858
MINOR: memprof: also report the totals and delta alloc-free
by Willy Tarreau
· Tue May 11 14:06:24 2021 +0200
616491b
MINOR: memprof: also report the method used by each call
by Willy Tarreau
· Tue May 11 09:26:23 2021 +0200
79acefa
BUG/MINOR: memprof: properly account for differences for realloc()
by Willy Tarreau
· Tue May 11 09:12:56 2021 +0200
3df5989
CLEANUP: assorted typo fixes in the code and comments
by Ilya Shipitsin
· Mon May 10 12:50:00 2021 +0500
67b3cef
CLEANUP: cli/activity: Remove double spacing in set profiling command
by Daniel Corbett
· Mon May 10 14:08:40 2021 -0400
c89d533
BUG/MINOR: http_fetch: fix possible uninit sockaddr in fetch_url_ip/port
by Amaury Denoyelle
· Mon May 10 11:23:34 2021 +0200
5db446d
BUILD: cli: appease a null-deref warning in cli_gen_usage_msg()
by Willy Tarreau
· Mon May 10 07:47:05 2021 +0200
7deb28c
BUG/MEDIUM: quic: fix null deref on error path in qc_conn_init()
by Willy Tarreau
· Mon May 10 07:40:27 2021 +0200
4a75328
BUILD: memprof: make the old caller pointer a const in get_prof_bin()
by Willy Tarreau
· Sun May 09 23:18:50 2021 +0200
23c740e
CLEANUP: cli/mworker: properly align the help messages
by Willy Tarreau
· Sun May 09 22:49:44 2021 +0200
92fbbcc
MINOR: cli: sort the output of the "help" keywords
by Willy Tarreau
· Sun May 09 21:45:29 2021 +0200
0b1b830
MINOR: cli: make "help" support a command in argument
by Willy Tarreau
· Sun May 09 20:59:23 2021 +0200
Next »