summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'dotsimon/ref_ordering_bug/OTP-15225' into maint-20Erlang/OTP2018-08-092-2/+28
|\
| * Fixed #Ref ordering bugSimon Cornish2018-08-091-1/+1
| * Test #Ref ordering in lists and etsSimon Cornish2018-08-091-1/+27
* | Merge branch 'rickard/full-cache-nif-env/OTP-15223/ERL-695' into maint-20Erlang/OTP2018-08-091-1/+11
|\ \
| * | Fix caching of NIF environment when executing dirtyRickard Green2018-08-091-1/+11
* | | Merge branch 'dgud/mnesia/master-nodes/OTP-15221' into maint-20Erlang/OTP2018-08-092-3/+107
|\ \ \
| * | | Do NOT disc_load from ram_copies when master_node is setDan Gudmundsson2018-08-082-3/+107
* | | | Updated OTP versionOTP-20.3.8.4Erlang/OTP2018-08-022-1/+2
* | | | Prepare releaseErlang/OTP2018-08-022-1/+23
* | | | Merge branch 'raimo/asn1/fix-ber-decode-recursion/ERIERL-220/OTP-14440' into ...Erlang/OTP2018-08-022-5/+50
|\ \ \ \
| * | | | Fix NIF stack recursion bug and enforce a limitRaimo Niskanen2018-08-022-5/+50
|/ / / /
* | | | Updated OTP versionOTP-20.3.8.3Erlang/OTP2018-07-202-1/+2
* | | | Prepare releaseErlang/OTP2018-07-208-5/+112
* | | | Merge branch 'ingela/inets/error-handling-eisdir-mod-get/ERIERL-207/OTP-15192...Erlang/OTP2018-07-203-3/+17
|\ \ \ \
| * | | | inets: Prepare for releaseIngela Anderton Andin2018-07-171-1/+1
| * | | | inets: Improve error handlingIngela Anderton Andin2018-07-172-2/+16
| |/ / /
* | | | Merge branch 'sverker/crash-dump-crash-literals/OTP-15181' into maint-20Erlang/OTP2018-07-201-5/+3
|\ \ \ \
| * | | | erts: Fix bug in crash dump generationSverker Eriksson2018-07-121-5/+3
* | | | | Merge branch 'sverker/ic/encode-long-buffer-overflow/OTP-15179' into maint-20Erlang/OTP2018-07-207-10/+17
|\ \ \ \ \
| * | | | | ic: Tweak tests to provoke more outbuf reallocationsSverker Eriksson2018-07-115-0/+5
| * | | | | ic: Fix memory leak in oe_ei_decode_wstringSverker Eriksson2018-07-111-3/+5
| * | | | | ic: Fix correct external format sizesSverker Eriksson2018-07-112-7/+7
| | |/ / / | |/| | |
* | | | | Merge branch 'ingela/ssl/engine-vs-certfile/ERLERL-211/OTP-15193' into maint-20Erlang/OTP2018-07-202-3/+18
|\ \ \ \ \
| * | | | | ssl: Engine key trumps certfile optionIngela Anderton Andin2018-07-172-3/+18
| |/ / / /
* | | | | Merge branch 'ingela/maint-20/chipher-suite-handling/OTP-15178' into maint-20Erlang/OTP2018-07-2014-732/+1238
|\ \ \ \ \
| * | | | | ssl: Prepare for releaseIngela Anderton Andin2018-07-101-1/+1
| * | | | | ssl: Fix test case to only check relevant info for the testIngela Anderton Andin2018-07-101-24/+11
| * | | | | ssl: Correct connection_information on ECC-curvesIngela Anderton Andin2018-07-102-17/+19
| * | | | | ssl: No cipher suite sign restriction in TLS-1.2Ingela Anderton Andin2018-07-105-456/+224
| * | | | | ssl: Add psk as anonymous key exchange in ssl_handshake:select_hashsign/5Ingela Anderton Andin2018-07-102-13/+23
| * | | | | ssl: anon test should use dh or ecdh anon keyexchangeIngela Anderton Andin2018-07-103-7/+15
| * | | | | ssl: Correct key_usage checkIngela Anderton Andin2018-07-103-47/+86
| * | | | | ssl: Fix ECDSA key decode clauseIngela Anderton Andin2018-07-101-1/+7
| * | | | | ssl: Avoid hardcoding of cipher suites and fix ECDH suite handlingIngela Anderton Andin2018-07-104-196/+286
| * | | | | ssl: Run all test case combinationsIngela Anderton Andin2018-07-105-71/+267
| * | | | | ssl: Correct ECC suite and DTLS ECC handlingIngela Anderton Andin2018-07-106-10/+410
| |/ / / /
* | | | | Merge branch 'sverker/kernel/silence-dialyzer/OTP-15170' into maint-20Erlang/OTP2018-07-201-6/+6
|\ \ \ \ \
| * | | | | kernel: Silence dialyzerSverker Eriksson2018-07-031-6/+6
| |/ / / /
* | | | | Merge branch 'john/erts/inet-drv-race/OTP-15158/ERL-654' into maint-20Erlang/OTP2018-07-201-4/+5
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fix a race condition when generating async operation idsJohn Högberg2018-06-281-4/+5
| | |_|/ | |/| |
* | | | Updated OTP versionOTP-20.3.8.2Erlang/OTP2018-06-282-1/+2
* | | | Prepare releaseErlang/OTP2018-06-288-5/+75
* | | | Merge branch 'john/erts/fix-process-schedule-after-free/OTP-15067/ERL-573' in...Erlang/OTP2018-06-282-135/+196
|\ \ \ \
| * | | | Don't enqueue system tasks if target process is in fail_stateJohn Högberg2018-06-142-111/+171
| * | | | Fix erroneous schedule of freed/exiting processesJohn Högberg2018-06-141-3/+6
| * | | | Fix deadlock in run queue evacuationJohn Högberg2018-05-211-1/+1
| * | | | Fix memory leak of processes that died in the run queueJohn Högberg2018-05-211-20/+18
* | | | | Merge branch 'sverker/ic/encode-atom-overrun/ERIERL-191/OTP-15160' into maint-20Erlang/OTP2018-06-281-1/+1
|\ \ \ \ \
| * | | | | ic: Fix buffer overrun bug in oe_ei_encode_atomSverker Eriksson2018-06-281-1/+1
* | | | | | Merge branch 'sverker/erl_interface/simultaneous-connect/OTP-15161' into main...Erlang/OTP2018-06-281-3/+6
|\ \ \ \ \ \