Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-06-05 | mikpe/erts-port_task-invalid-call/PR-1828/ERL-621/OTP-15108 | Lukas Larsson | |
do not call abort_signal_task() with invalid data | |||
2018-06-05 | Merge branch 'dgud/stdlib/string-case-bin-bug' | Dan Gudmundsson | |
* dgud/stdlib/string-case-bin-bug: Fix *case bugs for binaries | |||
2018-06-05 | Merge pull request #1830 from arcz/patch-1 | Hans Bolinder | |
Missing space in gen_event doc | |||
2018-06-04 | Merge branch 'sverker/pooled-age-order' | Sverker Eriksson | |
* sverker/pooled-age-order: erts: Let allocator pooled_tree also use Age Order | |||
2018-06-04 | Merge branch 'sverker/erlang-memory-fix' | Sverker Eriksson | |
* sverker/erlang-memory-fix: erts: Purge unused allocation types erts: Fix erlang:memory for 'processes' and 'processes_used' | |||
2018-06-04 | Merge PR-1823 from jesperes/ERL-629-erl_call-free-before-use OTP-15105 | Sverker Eriksson | |
ERL-629 Do not free() module buffer until it has been used | |||
2018-06-04 | Merge branch 'sverker/ets-count/OTP-14987' | Sverker Eriksson | |
* sverker/ets-count/OTP-14987: erts,stdlib: Improve docs about obsolete ets_limit erts: Reduce test log noise from ets_SUITE erts: Increase scalability of ets name lookup erts: Rename one of delete_trap to select_delete_trap erts: Refactor usage of am_atom_put to ERTS_MAKE_AM erts: Add system_info(ets_count) erts: Fix narrow race between ets:new and ets:delete | |||
2018-06-04 | erts,stdlib: Improve docs about obsolete ets_limit | Sverker Eriksson | |
2018-06-04 | erts: Reduce test log noise from ets_SUITE | Sverker Eriksson | |
2018-06-04 | erts: Increase scalability of ets name lookup | Sverker Eriksson | |
by expanding the default size of the hash table and increase number of locks. | |||
2018-06-04 | erts: Rename one of delete_trap to select_delete_trap | Sverker Eriksson | |
2018-06-04 | erts: Refactor usage of am_atom_put to ERTS_MAKE_AM | Sverker Eriksson | |
and let compiler determine string lengths. These were actually wrong in erl_db.c: count_trap\0 replace_tra select_tra | |||
2018-06-04 | erts: Add system_info(ets_count) | Sverker Eriksson | |
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 | Fix *case bugs for binaries | Dan Gudmundsson | |
Bad optimizing code introduced in 5c51e87bee9d | |||
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-02 | Fix typo in inet doc | Artur Cygan | |
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 | Update gen_event.xml | Artur Cygan | |
Missing space | |||
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 | do not call abort_signal_task() with invalid data | Mikael Pettersson | |
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 | |