summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | ssh: Fix cliHans Nilsson2018-01-193-3/+22
| * | | | ssh: Test for disabled shellHans Nilsson2018-01-191-0/+75
|/ / / /
* | | | Updated OTP versionOTP-19.3.6.5Erlang/OTP2017-12-152-1/+2
* | | | Prepare releaseErlang/OTP2017-12-156-4/+73
* | | | Merge branch 'rickard/node-mon-proc-exit-race/OTP-14781' into maint-19Erlang/OTP2017-12-151-16/+18
|\ \ \ \
| * | | | Fix triggering of node monitorsRickard Green2017-11-151-16/+18
* | | | | Merge branch 'dgud/mnesia/slow-startup/OTP-14829' into maint-19Erlang/OTP2017-12-151-13/+3
|\ \ \ \ \
| * | | | | mnesia: Read schema user properties directlyDan Gudmundsson2017-12-141-13/+3
* | | | | | Merge branch 'dgud/mnesia/backup-error-handling/OTP-14776' into maint-19Erlang/OTP2017-12-151-2/+2
|\ \ \ \ \ \
| * | | | | | mnesia: Fix error handling in abort writeDan Gudmundsson2017-11-141-2/+2
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'john/erts/fix-close-eintr/OTP-14775' into maint-19Erlang/OTP2017-12-151-1/+1
|\ \ \ \ \ \
| * | | | | | Remove invalid EINTR loop around close(2)John Högberg2017-11-131-1/+1
* | | | | | | Merge branch 'hans/ssh/dont_remove_trailing_ws_19/OTP-14763' into maint-19Erlang/OTP2017-12-152-9/+26
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | ssh: testcases for space trailing Hello msgHans Nilsson2017-11-101-0/+23
| * | | | | | ssh: Don't remove trailing WS in Hello msgHans Nilsson2017-11-091-9/+3
| | |/ / / / | |/| | | |
* | | | | | Updated OTP versionOTP-19.3.6.4Erlang/OTP2017-11-222-1/+2
* | | | | | Update release notesErlang/OTP2017-11-221-0/+54
* | | | | | Merge branch 'ingela/maint-19/ssl/Bleichenbacher/OTP-14748' into maint-19Erlang/OTP2017-11-226-5/+23
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | ssl: Prepare for releaseIngela Anderton Andin2017-11-092-3/+1
| * | | | | ssl: Countermeasurements for Bleichenbacher attackIngela Anderton Andin2017-11-094-2/+22
|/ / / / /
* | | | | Updated OTP versionOTP-19.3.6.3Erlang/OTP2017-10-052-1/+2
* | | | | Update release notesErlang/OTP2017-10-052-0/+66
* | | | | Update version numbersErlang/OTP2017-10-052-2/+2
* | | | | Merge branch 'sverker/bad-dist-msg-bug/ERIERL-80/OTP-14661' into maint-19Erlang/OTP2017-10-052-12/+68
|\ \ \ \ \
| * | | | | erts: Fix bug when detecting bad dist messageSverker Eriksson2017-10-021-8/+5
| * | | | | Add distribution_SUITE:bad_dist_ext_sizeSverker Eriksson2017-10-021-4/+63
* | | | | | Merge branch 'sverker/19/on_load-on_load-bug/OTP-14612' into maint-19Erlang/OTP2017-10-052-14/+55
|\ \ \ \ \ \
| * | | | | | erts: Fix 'on_load' tracing bug for modules with -on_loadSverker Eriksson2017-09-131-9/+10
| * | | | | | code_SUITE:on_load_trace_on_loadSverker Eriksson2017-09-131-5/+45
* | | | | | | Merge branch 'sverker/19/binary_to_atom-utf8-crash/ERL-474/OTP-14590' into ma...Erlang/OTP2017-10-053-1/+7
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge tag 'OTP-19.0' into sverker/19/binary_to_atom-utf8-crash/ERL-474/OTP-14590Sverker Eriksson2017-08-308062-652545/+777736
| |\ \ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | |
| * | | | | | | erts: Fix crash in binary_to_atom/term for invalid utf8Sverker Eriksson2017-08-303-1/+7
* | | | | | | | Merge branch 'rickard/timer-sid-bug/OTP-14548' into maint-19Erlang/OTP2017-10-051-9/+9
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix scheduler id field in timersRickard Green2017-08-231-9/+9
* | | | | | | | | Merge branch 'john/compiler/fail-labels-in-blocks-otp-19/ERIERL-48/OTP-14522'...Erlang/OTP2017-10-053-28/+54
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | |
| * | | | | | | | compiler: Fix live regs update on allocate in validatorLukas Larsson2017-08-161-2/+2
| * | | | | | | | Take fail labels into account when determining liveness in block opsJohn Högberg2017-08-162-26/+52
* | | | | | | | | Updated OTP versionOTP-19.3.6.2Erlang/OTP2017-07-252-1/+2
* | | | | | | | | Update release notesErlang/OTP2017-07-251-0/+36
* | | | | | | | | Update version numbersErlang/OTP2017-07-251-1/+1
* | | | | | | | | Merge branch 'sverker/big-bxor-bug/ERL-450/OTP-14514' into maint-19Erlang/OTP2017-07-253-3/+96
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | |
| * | | | | | | | erts: Fix bug in bxor of a big negative numberSverker Eriksson2017-07-123-3/+96
* | | | | | | | | Merge branch 'john/erts/fix-tcp-send-timeout/OTP-14509/ERL-448' into maint-19Erlang/OTP2017-07-251-16/+29
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Add a dedicated close function for TCP ports to prevent issues like ERL-430/448John Högberg2017-07-101-17/+29
| * | | | | | | | | Close TCP ports properly on send timeoutJohn Högberg2017-07-101-0/+1
| | |_|_|_|_|_|_|/ | |/| | | | | | |
* | | | | | | | | Merge branch 'sverker/prealloc-race-bug/OTP-14491' into maint-19Erlang/OTP2017-07-251-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | erts: Fix bug in quick allocSverker Eriksson2017-06-301-1/+1
* | | | | | | | | | Updated OTP versionOTP-19.3.6.1Erlang/OTP2017-06-262-1/+2
* | | | | | | | | | Update release notesErlang/OTP2017-06-261-0/+37
* | | | | | | | | | Update version numbersErlang/OTP2017-06-261-1/+1