Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-21 | stdlib: Let dets:open_file() crash when given raw file name | Hans Bolinder | |
See also ERL-55 and OTP-13229. | |||
2018-08-20 | Merge pull request #1934 from marianoguerra/fix-extra-closing-parenthesis | Rickard Green | |
erts/time_correction.xml: remove extra closing parenthesis | |||
2018-08-20 | Merge pull request #1901 from getong/fix_ssl_example | Ingela Andin | |
Modernized example | |||
2018-08-17 | Merge branch 'hans/ssh/curve_element/OTP-15244' into maint | Hans Nilsson | |
* hans/ssh/curve_element/OTP-15244: ssh: Use the 'macs' tag in crypto:supports/0 ssh: Use the new crypto:supports/0 tag 'curves' | |||
2018-08-17 | Merge branch 'hans/crypto/curve_in_supports/OTP-14717' into maint | Hans Nilsson | |
* hans/crypto/curve_in_supports/OTP-14717: crypto: Try to generate ecdh for all crypto:curves() crypto: Put curve list in C | |||
2018-08-16 | erts/time_correction.xml: remove extra closing parenthesis | Mariano Guerra | |
2018-08-16 | ssh: Use the 'macs' tag in crypto:supports/0 | Hans Nilsson | |
2018-08-16 | ssh: Use the new crypto:supports/0 tag 'curves' | Hans Nilsson | |
2018-08-16 | crypto: Try to generate ecdh for all crypto:curves() | Hans Nilsson | |
2018-08-16 | crypto: Put curve list in C | Hans Nilsson | |
2018-08-16 | Merge branch 'hans/crypto/cuddle_tests' into maint | Hans Nilsson | |
* hans/crypto/cuddle_tests: crypto: Fail tests if crypto cannot start | |||
2018-08-16 | Merge branch 'hans/ssh/cuddle_tests' into maint | Hans Nilsson | |
2018-08-16 | Merge pull request #1728 from davidw/emacs-align | Dan Gudmundsson | |
OTP-15239 | |||
2018-08-16 | Merge pull request #1931 from marianoguerra/fix-doc-errors-maint | Lukas Larsson | |
fix double parenthesis and badly formatter <v> tags | |||
2018-08-16 | Merge pull request #1930 from ↵ | Lukas Larsson | |
marianoguerra/fix-emd2exml-encoding-value-gen-maint fix generated encoding for xml files generated with emd2exml | |||
2018-08-15 | fix double parenthesis and badly formatter <v> tags | Mariano Guerra | |
(cherry picked from commit 1b36c8ff81e896f9aa172603962f838d980668a0) | |||
2018-08-15 | fix generated encoding for xml files generated with emd2exml | Mariano Guerra | |
DTRACE.xml and SYSTEMTRAP.xml set encoding to utf8 instead of utf-8 and make xmerl_scan:file/1,2 fail parsing them (cherry picked from commit faded6e1cdceb049d2d9bc995b6c981d58709315) | |||
2018-08-15 | ssh: prolong the timeout in ssh_dbg gen_server calls | Hans Nilsson | |
2018-08-15 | crypto: Fail tests if crypto cannot start | Hans Nilsson | |
2018-08-15 | Merge pull request #1927 from ↵ | Björn Gustavsson | |
bjorng/bjorn/compiler/double-receives/ERL-703/OTP-15235 Fix compiler crash when compiling double receives | |||
2018-08-15 | merge branch 'lukas/erts/fd_driver-fix_pollset_delete/ERL-692/OTP-15236' ↵ | Lukas Larsson | |
into maint erts: Delete fd from poll-set when closing fd_driver port | |||
2018-08-15 | Merge branch 'maint-20' into maint | Ingela Anderton Andin | |
* maint-20: inets: Remove 21 test case Updated OTP version Update release notes Conflicts: OTP_VERSION lib/inets/doc/src/notes.xml lib/inets/test/httpd_SUITE.erl lib/inets/vsn.mk otp_versions.table | |||
2018-08-15 | inets: Remove 21 test case | Ingela Anderton Andin | |
A test case unrelated to the patch was accidentally added when backporting the solution. | |||
2018-08-15 | Merge branch 'lukas/travis/deploy' into maint | Lukas Larsson | |
* lukas/travis/deploy: travis: Make bundle version select regexp stricter | |||
2018-08-15 | travis: Make bundle version select regexp stricter | Lukas Larsson | |
2018-08-15 | Merge branch 'ingela/inets/status-501/ERIERL-218/OTP-15215' into maint | Ingela Anderton Andin | |
* ingela/inets/status-501/ERIERL-218/OTP-15215: inets: Use status code 501 when no mod_* handles the request | |||
2018-08-15 | Merge branch 'lukas/travis/deploy' into maint | Lukas Larsson | |
* lukas/travis/deploy: travis: Filter out release candidates from bundle tags | |||
2018-08-15 | travis: Filter out release candidates from bundle tags | Lukas Larsson | |
2018-08-15 | lukas/kernel/logger_set_app_lvl/PR-1843/OTP-15146 | Lukas Larsson | |
Add logger:set_application_level/2 | |||
2018-08-14 | Updated OTP versionOTP-20.3.8.6 | Erlang/OTP | |
2018-08-14 | Update release notes | Erlang/OTP | |
2018-08-14 | Merge branch 'ingela/inets/maint-20/status-501/ERIERL-218/OTP-15215' into ↵ | Erlang/OTP | |
maint-20 * ingela/inets/maint-20/status-501/ERIERL-218/OTP-15215: inets: Prepare for release inets: Use status code 501 when no mod_* handles the request # Conflicts: # lib/inets/test/httpd_SUITE.erl # lib/inets/vsn.mk | |||
2018-08-14 | Merge branch 'ingela/inets/maint-20/status-501/ERIERL-218/OTP-15215' into maint | Ingela Anderton Andin | |
2018-08-14 | inets: Prepare for release | Ingela Anderton Andin | |
2018-08-14 | Fix compiler crash when compiling double receives | Björn Gustavsson | |
The compiler would crash when compiling a function with two receive statements. https://bugs.erlang.org/browse/ERL-703 | |||
2018-08-14 | inets: Use status code 501 when no mod_* handles the request | Ingela Anderton Andin | |
Conflicts: lib/inets/test/httpd_SUITE.erl | |||
2018-08-14 | Merge branch 'ingela/ssl/ERL-668/improve-err-msg/OTP-15234' into maint | Ingela Anderton Andin | |
* ingela/ssl/ERL-668/improve-err-msg/OTP-15234: ssl: Improve error message | |||
2018-08-14 | Merge branch 'ingela/ssl/ERL-686/OTP-15224' into maint | Ingela Anderton Andin | |
* ingela/ssl/ERL-686/OTP-15224: ssl: Error handling improvment | |||
2018-08-14 | Merge branch 'siri/logger/single_line-unwanted-comma/OTP-15228' into maint | Siri Hansen | |
* siri/logger/single_line-unwanted-comma/OTP-15228: [logger] Avoid unwanted commas introduced by formatter's single_line option | |||
2018-08-14 | inets: Use status code 501 when no mod_* handles the request | Ingela Anderton Andin | |
2018-08-13 | Merge remote-tracking branch 'upstream/pr/1858' into maint | Dan Gudmundsson | |
* upstream/pr/1858: Fix delete_object and write convergence in transaction. OTP-15231 | |||
2018-08-13 | Merge remote-tracking branch 'upstream/pr/1860' into maint | Dan Gudmundsson | |
* upstream/pr/1860: Replace for loop with strchr Fix typos Clean unused wxe_driver callbacks Remove wx c_src compilation warning on Darwin OTP-15230 | |||
2018-08-13 | [logger] Avoid unwanted commas introduced by formatter's single_line option | Siri Hansen | |
When printing a map with ~p in a log message, the formatter's single_line option in some cases introduced unwanted commas after '=>', for example: This is now corrected. When single_line==true, width 0 is added to all ~p and ~P control sequences in the format string. | |||
2018-08-13 | Merge branch 'hans/ssh/circ_buffer/OTP-15020' into maint | Hans Nilsson | |
* hans/ssh/circ_buffer/OTP-15020: ssh: Test group for circular buffer tracing ssh: Circular trace buffer primitives ssh: Make dbg test one group in ssh_dbg_SUITE | |||
2018-08-13 | ssh: Test group for circular buffer tracing | Hans Nilsson | |
2018-08-13 | ssh: Circular trace buffer primitives | Hans Nilsson | |
2018-08-13 | ssh: Make dbg test one group in ssh_dbg_SUITE | Hans Nilsson | |
2018-08-13 | Merge pull request #1919 from bjorng/bjorn/compiler/fix-is_map_key/OTP-15227 | Björn Gustavsson | |
Correct error behavior of is_map_key/2 in guards | |||
2018-08-13 | Merge branch 'hans/crypto/rsa_opts/ERL-675/PR1899/OTP-15212' into maint | Hans Nilsson | |
* hans/crypto/rsa_opts/ERL-675/PR1899/OTP-15212: crypto: Added tests for rsa opts from PR838 Fixes ERL-675 | |||
2018-08-13 | crypto: Added tests for rsa opts from PR838 | Hans Nilsson | |
Just testing to use rsa_pkcs1_oaep_padding, rsa_x931_padding and rsa_sslv23_padding to see that it does not core dum |