summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Allow check for node nameRaimo Niskanen2018-04-263-113/+138
* Move check ip to before SSL handshakeRaimo Niskanen2018-04-262-66/+81
* Check client IP from serverRaimo Niskanen2018-04-262-55/+141
* Parse cert primarily for host namesRaimo Niskanen2018-04-242-40/+54
* Open for host and node allow listRaimo Niskanen2018-04-232-57/+79
* Create plug-in for distro cert nodesRaimo Niskanen2018-04-202-51/+55
* Rewrite TLS dist to handle node names in certsRaimo Niskanen2018-04-192-29/+251
* Improve node allowed checkRaimo Niskanen2018-04-191-28/+47
* Merge PR-1770 from sverker/float_to_list-tweak/OTP-15015Sverker Eriksson2018-04-122-118/+100
|\
| * erts: Workaround test t_float_to_string for windowsSverker Eriksson2018-04-101-1/+10
| * erts: Fix float_to_list(F, [{decimals,D}])Sverker Eriksson2018-04-042-118/+91
* | Merge branch 'lukas/erts/init_restart_flush_messages/OTP-15013'Lukas Larsson2018-04-122-0/+9
|\ \
| * | erts: Flush messages before doing init restartLukas Larsson2018-04-102-0/+9
* | | Merge branch 'lukas/erts/fix_openbsd_eof_poll/OTP-14346'Lukas Larsson2018-04-122-7/+15
|\ \ \
| * | | erts: Break etp-processes/ports when all foundLukas Larsson2018-03-291-3/+7
| * | | erts: Don't use EV_DISPATCH on openbsdLukas Larsson2018-03-291-4/+8
* | | | Merge branch 'lukas/erl_docgen/add_github_contrib_link/OTP-14979'Lukas Larsson2018-04-1244-334/+502
|\ \ \ \
| * | | | erl_docgen: Remove git dependency in github link scriptLukas Larsson2018-04-101-2/+2
| * | | | stdlib: Fix timer monotonic time linkLukas Larsson2018-04-101-1/+1
| * | | | erl_docgen: Use name based anchors where possibleLukas Larsson2018-04-101-4/+8
| * | | | erl_docgen: Change ghlink icon to pencilLukas Larsson2018-04-101-1/+2
| * | | | erl_docgen: Fix ghlinks to .xmlsrcLukas Larsson2018-04-106-15/+8
| * | | | erl_docgen: Add hover links for ghlinkLukas Larsson2018-04-103-46/+187
| * | | | erl_docgen: Add ghlink step for all non-generated doc xml filesLukas Larsson2018-04-0939-279/+312
| * | | | Fix erlang:abs/2 type docsLukas Larsson2018-04-091-4/+0
| | |/ / | |/| |
* | | | Merge branch 'rickard/signals/OTP-14589'Rickard Green2018-04-112-9/+10
|\ \ \ \
| * | | | Fix seq traceRickard Green2018-04-051-8/+10
| * | | | Fix bad assertRickard Green2018-03-271-1/+0
* | | | | Add scripts/diffableBjörn Gustavsson2018-04-111-0/+620
* | | | | Merge pull request #1752 from lucafavatella/httpc-connection-closePéter Dimitrov2018-04-114-43/+123
|\ \ \ \ \
| * | | | | inets: Improve readability of handling of server `Connection: close`Luca Favatella2018-04-061-15/+9
| * | | | | inets: Work around warning in testLuca Favatella2018-04-061-1/+1
| * | | | | inets: Avoid `erlang:get_stacktrace/0` deprecated in OTP 21Luca Favatella2018-04-051-8/+4
| * | | | | inets: Teach httpc to honour `Connection: close` from serverLuca Favatella2018-03-232-10/+117
| * | | | | inets: Fix profile used in persistent_connection tests in httpc_SUITELuca Favatella2018-03-231-1/+1
| * | | | | inets: Make httpc error reason more informative for unexpected errorsLuca Favatella2018-03-231-8/+12
| * | | | | inets: Enable stronger Dialyzer checks in httpc_handlerLuca Favatella2018-03-231-1/+1
| * | | | | inets: Remove httpc dead code re init errorLuca Favatella2018-03-232-22/+2
| * | | | | inets: Delete obsolete comment in httpc_response:resultLuca Favatella2018-03-231-1/+0
* | | | | | Merge pull request #1751 from fhunleth/heart-timeoutLukas Larsson2018-04-101-2/+3
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | kernel: Update note about heart rebooting on NTP updatesFrank Hunleth2018-04-101-2/+3
* | | | | | Update primary bootstrapBjörn Gustavsson2018-04-09126-29/+4
* | | | | | Merge pull request #1777 from PragTob/fix-timer.tc-documentationLukas Larsson2018-04-091-2/+2
|\ \ \ \ \ \
| * | | | | | Reflect actual timer:tc behaviour in documentationTobias Pfeiffer2018-04-081-2/+2
|/ / / / / /
* | | | | | erts: Fix doc typo for enif_free_iovecSverker Eriksson2018-04-061-1/+1
* | | | | | Merge pull request #1773 from bjorng/bjorn/compiler/beam_validator-receiveBjörn Gustavsson2018-04-064-28/+651
|\ \ \ \ \ \
| * | | | | | Check that messages outside of the heap are not corruptedBjörn Gustavsson2018-04-064-28/+651
* | | | | | | Merge pull request #1774 from bjorng/bjorn/erts/dump-literal-funsBjörn Gustavsson2018-04-061-0/+3
|\ \ \ \ \ \ \
| * | | | | | | Support dumping of external fun literals to a crash dumpBjörn Gustavsson2018-04-051-0/+3
| |/ / / / / /
* | | | | | | Merge branch 'maint'Hans Nilsson2018-04-063-2/+19
|\ \ \ \ \ \ \