summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/ / / /
* | | | | 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