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 pull request #1270 from kostis/hipe-test | Sverker Eriksson | |
hipe: one more test file and some cleanups | |||
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 | eldap: add cover spec for nightly tests | Hans Nilsson | |
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-09 | Prepare release | Erlang/OTP | |
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 | 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 | 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 | |||
2016-12-05 | Merge branch 'ingela/ECC-tests' into maint | Ingela Anderton Andin | |
* ingela/ECC-tests: ssl: Make sure common-test priv_dir is used for test case generated files | |||
2016-12-05 | inets: Add Profile argument missed by commit ↵ | Ingela Anderton Andin | |
fdfda2fab0921d409789174556582db28141448e | |||
2016-12-05 | ssl: Prepare for release | Ingela Anderton Andin | |
2016-12-05 | Merge branch 'siri/cdv/abort-tag/OTP-14053' into maint | Siri Hansen | |
* siri/cdv/abort-tag/OTP-14053: [crashdump_viewer] Display abort reason when truncated | |||
2016-12-05 | Merge branch 'hans/public_key/prepare_release' into maint | Hans Nilsson | |
2016-12-05 | Merge branch 'hans/ssh/prepare_release' into maint | Hans Nilsson | |
2016-12-05 | Merge branch 'hans/eldap/prepare_release' into maint | Hans Nilsson | |
2016-12-05 | public_key: update vsn.mk | Hans Nilsson | |
2016-12-05 | ssh: update vsn.mk | Hans Nilsson | |
2016-12-05 | eldap: update vsn.mk | Hans Nilsson | |
2016-12-05 | Merge branch 'lars/megaco/cuddle-tests/OTP-14075' into maint | Lars Thorsen | |
* lars/megaco/cuddle-tests/OTP-14075: [megaco} Update version [megaco] Use the test_server app and appup tests | |||
2016-12-05 | Merge branch 'hans/public_key/cover_spec' into maint | Hans Nilsson | |
2016-12-05 | Merge branch 'hans/ssh/cover_spec' into maint | Hans Nilsson | |
2016-12-05 | [megaco} Update version | Lars Thorsen | |
2016-12-05 | [megaco] Use the test_server app and appup tests | Lars Thorsen | |
2016-12-05 | Merge branch 'siri/cdv/faulty-column-vals/OTP-14064' into maint | Siri Hansen | |
* siri/cdv/faulty-column-vals/OTP-14064: [crashdump_viewer] Show correct values for 'Object' and 'Memory' | |||
2016-12-05 | [observer] Fix update of range in memory allocator graphs | Siri Hansen | |
2016-12-05 | [observer] Add more port information | Siri Hansen | |
2016-12-05 | ssl: Implement DTLS state machine | Ingela Anderton Andin | |
Beta DTLS, not production ready. Only very basically tested, and not everything in the SPEC is implemented and some things are hard coded that should not be, so this implementation can not be consider secure. Refactor "TLS connection state" and socket handling, to facilitate DTLS implementation. Create dtls "listner" (multiplexor) process that spawns DTLS connection process handlers. Handle DTLS fragmentation. Framework for handling retransmissions. Replay Detection is not implemented yet. Alerts currently always handled as in TLS. |