summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update advanced.xmlKennethL-patch-1Kenneth Lundin2018-02-131-1/+1
* Merge branch 'maint-20' into maintSverker Eriksson2018-02-1331-717/+1552
|\
| * Updated OTP versionOTP-20.2.3Erlang/OTP2018-02-122-1/+2
| * Update release notesErlang/OTP2018-02-123-0/+79
| * Update version numbersErlang/OTP2018-02-123-3/+3
| * Merge branch 'sverker/maint-20/alloc-n-migration/ERIERL-88' into maint-20Erlang/OTP2018-02-1220-695/+1388
| |\
| | * Merge 'sverker/maint-19/alloc-n-migration/ERIERL-88'Sverker Eriksson2018-02-1220-695/+1388
| | |\
| | | * Merge 'sverker/carrier-migration-improvements'Sverker Eriksson2018-02-1212-540/+862
| | | |\
| | | | * erts: Add more stats for mbcs_poolSverker Eriksson2017-12-204-9/+112
| | | | * erts: Fix alloc_SUITE:migrationSverker Eriksson2017-12-201-1/+4
| | | | * stdlib: Make ets_SUITE memory check try againSverker Eriksson2017-12-201-7/+21
| | | | * erts: Improve carrier pool searchSverker Eriksson2017-12-205-424/+539
| | | | * erts: Improve alloc_SUITE:migrationSverker Eriksson2017-12-204-49/+132
| | | | * erts: Refactor carrier dealloc migrationSverker Eriksson2017-12-202-66/+69
| | | * | erts: Add system_flags(erts_alloc,"+M?sbct *")Sverker Eriksson2018-02-1210-35/+242
| | | * | erts: Add age order first fit allocator strategiesSverker Eriksson2018-02-126-38/+122
| | | * | erts: Refactor erl_ao_firstfit_allocSverker Eriksson2018-02-083-66/+77
| | | * | erts: Add migration options "acnl" and "acfml"Sverker Eriksson2018-02-085-28/+96
| | | |/
| * | | Merge branch 'lukas/kernel/os_cmd_max_size/maint-20/OTP-14823' into maint-20Erlang/OTP2018-02-123-18/+80
| |\ \ \ | | |/ / | |/| |
| | * | kernel: Add os:cmd/2 with max_size optionLukas Larsson2018-01-173-18/+80
| |/ /
* | | Merge branch 'john/erts/fix-fmt_double-overflow/PR-1706/OTP-14920' into maintJohn Högberg2018-02-131-1/+1
|\ \ \
| * | | Fix size of fmt_double()'s format_str[] bufferMikael Pettersson2018-02-131-1/+1
|/ / /
* | | Merge branch 'john/tools/fix-lcnt-server-crash/PR-1711/OTP-14912' into maintJohn Högberg2018-02-133-3/+8
|\ \ \
| * | | Don't crash lcnt server if information/0 is called before collect/0Péter Gömöri2018-02-132-2/+7
| * | | Remove 'Example' without an example from docsPéter Gömöri2018-02-081-1/+1
* | | | Merge branch 'john/tools/autostart-lcnt-server/ERIERL-134/OTP-14913' into maintJohn Högberg2018-02-132-4/+11
|\ \ \ \
| * | | | Automatically start lcnt server on first useJohn Högberg2018-02-122-4/+11
| |/ / /
* | | | Merge pull request #1709 from dumbbell/dumbbell/ssl/fix-active-once-dropped-w...Ingela Andin2018-02-121-2/+2
|\ \ \ \ | |/ / / |/| | |
| * | | ssl: Add the unexpected message to #alert{}Jean-Sébastien Pédron2018-02-091-2/+2
* | | | Merge pull request #1698 from IngelaAndin/ingela/ssl/add-ciphers-to-default/O...Ingela Andin2018-02-077-203/+579
|\ \ \ \ | |/ / / |/| | |
| * | | ssl: Make sure anonymous suites are handled separatelyIngela Anderton Andin2018-02-076-96/+164
| * | | ssl: Add UG examlesIngela Anderton Andin2018-02-051-1/+45
| * | | ssl: Uses aead as mac value in AEAD cipher suitesIngela Anderton Andin2018-02-052-59/+69
| * | | ssl: Add new API functions for cipher suite handlingIngela Anderton Andin2018-02-054-55/+309
|/ / /
* | | Merge branch 'bjorn/compiler/fix-beam_type-bug/OTP-14898' into maintBjörn Gustavsson2018-01-312-4/+37
|\ \ \
| * | | Fix incorrect type interference of integer rangesBjörn Gustavsson2018-01-292-4/+37
* | | | Merge branch 'sverker/ets-match_spec_run-spec/OTP-14889' into maintSverker Eriksson2018-01-292-5/+5
|\ \ \ \ | |/ / / |/| | |
| * | | stdlib: Indent example codeSverker Eriksson2018-01-231-1/+1
| * | | stdlib: Fix spec for match_spec_run/2Sverker Eriksson2018-01-232-4/+4
* | | | Merge branch 'hans/ssh/docker_compat_tests/OTP-14194' into maintHans Nilsson2018-01-298-594/+893
|\ \ \ \
| * | | | ssh: Disable test failing if docker command existsHans Nilsson2018-01-261-3/+2
| * | | | ssh: Skeleton of build scripts for DropBear imageHans Nilsson2018-01-262-0/+55
| * | | | ssh: Can use DropBear SSH dockersHans Nilsson2018-01-261-0/+5
| * | | | ssh: Remove duplicate test cases from ssh_to_openssh_SUITEHans Nilsson2018-01-251-357/+2
| * | | | ssh: Add more testsHans Nilsson2018-01-252-221/+803
| * | | | ssh: Change the default list of ssh and ssl version imagesHans Nilsson2018-01-251-5/+5
| * | | | ssh: Enable building openssh 0.9.8[a-l]Hans Nilsson2018-01-251-2/+12
| * | | | ssh: Add LibreSSL to compat testsHans Nilsson2018-01-252-14/+17
* | | | | Merge branch 'ingela/ssl/no-dsa-libressl' into maintIngela Anderton Andin2018-01-262-9/+52
|\ \ \ \ \
| * | | | | ssl: Check OpenSSL version for DSS (DSA) supportIngela Anderton Andin2018-01-252-9/+52