aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2019-03-25erts: Add crash dumping of EXITING and FREE processesLukas Larsson
2019-03-25wx: Remove ERL_FLAGS from Makefile erlc commandLukas Larsson
2019-03-25erts: Fix file desc leak in poll debug get_evtsLukas Larsson
2019-03-25erts: Fix verify_nc in distribution suiteLukas Larsson
2019-03-25erts: Fix atom16 testcase after dist frag implLukas Larsson
2019-03-25erts: Fix make system to pass TYPE from top levelLukas Larsson
2019-03-25Add makefile targets for all applications in top makefileLukas Larsson
2019-03-25Revert "erts: Add debug dist obuf memory leak check"Lukas Larsson
2019-03-25Merge branch 'john/erts/fix-ticket-syntax-error'John Högberg
2019-03-25erts: Fix version error in erl_nif.hJohn Högberg
2019-03-25Merge branch 'siri/cuddle-master'Siri Hansen
2019-03-25[logger] Improve logger_disk_log_h_SUITE:restart_after/1Siri Hansen
2019-03-25Merge pull request #2192 from IngelaAndin/ingela/ssl/test-enhancementIngela Andin
2019-03-24ssl: Enhance testingIngela Anderton Andin
2019-03-22Merge branch 'sverker/enable-big-creation/OTP-15603'Sverker Eriksson
2019-03-22epmd: Support 32-bit creation values in local nodeSverker Eriksson
2019-03-22erts: Robustify epmd reply functionSverker Eriksson
2019-03-22erts: Reject decoded local refs with too large first wordSverker Eriksson
2019-03-22erts: Fix bug in list_to_refSverker Eriksson
2019-03-22erl_interface: Remove old encoding of pid,port,refsSverker Eriksson
2019-03-22Suppress false positive warning in gcc 4.8.2Kjell Winblad
2019-03-22beam_emu.c: Avoid triggering an assertion for the wrong reasonBjörn Gustavsson
2019-03-22Change "can not" into "cannot"Raimo Niskanen
2019-03-22Merge pull request #2184 from johanclaesson/erldocDan Gudmundsson
2019-03-22Merge branch 'hans/crypto/aead_error_handling'Hans Nilsson
2019-03-22crypto: New error schema in aead.cHans Nilsson
2019-03-22crypto: Move new error macros to common.hHans Nilsson
2019-03-22crypto: Use key length in alias/2Hans Nilsson
2019-03-22Merge branch 'siri/logger/cannot/OTP-14282'Siri Hansen
2019-03-22Merge branch 'hans/crypto/cuddle_docs'Hans Nilsson
2019-03-22crypto: Remove old commentHans Nilsson
2019-03-22crypto: Restore 'error' as result of failed aead decryptionHans Nilsson
2019-03-22crypto: Update types of hash algorithmsHans Nilsson
2019-03-22crypto: Cuddle error types and documentation of themHans Nilsson
2019-03-22crypto: Note about key lengths for cipher_info/1Hans Nilsson
2019-03-22crypto: Update CipherModes for PR/2186Hans Nilsson
2019-03-22crypto: Declare *_info return map and other review-commentsHans Nilsson
2019-03-22crypto: Declare *_info return map and other review-commentsHans Nilsson
2019-03-22crypto: Document hash_info/1 and cipher_info/1Hans Nilsson
2019-03-22crypto: Rename block_crypto_with/without to match stream_cipher namesHans Nilsson
2019-03-22crypto: New types (block_cipher)Hans Nilsson
2019-03-22Merge pull request #2186 from essen/improve-cipher-infoHans Nilsson
2019-03-22Merge pull request #2159 from dotsimon/asn1_pedefsIngela Andin
2019-03-22Merge branch 'peterdmv/ssl/document-tls13/OTP-13819'Péter Dimitrov
2019-03-22Merge pull request #2185 from dotsimon/gitignore_asn1_testIngela Andin
2019-03-22Merge branch 'john/erts/fix-badarg-fixed_apply'John Högberg
2019-03-22Merge branch 'john/erts/unc-path-size-fix/OTP-15693'John Högberg
2019-03-22erts: Fix incorrect UNC path length calculationJohn Högberg
2019-03-22Merge branch 'ingela/ssl/default-supported-versions/OTP-14865'Ingela Anderton Andin
2019-03-22Merge branch 'hasse/stdlib/restore_string_SUITE_timeout'Hans Bolinder