Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-11-09 | ssl: Prepare for release | Ingela Anderton Andin | |
2017-11-09 | ssl: Prepare for release | Ingela Anderton Andin | |
2017-11-09 | ssl: Prepare for release | Ingela Anderton Andin | |
2017-11-09 | ssl: Countermeasurements for Bleichenbacher attack | Ingela Anderton Andin | |
Back ported for security reasons. Remove DTLS changes as DTLS is not at all working in OTP 18. | |||
2017-11-09 | ssl: Countermeasurements for Bleichenbacher attack | Ingela Anderton Andin | |
2017-11-09 | ssl: Countermeasurements for Bleichenbacher attack | Ingela Anderton Andin | |
2017-11-09 | Updated OTP versionOTP-20.1.5 | Erlang/OTP | |
2017-11-09 | Update release notes | Erlang/OTP | |
2017-11-09 | Update version numbers | Erlang/OTP | |
2017-11-09 | Merge branch 'ingela/inets/fix-location/OTP-14761' into maint-20 | Erlang/OTP | |
* ingela/inets/fix-location/OTP-14761: inets: Prepare for release inets: Add missing guard | |||
2017-11-09 | Merge branch 'john/erts/fix-gunzip-eos/OTP-14730/ERL-507' into maint-20 | Erlang/OTP | |
* john/erts/fix-gunzip-eos/OTP-14730/ERL-507: Only apply EOS behaviors if there's pending data | |||
2017-11-09 | Merge branch 'john/erts/msacc-dirty-schedulers/OTP-14707' into maint-20 | Erlang/OTP | |
* john/erts/msacc-dirty-schedulers/OTP-14707: Stop assuming that all schedulers are managed when updating msacc | |||
2017-11-09 | Merge branch 'john/erts/misc-iovec-issues/OTP-14745/OTP-14750' into maint-20 | Erlang/OTP | |
* john/erts/misc-iovec-issues/OTP-14745/OTP-14750: Ignore empty binaries in enif_inspect_iovec Emasculate writable binaries on entering an iovec | |||
2017-11-09 | Merge branch 'john/erts/zlib-1.2.11-fixes/OTP-14751' into maint-20 | Erlang/OTP | |
* john/erts/zlib-1.2.11-fixes/OTP-14751: Avoid WindowBits=8 as per the manual Fix deflateParams on zlib 1.2.11 | |||
2017-11-09 | [supervisor] Store children in map instead of list | Siri Hansen | |
2017-11-09 | [supervisor] Change Name to Id | Siri Hansen | |
2017-11-09 | [supervisor] Use map instead of dict for dynamic children | Siri Hansen | |
2017-11-09 | [supervisor] Refactor to improve maintainability | Siri Hansen | |
2017-11-09 | [supervisor] Add macros to use in guards | Siri Hansen | |
2017-11-09 | [supervisor] Refactor handling of dynamic children | Siri Hansen | |
2017-11-09 | [supervisor] Improve test suite before refactoring | Siri Hansen | |
2017-11-09 | eldap: Repair Makefile | Hans Nilsson | |
2017-11-09 | ssh: Don't remove trailing WS in Hello msg | Hans Nilsson | |
2017-11-09 | ssh: Don't remove trailing WS in Hello msg | Hans Nilsson | |
2017-11-09 | snmp: Correct netsnmp arglist and check for usable netsnmp | Ingela Anderton Andin | |
2017-11-09 | inets: Prepare for release | Ingela Anderton Andin | |
2017-11-09 | inets: Add missing guard | Ingela Anderton Andin | |
Add test in the correct place which was the reason the guard became missing without being noticed. | |||
2017-11-09 | Avoid WindowBits=8 as per the manual | John Högberg | |
The docs for zlib:deflateInit/6 explicitly mention that 8 is broken and should not be used unless we know for certain that our zlib version supports it. | |||
2017-11-09 | Fix deflateParams on zlib 1.2.11 | John Högberg | |
1.2.11 started bailing when avail_out==0 regardless of whether there's anything to flush or not, and there's no point in adapting the old method since it was vulnerable to bugs in other zlib versions which updated the deflate parameters even on failure. The api_deflateParams test has been expanded accordingly, and two white-box cases in zip_usage has been updated to make fewer assumptions about the output; the validity of the compressed data is what matters, not whether it's exactly the same as the test vector. | |||
2017-11-09 | Merge pull request #1609 from bjorng/bjorn/compiler/add-internal_doc | Björn Gustavsson | |
Add some internal documentation about cerl_clauses | |||
2017-11-08 | Merge branch 'maint' | Siri Hansen | |
Conflicts: lib/observer/src/crashdump_viewer.erl | |||
2017-11-08 | Merge branch 'siri/cdv/misc-improvements/OTP-14755' into maint | Siri Hansen | |
* siri/cdv/misc-improvements/OTP-14755: [cdv] Fix test of size limit reached on crash dump [cdv] Display warning if heap is incomplete [cdv] Check if dump version is newer than cdv can handle [cdv] Add comment about ets tables | |||
2017-11-08 | [cdv] Fix test of size limit reached on crash dump | Siri Hansen | |
This test failed every now and then since the selected max size could be greater than the actual size of the dump - so the dump was not truncated. This is now corrected. | |||
2017-11-08 | [cdv] Display warning if heap is incomplete | Siri Hansen | |
2017-11-08 | Merge branch 'siri/ct/dont-call-which_applications' | Siri Hansen | |
* siri/ct/dont-call-which_applications: [ct] Remove call to application:which_applications() | |||
2017-11-08 | ssl: Add private key configuration for crypto engine | Ingela Anderton Andin | |
2017-11-07 | Merge branch 'sverker/systask-reqid-bug/OTP-14752' into maint | Sverker Eriksson | |
* sverker/systask-reqid-bug: erts: Fix bug in systask scheduling | |||
2017-11-07 | Merge branch 'sverker/systask-reqid-bug' | Sverker Eriksson | |
* sverker/systask-reqid-bug: erts: Fix bug in systask scheduling | |||
2017-11-07 | Merge branch 'sverker/cleanup-hipe_bs_validate_unicode' | Sverker Eriksson | |
* sverker/cleanup-hipe_bs_validate_unicode: erts: Remove obsolete hipe primop bs_validate_unicode | |||
2017-11-07 | Merge branch 'maint' | Sverker Eriksson | |
2017-11-07 | Merge PR-1619 from mikpe/erts-hipe-print-heap-fixes | Sverker Eriksson | |
fix output formatting in hipe_bifs:show_heap/1 | |||
2017-11-07 | Merge pull request #1551 from peterdmv/peterdmv/stdlib/add_uri_string/OTP-14496 | Péter Dimitrov | |
Implement new uri_string module in stdlib | |||
2017-11-07 | Ignore empty binaries in enif_inspect_iovec | John Högberg | |
2017-11-07 | Emasculate writable binaries on entering an iovec | John Högberg | |
The lack of this caused serious data corruption when a binary was altered after entering the queue. This went unnoticed because it was never used without erlang:iolist_to_iovec, which always emasculates binaries. | |||
2017-11-07 | Merge branch 'hasse/erl_docgen/clause_i_anchors/OTP-14321' | Hans Bolinder | |
* hasse/erl_docgen/clause_i_anchors/OTP-14321: erts: Correct a link in erlang(3) erts: Improve some links in erlang(3) erl_docgen: Insert an anchor for "anchor" attribute | |||
2017-11-07 | Strengthen tests of definition of specific instructions | Björn Gustavsson | |
Don't allow defining an specific operation more than once with the exact same operands. Don't allow a specific operation to be defined with different arities. | |||
2017-11-06 | Merge PR-1622 from Zorbash/typo-ets-suite | Sverker Eriksson | |
Fix typo in test/ets_SUITE.erl | |||
2017-11-06 | Clearify call trace limitations. | Sverker Eriksson | |
2017-11-06 | Fix typo in test/ets_SUITE.erl | Dimitris Zorbas | |
2017-11-06 | erts: Remove obsolete hipe primop bs_validate_unicode | Sverker Eriksson | |
which was replaced by 'is_unicode' in 5369e34a892bfd8ab5aa98df330e3bbf19497b71 but kept for ABI compatibility in OTP-20.*. |