Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-28 | Updated OTP versionOTP-19.1.1 | Erlang/OTP | |
2016-09-28 | Update release notes | Erlang/OTP | |
2016-09-28 | Merge branch 'ingela/ssl/prepare-patch' into maint-19 | Erlang/OTP | |
* ingela/ssl/prepare-patch: ssl: Prepare for release | |||
2016-09-28 | Merge branch 'ingela/ssl/ECC-selection-fix/OTP-13918' into maint-19 | Erlang/OTP | |
* ingela/ssl/ECC-selection-fix/OTP-13918: ssl: Correct ECC curve selection, the error could cause default to always be selected. | |||
2016-09-28 | Merge branch 'ingela/ssl/handshake-event-queue/OTP-13917' into maint-19 | Erlang/OTP | |
* ingela/ssl/handshake-event-queue/OTP-13917: ssl: Avoid event reordering | |||
2016-09-28 | parsetools: Correct handling of Unicode in Leex | Hans Bolinder | |
The 'dfa_graph' option did not work with Unicode. The testcase 'unicode' was not correct. | |||
2016-09-28 | ssl: Correct ECC curve selection, the error could cause default to always be ↵ | Ingela Anderton Andin | |
selected. | |||
2016-09-27 | Update test case docs with RFC-7231 | Ahmed Shafeeq Bin Mohd Shariff | |
2016-09-27 | Merge branch 'sverker/cerl-dump-macos' into maint | Sverker Eriksson | |
2016-09-27 | Fix typos in public_key_app.xml | Magnus Henoch | |
2016-09-27 | ssl: Prepare for release | Ingela Anderton Andin | |
2016-09-27 | ssl: Avoid event reordering | Ingela Anderton Andin | |
Several handshake events may be received in the same TLS packet. Then there will be several events pushed to the gen_statems internal queue. New events already in the socket-buffer should not be processed if there are more unprocessed handshake events in next_event queue. We need to handle this in the next_record/1 function. | |||
2016-09-27 | Merge branch 'andrey/stdlib/fix_edlin_expand/ERL-1152' into maint | Hans Bolinder | |
* andrey/stdlib/fix_edlin_expand/ERL-1152: stdlib: Add a testcase for Unicode expander Support for unicode expander | |||
2016-09-27 | erts: Add examples to binary_to_term and term_to_binary | Lukas Larsson | |
2016-09-27 | erts: Rename __errno in order to avoid conflict on openbsd | Lukas Larsson | |
2016-09-27 | Merge branch 'siri/ttb/ip-client-queue-size/OTP-13829' into maint | Siri Hansen | |
* siri/ttb/ip-client-queue-size/OTP-13829: [ttb] Add option <c>queue_size</c> to tracer/2 | |||
2016-09-27 | Merge branch 'siri/appups-19.1/OTP-13912' into maint | Siri Hansen | |
* siri/appups-19.1/OTP-13912: Update appups in kernel and stdlib for OTP versions > 19.1 | |||
2016-09-27 | Merge branch 'siri/ct_telnet-typo/OTP-13913' into maint | Siri Hansen | |
* siri/ct_telnet-typo/OTP-13913: Fix typo in documentation for ct_telnet:expect/3 | |||
2016-09-26 | Fix typo in documentation for ct_telnet:expect/3 | Siri Hansen | |
2016-09-26 | Update appups in kernel and stdlib for OTP versions > 19.1 | Siri Hansen | |
2016-09-25 | Fix typo in configuration description | Luca Favatella | |
2016-09-23 | Check deployment target in configure on MacOSX | Rickard Green | |
2016-09-23 | stdlib: Add a testcase for Unicode expander | Hans Bolinder | |
2016-09-23 | Fix posix_memalign configure test | Rickard Green | |
2016-09-23 | [ttb] Add option <c>queue_size</c> to tracer/2 | Siri Hansen | |
This sets the maximum queue size for the IP trace driver which is used when tracing to shell and/or <c>{local,File}</c>. Also, change the default queue size set by dbg:trace_port/2 to 200. | |||
2016-09-23 | erts: Make cerl -dump core work on mac | Sverker Eriksson | |
2016-09-22 | file_SUITE: Test file:write_file/3 | Björn Gustavsson | |
Extend file_SUITE:read_write_file/1 to test file:write_file/3 which was not tested at all. While we are it, remove the superfluous roundtrips tests of term_to_binary/1 and binary_to_term/1. Those BIFs are tested in detail in other test suites (for example, binary_SUITE in emulator_test). | |||
2016-09-22 | disable RC4 in SSL when crypto doesn't support it | Andreas Schultz | |
2016-09-22 | Fix compilation when OpenSSL doesn't support RC4 | Andreas Schultz | |
When OpenSSL has been configured with the "no-rc4" option, the header file rc4.h doesn't exist, and neither does the rc4 functions. Let's handle those by checking whether OPENSSL_NO_RC4 is defined. | |||
2016-09-21 | erts: Clearify run_erl docs | Sverker Eriksson | |
ERL-258 | |||
2016-09-20 | Updated OTP versionOTP-19.1 | Erlang/OTP | |
2016-09-20 | Prepare release | Erlang/OTP | |
2016-09-19 | Fix SSH custom REPL exit status | Svilen Ivanov | |
When user defined SSH shell REPL process exits with reason normal SSH channel callback module should report successful exit status to the SSH client. This provides simple way for SSH clients to check for successful completion of executed commands. | |||
2016-09-19 | Add SSH custom REPL exit status test | Svilen Ivanov | |
Test that when used defined shell REPL exit with reason normal SSH client receives exit status 0. | |||
2016-09-18 | Update behavior of httpc:request to match RFC-7231 | Ahmed Shafeeq Bin Mohd Shariff | |
- The behavior of httpc:request when autoredirect = true is not correct according to the latest update in RFC-7231. This patch corrects the autoredirect behavior. | |||
2016-09-15 | Merge branch 'raimo/diffserv-socket-option/OTP-13582' into maint | Raimo Niskanen | |
* raimo/diffserv-socket-option/OTP-13582: Tune 'tclass' semantics Implement IPV6_TCLASS | |||
2016-09-15 | Merge branch 'bjorn/erts/on_load/ERL-240/OTP-13893' into maint | Björn Gustavsson | |
* bjorn/erts/on_load/ERL-240/OTP-13893: erts: Add nif_SUITE:t_on_load erts: Improve nif_SUITE:upgrade test Don't leak old code when loading a modules with an on_load function | |||
2016-09-15 | Merge branch 'richarl/eunit/fix-asserts/PR-1168/OTP-13892' into maint | Björn Gustavsson | |
* richarl/eunit/fix-asserts/PR-1168/OTP-13892: Ensure asserts are enabled in eunit.hrl | |||
2016-09-15 | Merge branch 'peppe/common_test/docs-19.1' into maint | Peter Andersson | |
* peppe/common_test/docs-19.1: Document functions for modifying and reading verbosity levels | |||
2016-09-15 | Document functions for modifying and reading verbosity levels | Peter Andersson | |
2016-09-14 | Fix compilation when OpenSSL doesn't support RC2 | Magnus Henoch | |
When OpenSSL has been configured with the "no-rc2" option, the header file rc2.h doesn't exist, and neither does the function EVP_rc2_cbc. Let's handle those by checking whether OPENSSL_NO_RC2 is defined. Also update pbe_SUITE, which uses RC2-CBC in one of the tests. | |||
2016-09-14 | Merge branch 'maint-19' into maint | Henrik Nord | |
2016-09-14 | Merge branch 'tony612/erts/fix-doc-format-in-c_port/PR-1167/OTP-13885' into ↵ | Björn-Egil Dahlberg | |
maint * tony612/erts/fix-doc-format-in-c_port/PR-1167/OTP-13885: doc: Fix code format in tutorial/c_port | |||
2016-09-14 | Merge branch 'mcherep/erts/fix-doc-typo/PR-1165/OTP-13886' into maint | Björn-Egil Dahlberg | |
* mcherep/erts/fix-doc-typo/PR-1165/OTP-13886: Typo in documentation fixed | |||
2016-09-14 | Merge branch 'egil/update-gitignore' into maint | Björn-Egil Dahlberg | |
* egil/update-gitignore: Update .gitignore | |||
2016-09-14 | Updated OTP versionOTP-19.0.7 | Erlang/OTP | |
2016-09-14 | Prepare release | Erlang/OTP | |
2016-09-14 | Merge branch 'rickard/gc-msgq-bin-fix/OTP-13890' into maint-19 | Erlang/OTP | |
* rickard/gc-msgq-bin-fix/OTP-13890: Ensure we dont use an invalid live heap fragment pointer Update vheap size when moving msgq to heap after GC | |||
2016-09-14 | Merge branch 'peppe/kernel/invalid_priv_dir/ERL-195/OTP-13758' into maint | Peter Andersson | |
* peppe/kernel/invalid_priv_dir/ERL-195/OTP-13758: Fix incorrect priv_dir when adding app's ebin directory to path OTP-13758 | |||
2016-09-14 | Merge branch 'peppe/common_test/verbosity_functions/OTP-13841' into maint | Peter Andersson | |
OTP-13841 |