Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-03-09 | ssh: documents ssh:daemon_info/1 | Hans Nilsson | |
2017-03-09 | ssh: Host and Profile info returned in ssh:daemon_info | Hans Nilsson | |
2017-03-09 | public_key: Bugfix public_key:generate_key({namedCurve,OID}) | Hans Nilsson | |
2017-03-09 | Merge branch 'maint' | Hans Nilsson | |
2017-03-09 | ssh: Update .app file | Hans Nilsson | |
2017-03-09 | public_key: updated crypto dependence in .app.src | Hans Nilsson | |
2017-03-09 | public_key: RSA key gen documentation | Hans Nilsson | |
2017-03-09 | public_key: Make test suites use the new RSA key generation function | Hans Nilsson | |
2017-03-09 | public_key: New -spec for public_key:generate_key/1 | Hans Nilsson | |
2017-03-09 | public_key: Add RSA to public_key:generate_key/1 | Hans Nilsson | |
2017-03-09 | crypto: Document exceptions thrown in crypto:generate_key | Hans Nilsson | |
2017-03-09 | crypto: Uppdate crypto.app.src for dirty_scheduler dependency in ERTS | Hans Nilsson | |
2017-03-09 | crypto: removed error function from PR and added error handling in crypto.erl | Hans Nilsson | |
2017-03-09 | Run preprocess when generating xmerl documentation in test | Siri Hansen | |
2017-03-09 | Merge branch 'maint' | Siri Hansen | |
Conflicts: lib/kernel/src/kernel.appup.src lib/stdlib/src/stdlib.appup.src | |||
2017-03-09 | Merge branch 'siri/appups-19.3' into maint | Siri Hansen | |
* siri/appups-19.3: Update appups in kernel and stdlib for OTP-19.3 | |||
2017-03-09 | Merge PR-1360 from margnus1/hipe-codegen/OTP-14261 | Sverker Eriksson | |
HiPE: Various small code cleanups and codegen improvements | |||
2017-03-09 | tools: Remove percept from makefile | Björn-Egil Dahlberg | |
2017-03-09 | Merge branch 'siri/typer/remove-application/OTP-14251' | Siri Hansen | |
* siri/typer/remove-application/OTP-14251: Remove typer application | |||
2017-03-08 | dialyzer: Correct a test case | Hans Bolinder | |
2017-03-08 | Remove typer application | Siri Hansen | |
The application now has an own repo, https://github.com/erlang/typer | |||
2017-03-08 | diameter: Fix handling of locations and annotations | Hans Bolinder | |
2017-03-08 | kernel: Fix handling of locations and annotations | Hans Bolinder | |
2017-03-08 | compiler: Fix handling of locations and annotations | Hans Bolinder | |
2017-03-08 | eunit: Fix handling of locations and annotations | Hans Bolinder | |
2017-03-08 | dialyzer: Fix handling of annotations in a test | Hans Bolinder | |
2017-03-08 | debugger: Fix handling of locations and annotations | Hans Bolinder | |
2017-03-08 | stdlib: Extend functions in erl_parse to handle form_info() | Hans Bolinder | |
For convenience, for instance in parse transforms, the different functions handling erl_anno:anno() can handle {eof, Location}, and are documented to handle all form_info(). | |||
2017-03-08 | stdlib: Fix handling of locations and annotations | Hans Bolinder | |
2017-03-08 | stdlib: Add debug tests to the erl_parse module | Hans Bolinder | |
2017-03-08 | stdlib: improve the erl_anno module's debug tests | Hans Bolinder | |
2017-03-08 | stdlib: Improve the erl_pp module's debug tests | Hans Bolinder | |
2017-03-08 | Merge branch 'maint' | Anders Svensson | |
2017-03-08 | Merge branch 'anders/diameter/capx_strictness/OTP-14257' into maint | Anders Svensson | |
* anders/diameter/capx_strictness/OTP-14257: Add transport_opt() capx_strictness | |||
2017-03-08 | Update appups in kernel and stdlib for OTP-19.3 | Siri Hansen | |
2017-03-08 | Merge branch 'maint' | Anders Svensson | |
2017-03-08 | Merge branch 'anders/diameter/19.3/OTP-14252' into maint | Anders Svensson | |
* anders/diameter/19.3/OTP-14252: vsn -> 1.12.2 Update appup for 19.3 | |||
2017-03-08 | Merge branch 'anders/diameter/19.2/failover/OTP-14206' into maint | Anders Svensson | |
* anders/diameter/19.2/failover/OTP-14206: Avoid sending large terms between nodes unnecessarily Don't use request table for answer routing Fix/redo failover optimization | |||
2017-03-08 | Merge branch 'maint' | Ingela Anderton Andin | |
2017-03-08 | Merge branch 'ingela/ssl/next-maint-version' into maint | Ingela Anderton Andin | |
* ingela/ssl/next-maint-version: ssl: Version update | |||
2017-03-08 | Merge branch 'ingela/ssl/dtls-cont' into maint | Ingela Anderton Andin | |
* ingela/ssl/dtls-cont: dtls: Only test this for TLS for now dtls: Avoid mixup of protocol to test dtls: 'dtlsv1.2' corresponds to 'tlsv1.2' dtls: Correct dialyzer spec and postpone inclusion of test dtls: Erlang distribution over DTLS is not supported dtls: Enable some DTLS tests in ssl_to_openssl_SUITE dtls: Enable DTLS test in ssl_certificate_verify_SUITE dtls: Hibernation and retransmit timers dtls: Make sure retransmission timers are run dtls: DTLS specific handling of socket and ciphers | |||
2017-03-08 | dtls: Only test this for TLS for now | Ingela Anderton Andin | |
We want to avoid failing test cases but still be able to merge DTLS progress for 19.3 | |||
2017-03-08 | Add transport_opt() capx_strictness | Anders Svensson | |
To allow the Peer State Machine requirement that only the expected capabilities exchange message be received in the relevant state to be relaxed. If {capx_strictness, false} is configured then anything bu the expected CER/CEA is ignored. This is non-standard behaviour, and thusfar undocumented. Use at your own risk. | |||
2017-03-07 | Avoid sending large terms between nodes unnecessarily | Anders Svensson | |
When relaying outgoing requests through transport on a remote node, terms that were stripped when sending to the transport process weren't stripped when spawning a process on the remote node. Also, don't save the request to the process dictionary in a process that just relays an answer. | |||
2017-03-07 | Don't use request table for answer routing | Anders Svensson | |
The table has existed forever, to route incoming answers to a waiting request process: each outgoing request writes to the table, and each incoming answer reads. This has been seen to suffer from lock contention at high load however, so this commit moves the routing into the diameter_peer_fsm processes that are diameter's conduit to transport processes. The request table is still used for failover detection, but entries are only written when a watchdog state transitions leaves or enters state OKAY. | |||
2017-03-07 | dtls: Avoid mixup of protocol to test | Ingela Anderton Andin | |
2017-03-07 | Merge branch 'maint' | Lars Thorsen | |
2017-03-07 | [xmerl] Fix compiler and dialyzer warnings | Lars Thorsen | |
2017-03-07 | dtls: 'dtlsv1.2' corresponds to 'tlsv1.2' | Ingela Anderton Andin | |
'dtlsv1.2' should not be included in MIN_DATAGRAM_SUPPORTED_VERSIONS as this is the default when crypto does not have sufficient support for 'tlsv1.2' and 'dtlsv1.2' | |||
2017-03-06 | hipe_amd64: Add missing makefile dependency | Magnus Lång | |