Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-10-06 | Merge branch 'maint-19' into maint | Ingela Anderton Andin | |
2016-10-06 | Updated OTP versionOTP-19.1.2 | Erlang/OTP | |
2016-10-06 | Update release notes | Erlang/OTP | |
2016-10-06 | Merge branch 'ingela/ssh/channel_exit_handling/OTP-13932' into maint-19 | Erlang/OTP | |
* ingela/ssh/channel_exit_handling/OTP-13932: ssh: Prepare release ssh: Handle gen_server:call/3 exits properly | |||
2016-10-05 | Merge branch 'hasse/parsetools/fix_leex_counting/ERL-263/OTP-13916' into maint | Hans Bolinder | |
* hasse/parsetools/fix_leex_counting/ERL-263/OTP-13916: parsetools: Correct counting of newlines | |||
2016-10-05 | Merge branch 'dgud/wx/drop-files/OTP-13933' into maint | Dan Gudmundsson | |
* dgud/wx/drop-files/OTP-13933: wx: add wxWindowDragAcceptFiles wx: Add simple dropfiles support | |||
2016-10-05 | ssh: Prepare release | Ingela Anderton Andin | |
2016-10-05 | ssh: Handle gen_server:call/3 exits properly | Ingela Anderton Andin | |
Handle all possible exit values that should be interpreted as {error, closed}. Failing to do so could lead to unexpected crashes for users of the ssh application. | |||
2016-10-05 | Update primary bootstrap | Björn Gustavsson | |
2016-10-05 | Merge branch 'bjorn/compiler/beam_block/ERL-266/OTP-13931' into maint | Björn Gustavsson | |
* bjorn/compiler/beam_block/ERL-266/OTP-13931: beam_block: Avoid unsafe inclusion of get_map_elements in blocks | |||
2016-10-05 | beam_block: Avoid unsafe inclusion of get_map_elements in blocks | Björn Gustavsson | |
c2035ebb8b restricted the get_map_elements instruction so that it could only occur at the beginning of a block. It turns out that including it anywhere in a block is unsafe. Therefore, never put get_map_elements instruction in blocks. (Also remove the beam_utils:join_even/2 function since it is no longer used.) ERL-266 | |||
2016-10-05 | Merge branch 'dgud/emacs/do-not-require-final-newline/PR-1130' into maint | Dan Gudmundsson | |
* dgud/emacs/do-not-require-final-newline/PR-1130: erlang-mode: do not configure require-final-newline | |||
2016-10-05 | Merge branch 'cypherfox/edoc/add_doc/PR-1175' into maint | Hans Bolinder | |
* cypherfox/edoc/add_doc/PR-1175: add info for param and returns tags | |||
2016-10-05 | Merge branch 'hizel/howto/win32-include-path-fix/PR-1187' into maint | Lukas Larsson | |
* hizel/howto/win32-include-path-fix/PR-1187: Fix build environment script in HOWTO INSTALL-WIN32 | |||
2016-10-04 | Merge branch 'RoadRunnr/crypto/no-rc4/PR-1169/OTP-13896' into maint | Raimo Niskanen | |
* RoadRunnr/crypto/no-rc4/PR-1169/OTP-13896: disable RC4 in SSL when crypto doesn't support it Fix compilation when OpenSSL doesn't support RC4 Conflicts: lib/crypto/c_src/crypto.c | |||
2016-10-04 | Merge branch 'legoscia/crypto/no-rc2/PR-1163/OTP-13895' into maint | Raimo Niskanen | |
* legoscia/crypto/no-rc2/PR-1163/OTP-13895: Fix compilation when OpenSSL doesn't support RC2 | |||
2016-10-04 | Merge branch 'ingela/ssl/tests/ssl_packet_0_or_raw' into maint | Ingela Anderton Andin | |
* ingela/ssl/tests/ssl_packet_0_or_raw: ssl: Correct tests tcp stream handling | |||
2016-10-04 | ssl: Correct tests tcp stream handling | Ingela Anderton Andin | |
Data collection function active_once_raw/4 did not handle streamed data correctly (it assumed the stream was "packet oriented"), which could result in that the test case perceived that it did not receive all data even though it did. | |||
2016-10-04 | Fix build environment script in HOWTO INSTALL-WIN32 | Ildar Khizbulin | |
2016-10-04 | add info for param and returns tags | Lutz Behnke | |
2016-10-03 | Merge branch 'lukas/erts/bin_to_term_doc_example/PR-1181' into maint | Lukas Larsson | |
* lukas/erts/bin_to_term_doc_example/PR-1181: erts: Add examples to binary_to_term and term_to_binary | |||
2016-10-03 | Merge branch 'ingela/ssl/anonymous/OTP-13926' into maint | Ingela Anderton Andin | |
* ingela/ssl/anonymous/OTP-13926: ssl: Correct anonymous suite handling | |||
2016-10-03 | Merge branch 'lukas/erts/fix_errno_name/OTP-13927' into maint | Lukas Larsson | |
* lukas/erts/fix_errno_name/OTP-13927: erts: Rename __errno in order to avoid conflict on openbsd | |||
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 | wx: add wxWindowDragAcceptFiles | Dan Gudmundsson | |
Enable window to handle drop file events. | |||
2016-09-29 | parsetools: Correct counting of newlines | Hans Bolinder | |
See https://bugs.erlang.org/browse/ERL-263 The fix in commit c9bc5c94 of PR-431 (https://github.com/erlang/otp/pull/431) introduced new problems. | |||
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 | wx: Add simple dropfiles support | Dan Gudmundsson | |
Added wxDropFiles event | |||
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 | |