Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-26 | Merge branch 'egil/erts/remove-broken-hash/OTP-13827' | Björn-Egil Dahlberg | |
* egil/erts/remove-broken-hash/OTP-13827: Update test cases for erlang:hash/2 removal mnesia: Remove mnesia_frag_old_hash hash module stdlib: Produce correct warning for erlang:hash/2 erts: Remove erlang:hash/2 from documentation erts: Remove broken hash from Erlang | |||
2017-01-25 | Merge branch 'rickard/ds-20-fix' | Rickard Green | |
* rickard/ds-20-fix: Fix unused warning Change exception for enif_schedule_nif() with dirty flags Remove double check of NifExport when checking process code | |||
2017-01-25 | Merge branch 'maint' | Rickard Green | |
* maint: Workaround for buggy android implementation of PTHREAD_STACK_MIN | |||
2017-01-25 | Merge branch 'rickard/android-missing-page-size-workaround' into maint | Rickard Green | |
OTP-14165 * rickard/android-missing-page-size-workaround: Workaround for buggy android implementation of PTHREAD_STACK_MIN | |||
2017-01-25 | Update test cases for erlang:hash/2 removal | Björn-Egil Dahlberg | |
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-25 | erts: Remove erlang:hash/2 from documentation | Björn-Egil Dahlberg | |
2017-01-25 | erts: Remove broken hash from Erlang | Björn-Egil Dahlberg | |
erlang:hash/2 has been deprecated for a while, time to remove it. | |||
2017-01-25 | Merge branch 'maint' | Ingela Anderton Andin | |
2017-01-25 | Merge branch 'ingela/ssl/crl-validity' into maint | Ingela Anderton Andin | |
* ingela/ssl/crl-validity: ssl: Make crls valid for a week instead of 24 hours | |||
2017-01-25 | Merge branch 'maint' | Björn-Egil Dahlberg | |
2017-01-25 | Merge branch 'egil/erts/fix-crashdump-suspend/OTP-14164' into maint | Björn-Egil Dahlberg | |
* egil/erts/fix-crashdump-suspend/OTP-14164: erts: Fix thread suspend in crashdump | |||
2017-01-25 | Merge branch 'maint' | Ingela Anderton Andin | |
2017-01-25 | Merge branch 'ingela/ssl/pem-chache-own-process/OTP-13874' into maint | Ingela Anderton Andin | |
* ingela/ssl/pem-chache-own-process/OTP-13874: ssl: Move PEM cache to a dedicated process | |||
2017-01-25 | Merge branch 'egil/percept/remove-application/OTP-14163' | Björn-Egil Dahlberg | |
* egil/percept/remove-application/OTP-14163: ssl: Remove percept from benchmark otp: Don't mention percept in documentation runtime_tools: Remove percept percept: Remove application | |||
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-24 | Merge branch 'maint' | Björn-Egil Dahlberg | |
2017-01-24 | Merge pull request #1314 from ngrash/fix-jira-issue-status | Björn-Egil Dahlberg | |
Fix JIRA issue status for wanted contributions | |||
2017-01-23 | Merge branch 'sverker/zlib-inflateGetDictionary-mcintosh' | Sverker Eriksson | |
* sverker/zlib-inflateGetDictionary-mcintosh: erts: Fix zlib crash on mac for inflateGetDictionary | |||
2017-01-23 | Merge branch 'maint' | Sverker Eriksson | |
2017-01-23 | Merge branch 'sverker/cuddle-port_trace_SUITE' into maint | Sverker Eriksson | |
* sverker/cuddle-port_trace_SUITE: erts: Fix port_trace_SUITE to join threads | |||
2017-01-23 | Merge branch 'maint' | Hans Nilsson | |
2017-01-23 | Merge branch 'hans/ssh/ssh_dbg_module' into maint | Hans Nilsson | |
2017-01-23 | ssh: ssh_dbg now reports HELLO msgs and timestamps | Hans Nilsson | |
2017-01-23 | Merge branch 'sverker/ASSERT_IN_ENV' | Sverker Eriksson | |
* sverker/ASSERT_IN_ENV: erts: Add macro ERTS_PROC_LOCKS_HIGHER_THAN erts: Cleanup and extra assertions in nif_SUITE.c erts: Cleanup enif_make_reverse_list erts: Add assertions for correct ErlNifEnv erts: Make erts_dbg_within_proc available # Conflicts: # erts/emulator/beam/erl_gc.h | |||
2017-01-23 | Merge branch 'hans/ssh/optimize/OTP-14160' | Hans Nilsson | |
2017-01-22 | Fix JIRA issue status for wanted contributions | Nico | |
2017-01-20 | erts: Fix thread suspend in crashdump | Björn-Egil Dahlberg | |
* move signal handler setup | |||
2017-01-20 | Merge branch 'maint' | Hans Nilsson | |
2017-01-20 | Merge branch 'hans/ssh/cuddle_tests' into maint | Hans Nilsson | |
2017-01-20 | ssl: Remove percept from benchmark | Björn-Egil Dahlberg | |
2017-01-20 | otp: Don't mention percept in documentation | Björn-Egil Dahlberg | |
2017-01-20 | runtime_tools: Remove percept | Björn-Egil Dahlberg | |
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-19 | Fix unused warning | Rickard Green | |
2017-01-19 | Merge branch 'rickard/proc-lookup-inc-refc' | Rickard Green | |
* rickard/proc-lookup-inc-refc: Introduce erts_proc_lookup_inc_refc() | |||
2017-01-19 | Introduce erts_proc_lookup_inc_refc() | Rickard Green | |
2017-01-19 | ssl: Move PEM cache to a dedicated process | Ingela Anderton Andin | |
The PEM cache handling has proven to be too disruptive of the manager process. | |||
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 | Change exception for enif_schedule_nif() with dirty flags | Rickard Green | |
2017-01-18 | Remove double check of NifExport when checking process code | Rickard Green | |