Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-02-24 | [erl_interface] Correct documentation | Hans Bolinder | |
Fix mistakes found by 'xmllint'. | |||
2016-02-24 | Update preloaded module | Hans Bolinder | |
2016-02-23 | typos | Sverker Eriksson | |
2016-02-23 | Merge branch 'hans/ssh/maint_cuddle_tests' into maint | Hans Nilsson | |
2016-02-23 | Merge branch 'maint-18' into maint | Henrik Nord | |
2016-02-22 | Merge branch 'rickard/dw-cmpxchg-clang/OTP-13336' into maint | Rickard Green | |
* rickard/dw-cmpxchg-clang/OTP-13336: Improve cmpxchg8b/cmpxchg16b inline asm | |||
2016-02-22 | Merge branch 'rickard/gcc5-pic-cmpxchg8b/OTP-13326' into maint | Rickard Green | |
* rickard/gcc5-pic-cmpxchg8b/OTP-13326: Improve cmpxchg8b inline asm configure test | |||
2016-02-22 | Merge branch 'sverk/proc-lock-check-fix' into maint | Sverker Eriksson | |
* sverk/proc-lock-check-fix: erts: Fix lock checker for process locks | |||
2016-02-22 | Merge branch 'hb/add_dialyzer_suppressions/OTP-12862' into maint | Hans Bolinder | |
* hb/add_dialyzer_suppressions/OTP-12862: Fix a few dialyzer warnings | |||
2016-02-22 | Fix a few dialyzer warnings | Hans Bolinder | |
2016-02-22 | ssh: catch port_close in test | Hans Nilsson | |
2016-02-22 | ssh: remove calls to crypto:start|stop | Hans Nilsson | |
Conflicts: lib/ssh/test/ssh_upgrade_SUITE.erl | |||
2016-02-22 | ssh: add timetrap to all test suites | Hans Nilsson | |
2016-02-22 | ssh: remove some spurions test printouts | Hans Nilsson | |
2016-02-22 | Merge branch 'ia/ssl/connection_information/OTP-13232/OTP-13343' into maint | Ingela Anderton Andin | |
* ia/ssl/connection_information/OTP-13232/OTP-13343: ssl: Newer cipher suites now presented correctly ssl: Include options form connect/listen/accept in connection_information/[1,2] | |||
2016-02-22 | ssl: Newer cipher suites now presented correctly | Ingela Anderton Andin | |
Older SSL/TLS versions have cipher suites that look like {key_exchange(), cipher(), MAC::hash()} and the hash function used by the PRF (Pseudo Random function) is implicit and always the same for that protocol version. In TLS 1.2 a cipher suite is {key_exchange(), cipher(), MAC::hash(), PRF::hash()}. Internally a cipher suite is always a four tuple but for backwards compatibility older cipher suites will be presented as a three tuples, however new cipher suites should be presented as four tuples. | |||
2016-02-22 | Merge branch 'dgud/debugger/doc' into maint | Dan Gudmundsson | |
* dgud/debugger/doc: debugger: Editorial changes in documentation | |||
2016-02-22 | debugger: Editorial changes in documentation | xsipewe | |
2016-02-22 | Merge branch 'dgud/observer/doc' into maint | Dan Gudmundsson | |
* dgud/observer/doc: Observer: Editorial changes in documentation | |||
2016-02-22 | Observer: Editorial changes in documentation | tmanevik | |
2016-02-22 | ssl: Include options form connect/listen/accept in connection_information/[1,2] | Ingela Anderton Andin | |
Make sure that options only relevant for one role (client|server) is set to undefined when the other role is invoked. As there are many options to ssl, and many are optional, we choose to filter out all undefined options to avoid overwhelming the user with not relevant information. This way there is no need for any special handling of the role specific options which is also nice. | |||
2016-02-19 | Merge branch 'rickard/rq-state-bug/OTP-13298' into maint | Rickard Green | |
* rickard/rq-state-bug/OTP-13298: Fix bug causing run-queue mask to become inconsistent | |||
2016-02-19 | Merge branch 'ia/pr/public_key-typos' into maint | Ingela Anderton Andin | |
* ia/pr/public_key-typos: Fix public_key documentation typos To correct version of public_key doc in maint, due to a missed push of maint but a push of the maint to master merge, some confusion was caused. Also the original branch (ia/pr/typo-fixes) included ssl typo fixes that where cherry picked and merged from another branch to add to the confusion. | |||
2016-02-19 | Fix public_key documentation typos | Magnus Henoch | |
2016-02-18 | erts: Fix lock checker for process locks | Sverker Eriksson | |
Do lock order check *before* trying to seize lock... duh! | |||
2016-02-18 | Improve cmpxchg8b/cmpxchg16b inline asm | Rickard Green | |
Clang didn't like that ecx/rcx was mapped to input and output variables of different types. | |||
2016-02-18 | Merge branch 'sverk/nif-test-cuddle' into maint | Sverker Eriksson | |
* sverk/nif-test-cuddle: erts: Fix wobbling test failure in nif_SUITE | |||
2016-02-18 | Merge branch 'sverk/openssl-config-doc' into maint | Sverker Eriksson | |
* sverk/openssl-config-doc: Add --with-ssl-incl and --with-ssl-rpath to docs | |||
2016-02-18 | Add --with-ssl-incl and --with-ssl-rpath to docs | Sverker Eriksson | |
2016-02-18 | Updated OTP versionOTP-18.2.4 | Erlang/OTP | |
2016-02-18 | Prepare release | Erlang/OTP | |
2016-02-18 | Merge branch 'siri/ct_netconfc/multpile-end-tags/OTP-13323' into maint-18 | Erlang/OTP | |
* siri/ct_netconfc/multpile-end-tags/OTP-13323: [ct_netconfc] Fix XML parsing when multiple messages in package | |||
2016-02-18 | [ct_netconfc] Fix XML parsing when multiple messages in package | Siri Hansen | |
If a ssh package contained more than one netconf end tag, then the second end tag was never detected in ct_netconfc:handle_data. Instead it was included in the XML data given to the xmerl parser, which then failed with reason "\"]]>\" is not allowed in content". This problem was introduced by OTP-13007. | |||
2016-02-18 | Merge branch 'legoscia/ssl-doc-typos' into maint | Henrik Nord | |
* legoscia/ssl-doc-typos: Fix typos in ssl.xml OTP-13339 | |||
2016-02-18 | Merge branch 'msantos/ms/typo-windows-build-script' into maint | Henrik Nord | |
* msantos/ms/typo-windows-build-script: Fix typo in Windows build scripts OTP-13337 | |||
2016-02-18 | Merge branch 'hb/kernel/correct_contract/OTP-13335' into maint | Hans Bolinder | |
* hb/kernel/correct_contract/OTP-13335: kernel: Correct contract for inet:getifaddrs/1 | |||
2016-02-17 | Improve cmpxchg8b inline asm configure test | Rickard Green | |
2016-02-17 | kernel: Correct contract for inet:getifaddrs/1 | Hans Bolinder | |
See also http://bugs.erlang.org/browse/ERL-95. | |||
2016-02-17 | Merge branch 'hb/add_dialyzer_suppressions/OTP-12862' into maint | Hans Bolinder | |
* hb/add_dialyzer_suppressions/OTP-12862: xmerl: Remove 'no_return' Dialyzer warnings xmerl: Add suppression of Dialyzer warnings eunit: Add suppression of Dialyzer warnings debugger: Add suppression of Dialyzer warnings kernel: Add suppression of Dialyzer warnings mnesia: Add suppression of Dialyzer warnings observer: Add suppression of Dialyzer warnings runtime_tools: Add suppression of Dialyzer warnings stdlib: Add suppression of Dialyzer warnings test_server: Add suppression of Dialyzer warnings tools: Add suppression of Dialyzer warnings | |||
2016-02-17 | xmerl: Remove 'no_return' Dialyzer warnings | Hans Bolinder | |
2016-02-17 | xmerl: Add suppression of Dialyzer warnings | Hans Bolinder | |
2016-02-17 | eunit: Add suppression of Dialyzer warnings | Hans Bolinder | |
2016-02-17 | debugger: Add suppression of Dialyzer warnings | Hans Bolinder | |
2016-02-17 | kernel: Add suppression of Dialyzer warnings | Hans Bolinder | |
2016-02-17 | mnesia: Add suppression of Dialyzer warnings | Hans Bolinder | |
2016-02-17 | observer: Add suppression of Dialyzer warnings | Hans Bolinder | |
2016-02-17 | runtime_tools: Add suppression of Dialyzer warnings | Hans Bolinder | |
2016-02-17 | stdlib: Add suppression of Dialyzer warnings | Hans Bolinder | |
2016-02-17 | test_server: Add suppression of Dialyzer warnings | Hans Bolinder | |
2016-02-17 | tools: Add suppression of Dialyzer warnings | Hans Bolinder | |