Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-03 | dtls: We do not need to wait for DTLS over UDP serveringela/master/dtls/test-cuddle | Ingela Anderton Andin | |
Client will retransmit until server becomes responsive | |||
2017-12-20 | Merge branch 'maint' | Ingela Anderton Andin | |
2017-12-20 | Merge branch 'ingela/ssl/dtls-progress' into maint | Ingela Anderton Andin | |
* ingela/ssl/dtls-progress: dtls: Add handling of lost key exchange in cipher state ssl: Correct DTLS client close handling | |||
2017-12-20 | dtls: Add handling of lost key exchange in cipher state | Ingela Anderton Andin | |
2017-12-20 | ssl: Correct DTLS client close handling | Ingela Anderton Andin | |
2017-12-20 | Merge branch 'maint' | Ingela Anderton Andin | |
2017-12-20 | Merge branch 'ingela/dtls-cuddling' into maint | Ingela Anderton Andin | |
* ingela/dtls-cuddling: dtls: Correct UDP listener cleanup dtls: Correct return value in UDP listener initialization | |||
2017-12-20 | Merge branch 'maint' | Ingela Anderton Andin | |
2017-12-20 | Merge branch 'ingela/DTLS/retransmission-timers' into maint | Ingela Anderton Andin | |
* ingela/DTLS/retransmission-timers: dtls: Use repeat_state to make sure retransmission timer is reset | |||
2017-12-20 | Merge branch 'maint' | Ingela Anderton Andin | |
2017-12-20 | Merge branch 'ingela/Jxck/PR-1656/OTP-14843' into maint | Ingela Anderton Andin | |
* ingela/Jxck/PR-1656/OTP-14843: remove duplicate operation for decode certificate | |||
2017-12-20 | Merge pull request #1659 from bjorng/bjorn/compiler/avoid-stackframe | Björn Gustavsson | |
v3_codegen: Don't let exit BIFs force a stack frame | |||
2017-12-20 | Merge branch 'maint' | Ingela Anderton Andin | |
2017-12-19 | remove duplicate operation for decode certificate | Jxck | |
completely deprecated operation with no effect. | |||
2017-12-19 | Merge branch 'sverker/cleanup-some-ERTS_SMP' | Sverker Eriksson | |
2017-12-19 | Merge pull request #1660 from bitnitdit/ssl_doc_duplicate_word | Ingela Andin | |
Remove one of the duplicate word "use" | |||
2017-12-19 | Merge branch 'dgud/kernel/refc_sched_wall_time/OTP-11694' | Dan Gudmundsson | |
* dgud/kernel/refc_sched_wall_time/OTP-11694: test: spawn scheduler_wall_time flag holder Turn on scheduler_wall_time in an alive process Redirect system_flag(scheduler_wall_time,_) to kernel_refc kernel: add a resource reference counter | |||
2017-12-19 | test: spawn scheduler_wall_time flag holder | Dan Gudmundsson | |
Can not start via rpc any more without spawning a keep alive process, since it will stop collecting when process dies. | |||
2017-12-19 | Turn on scheduler_wall_time in an alive process | Dan Gudmundsson | |
scheduler_wall_time is ref-counted so it will turn off if process dies, keep the process that turns it on alive. | |||
2017-12-19 | Redirect system_flag(scheduler_wall_time,_) to kernel_refc | Rickard Green | |
2017-12-19 | Merge branch 'maint' | Dan Gudmundsson | |
* maint: Updated OTP version Prepare release mnesia: Fix checkpoint crash | |||
2017-12-19 | Merge branch 'maint-20' into maint | Dan Gudmundsson | |
* maint-20: Updated OTP version Prepare release mnesia: Fix checkpoint crash | |||
2017-12-19 | Merge branch 'maint' | Ingela Anderton Andin | |
2017-12-19 | Merge branch 'ingela/inets/httpc-tests' into maint | Ingela Anderton Andin | |
* ingela/inets/httpc-tests: inets: Add missing argument in httpc_SUITE | |||
2017-12-19 | Merge branch 'maint' | Ingela Anderton Andin | |
2017-12-19 | Merge branch 'ingela/ssl/engin-ug-doc' into maint | Ingela Anderton Andin | |
* ingela/ssl/engin-ug-doc: ssl: Add engine use case to Users Guide | |||
2017-12-19 | Merge branch 'raimo/stdlib/rand-uniformity' | Raimo Niskanen | |
* raimo/stdlib/rand-uniformity: Tweak statistics limits Improve check on normal distribution tail Test normal distribution | |||
2017-12-19 | Remove one of the duplicate word "use" | bitnitdit | |
2017-12-18 | Updated OTP versionOTP-20.2.2 | Erlang/OTP | |
2017-12-18 | Prepare release | Erlang/OTP | |
2017-12-18 | Merge branch 'dgud/mnesia/checkpoint-crash/OTP-14841' into maint-20 | Erlang/OTP | |
* dgud/mnesia/checkpoint-crash/OTP-14841: mnesia: Fix checkpoint crash | |||
2017-12-18 | Merge branch 'dgud/mnesia/slow-startup/OTP-14829' into maint-20 | Erlang/OTP | |
* dgud/mnesia/slow-startup/OTP-14829: mnesia: Read schema user properties directly | |||
2017-12-18 | mnesia: Fix checkpoint crash | Dan Gudmundsson | |
Bad timing can cause retain messages to go to a new process if checkpoint name is reused directly and the checkpoints contain different tables. Ignore those messages instead of crash. | |||
2017-12-18 | dtls: Use repeat_state to make sure retransmission timer is reset | Ingela Anderton Andin | |
2017-12-18 | v3_codegen: Don't let exit BIFs force a stack frame | Björn Gustavsson | |
This is an enhancement of the optimization added in 2e5d6201bb044, where we tried to avoid forcing a stack frame for functions that don't really need them. That optimization would not suppress the stack frame for this function: f(A) -> Res = case A of a -> x; b -> y end, {ok,Res}. The reason is that internally the compiler would rewrite the code to something like this: f(A) -> Res = case A of a -> x; b -> y; Other -> error({case_clause,Other}) end, {ok,Res}. The call to error/1 would force creation of a stack frame, even though it is not really needed because error/1 causes an exception. Handle calls to exit BIFs specially to allow suppressing the stack frame. | |||
2017-12-18 | Merge branch 'maint' | Dan Gudmundsson | |
* maint: Updated OTP version Prepare release mnesia: Read schema user properties directly ssh: testcases for space trailing Hello msg ssh: Don't remove trailing WS in Hello msg | |||
2017-12-18 | Merge branch 'maint-19' into maint | Dan Gudmundsson | |
* maint-19: Updated OTP version Prepare release mnesia: Read schema user properties directly ssh: testcases for space trailing Hello msg ssh: Don't remove trailing WS in Hello msg | |||
2017-12-18 | Merge pull request #1658 from bjorng/bjorn/compiler/delay-stackframe | Björn Gustavsson | |
Delay creation of stack frames | |||
2017-12-18 | inets: Add missing argument in httpc_SUITE | Ingela Anderton Andin | |
2017-12-15 | dtls: Correct UDP listener cleanup | Ingela Anderton Andin | |
2017-12-15 | dtls: Correct return value in UDP listener initialization | Ingela Anderton Andin | |
2017-12-15 | Updated OTP versionOTP-19.3.6.5 | Erlang/OTP | |
2017-12-15 | Prepare release | Erlang/OTP | |
2017-12-15 | Merge branch 'rickard/node-mon-proc-exit-race/OTP-14781' into maint-19 | Erlang/OTP | |
* rickard/node-mon-proc-exit-race/OTP-14781: Fix triggering of node monitors | |||
2017-12-15 | Merge branch 'dgud/mnesia/slow-startup/OTP-14829' into maint-19 | Erlang/OTP | |
* dgud/mnesia/slow-startup/OTP-14829: mnesia: Read schema user properties directly | |||
2017-12-15 | Merge branch 'dgud/mnesia/backup-error-handling/OTP-14776' into maint-19 | Erlang/OTP | |
* dgud/mnesia/backup-error-handling/OTP-14776: mnesia: Fix error handling in abort write | |||
2017-12-15 | Merge branch 'john/erts/fix-close-eintr/OTP-14775' into maint-19 | Erlang/OTP | |
* john/erts/fix-close-eintr/OTP-14775: Remove invalid EINTR loop around close(2) | |||
2017-12-15 | Merge branch 'hans/ssh/dont_remove_trailing_ws_19/OTP-14763' into maint-19 | Erlang/OTP | |
* hans/ssh/dont_remove_trailing_ws_19/OTP-14763: ssh: testcases for space trailing Hello msg ssh: Don't remove trailing WS in Hello msg | |||
2017-12-15 | ssl: Add engine use case to Users Guide | Ingela Anderton Andin | |
2017-12-15 | Merge branch 'bjorn/compiler/coverage' | Björn Gustavsson | |
* bjorn/compiler/coverage: beam_utils: Refactor combine_alloc_lists() to cover more lines map_SUITE: Cover beam_utils:bif_to_test/3 beam_disasm: Remove support for obsolete instructions guard_SUITE: Test is_bitstring/1 and is_map/1 on literals |