Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-12-05 | Merge branch 'maint' | Ingela Anderton Andin | |
2016-12-05 | Merge branch 'ingela/ECC-tests' into maint | Ingela Anderton Andin | |
* ingela/ECC-tests: ssl: Make sure common-test priv_dir is used for test case generated files | |||
2016-12-05 | Merge branch 'siri/cdv/abort-tag/OTP-14053' into maint | Siri Hansen | |
* siri/cdv/abort-tag/OTP-14053: [crashdump_viewer] Display abort reason when truncated | |||
2016-12-05 | Merge branch 'maint' | Hans Nilsson | |
2016-12-05 | Merge branch 'hans/public_key/prepare_release' into maint | Hans Nilsson | |
2016-12-05 | Merge branch 'hans/ssh/prepare_release' into maint | Hans Nilsson | |
2016-12-05 | Merge branch 'hans/eldap/prepare_release' into maint | Hans Nilsson | |
2016-12-05 | public_key: update vsn.mk | Hans Nilsson | |
2016-12-05 | ssh: update vsn.mk | Hans Nilsson | |
2016-12-05 | eldap: update vsn.mk | Hans Nilsson | |
2016-12-05 | Merge branch 'maint' | Lars Thorsen | |
2016-12-05 | Merge branch 'lars/megaco/cuddle-tests/OTP-14075' into maint | Lars Thorsen | |
* lars/megaco/cuddle-tests/OTP-14075: [megaco} Update version [megaco] Use the test_server app and appup tests | |||
2016-12-05 | Merge branch 'maint' | Hans Nilsson | |
2016-12-05 | Merge branch 'hans/public_key/cover_spec' into maint | Hans Nilsson | |
2016-12-05 | Merge branch 'hans/ssh/cover_spec' into maint | Hans Nilsson | |
2016-12-05 | [megaco} Update version | Lars Thorsen | |
2016-12-05 | [megaco] Use the test_server app and appup tests | Lars Thorsen | |
2016-12-05 | Merge branch 'siri/cdv/faulty-column-vals/OTP-14064' into maint | Siri Hansen | |
* siri/cdv/faulty-column-vals/OTP-14064: [crashdump_viewer] Show correct values for 'Object' and 'Memory' | |||
2016-12-05 | Merge branch 'egil/erts/lcnt-nif-driver/OTP-14069' | Björn-Egil Dahlberg | |
* egil/erts/lcnt-nif-driver/OTP-14069: erts: Remove unnecessary 'enable_lcnt' option in locks erts: Fix whitespace errors in lock counter erts: Add driver and nif locks to lcnt | |||
2016-12-05 | Merge branch 'maint' | Dan Gudmundsson | |
* maint: Use off_heap memory queue for mnesia_tm Preserve key order in mnesia:table_info | |||
2016-12-05 | Merge branch 'richcarl/mnesia/table_info_order' into maint | Dan Gudmundsson | |
* richcarl/mnesia/table_info_order: Preserve key order in mnesia:table_info | |||
2016-12-05 | Merge branch 'dgud/mnesia/off-heap-msgs/OTP-14074' into maint | Dan Gudmundsson | |
* dgud/mnesia/off-heap-msgs/OTP-14074: Use off_heap memory queue for mnesia_tm | |||
2016-12-05 | Merge branch 'richcarl/stdlib/io_lib_pretty-comments/PR-1228' | Hans Bolinder | |
* richcarl/stdlib/io_lib_pretty-comments/PR-1228: Add comments for understanding io_lib_pretty | |||
2016-12-02 | erts: Remove unnecessary 'enable_lcnt' option in locks | Björn-Egil Dahlberg | |
2016-12-02 | erts: Fix whitespace errors in lock counter | Björn-Egil Dahlberg | |
2016-12-02 | erts: Add driver and nif locks to lcnt | Björn-Egil Dahlberg | |
2016-12-02 | Update primary bootstrap | Björn-Egil Dahlberg | |
2016-12-02 | Merge branch 'egil/compiler/opt-maps-pattern-matching/OTP-14072' | Björn-Egil Dahlberg | |
* egil/compiler/opt-maps-pattern-matching/OTP-14072: compiler: Add regression tests compiler: Optimize maps pattern matching compiler: Allow for unaligned match argument in value groups | |||
2016-12-02 | Update primary bootstrap | Björn Gustavsson | |
2016-12-02 | Merge branch 'richcarl/default-compiler-flags/PR-1226/OTP-14071' | Björn Gustavsson | |
* richcarl/default-compiler-flags/PR-1226/OTP-14071: stdlib test suite: fix uses of export_all diameter tests: Eliminate use of -compile(export_all) asn1 test suite: Suppress warnings for -compile(export_all) Remove left-over uses of -compile(export_all) Make warn_export_all the default warn_obsolete_guard is already default | |||
2016-12-02 | ssh: excluded modules from cover spec | Hans Nilsson | |
2016-12-02 | public_key: exclude asn1 generated module PKCS-FRAME from cover | Hans Nilsson | |
2016-12-02 | Merge branch 'maint' | Peter Andersson | |
2016-12-02 | Merge branch 'peppe/common_test/surviving_gl_procs/ERL-287/OTP-14026' into maint | Peter Andersson | |
* peppe/common_test/surviving_gl_procs/ERL-287/OTP-14026: Make sure group leader processes terminate properly OTP-14026 | |||
2016-12-02 | Make sure group leader processes terminate properly | Peter Andersson | |
OTP-14026 | |||
2016-12-02 | Merge branch 'peppe/common_test/log_header/OTP-14043' into maint | Peter Andersson | |
* peppe/common_test/log_header/OTP-14043: Add heading option to log functions OTP-14043 | |||
2016-12-02 | Add heading option to log functions | Peter Andersson | |
2016-12-02 | Merge branch 'peppe/common_test/logging_verbosity/OTP-14044' into maint | Peter Andersson | |
* peppe/common_test/logging_verbosity/OTP-14044: Correct errors in documentation and add more info OTP-14044 | |||
2016-12-02 | Correct errors in documentation and add more info | Peter Andersson | |
OTP-14044 | |||
2016-12-01 | Add comments for understanding io_lib_pretty | Richard Carlsson | |
2016-12-01 | compiler: Add regression tests | Björn-Egil Dahlberg | |
2016-12-01 | compiler: Optimize maps pattern matching | Björn-Egil Dahlberg | |
2016-12-01 | Merge branch 'richcarl/kernel/disk_log_tweaks/OTP-14057/PR-1245' | Hans Bolinder | |
* richcarl/kernel/disk_log_tweaks/OTP-14057/PR-1245: Pass log format through from handle() Improve caching in disk_log Use pattern matching for records where suitable Eliminate more code duplication Simplify for rflat Clarify that the type for disk log data is iodata() Pass through known size instead of recomputing Use iolist_size instead of local function Only read log format once in collect loop Eliminate some code duplication Rename internal function for clarity Minor documentation cleanup | |||
2016-11-30 | Merge branch 'sverker/cuddle-hipe-fun-purge-test' | Sverker Eriksson | |
* sverker/cuddle-hipe-fun-purge-test: erts: Fix race in code_SUITE:call_purged_fun_* erts: Refactor test code erts: Add ?line macro for some hipe testing | |||
2016-11-30 | erts: Fix race in code_SUITE:call_purged_fun_* | Sverker Eriksson | |
Must wait for process P0 to enter fun F2 before starting purge, to make sure it's not suspended. | |||
2016-11-30 | erts: Refactor test code | Sverker Eriksson | |
2016-11-30 | erts: Add ?line macro for some hipe testing | Sverker Eriksson | |
2016-11-30 | [crashdump_viewer] Display abort reason when truncated | Siri Hansen | |
If a crashdump is truncated due to size limit reached, a new 'abort' tag with reason is added at the end of the crashdump. This reason is now displayed along with the truncated-warning. | |||
2016-11-30 | Update primary bootstrap | Hans Bolinder | |
2016-11-30 | Merge branch 'hasse/stdlib/remove_dets_v8/OTP-13830' | Hans Bolinder | |
* hasse/stdlib/remove_dets_v8/OTP-13830: reltool: Remove module dets_v8 runtime_tools: Remove module dets_v8 stdlib: Remove support for Dets version 8 tables |