Gitiles
Code Review
Sign In
git01.mediatek.com
/
haproxy
/
4b3a9fefab68d2005525f50d1ffc1a5276b5cfaf
/
include
cf6f574
CLEANUP: Move XXH3 macro from haproxy/compat.h to haproxy/xxhash.h
by Tim Duesterhus
· Sat Sep 11 20:29:46 2021 +0200
a8bfb4d
CLEANUP: ebmbtree: Replace always-taken elseif by else
by Tim Düsterhus
· Sat Sep 11 17:02:33 2021 +0200
d5fc8fc
CLEANUP: Add haproxy/xxhash.h to avoid modifying import/xxhash.h
by Tim Duesterhus
· Sat Sep 11 17:51:13 2021 +0200
f079f44
MINOR: htx: Skip headers with no value when adding a header list to a message
by Christopher Faulet
· Thu Sep 09 09:44:18 2021 +0200
ac5f634
BUILD: fix dragonfly build again on __read_mostly
by devnexen@gmail.com
· Sat Sep 04 09:58:57 2021 +0100
61ecf28
OPTIM: vars: only takes the variables lock on shared entries
by Willy Tarreau
· Wed Sep 08 15:20:45 2021 +0200
dc72fbb
MINOR: vars: centralize the lock/unlock into static inlines
by Willy Tarreau
· Wed Sep 08 15:19:57 2021 +0200
3a4bedc
MEDIUM: vars: replace the global name index with a hash
by Willy Tarreau
· Tue Aug 31 08:51:02 2021 +0200
c1c88f4
MEDIUM: vars: make var_clear() only reset VF_PERMANENT variables
by Willy Tarreau
· Wed Sep 08 15:03:58 2021 +0200
3dc6dc3
MINOR: vars: store flags into variables and add VF_PERMANENT
by Willy Tarreau
· Wed Sep 08 11:07:32 2021 +0200
4994b57
MINOR: vars: add a VF_CREATEONLY flag for creation
by Willy Tarreau
· Wed Sep 08 11:38:25 2021 +0200
7978c5c
MEDIUM: vars: make the ifexist variant of set-var only apply to the proc scope
by Willy Tarreau
· Tue Sep 07 14:24:07 2021 +0200
b7bfcb3
MINOR: vars: rename vars_init() to vars_init_head()
by Willy Tarreau
· Tue Aug 31 08:13:25 2021 +0200
1008071
MINOR: proxy: add a global "grace" directive to postpone soft-stop
by Willy Tarreau
· Tue Sep 07 10:49:45 2021 +0200
3b69886
BUG/MAJOR: htx: fix missing header name length check in htx_add_header/trailer
by Willy Tarreau
· Thu Aug 26 16:23:37 2021 +0200
3d5f19e
CLEANUP: htx: remove comments about "must be < 256 MB"
by Willy Tarreau
· Thu Aug 26 16:07:22 2021 +0200
e352b9d
MINOR: vars: make vars_get_by_* support an optional default value
by Willy Tarreau
· Fri Sep 03 11:52:38 2021 +0200
9a621ae
MEDIUM: vars: add a new "set-var-fmt" action
by Willy Tarreau
· Thu Sep 02 21:00:38 2021 +0200
57467b8
MINOR: sample: add missing ARGC_ entries
by Willy Tarreau
· Thu Sep 02 19:43:20 2021 +0200
bc1223b
MINOR: http-rules: add a new "ignore-empty" option to redirects.
by Willy Tarreau
· Thu Sep 02 16:54:33 2021 +0200
abc6b31
CLEANUP: Add missing include guard to signal.h
by Tim Duesterhus
· Wed Sep 01 21:23:25 2021 +0200
87154e3
BUG/MAJOR: queue: better protect a pendconn being picked from the proxy
by Willy Tarreau
· Tue Aug 31 17:21:39 2021 +0200
fe21fe7
MINOR: log: Add new "error-log-format" option
by Remi Tricot-Le Breton
· Tue Aug 31 12:08:52 2021 +0200
ea57a9b
BUILD: ssl: next round of build warnings on LIBRESSL_VERSION_NUMBER
by Willy Tarreau
· Mon Aug 30 06:10:04 2021 +0200
a01f8ce
BUILD/MINOR: regex: avoid a build warning on USE_PCRE2 with -Wundef
by Willy Tarreau
· Sat Aug 28 12:49:58 2021 +0200
6e5542e
BUILD/MINOR: ssl: avoid a build warning on LIBRESSL_VERSION with -Wundef
by Willy Tarreau
· Sat Aug 28 12:06:51 2021 +0200
3305643
BUILD/MINOR: defaults: eliminate warning on MAXHOSTNAMELEN with -Wundef
by Willy Tarreau
· Sat Aug 28 12:05:32 2021 +0200
cbdc74b
BUG/MINOR: ebtree: remove dependency on incorrect macro for bits per long
by Willy Tarreau
· Sat Aug 28 11:55:53 2021 +0200
fe456c5
MINOR: time: add report_idle() to report process-wide idle time
by Willy Tarreau
· Sat Aug 28 11:07:31 2021 +0200
e365aa2
BUG/MINOR: time: fix idle time computation for long sleeps
by Willy Tarreau
· Fri Aug 27 23:16:58 2021 +0200
310a260
MEDIUM: config: Deprecate tune.ssl.capture-cipherlist-size
by Marcin Deranek
· Tue Jul 13 19:04:24 2021 +0200
959a48c
MINOR: sample: Expose SSL captures using new fetchers
by Marcin Deranek
· Tue Jul 13 15:14:21 2021 +0200
769fd2e
MEDIUM: ssl: Capture more info from Client Hello
by Marcin Deranek
· Mon Jul 12 14:16:55 2021 +0200
906f7da
MINOR: compiler: implement an ONLY_ONCE() macro
by Willy Tarreau
· Thu Aug 26 15:46:51 2021 +0200
5cca48c
MINOR: server: define non purgeable server flag
by Amaury Denoyelle
· Mon Aug 23 14:03:20 2021 +0200
bc2ebfa
MEDIUM: server: extend refcount for all servers
by Amaury Denoyelle
· Wed Aug 25 15:34:53 2021 +0200
0a8d05d
BUG/MINOR: stats: use refcount to protect dynamic server on dump
by Amaury Denoyelle
· Wed Aug 25 14:39:53 2021 +0200
f5c1e12
MINOR: server: return the next srv instance on free_server
by Amaury Denoyelle
· Wed Aug 25 15:03:46 2021 +0200
ff0f278
CLEANUP: assorted typo fixes in the code and comments
by Ilya Shipitsin
· Sun Aug 22 22:18:07 2021 +0500
3aeb3f9
MINOR: cfgcond: implements openssl_version_atleast and openssl_version_before
by William Lallemand
· Sat Aug 21 23:59:56 2021 +0200
44d862d
MINOR: ssl: add an openssl version string parser
by William Lallemand
· Sat Aug 21 23:16:06 2021 +0200
2a8fe8b
MINOR: httpclient: cleanup the include files
by William Lallemand
· Fri Aug 20 14:25:15 2021 +0200
f95c295
BUILD/MINOR: ssl: Fix compilation with OpenSSL 1.0.2
by Remi Tricot-Le Breton
· Fri Aug 20 09:51:23 2021 +0200
74f6ab6
MEDIUM: ssl: Keep a reference to the client's certificate for use in logs
by Remi Tricot-Le Breton
· Thu Aug 19 18:06:30 2021 +0200
33b0d09
MINOR: httpclient: implement a simple HTTP Client API
by William Lallemand
· Fri Aug 13 16:05:53 2021 +0200
d3d8d03
MINOR: http: add a new function http_validate_scheme() to validate a scheme
by Willy Tarreau
· Tue Aug 10 15:35:36 2021 +0200
0188108
CLEANUP: assorted typo fixes in the code and comments
by Ilya Shipitsin
· Sat Aug 07 14:41:56 2021 +0500
df97ac4
MEDIUM: filters/lua: Add HTTPMessage class to help HTTP filtering
by Christopher Faulet
· Wed Feb 26 16:57:19 2020 +0100
8c9e6bb
MINOR: lua: Add flags on the lua TXN to know the execution context
by Christopher Faulet
· Fri Aug 06 16:29:41 2021 +0200
1f43a34
MINOR: lua: Add a flag on lua context to know the yield capability at run time
by Christopher Faulet
· Wed Aug 04 17:58:21 2021 +0200
8c29fa7
MINOR: channel: remove an htx block from a channel
by William Lallemand
· Wed Aug 11 13:40:14 2021 +0200
7afa5c1
MINOR: global: define MODE_STOPPING
by Amaury Denoyelle
· Mon Aug 09 15:02:56 2021 +0200
b33a0ab
MEDIUM: check: implement check deletion for dynamic servers
by Amaury Denoyelle
· Thu Jul 29 15:51:45 2021 +0200
d6b7080
MINOR: server: implement a refcount for dynamic servers
by Amaury Denoyelle
· Mon Aug 02 15:50:00 2021 +0200
3c2ab1a
MINOR: check: export check init functions
by Amaury Denoyelle
· Thu Jul 22 16:04:40 2021 +0200
7b36833
MEDIUM: task: implement tasklet kill
by Amaury Denoyelle
· Wed Jul 28 16:12:57 2021 +0200
434b852
MINOR: spoe: Add a pointer on the filter config in the spoe_agent structure
by Christopher Faulet
· Mon Aug 02 17:51:01 2021 +0200
7b2ac29
CLEANUP: fd: remove the now unneeded fd_mig_lock
by Willy Tarreau
· Tue Aug 03 09:24:41 2021 +0200
b201b1d
CLEANUP: fd: remove the now unused fd_set_running()
by Willy Tarreau
· Tue Aug 03 09:15:32 2021 +0200
f69fea6
MAJOR: fd: get rid of the DWCAS when setting the running_mask
by Willy Tarreau
· Tue Aug 03 09:04:32 2021 +0200
b1f29bc
MINOR: activity/fd: remove the dead_fd counter
by Willy Tarreau
· Tue Aug 03 10:59:50 2021 +0200
88d1c5d
MEDIUM: threads: add a stronger thread_isolate_full() call
by Willy Tarreau
· Wed Aug 04 11:44:17 2021 +0200
8e765b8
MINOR: proxy: disabled takes a stopping and a disabled state
by William Lallemand
· Tue Aug 03 11:58:03 2021 +0200
56f1f75
MINOR: log: rename 'dontloglegacyconnerr' to 'log-error-via-logformat'
by William Lallemand
· Mon Aug 02 10:25:30 2021 +0200
9919854
MEDIUM: atomic: relax the load/store barriers on x86_64
by Willy Tarreau
· Thu Jul 15 16:02:47 2021 +0200
cb04511
MEDIUM: atomic: simplify the atomic load/store/exchange operations
by Willy Tarreau
· Thu Jul 15 14:48:21 2021 +0200
55a0975
BUG/MINOR: freq_ctr: use stricter barriers between updates and readings
by Willy Tarreau
· Thu Jul 15 15:45:44 2021 +0200
200bd50
MEDIUM: fd: rely more on fd_update_events() to detect changes
by Willy Tarreau
· Thu Jul 29 16:57:19 2021 +0200
84c7922
REORG: fd: uninline fd_update_events()
by Willy Tarreau
· Thu Jul 29 16:53:46 2021 +0200
a199a17
MINOR: fd: update flags only once in fd_update_events()
by Willy Tarreau
· Thu Jul 29 08:04:00 2021 +0200
d5402b8
BUG/MINOR: fd: protect fd state harder against a concurrent takeover
by Willy Tarreau
· Wed Jul 28 17:20:53 2021 +0200
6ed242e
BUG/MEDIUM: connection: close a rare race between idle conn close and takeover
by Willy Tarreau
· Wed Jul 28 15:27:37 2021 +0200
4a6328f
MEDIUM: connection: Add option to disable legacy error log
by Remi Tricot-Le Breton
· Thu Jul 29 09:45:53 2021 +0200
98b930d
MINOR: ssl: Define a default https log format
by Remi Tricot-Le Breton
· Thu Jul 29 09:45:52 2021 +0200
7c6898e
MINOR: ssl: Add new ssl_fc_hsk_err sample fetch
by Remi Tricot-Le Breton
· Thu Jul 29 09:45:51 2021 +0200
3d2093a
MINOR: connection: Add a connection error code sample fetch
by Remi Tricot-Le Breton
· Thu Jul 29 09:45:49 2021 +0200
0aa4130
BUG/MINOR: connection: Add missing error labels to conn_err_code_str
by Remi Tricot-Le Breton
· Thu Jul 29 09:45:48 2021 +0200
6bb77b9
MINOR: proxy: rename PR_CAP_LUA to PR_CAP_INT
by William Lallemand
· Wed Jul 28 15:48:16 2021 +0200
534197c
BUILD/MINOR: memprof fix macOs build.
by David CARLIER
· Tue Jul 20 20:37:45 2021 +0100
dc70c18
BUG/MEDIUM: cfgcond: limit recursion level in the condition expression parser
by Willy Tarreau
· Tue Jul 20 17:58:34 2021 +0200
2524123
MEDIUM: proxy: remove long-broken 'option http_proxy'
by Willy Tarreau
· Sun Jul 18 19:18:56 2021 +0200
f1db20c
BUG/MINOR: cfgcond: revisit the condition freeing mechanism to avoid a leak
by Willy Tarreau
· Sat Jul 17 18:46:30 2021 +0200
316ea7e
MINOR: cfgcond: support terms made of parenthesis around expressions
by Willy Tarreau
· Fri Jul 16 14:56:59 2021 +0200
ca81887
MINOR: cfgcond: insert an expression between the condition and the term
by Willy Tarreau
· Fri Jul 16 14:46:09 2021 +0200
087b2d0
MINOR: cfgcond: make the conditional term parser automatically allocate nodes
by Willy Tarreau
· Fri Jul 16 14:27:20 2021 +0200
ca56d3d
MINOR: cfgcond: support negating conditional expressions
by Willy Tarreau
· Fri Jul 16 13:56:54 2021 +0200
f869095
MINOR: cfgcond: start to split the condition parser to introduce terms
by Willy Tarreau
· Fri Jul 16 12:12:00 2021 +0200
66243b4
REORG: config: move the condition preprocessing code to its own file
by Willy Tarreau
· Fri Jul 16 15:39:28 2021 +0200
ab213a5
MINOR: arg: add a free_args() function to free an args array
by Willy Tarreau
· Fri Jul 16 10:13:00 2021 +0200
669b620
MINOR: srv: extract tracking server config function
by Amaury Denoyelle
· Tue Jul 13 10:35:23 2021 +0200
4c6986a
CLEANUP: applet: remove unused thread_mask
by Willy Tarreau
· Tue Jul 13 18:01:46 2021 +0200
befeae8
MINOR: mux_h2: define config to disable h2 websocket support
by Amaury Denoyelle
· Fri Jul 09 17:14:30 2021 +0200
c453f95
MINOR: http: use http uri parser for path
by Amaury Denoyelle
· Tue Jul 06 11:40:12 2021 +0200
69294b2
MINOR: http: use http uri parser for authority
by Amaury Denoyelle
· Tue Jul 06 11:02:22 2021 +0200
8ac8cbf
MINOR: http: use http uri parser for scheme
by Amaury Denoyelle
· Tue Jul 06 10:52:58 2021 +0200
89c68c8
MINOR: http: implement http uri parser
by Amaury Denoyelle
· Tue Jul 06 10:48:44 2021 +0200
4c0882b
MEDIUM: http: implement scheme-based normalization
by Amaury Denoyelle
· Wed Jul 07 10:49:26 2021 +0200
ef08811
MINOR: http: implement http_get_scheme
by Amaury Denoyelle
· Wed Jul 07 10:49:25 2021 +0200
4d7ada8
MEDIUM: stick-table: add the new arrays of gpc and gpc_rate
by Emeric Brun
· Wed Jun 30 19:04:16 2021 +0200
877b0b5
MEDIUM: stick-table: add the new array of gpt data_type
by Emeric Brun
· Wed Jun 30 18:57:49 2021 +0200
Next »