You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
SSLproxy/tests/check
Soner Tari 3fe0e5f1eb Move tmp global opts vars to new tmp struct
The global opts strings in this new tmp struct are used while cloning
global opts into proxyspec opts. A var of this type is passed around as
a flag to indicate if these opts are global (if non-NULL), so should be
stored in that struct and used as such, or proxyspec specific (if NULL),
so should not be used as global. This var is temporary, hence freed
immediately after configuration is complete.
Also improve and clean up.
4 years ago
..
engine Do not export vars to the shell, instead create a main.mk and include it when needed 5 years ago
pki Create make files for src and tests/check folders 5 years ago
BSDmakefile Copy BSDmakefile to subfolders 5 years ago
GNUmakefile Improve verbose debug logs using common header fields to better identify connections 5 years ago
base64.t.c Restructure source tree, create src and tests folders, move files accordingly 5 years ago
cachedsess.t.c Create make files for src and tests/check folders 5 years ago
cachefkcrt.t.c Create make files for src and tests/check folders 5 years ago
cachemgr.t.c Restructure source tree, create src and tests folders, move files accordingly 5 years ago
cachessess.t.c Create make files for src and tests/check folders 5 years ago
cachetgcrt.t.c Create make files for src and tests/check folders 5 years ago
cert.t.c Create make files for src and tests/check folders 5 years ago
defaults.t.c Clean up DOCKER directives 4 years ago
dynbuf.t.c Create make files for src and tests/check folders 5 years ago
logbuf.t.c Restructure source tree, create src and tests folders, move files accordingly 5 years ago
main.t.c Add check unit tests for protocol validation and util_get_first_word_len() 4 years ago
opts.t.c Move tmp global opts vars to new tmp struct 4 years ago
proto.t.c Move tmp global opts vars to new tmp struct 4 years ago
pxythrmgr.t.c Restructure source tree, create src and tests folders, move files accordingly 5 years ago
ssl.t.c Create make files for src and tests/check folders 5 years ago
sys.t.c Create make files for src and tests/check folders 5 years ago
url.t.c Restructure source tree, create src and tests folders, move files accordingly 5 years ago
util.t.c Add check unit tests for protocol validation and util_get_first_word_len() 4 years ago