Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-08-22 | erts: Document erlang:get_keys/0 | Björn-Egil Dahlberg | |
2014-08-22 | stdlib: Auto-import erlang:get_keys/0 | Björn-Egil Dahlberg | |
2014-08-22 | erts: Add spec for erlang:get_keys/0 | Björn-Egil Dahlberg | |
2014-08-22 | kernel: Test BIF erlang:get_keys/0 | Björn-Egil Dahlberg | |
2014-08-22 | erts: Add BIF erlang:get_keys/0 | Björn-Egil Dahlberg | |
Returns a list of all keys in the process dictionary. | |||
2014-08-22 | Merge branch 'maint' | Marcus Arendt | |
2014-08-22 | Development | Marcus Arendt | |
2014-08-22 | Merge branch 'maint' | Marcus Arendt | |
* maint: Updated OTP version Update release notes Conflicts: OTP_VERSION | |||
2014-08-22 | Merge branch 'marcus/OTP-17.2.1/mergefix' into maint | Marcus Arendt | |
* marcus/OTP-17.2.1/mergefix: Updated OTP version Update release notes | |||
2014-08-22 | Updated OTP version | Erlang/OTP | |
2014-08-22 | Update release notes | Erlang/OTP | |
2014-08-21 | Merge branch 'maint' | Björn-Egil Dahlberg | |
2014-08-21 | Merge branch 'egil/proc_lib-optimizations/OTP-12060' into maint | Björn-Egil Dahlberg | |
* egil/proc_lib-optimizations/OTP-12060: stdlib: Update dependencies to erts-6.2 erts: Update preloaded erlang.beam stdlib: Use erlang:fun_info_mfa/1 in proc_lib:init_p/3 erts: Test erlang:fun_info_mfa/1 erts: Introduce erlang:fun_info_mfa/1 | |||
2014-08-21 | Merge branch 'maint' | Lukas Larsson | |
* maint: Add number of entries to mnesia copy debug message Add thread index to allocator enomem dump slogan Add run queue index to process dump info Add missing error string to syslog logging in epmd Demote rare debug slogan of message discarding to debug build | |||
2014-08-21 | Merge branch 'nox/reedr-logging/OTP-12115' into maint | Lukas Larsson | |
* nox/reedr-logging/OTP-12115: Add number of entries to mnesia copy debug message Add thread index to allocator enomem dump slogan Add run queue index to process dump info Add missing error string to syslog logging in epmd Demote rare debug slogan of message discarding to debug build | |||
2014-08-21 | Merge branch 'maint' | Marcus Arendt | |
2014-08-21 | Merge branch 'maint-17' into maint | Marcus Arendt | |
2014-08-21 | Merge remote-tracking branch 'upstream/maint' | Ingela Anderton Andin | |
2014-08-21 | Merge branch 'ia/ssl/dialyzer-certificate_requests' into maint | Ingela Anderton Andin | |
* ia/ssl/dialyzer-certificate_requests: ssl: Fix boolean expression ssl: Fix broken contract | |||
2014-08-21 | Merge branch 'maint' | Marcus Arendt | |
2014-08-21 | Merge branch 'lucafavatella/accept-ip-in-net_adm-names' into maint | Marcus Arendt | |
* lucafavatella/accept-ip-in-net_adm-names: Refactor erl_epmd:names/1 Accept inet:ip_address() in net_adm:names/1 | |||
2014-08-21 | Merge branch 'maint' | Hans Bolinder | |
* maint: dialyzer, hipe: Fix a bug concerning is_record/2,3 | |||
2014-08-21 | Merge branch 'hb/dialyzer/bugfixes/OTP-12018' into maint | Hans Bolinder | |
* hb/dialyzer/bugfixes/OTP-12018: dialyzer, hipe: Fix a bug concerning is_record/2,3 | |||
2014-08-21 | dialyzer, hipe: Fix a bug concerning is_record/2,3 | Hans Bolinder | |
Also fixed some cases where Dialyzer could crash due to reaching system limits. | |||
2014-08-21 | Merge branch 'maint' | Hans Bolinder | |
* maint: dialyzer: fix a -Wunderspecs bug | |||
2014-08-21 | Merge branch 'hb/dialyzer/bugfix/OTP-12111' into maint | Hans Bolinder | |
* hb/dialyzer/bugfix/OTP-12111: dialyzer: fix a -Wunderspecs bug | |||
2014-08-20 | dialyzer: fix a -Wunderspecs bug | Hans Bolinder | |
Sometimes bogus warnings were generated for parametrized types. Thanks to Krzesimir Sarnecki for pointing the bug out. Also corrected warnings where the structure of opaque types were exposed (thanks to Kostis for pointing the bug out). | |||
2014-08-20 | Updated OTP versionOTP-17.2.1 | Erlang/OTP | |
2014-08-20 | Update release notes | Erlang/OTP | |
2014-08-20 | Merge branch 'hans/ssh/patch-17.0.2' into maint-17 | Erlang/OTP | |
* hans/ssh/patch-17.0.2: ssh: Updated vsn.mk ssh: negotiation_timeout bug fixed ssh: Negotiation_timeout testcase | |||
2014-08-20 | ssh: Updated vsn.mk | Hans Nilsson | |
2014-08-20 | ssh: negotiation_timeout bug fixed | Hans Nilsson | |
2014-08-20 | ssh: Negotiation_timeout testcase | Hans Nilsson | |
2014-08-19 | ssl: Fix boolean expression | Ingela Anderton Andin | |
2014-08-18 | stdlib: Update dependencies to erts-6.2 | Björn-Egil Dahlberg | |
2014-08-18 | ssl: Fix broken contract | Ingela Anderton Andin | |
2014-08-14 | Merge branch 'maint' | Rickard Green | |
* maint: Fix +swct doc | |||
2014-08-14 | Merge branch 'rickard/+swct/OTP-12102' into maint | Rickard Green | |
* rickard/+swct/OTP-12102: Fix +swct doc | |||
2014-08-14 | Fix +swct doc | Rickard Green | |
2014-08-14 | Add number of entries to mnesia copy debug message | Rick Reed | |
2014-08-14 | Refactor erl_epmd:names/1 | Luca Favatella | |
Simplify erl_epmd:names/1, keeping the same functionalities, relying on inet:gethostbyname/1 being able to handle both atoms and strings. | |||
2014-08-14 | Accept inet:ip_address() in net_adm:names/1 | Luca Favatella | |
This change also simplifies the code avoiding a double (conditional) call to inet:gethostbyname/1 (in net_adm:names/1 and then erl_epmd:names/1). | |||
2014-08-14 | Merge branch 'maint' | Hans Nilsson | |
* maint: ssh: Add testcases for max_sessions option | |||
2014-08-14 | Merge branch 'hans/ssh/new_test_case' into maint | Hans Nilsson | |
* hans/ssh/new_test_case: ssh: Add testcases for max_sessions option | |||
2014-08-14 | ssh: Add testcases for max_sessions option | Hans Nilsson | |
Now checks that if we have max_session sessions we could close one session and open a new one. That is checked both for parallel and non-parallel logins. | |||
2014-08-14 | Merge branch 'bjorn/erts/export-bifs/OTP-12099' | Björn Gustavsson | |
* bjorn/erts/export-bifs/OTP-12099: BIFs should be considered exported | |||
2014-08-14 | Merge branch 'nox/compiler/improve-core-lint' | Björn Gustavsson | |
* nox/compiler/improve-core-lint: Remove obsolete comment in core_lint Handle return mismatches for calls and primops Check for more return mismatches Use +clint0 in compiler's test suites | |||
2014-08-14 | Merge remote-tracking branch 'upstream/maint' | Ingela Anderton Andin | |
2014-08-14 | Merge branch 'ia/ssl/certificate_types/certificate_requests/OTP-12026' into ↵ | Ingela Anderton Andin | |
maint * ia/ssl/certificate_types/certificate_requests/OTP-12026: public_key: Updated User Guide with ECC records ssl: Make sure the correct ROOT-cert is used ssl: Test ECDSA and improve test suite maintainability public_key: Correct ASN1-type EcpkParameters in PEM handling public_key: Correct ASN-1 spec ssl: Correct handling of certificate_types in Certificate Requests | |||
2014-08-14 | public_key: Updated User Guide with ECC records | Ingela Anderton Andin | |