summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | Merge branch 'ingela/ssl/algo-typo-in-OTP-17688' into maintIngela Anderton Andin2021-10-111-1/+1
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ingela/ssl/algo-typo-in-OTP-17688: ssl: Fix algorithm typo
| | * | | | | | 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 ↵Ingela Andin2021-10-116-118/+172
| |\ \ \ \ \ \ | | |/ / / / / | | | | | | | | | | | | | | | | | | | | | IngelaAndin/ingela/ssl/interop-PSS-TLS-1.2/GH-5255/OTP-17688 Ingela/ssl/interop pss tls 1.2/gh 5255/otp 17688
| | * | | | | 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
| | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #5255 Due to test case allowing fallback algorithms PSS algorithms where not properly selected all the way in TLS-1.2 and some algorithm handling code was missing.
* | | | | | Merge branch 'maint'Lukas Larsson2021-10-0810-406/+696
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge pull request #5197 from ↵Lukas Larsson2021-10-0810-406/+696
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | garazdawi/lukas/erl_docgen/make-docs-more-responsive/OTP-17687 Make erl_docgen docs more responsive
| | * | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | We do this in order to ease parsing of the content of webcrawlers.
| | * | | | | docgen: Make docs collapse better on small screensLukas Larsson2021-10-076-171/+442
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit makes padding and margins smaller when the screen size becomed smaller and when it is small enough it moves the navigation to a collapseable topbar instead. To achieve this the top-level layout has been changed from using and fixed placed div for the navbar to use css grid instead. When on a small screen the index pages' navigation is permanently expanded to that the user does not have to expand it.
| | * | | | | docgen: Move all title anchors to be heading idsLukas Larsson2021-10-073-106/+107
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We do this in order for webcrawlers to better identify the correct header to link to.
| | * | | | | docgen: Link directly to notesLukas Larsson2021-09-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before this change you had to navigate via release_notes to get to the notes section as there used to be multiple notes chapters. But that functionality has not been used in a long time, so we can link directly to notes.html.
| | * | | | | docgen: Start using aside and nav for leftnav elementLukas Larsson2021-09-302-30/+29
| | | | | | |
| | * | | | | docgen: Start using <article> and <section> to wrap contentLukas Larsson2021-09-301-51/+55
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is done in order for web crawlers to better be able to crawl the erlang documentation.
| | * | | | | docgen: Remove empty toplevel <p>Lukas Larsson2021-09-301-5/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This <p> always contained other <p>'s which is against the html spec.
| | * | | | | docgen: Use flexbox instead of tables for titlesLukas Larsson2021-09-302-103/+91
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Flex blox allows for better control and is simpler than a table.
| | * | | | | gh-actions: Fix name of releaseLukas Larsson2021-09-301-0/+2
| | | | | | |
| | * | | | | otp: Fix html docs man index to be part of html releaseLukas Larsson2021-09-301-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before this fix the html man index was released as part of the man page release.
| | * | | | | Fix `make local_html` to work betterLukas Larsson2021-09-302-3/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Build mod2app.xml for specs lookup * link otp_doc.css for easier editing
* | | | | | | Merge branch 'maint'Rickard Green2021-10-070-0/+0
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | | | | | | | | | | * maint:
| * | | | | | Merge branch 'rickard/apply-reds-fix/OTP-17675' into maintRickard Green2021-10-072-9/+5
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * rickard/apply-reds-fix/OTP-17675: HAlloc arguments in apply/fixed_apply instead of GC Swap out/in reduction count on apply and fixed_apply for GC
* | \ \ \ \ \ \ Merge branch 'rickard/apply-reds-fix/master/OTP-17675'Rickard Green2021-10-073-14/+13
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * rickard/apply-reds-fix/master/OTP-17675: HAlloc arguments in apply/fixed_apply instead of GC Swap out/in reduction count on apply and fixed_apply for GC
| * \ \ \ \ \ \ \ Merge branch 'rickard/apply-reds-fix/OTP-17675' into ↵Rickard Green2021-10-063-14/+13
| |\ \ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rickard/apply-reds-fix/master/OTP-17675 * rickard/apply-reds-fix/OTP-17675: HAlloc arguments in apply/fixed_apply instead of GC Swap out/in reduction count on apply and fixed_apply for GC
| | * | | | | | | HAlloc arguments in apply/fixed_apply instead of GCRickard Green2021-10-041-5/+1
| | | | | | | | |
| | * | | | | | | Swap out/in reduction count on apply and fixed_apply for GCRickard Green2021-10-041-4/+4
| | | | | | | | |
* | | | | | | | | Merge pull request #5266 from jhogberg/john/erts/more-autumn-cleaningJohn Högberg2021-10-077-126/+1
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | erts: Remove some unused cruft
| * | | | | | | | | jit: Remove vestigial TODOJohn Högberg2021-10-061-1/+1
| | | | | | | | | |
| * | | | | | | | | erts: Remove unused functionsJohn Högberg2021-10-052-108/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These are unused since PR-5223 that removed support for pre-22 instructions.
| * | | | | | | | | erts: Remove unused field from loaderJohn Högberg2021-10-054-17/+0
| | | | | | | | | |
* | | | | | | | | | Merge branch 'maint'Lukas Larsson2021-10-071-0/+2
|\ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / | |/| | | | | | | / | |_|_|_|_|_|_|_|/ |/| | | | | | | |
| * | | | | | | | Merge pull request #5268 from garazdawi/lukas/gh-actions-windows-parallelLukas Larsson2021-10-071-0/+2
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | gh-actions: Use parallel make for windows
| | * | | | | | | | gh-actions: Use parallel make for windowsLukas Larsson2021-10-071-0/+2
| |/ / / / / / / /
* | | | | | | | | Merge branch 'maint'Rickard Green2021-10-062-10/+10
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | * maint: Replace "expr --" usage with sed
| * | | | | | | | Merge branch 'tianon/configure-arg-fix/OTP-17679' into maintRickard Green2021-10-062-10/+10
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * tianon/configure-arg-fix/OTP-17679: Replace "expr --" usage with sed
| | * | | | | | | | Replace "expr --" usage with sedTianon Gravi2021-09-292-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ideally, this would use POSIX shell parameter expansions (https://pubs.opengroup.org/onlinepubs/9699919799/utilities/V3_chap02.html#tag_18_06_02), but as noted in https://www.gnu.org/software/autoconf/manual/autoconf-2.70/html_node/Shell-Substitutions.html these are not supported properly on many platforms where Erlang still is.
* | | | | | | | | | Merge pull request #5198 from ↵Rickard Green2021-10-061-4/+13
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | JeromeDeBretagne/jdb/kernel/net_ticker_spawn_options-in-erl_uds_dist kernel: Support net_ticker_spawn_options in erl_uds_dist OTP-17678
| * | | | | | | | | | kernel: Support net_ticker_spawn_options in erl_uds_distJérôme de Bretagne2021-09-141-4/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change allows user to specify extra spawn options for net ticker processes in erl_uds_dist, as introduced with OTP-17617 in PR-5069.
* | | | | | | | | | | Merge branch 'maint'Hans Nilsson2021-10-0611-257/+412
|\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * maint: crypto: Change some line breaks crypto: Do options checking in C. Simplification crypto: Remove iolist_to binary crypto: Re-structure existing code crypto: Extend badarg macros with argument number parameter crypto: Remove old and unused macro COMPAT
| * | | | | | | | | | Merge branch 'hans/crypto/error_refactor/OTP-17241' into maintHans Nilsson2021-10-0611-257/+412
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * hans/crypto/error_refactor/OTP-17241: crypto: Change some line breaks crypto: Do options checking in C. Simplification crypto: Remove iolist_to binary crypto: Re-structure existing code crypto: Extend badarg macros with argument number parameter crypto: Remove old and unused macro COMPAT
| | * | | | | | | | | crypto: Change some line breaksHans Nilsson2021-10-061-30/+19
| | | | | | | | | | |
| | * | | | | | | | | crypto: Do options checking in C. SimplificationHans Nilsson2021-10-062-86/+123
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | in the options handling. Avoids building a map.
| | * | | | | | | | | crypto: Remove iolist_to binaryHans Nilsson2021-10-062-24/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It must be faster to do it in the nif instead of an extra bif call on the erlang level.
| | * | | | | | | | | 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
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Forgot to remove it when removing deprecated functions
* | | | | | | | | | Merge branch 'maint'Rickard Green2021-10-051-4/+3
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / | | | | / / / / / / | |_|_|/ / / / / / |/| | | | | | | | * maint: Fix faulty recv mark assert
| * | | | | | | | Merge branch 'rickard/fix-faulty-recv-mark-assert' into maintRickard Green2021-10-051-4/+3
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * rickard/fix-faulty-recv-mark-assert: Fix faulty recv mark assert
| | * | | | | | | | Fix faulty recv mark assertRickard Green2021-10-051-4/+3
| | | | | | | | | |
* | | | | | | | | | Merge pull request #5252 from bjorng/bjorn/erts/gracefully-handle-old-beamsBjörn Gustavsson2021-10-053-8/+18
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Provide more helpful error messages when loading old BEAM files