Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-30 | ssl: Correct anonymous suite handling | Ingela Anderton Andin | |
Test suite did not take TLS-version in to account. Also some anonymous suites where included incorrectly in some TLS versions. | |||
2016-09-29 | Merge branch 'rickard/macosx-config-mess/OTP-13904' into maint | Rickard Green | |
* rickard/macosx-config-mess/OTP-13904: Try to handle not yet available functionality in MacOSX SDK Check deployment target in configure on MacOSX Fix posix_memalign configure test | |||
2016-09-29 | Merge branch 'maint-19' into maint | Ingela Anderton Andin | |
2016-09-29 | Merge branch 'siri/doc-add_pathsa-order/ERL-267/OTP-13920' into maint | Siri Hansen | |
* siri/doc-add_pathsa-order/ERL-267/OTP-13920: Document the order of directories added with code:add_pathsa/1 | |||
2016-09-29 | Merge branch 'hasse/parsetools/fix_leex_unicode/OTP-13919' into maint | Hans Bolinder | |
* hasse/parsetools/fix_leex_unicode/OTP-13919: parsetools: Correct handling of Unicode in Leex | |||
2016-09-28 | Document the order of directories added with code:add_pathsa/1 | Siri Hansen | |
code:add_pathsa/1 reverts the list of directories when adding it at the beginning of the code path. The command line option '-pa' behaves in the same way. This is now documented. | |||
2016-09-28 | Try to handle not yet available functionality in MacOSX SDK | Rickard Green | |
2016-09-28 | Merge branch ↵ | Siri Hansen | |
'legoscia/dynamic-child-shutdown-tuple/ERL-163/PR-1158/OTP-13907' into maint * legoscia/dynamic-child-shutdown-tuple/ERL-163/PR-1158/OTP-13907: Don't report error for shutdown exit tuple | |||
2016-09-28 | Merge branch 'hans/ssh/update_vsn.mk' into maint | Hans Nilsson | |
2016-09-28 | ssh: Update vsn.mk | Hans Nilsson | |
2016-09-28 | Merge branch 'isvilen/ssh_REPL_exit_status/PR-1173/OTP-13905' into maint | Hans Nilsson | |
2016-09-28 | Merge branch 'lucafavatella/erts/fix-typo-fp/PR-1177' into maint | Björn-Egil Dahlberg | |
* lucafavatella/erts/fix-typo-fp/PR-1177: Fix typo in configuration description | |||
2016-09-28 | Merge remote-tracking branch 'github/pr/1183' into maint | Ingela Anderton Andin | |
* github/pr/1183: Fix typos in public_key_app.xml | |||
2016-09-28 | Merge branch 'ahmedshafeeq/inets-httpc-RFC-7231/PR-1172/OTP-13902' into maint | Ingela Anderton Andin | |
* ahmedshafeeq/inets-httpc-RFC-7231/PR-1172/OTP-13902: Update test case docs with RFC-7231 Update behavior of httpc:request to match RFC-7231 | |||
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 | 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-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 | |