Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-12-21 | stdlib: Allow characters in types and constant patterns | Hans Bolinder | |
Characters ($char) can be used in constant pattern expressions. They can also be used in types and contracts. | |||
2016-12-19 | Merge branch 'ingela/ssl/terminate/OTP-14100' into maint | Ingela Anderton Andin | |
* ingela/ssl/terminate/OTP-14100: ssl: Correct terminate behaviour | |||
2016-12-19 | ssl: Correct terminate behaviour | Ingela Anderton Andin | |
When the terminate function is called explicitly, to make guarantees that for instance the reuseaddr option works as expected, we must make sure that the clean up code is not run again when gen_statem calls terminate. This check was broken in the rewrite from gen_fsm to gen_statem. Caused PEM cache errors, that in some cases would cause unexpected connection failures. | |||
2016-12-16 | Merge branch 'sverker/cuddle-code_SUITE-versions' into maint | Sverker Eriksson | |
* sverker/cuddle-code_SUITE-versions: erts: Fix hanging race in code_SUITE:versions | |||
2016-12-16 | Merge pull request #1270 from kostis/hipe-test | Sverker Eriksson | |
hipe: one more test file and some cleanups | |||
2016-12-16 | Merge pull request #1279 from legoscia/emacs-dir-locals | Björn Gustavsson | |
Add project-wide Emacs settings file | |||
2016-12-16 | Merge pull request #1275 from pjhades/fix/escript | Björn Gustavsson | |
Allow escripts with only two lines OTP-14098 | |||
2016-12-16 | Merge branch 'hans/eldap/cover_spec' into maint | Hans Nilsson | |
2016-12-16 | Merge branch 'ingela/inets/httpc-redirect-host-header/ERL-316/OTP-14097' ↵ | Ingela Anderton Andin | |
into maint * ingela/inets/httpc-redirect-host-header/ERL-316/OTP-14097: inets: httpc - Correct redirection host header | |||
2016-12-16 | Merge branch 'ingela/inets/httpc-PATCH-doc' into maint | Ingela Anderton Andin | |
* ingela/inets/httpc-PATCH-doc: inets: httpc - patch method missing in doc | |||
2016-12-15 | Merge branch 'hans/ssh/cuddle_tests' into maint | Hans Nilsson | |
2016-12-15 | eldap: add cover spec for nightly tests | Hans Nilsson | |
2016-12-15 | Merge branch 'egil/erts/handle-sigterm-nicely/OTP-14085' into maint | Björn-Egil Dahlberg | |
* egil/erts/handle-sigterm-nicely/OTP-14085: erts: Document SIGTERM handler erts: Add SIGTERM signal handler | |||
2016-12-15 | erts: Document SIGTERM handler | Björn-Egil Dahlberg | |
2016-12-15 | Merge branch 'egil/doc-maps-type/ERL-197/OTP-14096' into maint | Björn-Egil Dahlberg | |
* egil/doc-maps-type/ERL-197/OTP-14096: doc: Enchance map pair optional/mandatory notes doc: Change "stands for" to "denotes" in typespec Remove whitespace errors | |||
2016-12-15 | Create CONTRIBUTING.md (#1278) | Björn Gustavsson | |
According to https://help.github.com/articles/setting-guidelines-for-repository-contributors, a link to a file named CONTRIBUTING.md will be shown when someone is about to create a pull request. That is more visible than our Wiki pages, which are easy to miss. Create the CONTRIBUTING.md file, based on the existing Wiki page https://github.com/erlang/otp/wiki/Contribution-Guidelines. | |||
2016-12-15 | Merge pull request #1277 from bjorng/bjorn/travis-run-tests | Björn Gustavsson | |
Make sure that Travis fails when test cases fail | |||
2016-12-14 | inets: httpc - Correct redirection host header | Ingela Anderton Andin | |
RFC2616 Sect 14.23: The Host request-header field specifies the Internet host AND port number. | |||
2016-12-14 | ssh: [test] property test cuddling | Hans Nilsson | |
2016-12-14 | ssh: [test] remove 'known_hosts' interference in test suite | Hans Nilsson | |
2016-12-14 | ssh: [test] Move fn random_chars/1 to ssh_test_lib | Hans Nilsson | |
2016-12-14 | ssh: [test] Put tstflg values in a proplist | Hans Nilsson | |
2016-12-14 | ssh: [test] Extend timetrap in test case | Hans Nilsson | |
2016-12-13 | Allow escripts with only two lines | Jing Peng | |
The current implementation assumes that escripts all have at least three lines. But according to the escript documentation, comments on the second line and emulator flags on the third line are all optional. Thus escripts with only two lines -- shebang on the first line and code on the second line -- will not run. This commit fixes the problem by rearranging the escript header parsing logic, and recognize the escript body on the second line if the header only contains a line of shebang. | |||
2016-12-13 | inets: httpc - patch method missing in doc | Ingela Anderton Andin | |
2016-12-13 | Add project-wide Emacs settings file | Magnus Henoch | |
Add a .dir-locals.el file, which applies indentation-related settings when editing any file in the project with Emacs. | |||
2016-12-12 | doc: Enchance map pair optional/mandatory notes | Björn-Egil Dahlberg | |
2016-12-12 | doc: Change "stands for" to "denotes" in typespec | Björn-Egil Dahlberg | |
2016-12-12 | Remove whitespace errors | Björn-Egil Dahlberg | |
2016-12-12 | Make sure that Travis fails when test cases fail | Björn Gustavsson | |
2016-12-12 | Don't include problematic test cases in smoke test | Björn Gustavsson | |
In time_SUITE, the univ_to_local/1 and local_to_univ/1 test cases will fail if they are run outside the CET timezone. The consistency/1 test case uses is not reliable in March and October because it uses a simplified model for when the switch to/from DST is done. | |||
2016-12-09 | Updated OTP versionOTP-19.2 | Erlang/OTP | |
2016-12-09 | Prepare release | Erlang/OTP | |
2016-12-08 | erts: Fix hanging race in code_SUITE:versions | Sverker Eriksson | |
Monitor first, then ask to terminate. | |||
2016-12-08 | Merge branch 'egil/erl_interface/fix-warning-in-erl_call/OTP-14086' into maint | Björn-Egil Dahlberg | |
* egil/erl_interface/fix-warning-in-erl_call/OTP-14086: erl_interface: Fix compile warning in erl_call | |||
2016-12-07 | erts: Add SIGTERM signal handler | Björn-Egil Dahlberg | |
A received SIGTERM signal to beam will generate a {'stop','stop'} message to the init process and terminate the beam nicely. | |||
2016-12-07 | Update preloaded modules | Erlang/OTP | |
2016-12-07 | erl_interface: Fix compile warning in erl_call | Björn-Egil Dahlberg | |
2016-12-07 | Update copyright-year | Erlang/OTP | |
2016-12-06 | Add some tests for numeric BIFs | Kostis Sagonas | |
2016-12-06 | Substitute export_all with proper export | Kostis Sagonas | |
2016-12-06 | Merge branch 'hans/eldap/prepare_release' into maint | Hans Nilsson | |
Eldap vsn.mk (version) was updated alhough it shouldn't. | |||
2016-12-06 | Revert "eldap: update vsn.mk" | Hans Nilsson | |
This reverts commit c9bf308b6e3e1a699d6262bbb5ec829fd7819513. | |||
2016-12-06 | Merge branch 'siri/observer/more-port-info/ERL-272/OTP-13948' into maint | Siri Hansen | |
* siri/observer/more-port-info/ERL-272/OTP-13948: [observer] Fix update of range in memory allocator graphs [observer] Add more port information [observer] Show monitored ports in process details view | |||
2016-12-06 | Merge branch 'megaco/version' into maint | Ingela Anderton Andin | |
* megaco/version: Revert "[megaco] Update version" - only test suite updated | |||
2016-12-06 | Revert "[megaco] Update version" - only test suite updated | Ingela Anderton Andin | |
This reverts commit ae8f00912587cbb8e9ace6660434e921bae9730b. | |||
2016-12-06 | Merge branch 'ingela/inets/httpd-profiles/OTP-14082' into maint | Ingela Anderton Andin | |
* ingela/inets/httpd-profiles/OTP-14082: inets: Add Profile argument missed by commit fdfda2fab0921d409789174556582db28141448e | |||
2016-12-06 | Merge branch 'ingela/ssl/next-version' into maint | Ingela Anderton Andin | |
* ingela/ssl/next-version: ssl: Prepare for release | |||
2016-12-06 | Merge branch 'ingela/dtls/statem/OTP-12982' into maint | Ingela Anderton Andin | |
* ingela/dtls/statem/OTP-12982: ssl: Implement DTLS state machine | |||
2016-12-05 | Merge branch 'emj/report-tunnel-errors/PR-1254' into maint | Ingela Anderton Andin | |
* emj/report-tunnel-errors/PR-1254: Report errors from TLS tunnel request to correct process |