Age | Commit message (Expand) | Author |
2018-09-17 | Merge branch 'hans/crypto/rsassa_pss/OTP-15260' into maint | Hans Nilsson |
2018-09-17 | Remove the beam_dead and beam_split passes | Björn Gustavsson |
2018-09-17 | Add beam_ssa_dead.erl | Björn Gustavsson |
2018-09-17 | beam_ssa_codegen: Don't emit kill instructions before exit BIFs | Björn Gustavsson |
2018-09-17 | Cover more code in beam_ssa_type | Björn Gustavsson |
2018-09-17 | beam_ssa_type: Substitute variables that evaluate to a constant | Björn Gustavsson |
2018-09-17 | beam_ssa_type: Infer types for more instructions and BIFs | Björn Gustavsson |
2018-09-17 | beam_ssa_type: Remove clause in arith_op_types/2 that can't match | Björn Gustavsson |
2018-09-17 | beam_ssa_opt: Robustify float optimizations | Björn Gustavsson |
2018-09-14 | [logger] Read config before terminating handler process | Siri Hansen |
2018-09-14 | crypto: Fix no_aead test | Hans Nilsson |
2018-09-14 | crypto: Document AES_CCM and fix errors in User's Guide | Hans Nilsson |
2018-09-14 | crypto: AES_CCM test case | Hans Nilsson |
2018-09-14 | crypto: All aes_ccm vectors (including unused) | Hans Nilsson |
2018-09-14 | crypto: Add AES_CCM crypto | Hans Nilsson |
2018-09-14 | crypto: Generalize aes_gcm_(de|en)crypt nifs | Hans Nilsson |
2018-09-14 | crypto: Add forgotten #ifdef | Hans Nilsson |
2018-09-14 | crypto: Change condition for RSA_PKCS1_PSS | Hans Nilsson |
2018-09-14 | crypto: RSA options list disclaimer in documentation for crypto:supports/0 | Hans Nilsson |
2018-09-14 | crypto: Add 'rsa_opts' to crypto:supports/0 | Hans Nilsson |
2018-09-14 | Merge branch 'maint' | Hans Bolinder |
2018-09-14 | Merge branch 'hasse/syntax_tools/fix_revert/OTP-15294' into maint | Hans Bolinder |
2018-09-14 | erts: Add comment about [] and nil() to The Abstract Format | Hans Bolinder |
2018-09-13 | stdlib: Update ets docs for write_concurrency and ordered_set | Sverker Eriksson |
2018-09-13 | Use long period counter for crypto_aes | Raimo Niskanen |
2018-09-13 | Prototype crypto_aes PRNG | Raimo Niskanen |
2018-09-13 | Improve seeding methods | Raimo Niskanen |
2018-09-13 | Implement Xoroshiro928** | Raimo Niskanen |
2018-09-13 | Improve handling of ref vals | Raimo Niskanen |
2018-09-13 | Merge branch 'maint' | Hans Nilsson |
2018-09-13 | Merge branch 'hans/crypto/SHA3/OTP-15153' into maint | Hans Nilsson |
2018-09-13 | Merge branch 'maint' | Hans Nilsson |
2018-09-13 | Merge branch 'hans/crypto/doc/OTP-15134' into maint | Hans Nilsson |
2018-09-13 | ssh: Use exported crypto types | Hans Nilsson |
2018-09-13 | public_key: Generate refman from types and specs | Hans Nilsson |
2018-09-13 | public_key: Rework -type and -spec | Hans Nilsson |
2018-09-13 | public_key: Setup for doc generation | Hans Nilsson |
2018-09-13 | public_key: Remove special type signature for one test | Hans Nilsson |
2018-09-13 | crypto: Add missing documentation for enable_fips_mode/1 | Hans Nilsson |
2018-09-13 | crypto: Generate refman from types and specs | Hans Nilsson |
2018-09-13 | crypto: Rework -type and -spec | Hans Nilsson |
2018-09-13 | crypto: Setup for doc generation | Hans Nilsson |
2018-09-13 | crypto: A user's guide chapter on algorithm details | Hans Nilsson |
2018-09-13 | Improve trapping in lists:reverse/2 | John Högberg |
2018-09-13 | Fix unsafe use of lists:reverse/1 | John Högberg |
2018-09-12 | [error_logger] Handle report_cb with arity 2 | Siri Hansen |
2018-09-12 | [proc_lib] Improve crash reports for single line logging | Siri Hansen |
2018-09-12 | [logger] Include single_line option to report_cb | Siri Hansen |
2018-09-12 | [logger] Check for deadlock when removing filters | Siri Hansen |
2018-09-12 | [logger] Fix spec for handler callbacks to always return ok | Siri Hansen |