Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2014-10-10 | ssh: Add option sftp_vsn | Ingela Anderton Andin | |
2014-10-10 | [observer] Remove note about R15B nodes in user guide | Siri Hansen | |
A note in the user guide says "Only R15B nodes can be observed". This note was written because the observer_backend module did not exist in earlier releases. It should have said "R15B or later". However, now that we are on OTP-17, we don't think the note is necessary anymore so it is now removed. | |||
2014-10-10 | Merge branch 'hb/dialyzer/warnings_as_errors/OTP-12225' into maint | Hans Bolinder | |
* hb/dialyzer/warnings_as_errors/OTP-12225: dialyzer: do a minor re-factoring dialyzer: Ignore ERL_COMPILER_OPTIONS when compiling dialyzer: fix bug concerning compiler option 'warnings_as_errors' | |||
2014-10-09 | ssh: Fix option user_interaction to work as expected | Ingela Anderton Andin | |
When password authentication is implemented with ssh keyboard-interactive method and the password is already supplied, so that we do not need to query the user, connections should succeed even though the user_interaction option is set to false. | |||
2014-10-09 | ssh: Corrected ret val from ssh_connection:subsystem/4. | Hans Nilsson | |
2014-10-09 | ssh: testcase | Hans Nilsson | |
2014-10-09 | Add wx_object as emacs skeleton | Olle Mattsson | |
2014-10-08 | dialyzer: do a minor re-factoring | Hans Bolinder | |
A minor re-factoring and generalization. | |||
2014-10-08 | Merge branch 'siri/cuddle-with-tests' into maint | Siri Hansen | |
* siri/cuddle-with-tests: [ct test] Explicitly unregister event receiver to avoid badarg | |||
2014-10-08 | dialyzer: Ignore ERL_COMPILER_OPTIONS when compiling | Hans Bolinder | |
If, for instance, 'warn_unused_import' is present in ERL_COMPILER_OPTIONS then many files in Erlang/OTP (Kernel, STDLIB, ...) cannot be analyzed by Dialyzer since the option is not present when compiling Erlang/OTP, but 'warnings_as_errors' is. The case that ERL_COMPILER_OPTIONS contains 'warnings_as_errors' can only be handled by ignoring ERL_COMPILER_OPTIONS. | |||
2014-10-08 | ssl: Prepare for release | Ingela Anderton Andin | |
2014-10-08 | ssl: Servers may include an empty SNI-extension | Ingela Anderton Andin | |
2014-10-08 | dialyzer: fix bug concerning compiler option 'warnings_as_errors' | Hans Bolinder | |
A typical scenario: the type digraph() is used in R16 (compilation with the option 'warnings_as_errors' results in no warning); then the module is analyzed by a 17 Dialyzer where digraph() is obsolete, and since the warning is turned into an error Dialyzer fails to load the module. Thanks to Michael Truog. | |||
2014-10-08 | Minor misprints correction | Kirill Zaborsky | |
2014-10-08 | Don't generate weird exit if ct_logs has terminated before shut down | Peter Andersson | |
2014-10-07 | Make ODBC configure handle OS X Mavericks and Yosemite | Steve Vinoski | |
OS X Mavericks is based on Darwin version 13.x, and Yosemite on 14.x. Change the ODBC configure.in script to recognize these versions. | |||
2014-10-06 | Merge branch 'vinoski/edlin-ctrl-u' into maint | Bruce Yinhe | |
OTP-12224 * vinoski/edlin-ctrl-u: Make shell ctrl-u save killed text correctly | |||
2014-10-06 | First attempt at adding a skel for -spec's | David N. Welton | |
New skel adds a -spec for the function after point. |