Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-25 | mnesia: Remove mnesia_frag_old_hash hash module | Björn-Egil Dahlberg | |
The module mnesia_frag_old_hash utilized the broken erlang:hash/2 function which has been deprecated for a long time. Since erlang:hash/2 is now removed there is no point in having this module any more. | |||
2017-01-25 | stdlib: Produce correct warning for erlang:hash/2 | Björn-Egil Dahlberg | |
2017-01-24 | Merge branch 'maint' | Björn-Egil Dahlberg | |
2017-01-24 | Merge branch 'schimulkar/os_mon/linux-on-ibm-z/PR-1309/OTP-14161' into maint | Björn-Egil Dahlberg | |
* schimulkar/os_mon/linux-on-ibm-z/PR-1309/OTP-14161: Adding s390x support | |||
2017-01-23 | Merge branch 'maint' | Hans Nilsson | |
2017-01-23 | ssh: ssh_dbg now reports HELLO msgs and timestamps | Hans Nilsson | |
2017-01-23 | Merge branch 'hans/ssh/optimize/OTP-14160' | Hans Nilsson | |
2017-01-20 | Merge branch 'maint' | Hans Nilsson | |
2017-01-20 | Merge branch 'hans/ssh/cuddle_tests' into maint | Hans Nilsson | |
2017-01-20 | Merge branch 'maint' | Björn-Egil Dahlberg | |
2017-01-20 | Merge branch 'egil/cuddle-more-tests' into maint | Björn-Egil Dahlberg | |
* egil/cuddle-more-tests: runtime_tools: Fix utf-8 encoding in LTTng.xml Handle unicode in path in test | |||
2017-01-19 | ssh: fix mpint-bug in property tests | Hans Nilsson | |
2017-01-19 | Merge branch 'hans/ssh/benchmarks' | Hans Nilsson | |
2017-01-19 | Merge branch 'maint' | Hans Nilsson | |
2017-01-19 | Merge branch 'hans/ssh/reduce_decrypt_error_info_leakage/OTP-14109' into maint | Hans Nilsson | |
2017-01-18 | ssh: increased benchmark suite timetrap | Hans Nilsson | |
2017-01-18 | ssh: fixed benchmark bug for gcm-modes | Hans Nilsson | |
The bug has not affected existing results because no gcm-modes has been measured. | |||
2017-01-18 | ssh: Reduce info leakage on decrypt errors | Hans Nilsson | |
Use same message when there are packet errors like too long length, MAC, decrypt or decode errors. This is regarded as good practise to prevent some attacks | |||
2017-01-18 | Merge branch 'maint' | Raimo Niskanen | |
2017-01-18 | Merge branch 'raimo/snmp/compile-enum-refinement/ERL-325/OTP-14145' into maint | Raimo Niskanen | |
* raimo/snmp/compile-enum-refinement/ERL-325/OTP-14145: Bump version Do without compilation time in SNMP versions[12]() Test enum refinement MIB Fix enum refinement in usertype in SYNTAX | |||
2017-01-18 | Merge branch 'maint' | Hans Nilsson | |
2017-01-18 | Merge pull request #1311 from leoliu/fix-ERL-336 | Hans Nilsson | |
Add a missing aes_gcm -spec clause to crypto:block_encrypt/4 | |||
2017-01-17 | Merge branch 'maint' | Björn-Egil Dahlberg | |
2017-01-17 | Merge branch 'egil/cuddle-tests' into maint | Björn-Egil Dahlberg | |
* egil/cuddle-tests: stdlib: Increase timetrap for rand_SUITE common_test: Increase timetrap for cth_hooks_SUITE compiler: Increase timetrap timeouts for lc_SUITE | |||
2017-01-17 | runtime_tools: Fix utf-8 encoding in LTTng.xml | Björn-Egil Dahlberg | |
2017-01-17 | Bump version | Raimo Niskanen | |
2017-01-17 | Do without compilation time in SNMP versions[12]() | Raimo Niskanen | |
2017-01-17 | Merge branch 'maint' | Hans Nilsson | |
2017-01-17 | Merge pull request #1308 from philipcristiano/file_api | Hans Nilsson | |
ssh: Correct ssh_sftpd_file_api dialzyer spec | |||
2017-01-17 | Merge branch 'rickard/ds-features-20' | Rickard Green | |
OTP-14152 * rickard/ds-features-20: Remove experimental disclaimer on dirty schedulers Scheduler wall time support for dirty schedulers Always return info from system_info(dirty_[cpu|io]_schedulers*) Improve etp-commands Switch between scheduler types when multi-scheduling is blocked Perform potentially long GC on dirty schedulers if available Return and exception trace for nif-export scheduled BIFs Optimize handling of BIF errors Support for dirty BIFs Reduction counting on non-tail return | |||
2017-01-17 | Merge branch 'maint' | Ingela Anderton Andin | |
2017-01-17 | Merge branch 'ingela/ssl/hs-stream/OTP-14138' into maint | Ingela Anderton Andin | |
* ingela/ssl/hs-stream/OTP-14138: ssl: Handle really big handshake packages | |||
2017-01-17 | ssl: Handle really big handshake packages | Ingela Anderton Andin | |
If a handshake message is really big it could happen that the ssl process would hang due to failing of requesting more data from the socket. This has been fixed. Also added option to limit max handshake size. It has a default value that should be big enough to handle normal usage and small enough to mitigate DoS attacks. | |||
2017-01-17 | Add a missing aes_gcm -spec clause to crypto:block_encrypt/4 | Leo Liu | |
Fix https://bugs.erlang.org/browse/ERL-336. | |||
2017-01-16 | Adding s390x support | Satyen Chimulkar | |
2017-01-16 | Merge pull request #1307 from bjorng/bjorn/asn1/remove-deprecated/OTP-14146 | Björn Gustavsson | |
asn1: Remove deprecated functions OTP-14146 | |||
2017-01-13 | Test enum refinement MIB | Raimo Niskanen | |
2017-01-13 | Fix enum refinement in usertype in SYNTAX | Raimo Niskanen | |
2017-01-13 | Merge pull request #1285 from bjorng/bjorn/compiler/type-specs | Björn Gustavsson | |
Add types and specs for all compiler modules | |||
2017-01-13 | asn1: Remove deprecated functions | Björn Gustavsson | |
Remove the entire asn1rt module. All functions in it were deprecated in OTP 17. In asn1ct, remove the deprecated functions asn1ct:encode/3 and asn1ct:decode/3. Also remove asn1ct:encode/2, which has not been formally deprecated but is undocumented. | |||
2017-01-13 | Merge branch 'maint' | Lars Thorsen | |
2017-01-13 | Merge pull request #1261 from smangelsdorf/default_attrs_bug | Lars Thorsén | |
Include explicit attrs when default_attrs=true | |||
2017-01-13 | Merge branch 'hasse/stdlib/check_type_constraints/OTP-14070/PR-1214' | Hans Bolinder | |
* hasse/stdlib/check_type_constraints/OTP-14070/PR-1214: stdilb: Check for bad type constraints in function types | |||
2017-01-12 | ssh: Correct ssh_sftpd_file_api dialzyer spec | Philip Cristiano | |
The `State` seems to have been included twice in 91acfc. | |||
2017-01-12 | Merge branch 'maint' | Hans Bolinder | |
* maint: stdlib: Correct signatures of functions in erl_parse | |||
2017-01-12 | Merge branch 'hasse/stdlib/fix_anno_types/OTP-14131' into maint | Hans Bolinder | |
* hasse/stdlib/fix_anno_types/OTP-14131: stdlib: Correct signatures of functions in erl_parse | |||
2017-01-12 | Support for dirty BIFs | Rickard Green | |
2017-01-12 | Makefile: Warn for missings spec | Björn Gustavsson | |
2017-01-12 | Add specs for the beam_*:module/2 functions | Björn Gustavsson | |
2017-01-12 | beam_trim: Add types and specs | Björn Gustavsson | |