summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Updated OTP versionOTP-20.0.3Erlang/OTP2017-08-232-1/+2
* Prepare releaseErlang/OTP2017-08-237-3/+69
* Merge branch 'hans/ssh/non_binary_socket_options/ERIERL-63/OTP-14541' into ma...Erlang/OTP2017-08-231-1/+4
|\
| * Accept non-binary options as socket-optionsHans Nilsson2017-08-171-1/+4
* | Merge branch 'bjorn/asn1/broken-default-in-ext/ERIERL-60/OTP-13011' into main...Erlang/OTP2017-08-237-3/+79
|\ \
| * | Bump versionRaimo Niskanen2017-08-161-1/+1
| * | Fix broken handling of default values in extensions for PERBjörn Gustavsson2017-08-166-2/+78
| |/
* | Merge branch 'john/erts/fix-binary-append-syslimit/OTP-14524' into maint-20Erlang/OTP2017-08-232-8/+47
|\ \
| * | Check for overflow when appending binaries, and error out with system_limitJohn Högberg2017-08-012-4/+55
* | | Merge branch 'john/compiler/fail-labels-in-blocks-otp-19/ERIERL-48/OTP-14522'...Erlang/OTP2017-08-233-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-20.0.2Erlang/OTP2017-07-262-1/+2
* | | Update release notesErlang/OTP2017-07-263-0/+66
* | | Update version numbersErlang/OTP2017-07-263-3/+3
* | | Merge branch 'sverker/asn1/missing-quotes/OTP-14519' into maint-20Erlang/OTP2017-07-263-2/+8
|\ \ \
| * | | asn1: Fix missing quotes of external encoding callSverker Eriksson2017-07-203-2/+8
* | | | Merge branch 'sverker/big-bxor-bug/ERL-450/OTP-14514' into maint-20Erlang/OTP2017-07-263-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-20Erlang/OTP2017-07-261-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 'john/kernel/fix-disk-log-docs/OTP-14498' into maint-20Erlang/OTP2017-07-262-3/+3
|\ \ \ \ \ \
| * | | | | | Fix doc for the 'quiet' option; it defaults to falseJohn Högberg2017-07-262-3/+3
* | | | | | | Merge branch 'sverker/missing-relnote/OTP-14494' into maint-20Erlang/OTP2017-07-261-0/+11
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | erts: Add missing release noteSverker Eriksson2017-07-041-0/+11
|/ / / / / /
* | | | | | Updated OTP versionOTP-20.0.1Erlang/OTP2017-06-302-1/+2
* | | | | | Update release notesErlang/OTP2017-06-305-0/+125
* | | | | | Update version numbersErlang/OTP2017-06-305-5/+5
* | | | | | Merge branch 'sverker/prealloc-race-bug/OTP-14491' into maint-20Erlang/OTP2017-06-301-1/+1
|\ \ \ \ \ \
| * | | | | | erts: Fix bug in quick allocSverker Eriksson2017-06-301-1/+1
* | | | | | | Merge branch 'siri/dbg/faulty-encoding-comment/OTP-14479' into maint-20Erlang/OTP2017-06-301-1/+1
|\ \ \ \ \ \ \
| * | | | | | | [dbg] Fix encoding commentSiri Hansen2017-06-291-1/+1
* | | | | | | | Merge branch 'siri/make/default-outdir/ERL-438/OTP-14489' into maint-20Erlang/OTP2017-06-305-20/+174
|\ \ \ \ \ \ \ \
| * | | | | | | | [ct_make] Do not use the interactive tool 'c' from ct_makeSiri Hansen2017-06-291-8/+40
| * | | | | | | | Use current dir as default outdir for c:c/1,2Siri Hansen2017-06-292-3/+52
| * | | | | | | | [make] Do not use the interactive tool 'c' from makeSiri Hansen2017-06-292-9/+82
| |/ / / / / / /
* | | | | | | | Merge branch 'dgud/stdlib/string-len-compat/OTP-14487' into maint-20Erlang/OTP2017-06-301-5/+5
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix old length usage in stringDan Gudmundsson2017-06-261-5/+5
| |/ / / / / / /
* | | | | | | | Merge branch 'rickard/statistics/OTP-14484' into maint-20Erlang/OTP2017-06-305-35/+53
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix statistics(wall_clock) and statistics(runtime) implementationRickard Green2017-06-225-35/+53
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge branch 'hasse/stdlib/fix_proc_lib/PR-1488/OTP-14482' into maint-20Erlang/OTP2017-06-302-7/+40
|\ \ \ \ \ \ \ \
| * | | | | | | | stdlib: Fix bug in proc_libHans Bolinder2017-06-222-7/+25
| * | | | | | | | Support arbitrary crash report in proc_lib.Daniil Fedotov2017-06-222-2/+17
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge branch 'lukas/erts/fix_outputv_port_task_cleanup/ERL-428/OTP-14481' int...Erlang/OTP2017-06-304-57/+113
|\ \ \ \ \ \ \ \
| * | | | | | | | fixup! erts: Cleanup dropped port tasks correctlyLukas Larsson2017-06-141-7/+8
| * | | | | | | | erts: Add tests to detect port close raceLukas Larsson2017-06-142-4/+67
| * | | | | | | | erts: Cleanup dropped port tasks correctlyLukas Larsson2017-06-142-48/+40
* | | | | | | | | Merge branch 'john/erts/fix-port-leak/OTP-13939/ERL-193' into maint-20Erlang/OTP2017-06-302-3/+47
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | Add a testcase for OTP-13939/ERL-193John Högberg2017-06-141-1/+40