Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-05-05 | Merge branch 'dotsimon/ssh_sftp_version_negotiation_timeout' | Zandra Hird | |
OTP-12708 | |||
2015-05-05 | Merge branch 'ia/ssh/docs' | Ingela Anderton Andin | |
* ia/ssh/docs: ssh: No description in v-tag ssh: Fix missed alphabetic ordering and indentation ssh: Use correct ASCII char for quote ssh: Fix links | |||
2015-05-05 | ssh: No description in v-tag | Ingela Anderton Andin | |
2015-05-05 | ssh: Fix missed alphabetic ordering and indentation | Ingela Anderton Andin | |
2015-05-05 | ssh: Use correct ASCII char for quote | Ingela Anderton Andin | |
2015-05-05 | ssh: Fix links | Ingela Anderton Andin | |
2015-05-05 | wx: Add missing data in events | Dan Gudmundsson | |
Some events where missing useful information. May require user code recompilation, since some records in wx.hrl have chnaged it's definition. | |||
2015-05-05 | Merge branch 'dgud/wx/optimize-queues' | Dan Gudmundsson | |
* dgud/wx/optimize-queues: wx: Fix delete object wx: Optimize command queues wx: Optimize OpenGL invocations | |||
2015-05-05 | wx: Fix delete object | Dan Gudmundsson | |
delete_object used a deleted reference | |||
2015-05-05 | wx: Optimize command queues | Dan Gudmundsson | |
Remove allocations | |||
2015-05-05 | Merge branch 'erland/OTP18/inets/time_dialyzer/OTP-12441' | Erland Schönbeck | |
* erland/OTP18/inets/time_dialyzer/OTP-12441: inets: Remove dialyzer warning for inets_lib | |||
2015-05-04 | Merge branch 'peppe/add_obsolete_app_warnings' | Peter Andersson | |
* peppe/add_obsolete_app_warnings: Declare webtool and test_server as obsolete OTP-10922 OTP-10923 | |||
2015-05-04 | Merge branch 'peppe/common_test/ct_telnet_modifications' | Peter Andersson | |
* peppe/common_test/ct_telnet_modifications: Set TCP option {nodelay,true} as default for telnet connections Increase speed of keep_alive (NOP) polls OTP-12678 | |||
2015-05-04 | Merge branch 'peppe/jcl_mode_improvements' | Peter Andersson | |
* peppe/jcl_mode_improvements: Fix problem with unitialized edlin text buffer Fix shell crash when in switch command mode OTP-12673 | |||
2015-05-04 | Merge remote-tracking branch 'origin/peppe/common_test/ct_gen_conn_problem' | Peter Andersson | |
* origin/peppe/common_test/ct_gen_conn_problem: Improve code OTP-10365 | |||
2015-05-04 | Merge remote-tracking branch ↵ | Peter Andersson | |
'origin/peppe/common_test/improve_suite_error_reports' * origin/peppe/common_test/improve_suite_error_reports: Add missing events and hook function calls Improve error reports in log when suite compilation fails OTP-10816 | |||
2015-05-04 | Merge remote-tracking branch 'origin/peppe/common_test/test_categories' | Peter Andersson | |
* origin/peppe/common_test/test_categories: Reintroduce functions for backwards compatibility Update handling of failing all/0 function in test suites Add tests for the get_testspec_terms functionality Introduce test categories for OTP tests OTP-11962 | |||
2015-05-04 | Merge remote-tracking branch 'origin/peppe/common_test/remove_old_scripts' | Peter Andersson | |
* origin/peppe/common_test/remove_old_scripts: Remove obsolete installation scripts and update documentation OTP-12421 | |||
2015-05-04 | Merge branch 'ia/ssl/docs' | Ingela Anderton Andin | |
* ia/ssl/docs: ssl: Add missing tag ssl: Put back marker ssl: Fix links ssl: Align with application naming rules ssl: Keep information in one place only ssl: Correct makefile | |||
2015-05-04 | ssl: Add missing tag | Ingela Anderton Andin | |
2015-05-04 | Merge branch 'ia/ssh/test-openssh-cuddle' | Ingela Anderton Andin | |
* ia/ssh/test-openssh-cuddle: ssh: Add openSSH interop check | |||
2015-04-30 | Merge branch 'hans/ssh/rekey/OTP-12692' | Hans Nilsson | |
* hans/ssh/rekey/OTP-12692: ssh: Fix bug causing rekeying once per minute after 1st Gbyte Thanks Simon | |||
2015-04-30 | ssh: Fix bug causing rekeying once per minute after 1st Gbyte Thanks Simon | Hans Nilsson | |
The port stats are not accumulated so that once rekey_limit bytes (by default, 1GB) have been transmitted the connection will be rekeyed every minute, not after the next 1GB. | |||
2015-04-30 | ssl: Put back marker | Ingela Anderton Andin | |
2015-04-30 | Ensure that erl_anno is used when building the primary bootstrap | Björn Gustavsson | |
As the erl_anno module is used by the compiler, it must be included in the set of modules that are used when building the primary bootstrap. | |||
2015-04-30 | erl_docgen: Use module erl_anno | Hans Bolinder | |
2015-04-30 | wx: Use module erl_anno | Hans Bolinder | |
2015-04-30 | diameter: Use module erl_anno | Hans Bolinder | |
2015-04-30 | dialyzer: Use module erl_anno | Hans Bolinder | |
2015-04-30 | eunit: Use module erl_anno | Hans Bolinder | |
2015-04-30 | hipe: Use module erl_anno | Hans Bolinder | |
2015-04-30 | edoc: Use module erl_anno | Hans Bolinder | |
2015-04-30 | syntax_tools: Use module erl_anno | Hans Bolinder | |
2015-04-30 | test_server: Use module erl_anno | Hans Bolinder | |
2015-04-30 | tools: Use module erl_anno | Hans Bolinder | |
2015-04-30 | parsetools: Use module erl_anno | Hans Bolinder | |
2015-04-30 | kernel: Use module erl_anno | Hans Bolinder | |
2015-04-30 | asn1: Use module erl_anno | Hans Bolinder | |
2015-04-30 | debugger: Use module erl_anno | Hans Bolinder | |
2015-04-30 | stdlib: Silence some of qlc's warnings | Hans Bolinder | |
As long as the Erlang Compiler and qlc do not agree on the location of LC warnings, qlc's own warnings about patterns and filters that always fail have been silenced. | |||
2015-04-30 | stdlib: Use module erl_anno | Hans Bolinder | |
2015-04-30 | compiler: Use module erl_anno | Hans Bolinder | |
2015-04-30 | ssl: Fix links | Ingela Anderton Andin | |
2015-04-30 | ssl: Align with application naming rules | Ingela Anderton Andin | |
ssl SSL crypto Crypto stdlib STDLIB kernel Kernel public_key Public Key | |||
2015-04-30 | ssl: Keep information in one place only | Ingela Anderton Andin | |
2015-04-30 | ssl: Correct makefile | Ingela Anderton Andin | |
2015-04-30 | stdlib: Add module erl_anno | Hans Bolinder | |
Introduce erl_anno, an abstraction of the second element of tokens and tuples in the abstract format. The convention that negative line numbers can be used for silencing compiler warnings will no longer work in OTP 19; instead the annotation 'generated' is to be used. | |||
2015-04-29 | Merge branch 'x0id/jinterface_generic_match' | Zandra Hird | |
* x0id/jinterface_generic_match: jinterface: match/bind added to OtpErlangObject fix typo error from recent merge OTP-12691 | |||
2015-04-29 | Merge branch 'erland/OTP18/snmp/time/OTP-12452' | Erland Schönbeck | |
* erland/OTP18/snmp/time/OTP-12452: snmp: Remove deprecated warning for erlang:now in snmpc | |||
2015-04-29 | ssh: Add openSSH interop check | Ingela Anderton Andin | |