Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-06-04 | Merge branch 'hasse/dialyzer/improve_contract_warnings/OTP-14982' | Hans Bolinder | |
* hasse/dialyzer/improve_contract_warnings/OTP-14982: erts: Improve contracts of zlib kernel: Improve contracts erts: Improve a contract stdlib: Improve a contract compiler: Improve a contract dialyzer: Refine the test for overspecified functions | |||
2018-06-04 | Merge branch 'hans/public_key/match_fun_https/OTP-14962' | Hans Nilsson | |
* hans/public_key/match_fun_https/OTP-14962: public_key: Testcase for cert with wildcard in SAN public_key: Doc public_key: Matchfun for HTTPS | |||
2018-06-04 | Merge branch 'hans/crypto/EVP_DH_key/OTP-14864' | Hans Nilsson | |
* hans/crypto/EVP_DH_key/OTP-14864: crypto: Valgrind suggestions | |||
2018-06-04 | crypto: Valgrind suggestions | Hans Nilsson | |
2018-06-04 | public_key: Testcase for cert with wildcard in SAN | Hans Nilsson | |
2018-06-04 | public_key: Doc | Hans Nilsson | |
2018-06-04 | public_key: Matchfun for HTTPS | Hans Nilsson | |
2018-06-04 | Merge branch 'hasse/syntax_tools/fix_map_type/OTP-15098/ERIERL-177' | Hans Bolinder | |
* hasse/syntax_tools/fix_map_type/OTP-15098/ERIERL-177: syntax_tools: Fix a bug regarding reverting map types. | |||
2018-06-04 | Merge pull request #1806 from bitnitdit/erlang-xml-typos | Lukas Larsson | |
Fix typos in erlang.xml | |||
2018-06-04 | Merge branch 'lukas/stdlib/fix-io_o_request_raise/OTP-15101' | Lukas Larsson | |
* lukas/stdlib/fix-io_o_request_raise/OTP-15101: stdlib: Fix io:put_chars/2 error | |||
2018-06-04 | Merge branch 'lukas/erts/fix-scheduler-data-sched-out-bug/OTP-13123' | Lukas Larsson | |
* lukas/erts/fix-scheduler-data-sched-out-bug/OTP-13123: erts: Make sure scheduler_data is set | |||
2018-06-04 | Merge branch 'lukas/otp/fix-mkdir-makefile-error' | Lukas Larsson | |
2018-06-01 | Merge branch 'hans/ssh/channel_polish/OTP-15083' | Hans Nilsson | |
* hans/ssh/channel_polish/OTP-15083: ssh: Better crash report for bad channel callback module | |||
2018-06-01 | Merge branch 'hans/ssh/channel_testsuite/OTP-15051' | Hans Nilsson | |
* hans/ssh/channel_testsuite/OTP-15051: ssh: Channel testsuite | |||
2018-06-01 | Merge branch 'hans/ssh/rm_depr' | Hans Nilsson | |
* hans/ssh/rm_depr: ssh: Change get_stacktrace | |||
2018-06-01 | Merge branch 'hasse/stdlib/iso3339_fix' | Hans Bolinder | |
* hasse/stdlib/iso3339_fix: stdlib: Add links to RFC 3339 in calendar(3) | |||
2018-05-30 | syntax_tools: Fix a bug regarding reverting map types. | Hans Bolinder | |
2018-05-30 | ssh: Channel testsuite | Hans Nilsson | |
2018-05-30 | ssh: Better crash report for bad channel callback module | Hans Nilsson | |
2018-05-30 | stdlib: Fix io:put_chars/2 error | Lukas Larsson | |
Before this fix an error in io:put_chars/2 would signal a fault in io:put_chars/3 because of the way that raise is used and there is no such function. | |||
2018-05-30 | ssh: Change get_stacktrace | Hans Nilsson | |
2018-05-30 | stdlib: Add links to RFC 3339 in calendar(3) | Hans Bolinder | |
2018-05-29 | Revert "Updated OTP version" | Henrik | |
This reverts commit 5bbd2e175f50be3f3778a5d8e6ca9ec93c192d02. | |||
2018-05-29 | Revert "Prepare release" | Henrik | |
This reverts commit fd8e49b5bddceaae803670121b603b5eee8c5c08. | |||
2018-05-29 | Updated OTP_VERSION for Release CandidateOTP-21.0-rc2 | Henrik | |
2018-05-29 | erts: Improve contracts of zlib | Hans Bolinder | |
2018-05-28 | kernel: Improve contracts | Hans Bolinder | |
2018-05-28 | erts: Improve a contract | Hans Bolinder | |
2018-05-28 | stdlib: Improve a contract | Hans Bolinder | |
2018-05-28 | compiler: Improve a contract | Hans Bolinder | |
2018-05-25 | erts: Make sure scheduler_data is set | Lukas Larsson | |
If scheduler_data is not set correctly on normal schedulers the code in erts_schedule_time_break and possibly others will trigger asserts. | |||
2018-05-25 | Updated OTP version | Erlang/OTP | |
2018-05-25 | Prepare release | Erlang/OTP | |
2018-05-25 | dialyzer: Refine the test for overspecified functions | Hans Bolinder | |
The -Woverspecs (-Wspecdiffs) option generates warnings in a few more cases. The refinement is analogous to the test that -Wunderspecs already does: it checks if the contract has nothing in common with some element (see erl_types:t_elements/1) of the success typing. | |||
2018-05-24 | Merge branch 'siri/logger-fix' | Siri Hansen | |
* siri/logger-fix: Update documentation of logger and error_logger Change type name logger:log() to logger:log_event() Update preloaded Update primary bootstrap Rename module logger_simple to logger_simple_h Change env var logger_log_progress to logger_progress_reports Remove HandlerId from handler callback functions and add it to Config Change handler id for sasl handler from sasl_h to sasl Change Compare parameter to logger_filters:domain/2 Update Logger documentation Rename reset_module_level to unset_module_level Allow chars_limit to limit strings Add logger:update_formatter_config/2,3 Set legacy_header=true for kernel's default handler only Improve documentation of logger and error_logger Use system_time instead of monotonic_time as timestamp in logger | |||
2018-05-24 | Merge pull request #1816 from cspiegel/netns-bind-device-typespecs | Raimo Niskanen | |
OTP-14359: Add typespecs for netns and bind_to_device options | |||
2018-05-24 | Merge remote-tracking branch 'origin/henrik/update-copyright-year' | Henrik | |
2018-05-24 | Update copyright year | Henrik Nord | |
2018-05-24 | Merge pull request #1821 from IngelaAndin/ingela/ssl/DTLS-transparancy | Ingela Andin | |
ssl: Generalize DTLS packet multiplexing OTP-14888 | |||
2018-05-23 | Update logger.xml | Kenneth Lundin | |
corrected spelling reffering -> referring | |||
2018-05-23 | ssl: Generalize DTLS packet multiplexing | Ingela Anderton Andin | |
We want to prepare the code for more advanced DTLS usage and possibility to run over SCTP. First assumption was that the demultiplexer process "dtls listener" was needed for UDP only and SCTP could be made more TLS like. However the assumption seems not to hold. This commit prepares for customization possibilities. | |||
2018-05-23 | Update documentation of logger and error_logger | Siri Hansen | |
2018-05-23 | Change type name logger:log() to logger:log_event() | Siri Hansen | |
2018-05-23 | configure.in: Add back accidentally deleted AC_SUBST(FPE) | Björn Gustavsson | |
AC_SUBST(FPE) was accidentally deleted in 13bcae12947603. | |||
2018-05-23 | Update preloaded | Siri Hansen | |
2018-05-23 | Update primary bootstrap | Siri Hansen | |
2018-05-23 | Rename module logger_simple to logger_simple_h | Siri Hansen | |
Also, change HandlerId from logger_simple to simple. | |||
2018-05-23 | Change env var logger_log_progress to logger_progress_reports | Siri Hansen | |
2018-05-23 | Remove HandlerId from handler callback functions and add it to Config | Siri Hansen | |
2018-05-23 | Change handler id for sasl handler from sasl_h to sasl | Siri Hansen | |