Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-12-15 | hipe: Use '::' for constraints | Hans Bolinder | |
2015-12-15 | debugger: Use '::' for constraints | Hans Bolinder | |
2015-12-15 | dialyzer: Print constraints using the '::' syntax | Hans Bolinder | |
2015-12-15 | stdlib: Remove undocumented function specification syntax | Hans Bolinder | |
The syntax -spec/callback F/A :: FunctionType; has been removed. No deprecation was deemed necessary. | |||
2015-12-14 | Don't sort function index when it's not necessary | Pavel Abalihin | |
2015-12-14 | ssl: Print openssl version string | Ingela Anderton Andin | |
2015-12-14 | Remove the code path cache in the code server | Björn Gustavsson | |
In practice, it does not seem that code path cache can improve performance. Looking for any file that is not found will cause the cache to be rebuilt, which will negate any gain of using the cache. | |||
2015-12-14 | Merge branch 'bjorn/deprecate-random/OTP-12502' | Björn Gustavsson | |
* bjorn/deprecate-random/OTP-12502: Deprecate the 'random' module Eliminate mentions of 'random' in documentation mnesia tests: Replace 'random' with 'rand' percept tests: Replace 'random' with 'rand' system tests: Replace 'random' with 'rand' common_test tests: Replace 'random' with 'rand' gs: Remove the contribs directory wx: Replace 'random' with 'rand' stdlib tests: Replace 'random' with 'rand' kernel test: Replace 'random' with 'rand' debugger tests: Replace 'random' with 'rand' compiler tests: Replace 'random' with 'rand' Emulator test suite: Replace use of 'random' with 'rand' Use 'rand' instead of the obsolete 'random' module compile: Eliminate use of the obsolete 'random' module | |||
2015-12-14 | Deprecate the 'random' module | Björn Gustavsson | |
The 'rand' module was introduced in OTP 18 and its use is discouraged. Deprecate it to further discourage its use. | |||
2015-12-14 | mnesia tests: Replace 'random' with 'rand' | Björn Gustavsson | |
2015-12-14 | percept tests: Replace 'random' with 'rand' | Björn Gustavsson | |
2015-12-14 | common_test tests: Replace 'random' with 'rand' | Björn Gustavsson | |
2015-12-14 | gs: Remove the contribs directory | Björn Gustavsson | |
Some of the games no longer work. For example, when calling cols:start/0, there will be a 'badfun' exception because of an attempt to apply a tuple fun. There are also calls to the deprecated now/0 function and to the deprecated 'random' module. Since the entire gs application is deprecated and scheduled to be removed any release now, there is no need to keep the contribs directory. | |||
2015-12-14 | Merge branch 'maint' | Zandra | |
2015-12-14 | Merge branch 'zandra/fix-snmp-appup' into maint | Zandra | |
* zandra/fix-snmp-appup: correct the snmp app up file | |||
2015-12-14 | ssl: Do not use environment variables in openSSL config file | Ingela Anderton Andin | |
LibreSSL does not allow it. | |||
2015-12-14 | Merge branch 'maint' | Dan Gudmundsson | |
* maint: wx: Revert part of 617387025b698c | |||
2015-12-14 | Merge branch 'dgud/wx/fix-observer-display' into maint | Dan Gudmundsson | |
* dgud/wx/fix-observer-display: wx: Revert part of 617387025b698c | |||
2015-12-14 | Merge branch 'maint' | Ingela Anderton Andin | |
2015-12-14 | Merge branch 'ia/pr/919/OTP-13189' into maint | Ingela Anderton Andin | |
* ia/pr/919/OTP-13189: ssl: fix hibernate_after with instant or near instant timeouts | |||
2015-12-12 | wx: Revert part of 617387025b698c | Dan Gudmundsson | |
Causes issues on mac and observer | |||
2015-12-11 | crypto: Support 192-bit keys for AES CBC | Sverker Eriksson | |
and deprecate aes_cbc128 and aes_cbc256 in favor of aes_cbc. This commit is pr 832 squashed, rebased and made work on master https://github.com/erlang/otp/pull/832/commits | |||
2015-12-11 | ssl: fix hibernate_after with instant or near instant timeouts | Andrey Mayorov | |
2015-12-11 | crypto: Fix potential memory leak in error case for block cipher | Sverker Eriksson | |
2015-12-11 | crypto: Optimize AES-GCM cipher to not use dynamic allocation | Sverker Eriksson | |
for the EVP_CIPHER_CTX. | |||
2015-12-11 | Use EVP for AES-GCM | Yuki Ito | |
This enables the use of hardware acceleration on newer Intel CPUs (AES-NI). | |||
2015-12-11 | wx: Replace 'random' with 'rand' | Björn Gustavsson | |
2015-12-11 | stdlib tests: Replace 'random' with 'rand' | Björn Gustavsson | |
2015-12-11 | kernel test: Replace 'random' with 'rand' | Björn Gustavsson | |
2015-12-11 | debugger tests: Replace 'random' with 'rand' | Björn Gustavsson | |
2015-12-11 | compiler tests: Replace 'random' with 'rand' | Björn Gustavsson | |
2015-12-11 | Use 'rand' instead of the obsolete 'random' module | Björn Gustavsson | |
In most cases, we don't have to seed the random number generator, as the rand:uniform/1 takes care about that itself. | |||
2015-12-11 | Merge branch 'maint' | Siri Hansen | |
2015-12-11 | Merge branch 'siri/sasl/doc-editors/OTP-13000' into maint | Siri Hansen | |
* siri/sasl/doc-editors/OTP-13000: sasl: Editorial changes | |||
2015-12-11 | Update appups in kernel, stdlib and sasl for OTP-18.2 | Siri Hansen | |
2015-12-11 | correct the snmp app up file | Zandra | |
2015-12-11 | Merge branch 'maint' | Ingela Anderton Andin | |
2015-12-11 | ssl: Fix typos | Ingela Anderton Andin | |
2015-12-11 | Merge branch 'maint' | Ingela Anderton Andin | |
2015-12-11 | Merge branch 'ia/ssl/windows-tests' into maint | Ingela Anderton Andin | |
* ia/ssl/windows-tests: ssl: Use test case time out instead ssl: Use spawn_executable | |||
2015-12-11 | Merge branch 'ia/ssl/renegotiate-tests' into maint | Ingela Anderton Andin | |
* ia/ssl/renegotiate-tests: ssl: Add renegotiation exception | |||
2015-12-11 | Merge branch 'maint' | Lars Thorsen | |
2015-12-11 | [inets] Correct broken links | Lars Thorsen | |
2015-12-11 | [orber] Align documentation to DTD | Lars Thorsen | |
2015-12-11 | [inets] Align documentation to DTD | Lars Thorsen | |
2015-12-11 | [ssl] Moved description details to man(6) page | Lars Thorsen | |
2015-12-11 | [ssh] Align documentation to DTD | Lars Thorsen | |
2015-12-11 | [ssl] Correct the documentation so it follows the DTD | Lars Thorsen | |
2015-12-11 | Merge branch 'maint' | Lars Thorsen | |
2015-12-11 | [erl_docgen] Update element section in DTD | Lars Thorsen | |
Allow sections in sections for reference manuals. |