Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-08-05 | ssh: more dh_gex test cases | Hans Nilsson | |
2015-08-05 | ssh: options 'dh_gex_groups' and 'dh_gex_limits' | Hans Nilsson | |
2015-08-05 | ssh: diffie-hellman-group14-sha1 | Hans Nilsson | |
2015-08-04 | Merge branch 'hans/ssh/diffie-hellman-group-exchange-shaN/OTP-12672' into maint | Hans Nilsson | |
* hans/ssh/diffie-hellman-group-exchange-shaN/OTP-12672: ssh: added more groups for gex ssh: rm ssh_math and use crypto:compute_key instead ssh: filter algs unknown to crypto (except pk) ssh: add test group ssh: Add experimental 'diffie-hellman-group-exchange-sha256 support ssh: Repair/add experimental diffie-hellman-group-exchange-sha1 support | |||
2015-08-03 | ssh: added more groups for gex | Hans Nilsson | |
2015-08-03 | ssh: rm ssh_math and use crypto:compute_key instead | Hans Nilsson | |
2015-08-03 | ssh: filter algs unknown to crypto (except pk) | Hans Nilsson | |
2015-08-03 | ssh: add test group | Hans Nilsson | |
2015-08-03 | ssh: Add experimental 'diffie-hellman-group-exchange-sha256 support | Hans Nilsson | |
DO NOT USE IN PRODUCTION!!! It is not enabled by default, but may be enabled with the option {preferred_algorithms, [{kex, ['diffie-hellman-group-exchange-sha256']}]} | |||
2015-08-03 | ssh: Repair/add experimental diffie-hellman-group-exchange-sha1 support | Hans Nilsson | |
DO NOT USE IN PRODUCTION!!! This is a bug fixing of the previously partly impelmented kex algorithm. There are more things to do, for example genrate/select better g,p pair obeying the min||n||max request. It is not enabled by default, but may be enabled with the option {preferred_algorithms, [{kex, ['diffie-hellman-group-exchange-sha1']}]} | |||
2015-07-30 | Merge branch 'scrapinghub/cancel_httpc_handler_with_no_requests' into maint | Zandra Hird | |
OTP-12922 * scrapinghub/cancel_httpc_handler_with_no_requests: inets: cancel for handler with no requests | |||
2015-07-16 | inets: cancel for handler with no requests | Kirilll Zaborsky | |
httpc_handler should react properly to cancel requests even when the request to be cancelled was already finished but httpc_manager did not get notified about that yet | |||
2015-07-09 | Merge branch 'c-rack/fix-typo2' into maint | Zandra Hird | |
* c-rack/fix-typo2: Fix small typo | |||
2015-07-09 | Fix small typo | Constantin Rack | |
2015-07-09 | Merge branch 'redvers/public_key_docfix' into maint | Zandra Hird | |
* redvers/public_key_docfix: Updated documentation to match implementation | |||
2015-07-08 | Merge branch 'maint-18' into maint | Rickard Green | |
* maint-18: Updated OTP version Prepare release Fix calculation of end time Prefer monotonic time that stop during suspend Avoid unnecessary copying of data when retrieving corrected monotonic time Add the --enable-gettimeofday-as-os-system-time configure switch | |||
2015-07-08 | Updated OTP versionOTP-18.0.2 | Erlang/OTP | |
2015-07-08 | Prepare release | Erlang/OTP | |
2015-07-08 | Merge branch 'rickard/end-time-fix/OTP-12896' into maint-18 | Erlang/OTP | |
* rickard/end-time-fix/OTP-12896: Fix calculation of end time | |||
2015-07-08 | Merge branch 'rickard/monotonic-clock-source/OTP-12895' into maint-18 | Erlang/OTP | |
* rickard/monotonic-clock-source/OTP-12895: Prefer monotonic time that stop during suspend | |||
2015-07-08 | Merge branch 'rickard/read_corrected_time/OTP-12894' into maint-18 | Erlang/OTP | |
* rickard/read_corrected_time/OTP-12894: Avoid unnecessary copying of data when retrieving corrected monotonic time | |||
2015-07-08 | Merge branch 'rickard/gettimeofday/OTP-12892' into maint-18 | Erlang/OTP | |
* rickard/gettimeofday/OTP-12892: Add the --enable-gettimeofday-as-os-system-time configure switch | |||
2015-07-08 | Merge branch 'rickard/trace-file-eintr-bug/OTP-12890' into maint-18 | Erlang/OTP | |
* rickard/trace-file-eintr-bug/OTP-12890: Handle EINTR in trace_file_drv | |||
2015-07-08 | Merge branch 'rickard/non-smp-trace-port-exit-bug/OTP-12889' into maint-18 | Erlang/OTP | |
* rickard/non-smp-trace-port-exit-bug/OTP-12889: Teach non-smp VM how to deal with trace port crash Test case testing crash in tracer port | |||
2015-07-08 | Fix calculation of end time | Rickard Green | |
2015-07-08 | Prefer monotonic time that stop during suspend | Rickard Green | |
2015-07-08 | Avoid unnecessary copying of data when retrieving corrected monotonic time | Rickard Green | |
2015-07-08 | Merge branch 'dgud/wx/send-asserts-to-erl' into maint | Dan Gudmundsson | |
* dgud/wx/send-asserts-to-erl: wx: Add event callback fastpath wx: Event callbacks could hang wx application temporary wx: Make wxLANGUAGE_ variable wx: Send wxWdigets assert to error logger wx: Add mouse_capture_lost event wx: Fix code generator | |||
2015-07-07 | Add the --enable-gettimeofday-as-os-system-time configure switch | Rickard Green | |
Forces usage of gettimeofday() for OS system time | |||
2015-07-07 | Merge branch 'maint-17' into maint | Zandra Hird | |
Conflicts: OTP_VERSION erts/doc/src/notes.xml erts/vsn.mk lib/runtime_tools/doc/src/notes.xml lib/runtime_tools/vsn.mk otp_versions.table | |||
2015-07-07 | wx: Add event callback fastpath | Dan Gudmundsson | |
Avoids spawn but can deadlock | |||
2015-07-06 | Updated OTP versionOTP-17.5.6.2 | Erlang/OTP | |
2015-07-06 | Prepare release | Erlang/OTP | |
2015-07-06 | Merge branch 'rickard/trace-file-eintr-bug/OTP-12890' into maint-17 | Erlang/OTP | |
* rickard/trace-file-eintr-bug/OTP-12890: Handle EINTR in trace_file_drv | |||
2015-07-06 | Merge branch 'rickard/non-smp-trace-port-exit-bug/OTP-12889' into maint-17 | Erlang/OTP | |
* rickard/non-smp-trace-port-exit-bug/OTP-12889: Teach non-smp VM how to deal with trace port crash Test case testing crash in tracer port | |||
2015-07-06 | Handle EINTR in trace_file_drv | Rickard Green | |
2015-07-06 | Teach non-smp VM how to deal with trace port crash | Rickard Green | |
2015-07-06 | Test case testing crash in tracer port | Rickard Green | |
2015-07-05 | Merge branch 'hans/ssh/no_common_algs/OTP-11531' into maint | Hans Nilsson | |
* hans/ssh/no_common_algs/OTP-11531: ssh: be more generous about disconnect expects ssh: add disjunction to ssh_trpt_test_lib:match | |||
2015-07-04 | ssh: be more generous about disconnect expects | Hans Nilsson | |
2015-07-04 | ssh: add disjunction to ssh_trpt_test_lib:match | Hans Nilsson | |
2015-07-03 | Merge branch 'bjorn/erts/beam_debug' into maint | Björn Gustavsson | |
* bjorn/erts/beam_debug: Add a smoke test of erts_debug:df/1 Correct disassembly of the i_get_map_elements instruction | |||
2015-07-03 | Merge branch 'egil/fix-configure-pthread_getname/OTP-12887' into maint | Björn-Egil Dahlberg | |
* egil/fix-configure-pthread_getname/OTP-12887: erts: Fix configure pthread_getname | |||
2015-07-03 | Merge branch 'egil/update-gitgnore' into maint | Björn-Egil Dahlberg | |
2015-07-03 | mnesia: Update gitignore | Björn-Egil Dahlberg | |
2015-07-03 | Merge branch 'hans/ssh/no_common_algs/OTP-11531' into maint | Hans Nilsson | |
* hans/ssh/no_common_algs/OTP-11531: ssh: testcases for no common algorithms in key exchange | |||
2015-07-03 | Merge branch 'hans/ssh/trpt_test_lib/OTP-12858' into maint | Hans Nilsson | |
2015-07-03 | Merge branch 'ia/ssl/tune-tests' into maint | Ingela Anderton Andin | |
* ia/ssl/tune-tests: ssl: Exclude broken OpenSSL version from ECC test ssl: Tune timeouts | |||
2015-07-02 | wx: Event callbacks could hang wx application temporary | Dan Gudmundsson | |
After applying a command make sure that it didn't recurse to a callback invocation, then we must re-start from the saved command queue. | |||
2015-07-02 | erts: Fix configure pthread_getname | Björn-Egil Dahlberg | |