Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
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-26 | Fix initialization dependencies between time, lock-check and lcnt | Rickard Green | |
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-21 | ssl: Make sure test has correct input | Ingela Anderton Andin | |
2016-09-20 | Improve docs | Raimo Niskanen | |
2016-09-20 | Updated OTP versionOTP-19.1 | Erlang/OTP | |
2016-09-20 | Prepare release | Erlang/OTP | |
2016-09-19 | inets: httpc improve error handling | Ingela Anderton Andin | |
Handler process should exit normal if manager process has been terminated | |||
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. |