22
I Use This!
Low Activity

Commits : Listings

Analyzed about 23 hours ago. based on code collected 1 day ago.
Apr 18, 2023 — Apr 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
SSL restart bug fixed Testing tools that stress SSL by sending junk, crashes SSL and yaws handles it nicely and restarts - all good. However we're counting number of connections erroneously when this happens, and eventually we run out of connections. If e.g max_connections is 1024, and SSL dies 1024 times, we get into "max connections reached" case. Found and fixed by Per Hedeland and Tail-f test team More... over 7 years ago
Merge pull request #293 from weisslj/purge_yaws_dynopts More... over 7 years ago
Add scripts/systemd directory in the dist files More... over 7 years ago
Purge old code of yaws_dynopts after loading
Johannes W
as Johannes Weißl
More... over 7 years ago
Add Erlang/OTP 19.1 support in .travis.yml More... over 7 years ago
Be sure to call the right dialyzer to built the plt file More... over 7 years ago
Fix dialyzer warnings about missing function More... over 7 years ago
Use a dynamic wrapper around ssl:connection_information/2 More... over 7 years ago
Update known dialyzer warning More... over 7 years ago
Specify the port in proc_cleanup_SUITE testsuite More... over 7 years ago
Fix a typo in yaws_ls More... over 7 years ago
Fix a typo in yaws_config More... over 7 years ago
Fix yaws_dynopts:compare_version/2 function More... over 7 years ago
Remove dynamic wrapper on rand_bytes/1 function More... over 7 years ago
Remove forgotten debug messages More... over 7 years ago
Add support of unicode characters in the configuration file More... over 7 years ago
Preparing for 2.0.4 More... over 7 years ago
Fix timing issue in the testsuite, mainly encountered during Travis builds More... over 7 years ago
Update error messages reported by yaws_compile module More... over 7 years ago
Support strong/basic_validation options in yaws_compile More... over 7 years ago
Remove temporary files generated during scripts parsing when job is done More... over 7 years ago
Support user-defined options to compile .yaws scripts More... over 7 years ago
Fix small typo in testsuites More... over 7 years ago
Rewrite yaws_compile module to improve .yaws script parsing More... over 7 years ago
Better support for erts version >= 10 More... over 7 years ago
Rewrite opening of report.log so that previous file is not overwritten when Yaws starts. This is particularly a pain when Yaws permanently restarts and that the report.log file contains the reason of the crash. More... over 7 years ago
Add support for salted hashes in users credentials More... over 7 years ago
Remove support for Erlang/OTP R14 and R15 releases More... over 7 years ago
Add support of hashed passwords in yaws configuration and in .yaws_auth files More... over 7 years ago
Remove sensitive information from crash messages in yaws_outmod More... over 7 years ago