Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-06-08 | Remove internal state BOUND from inet_drv | Raimo Niskanen | |
2016-06-02 | Updated OTP versionOTP-19.0-rc2 | Erlang/OTP | |
2016-06-02 | Prepare release | Erlang/OTP | |
2016-06-02 | Merge branch 'henrik/megaco-appup/OTP-13551' | Henrik Nord | |
* henrik/megaco-appup/OTP-13551: fix appup for megaco | |||
2016-06-02 | Merge branch 'saleyn/uds/PR-612/OTP-13572' | Raimo Niskanen | |
* saleyn/uds/PR-612/OTP-13572: AF_UNIX is more portable | |||
2016-06-02 | AF_UNIX is more portable | Raimo Niskanen | |
Fix dialyzer warning for improper list in prim_inet by not using an improper list. | |||
2016-06-02 | Merge branch 'saleyn/uds/PR-612/OTP-13572' | Raimo Niskanen | |
* saleyn/uds/PR-612/OTP-13572: Rewrite inet* for address family 'local' Rewrite inet_drv for AF_LOCAL Assign externally open fd to gen_tcp (UDS support) Conflicts: erts/preloaded/ebin/prim_inet.beam lib/kernel/doc/src/gen_tcp.xml lib/kernel/doc/src/gen_udp.xml lib/kernel/src/inet6_sctp.erl lib/kernel/test/inet_SUITE.erl | |||
2016-06-01 | Merge branch 'sverker/ets-load-factor/OTP-13642' | Sverker Eriksson | |
2016-06-01 | Temporally disable of failing ets_SUITE:memory_check_summary | Sverker Eriksson | |
Seems to be the growing meta tables that is causing increasing failed memchecks after load factor was lowered. | |||
2016-06-01 | erts: Avoid literals in process independent ErlNifEnv | Sverker Eriksson | |
that would go undetected and cause havoc if module is purged. | |||
2016-06-01 | erts: Remove unnecessary access of 'is_resizing' | Sverker Eriksson | |
in tables without write_concurrency and remove it totally #ifndef ERTS_SMP | |||
2016-06-01 | erts: Change ETS hash load factor | Sverker Eriksson | |
from 700% to 200% | |||
2016-06-01 | Rewrite inet* for address family 'local' | Raimo Niskanen | |
2016-06-01 | Merge branch 'egil/lttng-cuddle-tests' | Björn-Egil Dahlberg | |
* egil/lttng-cuddle-tests: erts: Cuddle with lttng_SUITE runtime_tools: Cuddle with t_receive tests | |||
2016-06-01 | Merge branch 'siri/cuddle-master' | Siri Hansen | |
* siri/cuddle-master: Change ct:sleep to timer:sleep where scaling is not wanted Don't generate ssh key files in netconf client test Ignore data received in break mode in test telnet_server Wait for process to die before next call Retry ct_telnet:get_data if no data is received after short wait Don't throw rest of line when NOP is received in test telnet_server Change ct:sleep to timer:sleep in telnet_server | |||
2016-06-01 | Merge branch 'lars/seealso-normalize-space/OTP-13639' | Lars Thorsen | |
* lars/seealso-normalize-space/OTP-13639: [erl_docgen] Normalize space for content in a seealso element | |||
2016-06-01 | [erl_docgen] Normalize space for content in a seealso element | Lars Thorsen | |
2016-06-01 | Merge branch 'lars/system-doc-xmllint-errors/OTP-13638' | Lars Thorsen | |
* lars/system-doc-xmllint-errors/OTP-13638: [erl_docgen] Fix anchor bug for sections in ref manuals Remove usage of non dtd defined tag (<output>) [erl_docgen] Fix support for quote tag [erl_docgen] Correct the handling of marker tags Correct usage of marker tag [erl_docgen] Add new formatting for header level 4 and below Make it possible to run xmllint target in system documentation | |||
2016-06-01 | [erl_docgen] Fix anchor bug for sections in ref manuals | Lars Thorsen | |
2016-06-01 | Remove usage of non dtd defined tag (<output>) | Lars Thorsen | |
2016-06-01 | [erl_docgen] Fix support for quote tag | Lars Thorsen | |
2016-06-01 | [erl_docgen] Correct the handling of marker tags | Lars Thorsen | |
Corrected how the generated html anchor is placed so the section title is visible after jump to the anchor. | |||
2016-06-01 | Correct usage of marker tag | Lars Thorsen | |
2016-06-01 | [erl_docgen] Add new formatting for header level 4 and below | Lars Thorsen | |
2016-06-01 | Make it possible to run xmllint target in system documentation | Lars Thorsen | |
2016-06-01 | fix appup for megaco | Henrik Nord | |
2016-06-01 | Merge branch 'ingela/ssl/gen-statem-simplification' | Ingela Anderton Andin | |
* ingela/ssl/gen-statem-simplification: ssl: simplyfy code using gen_statem | |||
2016-06-01 | Merge branch 'hans/ssh/cuddle_tests' | Hans Nilsson | |
2016-06-01 | ssl: simplyfy code using gen_statem | Ingela Anderton Andin | |
2016-06-01 | ssh: Added timetrap to ssh_benchmark_SUITE | Hans Nilsson | |
2016-06-01 | ssh: replace ?config in tests | Hans Nilsson | |
OTP-13565 | |||
2016-06-01 | Merge branch 'hans/ssh/use_open_socket_client/OTP-12860' | Hans Nilsson | |
2016-06-01 | Merge branch 'hans/ssh/spec_behaviours/OTP-13749' | Hans Nilsson | |
2016-06-01 | Merge branch 'ingela/ssl/DH/OTP-13636' | Ingela Anderton Andin | |
* ingela/ssl/DH/OTP-13636: ssl: Stronger default DH prime | |||
2016-06-01 | Merge branch 'legoscia/ssl/tls-dist-more-opts/PR-956/OTP-13429' | Raimo Niskanen | |
* legoscia/ssl/tls-dist-more-opts/PR-956/OTP-13429: Quote curly brackets in command line options Avoid disappearing ETS tables in ssl_dist_SUITE Fix db handle for TLS distribution crl_cache opts Fix ssl_dist_SUITE logging on Windows More logging in ssl_dist_SUITE TLS distribution: crl_check and crl_cache options Allow passing verify_fun for TLS distribution More informative malformed_ssl_dist_opt error | |||
2016-06-01 | ssl: Stronger default DH prime | Ingela Anderton Andin | |
2016-06-01 | Merge branch 'ingela/ssl/rutime-dep' | Ingela Anderton Andin | |
* ingela/ssl/rutime-dep: ssl: Update runtime dependency due to use of gen_statem | |||
2016-06-01 | Rewrite inet_drv for AF_LOCAL | Raimo Niskanen | |
2016-06-01 | ssl: Update runtime dependency due to use of gen_statem | Ingela Anderton Andin | |
2016-06-01 | Merge branch 'ingela/ssl/cuddle-tests' | Ingela Anderton Andin | |
* ingela/ssl/cuddle-tests: ssl: Avoid two renegotiates ssl: Handle freebsd OpenSSL flavour | |||
2016-06-01 | ssl: Avoid two renegotiates | Ingela Anderton Andin | |
2016-06-01 | ssl: Handle freebsd OpenSSL flavour | Ingela Anderton Andin | |
The selection of CA cert files in ssl_ECC_SUITE and ssl_test_lib ought to be refactored, it is quite confusing. But use this workaround until we get time to make a refactor. | |||
2016-06-01 | Update primary bootstrap | Björn Gustavsson | |
2016-06-01 | Merge branch 'bjorn/compiler/beam_validator' | Björn Gustavsson | |
* bjorn/compiler/beam_validator: Add additional coverage and smoke test of beam_validator beam_validator: Strengthen validation of match states beam_validator: Use a record representing the match context | |||
2016-06-01 | Merge branch 'joedevivo/ssl/PR-1063/OTP-13635' | Ingela Anderton Andin | |
* joedevivo/ssl/PR-1063/OTP-13635: ssl:recv timeout() can be 0 | |||
2016-06-01 | Quote curly brackets in command line options | Raimo Niskanen | |
Some shells i.e the bash emulating sh regard curly brackets as special characters so e.g {a,b,{}} is expanded to a b {} which is by erlang regarded as 3 arguments instead of a 3-tuple. Other shells e.g Bourne classic /bin/sh, the ash/dash variants and public domain Korn shell all avoid this surprise. | |||
2016-05-31 | Merge branch 'rickard/etp-commands-fix' | Rickard Green | |
* rickard/etp-commands-fix: Update process state flags in etp-commands | |||
2016-05-31 | Update process state flags in etp-commands | Rickard Green | |
2016-05-31 | Merge branch 'sverker/windows-poller-wakeup-race/OTP-13634' | Sverker Eriksson | |
2016-05-31 | Merge branch 'sverker/gc_rare_map_overflow' | Sverker Eriksson | |