Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-10-27 | Fix miscompilation when module contains multiple named funs | Anthony Ramine | |
A module containing two named funs bearing the same name and arity could be miscompiled. Reported-by: Sam Chapin | |||
2014-10-27 | Merge branch 'knewter/bugfix/typo_in_wx_demo' into maint | Marcus Arendt | |
* knewter/bugfix/typo_in_wx_demo: wx: Fix typo in graphicsContext example | |||
2014-10-27 | Merge branch 'vinoski/darwin-vsn-odbc' into maint | Marcus Arendt | |
* vinoski/darwin-vsn-odbc: Make ODBC configure handle OS X Mavericks and Yosemite | |||
2014-10-24 | Fix ssh_sftp:start_channel timeout | Simon Cornish | |
The {timeout, Timeout} option passed to ssh_sftp:start_channel is not applied to the early phases of the SSH protocol. For example, if the remote server fails to respond after the "hello" then the call will hang for as long as the server keeps the TCP connection alive. This patch passes the Timeout through to ssh:connect. In case the timeout occurs during these phases, {error, timeout} is returned. | |||
2014-10-24 | syntax_tools: Strengthen igor tests | Björn-Egil Dahlberg | |
Simple test of igor:merge/3 | |||
2014-10-24 | syntax_tools: Strengthen erl_recomment tests | Björn-Egil Dahlberg | |
Also erl_comment_scan tests. | |||
2014-10-24 | syntax_tools: Strengthen erl_syntax comments tests | Björn-Egil Dahlberg | |
Comments in the syntax tree. Tested via t_epp_dodger. | |||
2014-10-24 | syntax_tools: Teach Maps to erl_syntax | Björn-Egil Dahlberg | |
Affected functions: * erl_syntax:abstract/1 * erl_syntax:concrete/1 * erl_syntax:is_leaf/1 * erl_syntax:is_literal/1 | |||
2014-10-24 | syntax_tools: Fix is_literal/1 for binary | Björn-Egil Dahlberg | |
2014-10-23 | syntax_tools: Strengthen epp_dodger tests | Björn-Egil Dahlberg | |
Mostly epp_dodger smoke tests. | |||
2014-10-23 | syntax_tools: Strengthen erl_syntax tests | Björn-Egil Dahlberg | |
Mostly type and conversion tests. | |||
2014-10-23 | Merge branch 'maint-17' into maint | Henrik Nord | |
Conflicts: OTP_VERSION | |||
2014-10-23 | Update release notes | Erlang/OTP | |
2014-10-23 | ssh: fix ssh.appup.src. | Hans Nilsson | |
2014-10-23 | ssh: Corrected appup | Ingela Anderton Andin | |
2014-10-23 | Fix rare race condition in Dets | Hans Bolinder | |
The correction is due to the the evil testcase dets_SUITE:simultaneous_open(). If the process repairing a Dets file is killed (should normally never happen), and another process tries to repair the file, a temporary file from the first process could live on for a while, even after a successful call to file:delete(). This has only been seen on W-nd-ows, where it is a known problem. There are other ways to deal with the problem (rename the file; use some other filename), but we continue using one certain filename in order to be as backwards compatible as possible. | |||
2014-10-23 | Merge branch 'hb/debugger/ct_line_cleanup' into maint | Hans Bolinder | |
* hb/debugger/ct_line_cleanup: debugger: clean up Common Test adaption | |||
2014-10-22 | ssh: fix .app and .appup errors | Hans Nilsson | |
2014-10-22 | ssh: remove supervisors for crashed connection worker | Hans Nilsson | |
2014-10-22 | ssh: Print supervisor tree (on demand). | Hans Nilsson | |
2014-10-22 | Merge branch 'HansN/prop_test_updates' into maint | Bruce Yinhe | |
OTP-12256 * HansN/prop_test_updates: Optimizations ssh_eqc_encode_decode.erl compiles Add timeout to a property test (Thanks John & Tobias @ QuviQ) Reduce the total testing time for the properties to 20 seconds No side effects in function arguments Passing global var to QuickCheck statemachine | |||
2014-10-22 | Merge branch 'vinsentru/inets_ftp_extension' into maint | Bruce Yinhe | |
OTP-12255 * vinsentru/inets_ftp_extension: INETS FTP: EPSV and EPRT for IPv4 added | |||
2014-10-22 | syntax_tools: Refactor away ?line macro | Björn-Egil Dahlberg | |
2014-10-22 | Make sure code links are generated even if undefined macros exist | Peter Andersson | |
OTP-11766 | |||
2014-10-22 | ssh: Add pty_alloc request to ssh:shell/[1,2,3] | Ingela Anderton Andin | |
2014-10-22 | ssh: Add ptty_alloc/[2,3] | Ingela Anderton Andin | |
2014-10-22 | Merge branch 'qrilka/patch-2/typo-fix' into maint | Marcus Arendt | |
* qrilka/patch-2/typo-fix: Minor misprints correction | |||
2014-10-21 | ssh: prepare for release | Hans Nilsson | |
2014-10-21 | ssh: avoid terminated but not deleted children to be counted. | Hans Nilsson | |
2014-10-21 | ssh: simple info function (ssh_info:print/0). | Hans Nilsson | |
2014-10-21 | Merge branch 'peppe/common_test/crash_during_close' into maint | Peter Andersson | |
* peppe/common_test/crash_during_close: Solve memory consumption problem Fix problem with buffered async io messages executed too late Don't generate weird exit if ct_logs has terminated before shut down OTP-12159 | |||
2014-10-21 | debugger: clean up Common Test adaption | Hans Bolinder | |
The ct_line module was removed some releases ago. | |||
2014-10-20 | Merge branch 'bjorn/asn1/primitive-indefinite-length/OTP-12205' into maint | Björn Gustavsson | |
* bjorn/asn1/primitive-indefinite-length/OTP-12205: BER decoding: Don't allow primitives with indefinite lengths | |||
2014-10-20 | Merge branch 'adelzhang/fix_application_master_comment' into maint | Bruce Yinhe | |
* adelzhang/fix_application_master_comment: Fix obsolete comment | |||
2014-10-17 | wx: Fix typo in graphicsContext example | Josh Adams | |
2014-10-17 | Solve memory consumption problem | Peter Andersson | |
2014-10-17 | ssh: Gracefully handle bad handshake messages | Ingela Anderton Andin | |
2014-10-17 | ssh: reduce amount of printouts | Hans Nilsson | |
2014-10-16 | ssh: Fix port scanner problems | Hans Nilsson | |
2014-10-16 | ssh: Fixes clause syntax error in ssh.appup.src | Hans Nilsson | |
2014-10-15 | INETS FTP: EPSV and EPRT for IPv4 added | Vladimir Shmalko | |
2014-10-15 | Merge branch 'hans/eldap/cuddle_with_tests' into maint | Hans Nilsson | |
2014-10-15 | Merge branch 'maint-17' into maint | Bruce Yinhe | |
Conflicts: OTP_VERSION | |||
2014-10-14 | eldap: dynamically excludes unsupported ip versions. | Hans Nilsson | |
2014-10-13 | Fix problem with buffered async io messages executed too late | Peter Andersson | |
2014-10-13 | Merge branch 'archimed-shaman/leex_line_wrap_issue' into maint | Bruce Yinhe | |
OTP-12238 * archimed-shaman/leex_line_wrap_issue: Fix line counting in token and tokens functions Add unit test for string fun in leex test suite Fix the line counting in string function | |||
2014-10-13 | Merge branch 'hans/ssh/closed_int/OTP-12004' into maint | Hans Nilsson | |
2014-10-13 | Update release notes | Erlang/OTP | |
2014-10-13 | Merge branch ↵ | Erlang/OTP | |
'ia/patch-17/ssh/user-interaction/OTP-11329/sftp-version/OTP-12227' into maint-17 * ia/patch-17/ssh/user-interaction/OTP-11329/sftp-version/OTP-12227: ssh: Prepare for release ssh: Add option sftp_vsn ssh: Fix option user_interaction to work as expected | |||
2014-10-13 | ssh: Prepare for release | Ingela Anderton Andin | |