Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-05-27 | Update release notes | Erlang/OTP | |
2014-05-27 | Merge branch 'hans/ssh/patch-17.0.2' into maint-17 | Erlang/OTP | |
* hans/ssh/patch-17.0.2: ssh: Prepare for release ssh: Use correct timeout value for the connection timeout ssh: Add max_session parameter to ssh:daemon | |||
2014-05-27 | Merge branch 'ia/inets/prep' into maint-17 | Erlang/OTP | |
* ia/inets/prep: inets: Prepare for release | |||
2014-05-27 | Merge branch 'ia/inets/maint-17/string-lengths/OTP-11925' into maint-17 | Erlang/OTP | |
* ia/inets/maint-17/string-lengths/OTP-11925: inets: httpd - Behave well on not so long but wrong request lines inets: httpc - update test suite framwork to adopt to change in httpd inets: httpd - Reject incorrect large request lines early | |||
2014-05-27 | inets: Correct distirbing mode for httpd:reload_config/2 | Ingela Anderton Andin | |
config_reload tests are not enough to test httpd "block/unblock" used by config_reload, so renable some test cases in the old_httpd_SUITE after making them work with the new code. Should be cleaned up and moved to httpd_SUITE. | |||
2014-05-26 | ssh: Prepare for release | Hans Nilsson | |
2014-05-26 | ssh: Use correct timeout value for the connection timeout | Ingela Anderton Andin | |
2014-05-26 | ssh: Add max_session parameter to ssh:daemon | Hans Nilsson | |
2014-05-26 | inets: Prepare for release | Ingela Anderton Andin | |
Do application restart as old soft upgrade was not correct | |||
2014-05-23 | inets: httpd - Behave well on not so long but wrong request lines | Ingela Anderton Andin | |
2014-05-23 | inets: httpc - update test suite framwork to adopt to change in httpd | Ingela Anderton Andin | |
2014-05-23 | inets: httpd - Reject incorrect large request lines early | Ingela Anderton Andin | |
2014-04-10 | Prepare release | Erlang/OTP | |
2014-04-10 | Add initial documentation framework for TypEr. | Rickard Green | |
2014-04-07 | Update release notes | Erlang/OTP | |
2014-04-07 | Merge remote branch 'github/pr/326' | Ingela Anderton Andin | |
* github/pr/326: Fix typo in authorized_keys filename Fix typo in SSH docs | |||
2014-04-07 | Merge branch 'anders/diameter/17.0_release/OTP-11605' | Anders Svensson | |
* anders/diameter/17.0_release/OTP-11605: Fix diameter.hrl comment typos | |||
2014-04-07 | Fix diameter.hrl comment typos | Anders Svensson | |
A Diameter Header Command Code is 24 bits, not 8, and an Application-ID is 32 bits, not 24. Thanks to Austin Aigbe for pointing it out. | |||
2014-04-06 | Fix typo in authorized_keys filename | Josh Adams | |
2014-04-06 | Fix typo in SSH docs | Josh Adams | |
2014-04-04 | Merge branch 'egil/maps-fix-map-key-patterns' | Björn-Egil Dahlberg | |
* egil/maps-fix-map-key-patterns: stdlib: Fix erl_id_trans example stdlib: Deny map keys defined as #{ .. := .. } in patterns compiler: Fix compiling map keys in patterns from core compiler,stdlib: Fix Map literals as keys for Maps in patterns | |||
2014-04-03 | Merge branch 'vinoski/hash-update-arity' | Sverker Eriksson | |
* vinoski/hash-update-arity: Some more faulty deprecation warnings for crypto | |||
2014-04-03 | Some more faulty deprecation warnings for crypto | Sverker Eriksson | |
2014-04-03 | Merge branch 'vinoski/hash-update-arity' | Sverker Eriksson | |
* vinoski/hash-update-arity: fix arity of crypto:hash_update/2 in deprecation warnings | |||
2014-04-03 | stdlib: Fix erl_id_trans example | Björn-Egil Dahlberg | |
2014-04-03 | stdlib: Deny map keys defined as #{ .. := .. } in patterns | Björn-Egil Dahlberg | |
2014-04-03 | compiler: Fix compiling map keys in patterns from core | Björn-Egil Dahlberg | |
2014-04-03 | compiler,stdlib: Fix Map literals as keys for Maps in patterns | Björn-Egil Dahlberg | |
2014-04-03 | Merge branch 'ia/public_key/doc-fix' | Ingela Anderton Andin | |
* ia/public_key/doc-fix: public_key: Fix typo | |||
2014-04-03 | public_key: Fix typo | Ingela Anderton Andin | |
2014-04-03 | Merge branch 'siri/master-cuddle-with-tests' | Siri Hansen | |
* siri/master-cuddle-with-tests: Stop nodes after test cases in release_handler_SUITE Add debug printouts in release_handler_SUITE:upgrade_gg Improve printout of command when encoding is utf-8 Add debug printouts in crashdump_viewer_SUITE:load_file | |||
2014-04-03 | Merge branch 'siri/deprecate-pg/OTP-11840' | Siri Hansen | |
* siri/deprecate-pg/OTP-11840: Deprecate module pg | |||
2014-04-03 | Merge branch 'siri/doc-upgrade/OTP-11717' | Siri Hansen | |
* siri/doc-upgrade/OTP-11717: Add documentation about upgrade Add info about upgrade of core applications | |||
2014-04-03 | Add documentation about upgrade | Siri Hansen | |
The example of how to create a first target system, which is located in the System Principles document, is now extended to also include an example of code upgrade. A new chapter is added to System Principles explaining different issues when upgrade includes new versions applications within Erlang/OTP. | |||
2014-04-03 | Merge branch 'anders/diameter/17.0_release/OTP-11605' | Anders Svensson | |
* anders/diameter/17.0_release/OTP-11605: Bring diameter_dbg into the present | |||
2014-04-03 | Stop nodes after test cases in release_handler_SUITE | Siri Hansen | |
Test cases 'release_handler_which_releases' and 'upgrade_supervisor' did not terminate the nodes they started. This might be the cause of failing test cases further down the suite. This has been corrected. | |||
2014-04-03 | Add debug printouts in release_handler_SUITE:upgrade_gg | Siri Hansen | |
2014-04-03 | Improve printout of command when encoding is utf-8 | Siri Hansen | |
In release_handler_SUITE, print command with ~ts instead of ~tp in case it contains unicode characters. | |||
2014-04-03 | Add debug printouts in crashdump_viewer_SUITE:load_file | Siri Hansen | |
2014-04-03 | Merge branch 'peppe/common_test/otp_17_doc' | Peter Andersson | |
* peppe/common_test/otp_17_doc: Document the abort_if_missing_suites functionality Document changes in the CT hooks API and the event message protocol Document new ct_telnet logging features | |||
2014-04-03 | Merge branch 'ia/public_key/doc' | Ingela Anderton Andin | |
* ia/public_key/doc: public_key: Document issuer_fun option to pkix_crls_validate/3 public_key: Update outdated links | |||
2014-04-02 | Bring diameter_dbg into the present | Anders Svensson | |
The module is just a collection of functions for retrieving or printing information for the purpose of debugging. Various changes over several releases had broken the table-listing functions diameter_peer/0 and diameter_service/0. Add some minor tidying as well. | |||
2014-04-02 | Deprecate module pg | Siri Hansen | |
To be removed in Erlang/OTP 18 | |||
2014-04-02 | Document the abort_if_missing_suites functionality | Peter Andersson | |
OTP-11769 | |||
2014-04-02 | Document changes in the CT hooks API and the event message protocol | Peter Andersson | |
OTP-11732 | |||
2014-04-02 | Document new ct_telnet logging features | Peter Andersson | |
OTP-11440 | |||
2014-04-02 | public_key: Document issuer_fun option to pkix_crls_validate/3 | Ingela Anderton Andin | |
2014-04-02 | Merge branch 'egil/test-cuddling' | Björn-Egil Dahlberg | |
* egil/test-cuddling: tools: Refactor testcase emulator: Increase timetrap timeout for binary_SUITE emulator: Increase timetrap timeout for match_spec_SUITE | |||
2014-04-02 | Merge branch 'siri/ct_netconfc-spec/OTP-11834' | Siri Hansen | |
* siri/ct_netconfc-spec/OTP-11834: Fix specs for return values in ct_netconfc | |||
2014-04-01 | tools: Refactor testcase | Björn-Egil Dahlberg | |