summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* fixup! compiler: Add a new instruction for creating binariesBjörn Gustavsson2021-10-141-31/+59
* fixup! compiler: Add a new instruction for creating binariesBjörn Gustavsson2021-10-141-0/+6
* fixup! compiler: Add a new instruction for creating binariesBjörn Gustavsson2021-10-141-3/+6
* Implement the bs_create_bin instructionBjörn Gustavsson2021-10-145-12/+84
* compiler: Add a new instruction for creating binariesBjörn Gustavsson2021-10-1419-520/+467
* sys_core_fold: Don't replace bad binary segments with error(badarg)Björn Gustavsson2021-10-141-4/+1
* Merge branch 'maint'Cons T Åhs2021-10-132-35/+248
|\
| * [ssh] Add better error handling in connect/2,3,4Cons T Åhs2021-10-122-35/+248
* | Merge branch 'maint'Cons T Åhs2021-10-124-187/+293
|\ \ | |/
| * Merge pull request #5269 from lisztspace/cons/httpc-accept-binary-headers/GH-...Cons T Åhs2021-10-124-187/+293
| |\
| | * [httpc] Allow binary() header values in request/5Cons T Åhs2021-10-114-187/+293
* | | Merge branch 'maint'Hans Nilsson2021-10-121-0/+3
|\ \ \ | |/ /
| * | ssh: Exclude LibreSSL 2.1.* from Engine testsHans Nilsson2021-10-121-0/+3
* | | Merge branch 'maint'Hans Nilsson2021-10-121-0/+5
|\ \ \ | |/ /
| * | Merge branch 'hans/crypto/error_refactor/OTP-17241' into maintHans Nilsson2021-10-121-0/+5
| |\ \
| | * | crypto: Silence CodeCheckerHans Nilsson2021-10-071-0/+5
* | | | Merge branch 'maint'Ingela Anderton Andin2021-10-111-1/+1
|\ \ \ \ | |/ / /
| * | | ssl: Fix algorithm typoIngela Anderton Andin2021-10-111-1/+1
* | | | Merge branch 'maint'Ingela Anderton Andin2021-10-116-118/+172
|\ \ \ \ | |/ / /
| * | | Merge pull request #5277 from IngelaAndin/ingela/ssl/interop-PSS-TLS-1.2/GH-5...Ingela Andin2021-10-116-118/+172
| |\ \ \
| | * | | ssl: Move ssl application exports upIngela Anderton Andin2021-10-081-65/+70
| | * | | ssl: Fix TLS-1.2 RSASSA-PSS negotiationIngela Anderton Andin2021-10-086-53/+102
| | | |/ | | |/|
* | | | Merge branch 'maint'Lukas Larsson2021-10-084-389/+637
|\ \ \ \ | |/ / /
| * | | Merge pull request #5197 from garazdawi/lukas/erl_docgen/make-docs-more-respo...Lukas Larsson2021-10-084-389/+637
| |\ \ \ | | |_|/ | |/| |
| | * | docgen: Fix js crash when there is no scrollposLukas Larsson2021-10-071-2/+4
| | * | docgen: Restrict title-name class to only be name and not erlang prefixLukas Larsson2021-10-071-2/+24
| | * | docgen: Make docs collapse better on small screensLukas Larsson2021-10-074-168/+401
| | * | docgen: Move all title anchors to be heading idsLukas Larsson2021-10-072-105/+106
| | * | docgen: Link directly to notesLukas Larsson2021-09-301-1/+1
| | * | docgen: Start using aside and nav for leftnav elementLukas Larsson2021-09-301-24/+24
| | * | docgen: Start using <article> and <section> to wrap contentLukas Larsson2021-09-301-51/+55
| | * | docgen: Remove empty toplevel <p>Lukas Larsson2021-09-301-5/+3
| | * | docgen: Use flexbox instead of tables for titlesLukas Larsson2021-09-302-103/+91
* | | | Merge pull request #5198 from JeromeDeBretagne/jdb/kernel/net_ticker_spawn_op...Rickard Green2021-10-061-4/+13
|\ \ \ \
| * | | | kernel: Support net_ticker_spawn_options in erl_uds_distJérôme de Bretagne2021-09-141-4/+13
* | | | | Merge branch 'maint'Hans Nilsson2021-10-0611-257/+412
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | crypto: Change some line breaksHans Nilsson2021-10-061-30/+19
| * | | | crypto: Do options checking in C. SimplificationHans Nilsson2021-10-062-86/+123
| * | | | crypto: Remove iolist_to binaryHans Nilsson2021-10-062-24/+23
| * | | | crypto: Re-structure existing codeHans Nilsson2021-10-061-11/+11
| * | | | crypto: Extend badarg macros with argument number parameterHans Nilsson2021-10-0611-185/+328
| * | | | crypto: Remove old and unused macro COMPATHans Nilsson2021-10-061-13/+0
* | | | | Merge pull request #5021 from max-au/max-au/cleanup-tracer-nodeJakub Witczak2021-10-052-323/+30
|\ \ \ \ \
| * | | | | common_test: remove undocumented 'tracer node' featureMaxim Fedorov2021-09-292-323/+30
* | | | | | Merge branch 'maint'Ingela Anderton Andin2021-10-0510-7/+108
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge branch 'maint-24' into maintIngela Anderton Andin2021-10-0510-7/+108
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | Prepare releaseErlang/OTP2021-10-0410-7/+108
| | * | | | Merge branch 'hans/crypto/fix_bad_fips_mode/OTP-17672' into maint-24Erlang/OTP2021-10-041-19/+29
| | |\ \ \ \
| | * \ \ \ \ Merge branch 'sverker/crypto/unload-mutex-leak/OTP-17668' into maint-24Erlang/OTP2021-10-043-21/+18
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge branch 'dgud/ssl/dtls-replay-window/GH-5224/OTP-17670' into maint-24Erlang/OTP2021-10-042-27/+90
| | |\ \ \ \ \ \