summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | Merge branch 'hans/crypto/srp_timing_fix-22_23/OTP-17107' into maint-23Erlang/OTP2021-01-201-0/+5
|\ \ \ \ \ \
| * | | | | | crypto: Added BN_FLG_CONSTTIME to BN_mod_expHans Nilsson2021-01-131-0/+5
* | | | | | | Merge branch 'hans/ssh/no_LF-CRLF_conv_no_pty/ERL-1442/OTP-17108' into maint-23Erlang/OTP2021-01-207-103/+182
|\ \ \ \ \ \ \
| * | | | | | | ssh: putty (with pty) has default LF->CRLF expansionHans Nilsson2021-01-151-2/+19
| * | | | | | | ssh: Add 4th argument (#ssh) to ssh_connection:handl_msgHans Nilsson2021-01-152-40/+40
| * | | | | | | ssh: Encode/decode IUTF8 pty opt (RFC 8160)Hans Nilsson2021-01-152-0/+4
| * | | | | | | ssh: Adjust sending of SSH_MSG_CHANNEL_FAILUREHans Nilsson2021-01-151-6/+11
| * | | | | | | ssh: Fix TC expecting pty for shellHans Nilsson2021-01-151-0/+1
| * | | | | | | ssh: Fix TC:s expecting pty for execHans Nilsson2021-01-151-9/+9
| * | | | | | | ssh: TC for testing pty allocationHans Nilsson2021-01-151-0/+32
| * | | | | | | ssh: Fix bad TC not taking pty:s in accountHans Nilsson2021-01-151-1/+1
| * | | | | | | ssh: Inline funs in TC for better readabilityHans Nilsson2021-01-151-20/+23
| * | | | | | | ssh: Better TC loggingHans Nilsson2021-01-151-5/+10
| * | | | | | | ssh: Infrastructure for using pty modesHans Nilsson2021-01-152-21/+33
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge branch 'lukas/odbc/fix-psql-testcases' into maint-23Erlang/OTP2021-01-202-4/+4
|\ \ \ \ \ \ \
| * | | | | | | odbc: Update tests to work with psql 10+Lukas Larsson2021-01-122-4/+4
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge branch 'lukas/add-github-actions' into maint-23Erlang/OTP2021-01-201-2/+3
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | Also generate SHA256 checksums for releasesTianon Gravi2021-01-141-2/+3
* | | | | | | Updated OTP versionOTP-23.2.2Erlang/OTP2021-01-152-1/+2
* | | | | | | Prepare releaseErlang/OTP2021-01-1515-11/+187
* | | | | | | Merge branch 'rickard/ei-print-integer/OTP-17099/ERIERL-585' into maint-23Erlang/OTP2021-01-153-12/+192
|\ \ \ \ \ \ \
| * | | | | | | Print large bignums in base 16 instead of in internal representationRickard Green2021-01-112-43/+47
| * | | | | | | Print all 64-bit integers in base 10Rickard Green2021-01-111-0/+17
| * | | | | | | Fix printing of bignumsRickard Green2021-01-083-11/+170
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge branch 'ingela/ssl/cont-openssl-names/OTP-17100' into maint-23Erlang/OTP2021-01-1514-213/+682
|\ \ \ \ \ \ \
| * | | | | | | ssl: Cuddle test casesIngela Anderton Andin2021-01-105-43/+89
| * | | | | | | ssl: InteropIngela Anderton Andin2021-01-082-3/+18
| * | | | | | | Add support of new cipher suite for tls1.2Ao Song2021-01-086-48/+180
| * | | | | | | ssl: Correct cipher suite name conversion to OpenSSL namesIngela Anderton Andin2021-01-087-121/+397
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge branch 'ingela/ssl/cert-chain-fix/OTP-17098' into maint-23Erlang/OTP2021-01-153-58/+407
|\ \ \ \ \ \ \
| * | | | | | | ssl: Limit generated chain candidatesPéter Dimitrov2021-01-141-35/+47
| * | | | | | | ssl: Correct docIngela Anderton Andin2021-01-141-1/+1
| * | | | | | | ssl: Add more testsIngela Anderton Andin2021-01-141-8/+318
| * | | | | | | ssl: Correct cert path construction, solves CVE-2020-35733Ingela Anderton Andin2021-01-141-42/+69
| |/ / / / / /
* | | | | | | Merge branch 'rickard/suspend-resume-BIF-fix/OTP-17080' into maint-23Erlang/OTP2021-01-151-0/+6
|\ \ \ \ \ \ \
| * | | | | | | Check suspendee argument for suspend_process()/resume_process()Rickard Green2020-12-231-0/+6
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge branch 'rickard/configure/ERL-1447/OTP-17093' into maint-23Erlang/OTP2021-01-155-26/+6
|\ \ \ \ \ \ \
| * | | | | | | Fix uses of AC_CONFIG_AUX_DIRS() in configure scriptsRickard Green2020-12-215-26/+6
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge branch 'rickard/poll-tab-len/ERIERL-580/OTP-17088' into maint-23Erlang/OTP2021-01-154-3/+154
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Fix table sizing in erts_pollRickard Green2020-12-234-3/+154
| |/ / / / /
* | | | | | Updated OTP versionOTP-23.2.1Erlang/OTP2020-12-212-1/+2
* | | | | | Prepare releaseErlang/OTP2020-12-213-69/+20
* | | | | | Merge branch 'lukas/erts/fix-pending-bitstring-dsend/ERIERL-572/OTP-17083' in...Erlang/OTP2020-12-212-32/+61
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | erts: Fix vector count for bit stringsLukas Larsson2020-12-152-32/+61
| | |_|_|/ | |/| | |
* | | | | Updated OTP versionOTP-23.2Erlang/OTP2020-12-112-1/+2
* | | | | Prepare releaseErlang/OTP2020-12-1142-36/+856
* | | | | Update primary bootstrapBjörn Gustavsson2020-12-118-1/+1
* | | | | Merge branch 'john/compiler/fix-type-subtraction-on-inequality/OTP-17072' int...John Högberg2020-12-112-6/+46
|\ \ \ \ \
| * | | | | beam_ssa_type: Don't subtract the common type on inequalityJohn Högberg2020-12-102-6/+46
* | | | | | Merge branch 'lukas/fix-doc-make' into maintLukas Larsson2020-12-092-2/+7
|\ \ \ \ \ \