Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-06-07 | erl2html2: Fix unmatched_return warnings | Zandra | |
2016-06-07 | cth_conn_log: Fix unmatched_return warnings | Zandra | |
2016-06-07 | ct_webtool: Fix unmatched_return warnings | Zandra | |
2016-06-07 | ct_telnet: Fix unmatched_return warnings | Zandra | |
2016-06-07 | ct_ssh: Fix unmatched_return warnings | Zandra | |
2016-06-07 | ct_snmp: Fix unmatched_return warnings | Zandra | |
2016-06-07 | ct_slave: Fix unmatched_return warnings | Zandra | |
2016-06-07 | ct_rpc: Fix unmatched_return warnings | Zandra | |
2016-06-07 | ct_repeat: Fix unmatched_return warnings | Zandra | |
2016-06-07 | ct_release_test: Fix unmatched_return warnings | Zandra | |
2016-06-07 | ct_property_test: Fix unmatched_return warnings | Zandra | |
2016-06-07 | ct_master: Fix unmatched_return warnings | Zandra | |
2016-06-07 | ct_hooks_lock: Fix unmatched_return warnings | Zandra | |
2016-06-07 | ct_hooks: Fix unmatched_return warnings | Zandra | |
2016-06-07 | ct_groups: Fix unmatched_return warnings | Zandra | |
2016-06-07 | ct_ftp: Fix unmatched_return warnings | Zandra | |
2016-06-07 | ct_framework: Fix unmatched_return warnings | Zandra | |
2016-06-07 | ct_config: Fix unmatched_return warnings | Zandra | |
2016-06-07 | Merge branch 'ingela/public_key/doc/OTP-13186' | Ingela Anderton Andin | |
* ingela/public_key/doc/OTP-13186: public_key: Create application manual page that is man(6) | |||
2016-06-07 | ct_run: Fix unmatched_return warnings | Zandra | |
2016-06-07 | Merge branch 'hans/inets/ftp/fix_bugs/OTP-13644' | Hans Nilsson | |
2016-06-07 | Merge branch 'hans/eldap/cuddle_tests' | Hans Nilsson | |
2016-06-07 | Merge branch 'hans/ssh/use_open_socket/OTP-12860' | Hans Nilsson | |
2016-06-07 | Make sure test node shuts down before skipping suite | Peter Andersson | |
2016-06-07 | ssl: Tune timeouts | Ingela Anderton Andin | |
2016-06-07 | Merge branch 'ingela/public_key/ERL-129/OTP-13554' | Ingela Anderton Andin | |
* ingela/public_key/ERL-129/OTP-13554: public_key: Support more general name types | |||
2016-06-07 | Merge branch 'dgud/wx/change-async-error' | Dan Gudmundsson | |
* dgud/wx/change-async-error: wx: Change async error handling | |||
2016-06-07 | Merge branch 'ingela/ssl/phase-out-sslv2-hello/OTP-13465' | Ingela Anderton Andin | |
* ingela/ssl/phase-out-sslv2-hello/OTP-13465: ssl: Add option to phase out support for sslv2 client hello | |||
2016-06-07 | Merge branch 'dotsimon/erts/heart_no_kill/OTP-13650' | Lukas Larsson | |
* dotsimon/erts/heart_no_kill/OTP-13650: erts: make HEART_NO_KILL have to be set to TRUE Don't kill old erlang if HEART_NO_KILL is set Conflicts: lib/kernel/doc/src/heart.xml | |||
2016-06-06 | Measure file i/o overhead and skip test if the speed is too slow | Peter Andersson | |
2016-06-04 | Return callback module in supervisor format_status | José Valim | |
The previous implementation of supervisor:get_callback_module/1 used sys:get_status/1 to get the supervisor inner state and retrieve the callback module. Such implementation forbids any other supervisor implementation that has an internal state different than the #state{} record in supervisor.erl. This patch allows supervisors to return the callback module as part of the sys:get_status/1 data, no longer coupling the callback module implementation with the inner #state{} record. Notice we have kept the clause matching the previous sys:get_status/1 reply for backwards compatibility purposes. | |||
2016-06-03 | ssl: Reject unrequested client cert | Ingela Anderton Andin | |
2016-06-03 | ssl: Mitigate load increase when the whole session table is invalidated | Ingela Anderton Andin | |
2016-06-03 | Merge remote-tracking branch 'github/pr/1087' | Ingela Anderton Andin | |
* github/pr/1087: Move misplaced period in ssl documentation | |||
2016-06-03 | Explain how to make inet_res_SUITE not skip | Raimo Niskanen | |
2016-06-03 | public_key: Create application manual page that is man(6) | Ingela Anderton Andin | |
2016-06-03 | Merge branch 'kostis/edoc/add_specs/PR-1077' | Dan Gudmundsson | |
* kostis/edoc/add_specs/PR-1077: edoc_run: Add types and specs | |||
2016-06-03 | [cdv] Allow port info "Port controls forker process" | Siri Hansen | |
2016-06-03 | gethostbyname, gethostbyaddr | Raimo Niskanen | |
2016-06-03 | ftp: make rottend tc:s work again | Hans Nilsson | |
2016-06-03 | ftp: Test suites updates | Hans Nilsson | |
- add timetrap to ftp test suite - removed non-existing tc from ftp_SUITE:all() - moved tc:s missplaced in ftp_SUITE | |||
2016-06-03 | ftp: fix error code errors incl extend test suites | Hans Nilsson | |
2016-06-03 | ssl: Add option to phase out support for sslv2 client hello | Ingela Anderton Andin | |
ssl servers can recognize sslv2 client hellos to interop with clients that support higher version of SSL/TLS but also offers sslv2 Conflicts: lib/ssl/src/tls_connection.erl | |||
2016-06-03 | Merge branch 'bjorn/compiler/misc' | Björn Gustavsson | |
* bjorn/compiler/misc: misc_SUITE: Cover the remaining lines in beam_peep Avoid the dreaded "no_file" in warnings Eliminate crash for map updates in guards beam_block: Eliminate crash in beam_utils | |||
2016-06-03 | erts: make HEART_NO_KILL have to be set to TRUE | Lukas Larsson | |
2016-06-03 | Move misplaced period in ssl documentation | Kenneth Lakin | |
2016-06-03 | Merge branch 'jv/compiler/mapsify-rec_env/PR-1082/OTP-13646' | Björn-Egil Dahlberg | |
* jv/compiler/mapsify-rec_env/PR-1082/OTP-13646: Convert dict() to map() in rec_env.erl | |||
2016-06-03 | wx: Change async error handling | Dan Gudmundsson | |
Previously error from async functions made an exit when the next sync call checked the message queue. This have been changed to an error report instead since the errors where async there where really hard to handle. Also changed the error report format to make it easier to filter them with a custom error_handler. | |||
2016-06-03 | public_key: Support more general name types | Ingela Anderton Andin | |
2016-06-03 | misc_SUITE: Cover the remaining lines in beam_peep | Björn Gustavsson | |