aboutsummaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)Author
2015-12-18Merge branch 'bjorn/deprecate-random/OTP-12502'Björn Gustavsson
2015-12-17Merge branch 'sverk/crypto/aes-ecb-192-bit'Sverker Eriksson
2015-12-17crypto: Support 192-bit keys for AES ECBAndrew Bennett
2015-12-17Merge branch 'sverk/crypto/aes-cbc-192-bit'Sverker Eriksson
2015-12-17Merge branch 'sverk/crypto/evp-aes-gcm'Sverker Eriksson
2015-12-17test_server tests: Update test cases to cope with use of 'rand'Björn Gustavsson
2015-12-17Merge branch 'bjorn/erts/clean-up-preloaded/OTP-13112'Björn Gustavsson
2015-12-17Merge branch 'bjorn/kernel/remove-code-path-cache/OTP-13191'Björn Gustavsson
2015-12-16init_SUITE: Correct the test for a "real system"Björn Gustavsson
2015-12-16Merge tag 'OTP-18.2'Henrik Nord
2015-12-15Merge branch 'maint'Ingela Anderton Andin
2015-12-15Merge branch 'ia/libressl' into maintIngela Anderton Andin
2015-12-15Merge branch 'maint'Ingela Anderton Andin
2015-12-15ssl: Convert all test to use "ssl_test_lib:portable_open_port"Ingela Anderton Andin
2015-12-15Merge branch 'lukas/erts/forker'Lukas Larsson
2015-12-15kernel: Remove cmd server for unix os:cmdLukas Larsson
2015-12-15Update release notesErlang/OTP
2015-12-15Update version numbersErlang/OTP
2015-12-15Merge branch 'ia/libressl' into maintErlang/OTP
2015-12-15Merge branch 'siri/appups-18.2' into maintErlang/OTP
2015-12-15Merge branch 'maint'Ingela Anderton Andin
2015-12-15Merge branch 'ia/inets/dialyzer-custom' into maintIngela Anderton Andin
2015-12-15inets: Include behaviour modules in install targetIngela Anderton Andin
2015-12-15inets: Fix dialyzer warningIngela Anderton Andin
2015-12-15stdlib: Add a comment about is_subtype(_, _) constraintsHans Bolinder
2015-12-15hipe: Use '::' for constraintsHans Bolinder
2015-12-15debugger: Use '::' for constraintsHans Bolinder
2015-12-15dialyzer: Print constraints using the '::' syntaxHans Bolinder
2015-12-15stdlib: Remove undocumented function specification syntaxHans Bolinder
2015-12-14ssl: Print openssl version stringIngela Anderton Andin
2015-12-14Remove the code path cache in the code serverBjörn Gustavsson
2015-12-14Merge branch 'bjorn/deprecate-random/OTP-12502'Björn Gustavsson
2015-12-14Deprecate the 'random' moduleBjörn Gustavsson
2015-12-14mnesia tests: Replace 'random' with 'rand'Björn Gustavsson
2015-12-14percept tests: Replace 'random' with 'rand'Björn Gustavsson
2015-12-14common_test tests: Replace 'random' with 'rand'Björn Gustavsson
2015-12-14gs: Remove the contribs directoryBjörn Gustavsson
2015-12-14Merge branch 'maint'Zandra
2015-12-14Merge branch 'zandra/fix-snmp-appup' into maintZandra
2015-12-14ssl: Do not use environment variables in openSSL config fileIngela Anderton Andin
2015-12-14Merge branch 'maint'Dan Gudmundsson
2015-12-14Merge branch 'dgud/wx/fix-observer-display' into maintDan Gudmundsson
2015-12-14Merge branch 'maint'Ingela Anderton Andin
2015-12-14Merge branch 'ia/pr/919/OTP-13189' into maintIngela Anderton Andin
2015-12-12wx: Revert part of 617387025b698cDan Gudmundsson
2015-12-11crypto: Support 192-bit keys for AES CBCSverker Eriksson
2015-12-11ssl: fix hibernate_after with instant or near instant timeoutsAndrey Mayorov
2015-12-11crypto: Fix potential memory leak in error case for block cipherSverker Eriksson
2015-12-11crypto: Optimize AES-GCM cipher to not use dynamic allocationSverker Eriksson
2015-12-11Use EVP for AES-GCMYuki Ito