summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Prepare releaseErlang/OTP2018-11-092-1/+16
* ssl: Add engine handling clause to RSA key exchangeIngela Anderton Andin2018-11-092-1/+21
* Prepare releaseErlang/OTP2018-11-054-2/+34
* Merge branch 'ingela/ssl/deliver-all-data-at-close/ERL-731/OTP-15412' into ma...Erlang/OTP2018-11-051-1/+2
|\
| * ssl: Extend check for undelivered data at closingIngela Anderton Andin2018-11-021-1/+2
* | Merge branch 'john/erts/OTP-20.3.8/minusminus_trapping/OTP-15371' into maint-20Erlang/OTP2018-11-052-8/+42
|\ \ | |/ |/|
| * Optimize operator '--' and yield on large inputsJohn Högberg2018-11-022-8/+42
* | Prepare releaseErlang/OTP2018-10-162-1/+17
* | Merge branch 'sverker/erts/ets-select_replace-bug/OTP-15346' into maint-20Erlang/OTP2018-10-161-1/+21
|\ \
| * | erts: Fix bug in ets:select_replace for bound keySverker Eriksson2018-10-091-1/+21
* | | Merge branch 'hans/eldap/prevent_EXIT_at_close/OTP-15342/ERIERL-242' into mai...Erlang/OTP2018-10-161-3/+12
|\ \ \
| * | | eldap: Fix race at socket closeHans Nilsson2018-10-051-3/+12
* | | | Update release notesErlang/OTP2018-09-111-0/+16
* | | | Update version numbersErlang/OTP2018-09-111-1/+1
* | | | Fix include-path regression caused by dd0a39cJohn Högberg2018-09-101-1/+0
* | | | Update release notesErlang/OTP2018-08-281-1/+29
* | | | Merge branch 'peterdmv/inets/fix_http_client/OTP-15242' into maint-20Péter Dimitrov2018-08-273-6/+70
|\ \ \ \
| * | | | inets: Prepare for releasePéter Dimitrov2018-08-271-1/+1
| * | | | inets: Robust handling of 204, 304, 1xx responsesPéter Dimitrov2018-08-242-5/+69
* | | | | Merge branch 'peterdmv/inets/fix_http_server/OTP-15241' into maint-20Péter Dimitrov2018-08-273-5/+56
|\ \ \ \ \
| * | | | | inets: Do not use chunked encoding with 1xx, 204, 304Péter Dimitrov2018-08-223-5/+56
| |/ / / /
* | | | | Prepare releaseErlang/OTP2018-08-234-3/+50
* | | | | Merge branch 'lars/crypto/multiple-engine-load/OTP-15233' into maint-20Erlang/OTP2018-08-235-110/+694
|\ \ \ \ \
| * | | | | Updated the engine load functionalityLars Thorsen2018-08-215-110/+694
| |/ / / /
* | | | | Clean up bag index tablesDan Gudmundsson2018-08-172-4/+56
|/ / / /
* | | | inets: Remove 21 test caseIngela Anderton Andin2018-08-151-7/+0
* | | | Update release notesErlang/OTP2018-08-141-1/+17
* | | | Merge branch 'ingela/inets/maint-20/status-501/ERIERL-218/OTP-15215' into mai...Erlang/OTP2018-08-143-6/+61
|\ \ \ \
| * | | | inets: Prepare for releaseIngela Anderton Andin2018-08-141-1/+1
| * | | | inets: Use status code 501 when no mod_* handles the requestIngela Anderton Andin2018-08-142-6/+61
* | | | | Update release notesErlang/OTP2018-08-094-1/+83
* | | | | Update version numbersErlang/OTP2018-08-094-4/+4
* | | | | Merge branch 'dgud/mnesia/add_table_copy_ram/OTP-15226' into maint-20Erlang/OTP2018-08-093-21/+61
|\ \ \ \ \
| * | | | | Relax add_table_copy restrictionDan Gudmundsson2018-08-093-21/+61
* | | | | | Merge branch 'john/crypto/fix-segfault-on-badarg/OTP-15194/ERL-673' into main...Erlang/OTP2018-08-092-2/+17
|\ \ \ \ \ \
| * | | | | | crypto: Fix crash in compute_key(ecdh, ...) on badargJohn Högberg2018-08-092-2/+17
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'ingela/ssl/empty-sni/OTP-15168' into maint-20Erlang/OTP2018-08-092-2/+2
|\ \ \ \ \ \
| * | | | | | ssl: Correct handling of empty server SNI extensionIngela Anderton Andin2018-07-022-2/+2
* | | | | | | Merge branch 'ingela/ssl/ECC/ERIERL-210/OTP-15203' into maint-20Erlang/OTP2018-08-092-5/+4
|\ \ \ \ \ \ \
| * | | | | | | ssl: Make sure that a correct cipher suite is selectedIngela Anderton Andin2018-08-062-5/+4
* | | | | | | | Merge branch 'john/compiler/fix-deterministic-include-paths/OTP-15204/ERL-679...Erlang/OTP2018-08-092-9/+42
|\ \ \ \ \ \ \ \
| * | | | | | | | Omit include path debug info for +deterministic buildsJohn Högberg2018-08-092-9/+42
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | 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
| | |_|/ / / / | |/| | | | |
* | | | | | | Prepare releaseErlang/OTP2018-08-022-1/+23
* | | | | | | Fix NIF stack recursion bug and enforce a limitRaimo Niskanen2018-08-022-5/+50
* | | | | | | Prepare releaseErlang/OTP2018-07-206-4/+86
* | | | | | | 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
| |/ / / / / /