Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-02-01 | Merge branch 'josevalim/atu8-chunk/PR-1078/OTP-14178' | Björn Gustavsson | |
* josevalim/atu8-chunk/PR-1078/OTP-14178: Add new AtU8 beam chunk | |||
2017-02-01 | Merge branch 'maint' | Dan Gudmundsson | |
* maint: Updated OTP version Prepare release Fixed crash when a table was deleted during checkpoint traversal | |||
2017-02-01 | Merge branch 'maint-19' into maint | Dan Gudmundsson | |
* maint-19: Updated OTP version Prepare release Fixed crash when a table was deleted during checkpoint traversal | |||
2017-01-31 | Merge branch 'maint' | Hans Nilsson | |
Conflicts: lib/crypto/c_src/crypto.c lib/crypto/src/crypto.erl | |||
2017-01-31 | Merge branch 'hans/ssh/speed_dh_keygen/OTP-14169' into maint | Hans Nilsson | |
2017-01-31 | Updated OTP versionOTP-19.2.2 | Erlang/OTP | |
2017-01-31 | Prepare release | Erlang/OTP | |
2017-01-31 | Merge branch 'dgud/mnesia/checkpoint-crash/OTP-14167' into maint-19 | Erlang/OTP | |
* dgud/mnesia/checkpoint-crash/OTP-14167: Fixed crash when a table was deleted during checkpoint traversal | |||
2017-01-31 | Merge branch 'maint' | Hans Nilsson | |
2017-01-31 | Merge branch 'hans/ssh/increase_benchmark_timetrap' into maint | Hans Nilsson | |
2017-01-30 | Fixed crash when a table was deleted during checkpoint traversal | Dan Gudmundsson | |
Set fixtable false will fail on deleted tables, catch that and also report checkpoint deactivate error, so user can see why checkpoint was deactivated and backup fails. | |||
2017-01-30 | Add new AtU8 beam chunk | José Valim | |
The new chunk stores atoms encoded in UTF-8. beam_lib has also been modified to handle the new 'utf8_atoms' attribute while the 'atoms' attribute may be a missing chunk from now on. The binary_to_atom/2 BIF can now encode any utf8 binary with up to 255 characters. The list_to_atom/1 BIF can now accept codepoints higher than 255 with up to 255 characters (thanks to Björn Gustavsson). | |||
2017-01-30 | ssh: increase timetrap for ssh_benchmark_SUITE | Hans Nilsson | |
2017-01-30 | ssh: optimize kex dh_gex using new crypto functionality | Hans Nilsson | |
2017-01-27 | crypto: Added optional length to paramlist in generate_key | Hans Nilsson | |
2017-01-27 | Merge branch 'maint' | Ingela Anderton Andin | |
2017-01-27 | Merge branch 'ingela/ssl/key-ext-validate/ERL-338/OTP-14141' into maint | Ingela Anderton Andin | |
* ingela/ssl/key-ext-validate/ERL-338/OTP-14141: ssl: The certificate path may be used as a source to find intermediate CAs for the CRL ssl: Handle more than one DistributionPoint ssl: Correct ssl_certificate:validate/3 | |||
2017-01-26 | ssl: The certificate path may be used as a source to find intermediate CAs ↵ | Ingela Anderton Andin | |
for the CRL | |||
2017-01-26 | Merge branch 'maint' | Hans Nilsson | |
2017-01-26 | Merge branch 'hans/public_key/verify_hostname/OTP-13009' into maint | Hans Nilsson | |
2017-01-26 | Merge branch 'hans/ssh/bad_hostkey_sign_kex_dh_gex/OTP-14166' into maint | Hans Nilsson | |
2017-01-26 | Merge pull request #1289 from richcarl/intensity-tuning-doc | Siri Hansen | |
Add restart intensity howto section to design principles doc OTP-14168 | |||
2017-01-26 | Merge branch 'maint' | Siri Hansen | |
2017-01-26 | Fix observer application crash (#1296) | visciang | |
Fix observer application crash When clicking an HTML-link to a port before the port tab has been opened for the first time, observer would crash since port info is not initiated. This is now corrected. Also, when clicking on an HTML link to a port, and the port does not exist, then pop up an info dialog saying "No such port". OTP-14151 | |||
2017-01-26 | Merge branch 'egil/erts/remove-broken-hash/OTP-13827' | Björn-Egil Dahlberg | |
* egil/erts/remove-broken-hash/OTP-13827: Update test cases for erlang:hash/2 removal mnesia: Remove mnesia_frag_old_hash hash module stdlib: Produce correct warning for erlang:hash/2 erts: Remove erlang:hash/2 from documentation erts: Remove broken hash from Erlang | |||
2017-01-25 | public_key: pkix_verify_hostname (RFC 6125) | Hans Nilsson | |
2017-01-25 | ssh: correct host key signature calculation | Hans Nilsson | |
2017-01-25 | Merge branch 'rickard/ds-20-fix' | Rickard Green | |
* rickard/ds-20-fix: Fix unused warning Change exception for enif_schedule_nif() with dirty flags Remove double check of NifExport when checking process code | |||
2017-01-25 | Merge branch 'maint' | Rickard Green | |
* maint: Workaround for buggy android implementation of PTHREAD_STACK_MIN | |||
2017-01-25 | Merge branch 'rickard/android-missing-page-size-workaround' into maint | Rickard Green | |
OTP-14165 * rickard/android-missing-page-size-workaround: Workaround for buggy android implementation of PTHREAD_STACK_MIN | |||
2017-01-25 | Update test cases for erlang:hash/2 removal | Björn-Egil Dahlberg | |
2017-01-25 | mnesia: Remove mnesia_frag_old_hash hash module | Björn-Egil Dahlberg | |
The module mnesia_frag_old_hash utilized the broken erlang:hash/2 function which has been deprecated for a long time. Since erlang:hash/2 is now removed there is no point in having this module any more. | |||
2017-01-25 | stdlib: Produce correct warning for erlang:hash/2 | Björn-Egil Dahlberg | |
2017-01-25 | erts: Remove erlang:hash/2 from documentation | Björn-Egil Dahlberg | |
2017-01-25 | erts: Remove broken hash from Erlang | Björn-Egil Dahlberg | |
erlang:hash/2 has been deprecated for a while, time to remove it. | |||
2017-01-25 | Merge branch 'maint' | Ingela Anderton Andin | |
2017-01-25 | Merge branch 'ingela/ssl/crl-validity' into maint | Ingela Anderton Andin | |
* ingela/ssl/crl-validity: ssl: Make crls valid for a week instead of 24 hours | |||
2017-01-25 | Merge branch 'maint' | Björn-Egil Dahlberg | |
2017-01-25 | Merge branch 'egil/erts/fix-crashdump-suspend/OTP-14164' into maint | Björn-Egil Dahlberg | |
* egil/erts/fix-crashdump-suspend/OTP-14164: erts: Fix thread suspend in crashdump | |||
2017-01-25 | Merge branch 'maint' | Ingela Anderton Andin | |
2017-01-25 | Merge branch 'ingela/ssl/pem-chache-own-process/OTP-13874' into maint | Ingela Anderton Andin | |
* ingela/ssl/pem-chache-own-process/OTP-13874: ssl: Move PEM cache to a dedicated process | |||
2017-01-25 | Merge branch 'egil/percept/remove-application/OTP-14163' | Björn-Egil Dahlberg | |
* egil/percept/remove-application/OTP-14163: ssl: Remove percept from benchmark otp: Don't mention percept in documentation runtime_tools: Remove percept percept: Remove application | |||
2017-01-24 | ssl: Handle more than one DistributionPoint | Ingela Anderton Andin | |
2017-01-24 | ssl: Correct ssl_certificate:validate/3 | Ingela Anderton Andin | |
Changes made to ssl_certificate:validate appear to be preventing CRL validation from happening when an id-ce-extKeyUsage extension is present in the cert before the DistributionPoint extension. https://github.com/erlang/otp/blob/448e8aca77dd29ed5b37d56f0700d24ac26a7243/lib/ssl/src/ssl_certificate.erl#L131 See also ERL-338 and PR-1302 | |||
2017-01-24 | Merge branch 'maint' | Björn-Egil Dahlberg | |
2017-01-24 | Merge branch 'schimulkar/os_mon/linux-on-ibm-z/PR-1309/OTP-14161' into maint | Björn-Egil Dahlberg | |
* schimulkar/os_mon/linux-on-ibm-z/PR-1309/OTP-14161: Adding s390x support | |||
2017-01-24 | Merge branch 'maint' | Björn-Egil Dahlberg | |
2017-01-24 | Merge pull request #1314 from ngrash/fix-jira-issue-status | Björn-Egil Dahlberg | |
Fix JIRA issue status for wanted contributions | |||
2017-01-23 | Merge branch 'sverker/zlib-inflateGetDictionary-mcintosh' | Sverker Eriksson | |
* sverker/zlib-inflateGetDictionary-mcintosh: erts: Fix zlib crash on mac for inflateGetDictionary | |||
2017-01-23 | Merge branch 'maint' | Sverker Eriksson | |