Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-04-04 | Merge branch 'maint' | Fredrik Gustafsson | |
2013-04-04 | Merge branch 'fredrik/erts/to_erl_handshake/OTP-11012' into maint | Fredrik Gustafsson | |
* fredrik/erts/to_erl_handshake/OTP-11012: Changed handshake from to_erl to run_erl, on behalf of shell search | |||
2013-04-04 | Changed handshake from to_erl to run_erl, on behalf of shell search | Fredrik Gustafsson | |
2013-04-04 | Update preloaded modules | Fredrik Gustafsson | |
2013-04-04 | Merge branch 'maint' | Fredrik Gustafsson | |
2013-04-04 | Update preloaded modules | Fredrik Gustafsson | |
2013-04-04 | Merge branch 'ks/erlang-spawn_opt-process_level/OTP-11008' into maint | Fredrik Gustafsson | |
* ks/erlang-spawn_opt-process_level/OTP-11008: Fixed documentation for priority_level to spawn_opt Consistent definition of priority levels | |||
2013-04-04 | Fixed documentation for priority_level to spawn_opt | Fredrik Gustafsson | |
2013-04-04 | Consistent definition of priority levels | Kostis Sagonas | |
In the specs and the documentation of the spawn_opt family of functions there is the following definition of priority levels: Level = low | normal | high However, the process_flag/1 function in that module reads: process_flag(Flag :: priority, Level) -> OldLevel Types: Level = OldLevel = priority_level() priority_level() = low | normal | high | max This is clearly inconsistent. Change specs to use the process_level() type declaration instead of re-defining it in various places. | |||
2013-04-04 | Merge remote branch 'upstream/maint' | Ingela Anderton Andin | |
2013-04-04 | Merge branch 'ia/ssl/PSK-SRP' into maint | Ingela Anderton Andin | |
* ia/ssl/PSK-SRP: ssl: Use new SRP crypto API crypto: New SRP API CRYPTO: add algorithms/0 function that returns a list off compiled in crypto algorithms ssl: Add option to list all available ciper suites and enhanced documentation SSL: add documentation for PSK and SRP ciphers options SSL: enable hash_size values for sha224, sha384 and sha512 SSL: add tests for PSK and SRP ciphers SSL: add TLS-SRP (RFC 5054) cipher suites CRYPTO: add support for RFC-2945 SRP-3 and RFC-5054 SRP-6a authentication crypto: Refactor mod_exp_nif SSL: add TLS PSK (RFC 4279 and RFC 5487) cipher suites | |||
2013-04-03 | ssl: Use new SRP crypto API | Ingela Anderton Andin | |
2013-04-03 | crypto: New SRP API | Ingela Anderton Andin | |
Adjust API to better fit in with similar funtions in crypto | |||
2013-04-03 | CRYPTO: add algorithms/0 function that returns a list off compiled in crypto ↵ | Andreas Schultz | |
algorithms add algorithms/0 function that returns a list off compiled in crypto algorithms and make tests suites with SHA226, SHA256, SHA384 and SHA512 conditional based on that | |||
2013-04-03 | ssl: Add option to list all available ciper suites and enhanced documentation | Ingela Anderton Andin | |
2013-04-03 | Update primary bootstrap | Fredrik Gustafsson | |
2013-04-03 | Merge branch 'maint' | Fredrik Gustafsson | |
2013-04-03 | Update primary bootstrap | Fredrik Gustafsson | |
2013-04-03 | Merge branch 'nox/fix-bc-optim/OTP-11005' into maint | Fredrik Gustafsson | |
* nox/fix-bc-optim/OTP-11005: Add a new option +clint0 to the compiler Fix optimization of some binary comprehensions | |||
2013-04-03 | Merge branch 'maint' | Fredrik Gustafsson | |
2013-04-03 | Merge branch 'nox/fix-snmp-gitignore/OTP-11004' into maint | Fredrik Gustafsson | |
* nox/fix-snmp-gitignore/OTP-11004: Fix SNMP gitignore files | |||
2013-04-03 | Merge branch 'maint' | Fredrik Gustafsson | |
2013-04-03 | Merge branch 'ta/ct_run-unused-fun/OTP-11003' into maint | Fredrik Gustafsson | |
* ta/ct_run-unused-fun/OTP-11003: ct_run: delete unused function | |||
2013-04-03 | Merge branch 'maint' | Fredrik Gustafsson | |
2013-04-03 | Merge branch 'bh/fix-erlsrv-usage-typo/OTP-11002' into maint | Fredrik Gustafsson | |
* bh/fix-erlsrv-usage-typo/OTP-11002: Correct typo in erlsrv usage. | |||
2013-04-02 | Merge branch 'maint' | Fredrik Gustafsson | |
2013-04-02 | Merge branch 'mh/emacs-package/OTP-10999' into maint | Fredrik Gustafsson | |
* mh/emacs-package/OTP-10999: erlang-mode: Add autoload cookies for file extension associations | |||
2013-04-02 | Merge branch 'sverk/meta-trace-leak' into maint | Sverker Eriksson | |
* sverk/meta-trace-leak: erts: Fix memleak related to meta tracing OTP-10997 | |||
2013-04-02 | Merge branch 'maint' | Fredrik Gustafsson | |
2013-04-02 | Merge branch 'mh/dialyzer-scan-error/OTP-10996' into maint | Fredrik Gustafsson | |
* mh/dialyzer-scan-error/OTP-10996: Improve Dialyzer output for scan errors | |||
2013-03-31 | ct_run: delete unused function | Tuncer Ayaz | |
2013-03-31 | Fix SNMP gitignore files | Anthony Ramine | |
2013-03-30 | Merge branch 'maint' | Hans Bolinder | |
* maint: Document erl_parse:abstract/2 | |||
2013-03-30 | Merge branch 'hb/stdlib/erl_parse_abstract2/OTP-10992' into maint | Hans Bolinder | |
* hb/stdlib/erl_parse_abstract2/OTP-10992: Document erl_parse:abstract/2 | |||
2013-03-29 | Document erl_parse:abstract/2 | Hans Bolinder | |
A bug has been fixed: when given the option {encoding,utf8} a list of floating point numbers (in the correct interval) was mistakenly returned as a string. | |||
2013-03-29 | Merge branch 'maint' | Hans Bolinder | |
* maint: Fix a bug in the Erlang scanner | |||
2013-03-29 | Merge branch 'hb/stdlib/unicode_bugfix/OTP-10990' into maint | Hans Bolinder | |
* hb/stdlib/unicode_bugfix/OTP-10990: Fix a bug in the Erlang scanner | |||
2013-03-29 | Correct typo in erlsrv usage. | Bryan Hunter | |
2013-03-28 | Merge branch 'maint' | Fredrik Gustafsson | |
2013-03-28 | Merge branch 'sk/odbc64/OTP-10993' into maint | Fredrik Gustafsson | |
* sk/odbc64/OTP-10993: explain postgres pecularity for param query out parameters postgresql test case for 64bit bug for param_query rollback disabling scrollable_cursors for oracle drop procedure after testing set scrollable_cursors to off for oracle driver drop procedure after testing test case for stored procedure with (32bit) integer out params on 64bit platform odbcserver 64bit bug for SQL_C_SLONG type | |||
2013-03-28 | Merge branch 'maint' | Siri Hansen | |
2013-03-28 | Merge branch 'hm/reltool_relaxed_exclude' into maint | Siri Hansen | |
OTP-10988 * hm/reltool_relaxed_exclude: [reltool] Add test case for missing application [reltool] Relax requirements on excluded applications | |||
2013-03-28 | SSL: add documentation for PSK and SRP ciphers options | Andreas Schultz | |
2013-03-28 | SSL: enable hash_size values for sha224, sha384 and sha512 | Andreas Schultz | |
Some of the PSK and SRP ciphers default to sha384, this enables hash_size for that cipher. It also adds sha512 and sha224 to be prepared for further cipher enhancements. | |||
2013-03-28 | SSL: add tests for PSK and SRP ciphers | Andreas Schultz | |
2013-03-28 | SSL: add TLS-SRP (RFC 5054) cipher suites | Andreas Schultz | |
2013-03-28 | CRYPTO: add support for RFC-2945 SRP-3 and RFC-5054 SRP-6a authentication | Andreas Schultz | |
2013-03-28 | crypto: Refactor mod_exp_nif | Sverker Eriksson | |
As a preparation for the new mod_exp_prime and in the quest to reduce to use of the old mpint format. | |||
2013-03-28 | SSL: add TLS PSK (RFC 4279 and RFC 5487) cipher suites | Andreas Schultz | |
2013-03-28 | Fix a bug in the Erlang scanner | Hans Bolinder | |
The scanner did not crash when a floating point number was encountered in the input string. |