Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-12-09 | Merge branch 'maint' | Ingela Anderton Andin | |
2015-12-09 | Merge branch 'ia/ssl-prepare-release' into maint | Ingela Anderton Andin | |
* ia/ssl-prepare-release: ssl: Correct spec ssl: Prepare for release | |||
2015-12-09 | Merge branch 'maint' | Hans Bolinder | |
* maint: erts: Correct the types section in The Abstract Format document | |||
2015-12-09 | Merge branch 'hb/stdlib/type_printing/OTP-13084' into maint | Hans Bolinder | |
* hb/stdlib/type_printing/OTP-13084: erts: Correct the types section in The Abstract Format document | |||
2015-12-09 | erts: Correct the types section in The Abstract Format document | Hans Bolinder | |
Fixed a mistake in commit 23885a. | |||
2015-12-08 | Update preloaded modules | Björn-Egil Dahlberg | |
2015-12-08 | Merge branch 'egil/term_type/OTP-13172' | Björn-Egil Dahlberg | |
* egil/term_type/OTP-13172: Test erts_internal:term_type/1 erts: Let term_type/1 encompass all types erts: Change erts_internal:map_type/1 into term_type/1 | |||
2015-12-08 | Merge branch 'rickard/ohmq-fixup/OTP-13047' | Rickard Green | |
* rickard/ohmq-fixup/OTP-13047: Replace off_heap_message_queue option with message_queue_data option Always use literal_alloc Distinguish between GC disabled by BIFs and other disabled GC Fix process_info(_, off_heap_message_queue) Off heap message queue test suite Remove unused variable Fix memory leaks | |||
2015-12-08 | ssl: Correct spec | Ingela Anderton Andin | |
2015-12-08 | ssl: Prepare for release | Ingela Anderton Andin | |
2015-12-08 | Replace off_heap_message_queue option with message_queue_data option | Rickard Green | |
The message_queue_data option can have the values - off_heap - on_heap - mixed | |||
2015-12-08 | Always use literal_alloc | Rickard Green | |
2015-12-08 | Distinguish between GC disabled by BIFs and other disabled GC | Rickard Green | |
Processes remember heap fragments that are known to be fully live due to creation in a just called BIF that yields in the live_hf_end field. This field must not be used if we have not disabled GC in a BIF. F_DELAY_GC has been introduced in order to distinguish between to two different scenarios. - F_DISABLE_GC should *only* be used by BIFs. This when the BIF needs to yield while preventig a GC. - F_DELAY_GC should only be used when GC is temporarily disabled while the process is scheduled. A process must not be scheduled out while F_DELAY_GC is set. | |||
2015-12-08 | Fix process_info(_, off_heap_message_queue) | Rickard Green | |
2015-12-08 | Off heap message queue test suite | Rickard Green | |
2015-12-08 | Remove unused variable | Rickard Green | |
2015-12-08 | Fix memory leaks | Rickard Green | |
2015-12-08 | Merge branch 'maint' | Hans Nilsson | |
2015-12-08 | Merge branch 'hans/ssh/defensics_errors' into maint | Hans Nilsson | |
* hans/ssh/defensics_errors: ssh: fix error for data fields errors ssh: fix error for bad packet lengths found by Defensics | |||
2015-12-08 | Merge branch 'maint' | Hans Nilsson | |
2015-12-08 | Merge branch 'hans/ssh/cuddle_tests' into maint | Hans Nilsson | |
* hans/ssh/cuddle_tests: ssh: add econnaborted as correct tcp disconnect reason in testcase ssh: add check for available ipv6 addr in test case ssh: Add testcase precondition | |||
2015-12-08 | Merge branch 'maint' | Ingela Anderton Andin | |
2015-12-08 | Merge branch 'ia/public_key/upper_bounds/OTP-13132' into maint | Ingela Anderton Andin | |
* ia/public_key/upper_bounds/OTP-13132: public_key: Add different upper bounds for diffrent string types | |||
2015-12-08 | Merge branch 'maint' | Dan Gudmundsson | |
* maint: wx: Add toolbar stretchablespace observer: Handle truncated binaries | |||
2015-12-08 | Merge branch 'dgud/observer/cdv-crash-truncbin/OTP-13163' into maint | Dan Gudmundsson | |
* dgud/observer/cdv-crash-truncbin/OTP-13163: observer: Handle truncated binaries | |||
2015-12-08 | Merge branch 'dgud/wx/add-toolbar-func' into maint | Dan Gudmundsson | |
* dgud/wx/add-toolbar-func: wx: Add toolbar stretchablespace | |||
2015-12-07 | ssh: fix error for data fields errors | Hans Nilsson | |
2015-12-07 | Test erts_internal:term_type/1 | Björn-Egil Dahlberg | |
2015-12-07 | erts: Let term_type/1 encompass all types | Björn-Egil Dahlberg | |
2015-12-07 | erts: Change erts_internal:map_type/1 into term_type/1 | Sverker Eriksson | |
to support other terms, not just maps | |||
2015-12-07 | ssh: fix error for bad packet lengths found by Defensics | Hans Nilsson | |
2015-12-07 | Merge branch 'maint' | Henrik Nord | |
2015-12-07 | Merge branch 'rlipscombe/rl-ssl-options' into maint | Henrik Nord | |
* rlipscombe/rl-ssl-options: Ensure single 'raw' option is handled correctly Pass 'raw' options through OTP-13166 | |||
2015-12-07 | Merge branch 'vladdu/jinterface_map_sortkeys' into maint | Henrik Nord | |
* vladdu/jinterface_map_sortkeys: Improve sorting order of keys in a map | |||
2015-12-07 | Merge branch 'NicoK/jinterface-regression' into maint | Henrik Nord | |
* NicoK/jinterface-regression: jinterface: fix writing small compressed values OTP-13165 | |||
2015-12-07 | Merge branch 'maint' | Henrik Nord | |
2015-12-07 | Merge branch 'maint-17' into maint | Henrik Nord | |
Conflicts: OTP_VERSION erts/doc/src/notes.xml erts/vsn.mk otp_versions.table | |||
2015-12-07 | ssh: add econnaborted as correct tcp disconnect reason in testcase | Hans Nilsson | |
2015-12-07 | ssh: add check for available ipv6 addr in test case | Hans Nilsson | |
2015-12-07 | Merge branch 'maint' | Ingela Anderton Andin | |
2015-12-07 | Merge branch 'ia/inets/windows-comp' into maint | Ingela Anderton Andin | |
* ia/inets/windows-comp: inets: Adjust makefile to new windows compiler | |||
2015-12-07 | ssh: Add testcase precondition | Hans Nilsson | |
2015-12-07 | Merge branch 'maint' | Ingela Anderton Andin | |
2015-12-07 | wx: Add toolbar stretchablespace | Dan Gudmundsson | |
Available since 3.0 | |||
2015-12-07 | Merge branch 'ia/ssl/sslv3-completeness' into maint | Ingela Anderton Andin | |
* ia/ssl/sslv3-completeness: ssl: SSLv3 completeness | |||
2015-12-07 | ssl: SSLv3 completeness | Ingela Anderton Andin | |
We are considering removing default support for DES cipher suites. However this cipher suite is currently allowed in TLS and missing from SSL. | |||
2015-12-07 | Merge branch 'maint' | Björn Gustavsson | |
* maint: Correct rand:export_seed/0 when there is no prior seed | |||
2015-12-07 | Merge branch 'bjorn/stdlib/rand-export_seed/OTP-13162' into maint | Björn Gustavsson | |
* bjorn/stdlib/rand-export_seed/OTP-13162: Correct rand:export_seed/0 when there is no prior seed | |||
2015-12-07 | Correct rand:export_seed/0 when there is no prior seed | Björn Gustavsson | |
According to the documentation, rand:export_seed/0 should return 'undefined' if the seed has not been intialized. However, it will create and return a seed. That means that the following code will not work as expected: case rand:export_seed() of undefined -> rand:seen({1,2,3}); _ -> ok end, rand:uniform(Range) | |||
2015-12-07 | Merge branch 'maint' | Ingela Anderton Andin | |