Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-05-03 | Merge branch 'egil/runtime_tools/cuddle-tests' | Björn-Egil Dahlberg | |
* egil/runtime_tools/cuddle-tests: runtime_tools: Cuddle with dbg_SUITE runtime_tools: Remove obsolete debug info in dbg_SUITE runtime_tools: Use 'infinity' gen_server calls | |||
2016-05-03 | Merge branch 'egil/stdlib/fix-maps-alias/ERL-135/OTP-13534' | Björn-Egil Dahlberg | |
* egil/stdlib/fix-maps-alias/ERL-135/OTP-13534: stdlib: Strengthen map pattern tests stdlib: Add lint tests for parallel match of maps stdlib: Refactor erl_lint_SUITE stdlib: Fix linting of map key variables | |||
2016-05-03 | ssh: ssh_upgrade_SUITE | Hans Nilsson | |
2016-05-03 | Merge branch 'hans/ssh/cuddle_tests' | Hans Nilsson | |
2016-05-03 | ssl: Adapt DTLS to gen_statem | Ingela Anderton Andin | |
DTLS is not in working mode yet, but the gen_statem rewrite should make completion easier. | |||
2016-05-03 | ssl: Use gen_statem instead of gen_fsm | Ingela Anderton Andin | |
Also reduce timing issues in tests | |||
2016-05-03 | Merge branch 'dotsimon/gc-info-crashdump/PR-1026/OTP-13541' | Björn-Egil Dahlberg | |
* dotsimon/gc-info-crashdump/PR-1026/OTP-13541: Print heap pointers for garbing processes during crashdump | |||
2016-05-03 | Merge branch 'margnus1/llvm-corruption-fix/PR-1038/OTP-13366' | Lukas Larsson | |
* margnus1/llvm-corruption-fix/PR-1038/OTP-13366: erl_process: Restore R18 HiPE PCB offsets | |||
2016-05-03 | Merge branch 'lukas/erts/rename_xmqd_to_hmqd/OTP-13366' | Lukas Larsson | |
* lukas/erts/rename_xmqd_to_hmqd/OTP-13366: erts: Rename erl flag +xmqd to +hmqd in erlexec Fix proc_lib message_queue_data spec erts: Fix total_heap_size calculation for on_heap erts: Rename erl flag +xmqd to +hmqd | |||
2016-05-03 | Merge branch 'lukas/erts/sensitive_yield/OTP-13540' | Lukas Larsson | |
* lukas/erts/sensitive_yield/OTP-13540: Yield after setting sensitive for save_calls | |||
2016-05-03 | Updated OTP versionOTP-18.3.3 | Erlang/OTP | |
2016-05-03 | Prepare release | Erlang/OTP | |
2016-05-03 | Merge branch 'ingela/inets/deprecated-inets_regexp/OTP-13533' into maint-18 | Erlang/OTP | |
* ingela/inets/deprecated-inets_regexp/OTP-13533: inets: Prepare for release inets: Put back inets_regexp module in OTP 18 | |||
2016-05-03 | Merge branch 'ingela/ssl/maint/algo-fixes/OTP-13525' into maint-18 | Erlang/OTP | |
* ingela/ssl/maint/algo-fixes/OTP-13525: ssl: Correct guard expression ssl: Correct cipher suites conversion | |||
2016-05-03 | Merge branch 'peppe/ct_misc_18_patches' into maint-18 | Erlang/OTP | |
* peppe/ct_misc_18_patches: Add flag/option for disabling the character escaping functionality Fix bug using the wrong lists search function Fix bug with clashing timestamp values Fix problem with stylesheet tags getting escaped Skip pre/post test IO suite if cover or debug is running Tweak pre_post_io test case to run without failing Fix various log related problems | |||
2016-05-03 | Merge branch 'peppe/ct_remove_nodelay/OTP-13462' into maint-18 | Erlang/OTP | |
* peppe/ct_remove_nodelay/OTP-13462: Update the reference manual Make the nodelay setting configurable and false per default | |||
2016-05-03 | Merge branch 'zandra/cth_surefire-bug/OTP-13513' into maint-18 | Erlang/OTP | |
* zandra/cth_surefire-bug/OTP-13513: add testcase for the surefire hook bug fix cht_surefire bug when pre_init_per_suite fails | |||
2016-05-03 | Merge branch 'lukas/erts/tracing/misc_fixes/OTP-13503' | Lukas Larsson | |
* lukas/erts/tracing/misc_fixes/OTP-13503: erts: Add test for new procs trace with spawn_link kernel: Remove seq_trace event order dep in tc erts: Add tests for set on link tracing erts: Expand trace tests for refc binaries erts: Remove erl_tracer with invalid state erts: Remove some dead code erts: Fix broken doc link to erl_tracer Conflicts: erts/emulator/beam/erl_trace.c | |||
2016-05-03 | inets: Prepare for release | Ingela Anderton Andin | |
2016-05-03 | inets: Put back inets_regexp module in OTP 18 | Ingela Anderton Andin | |
Put back unused module inets_regexp and remove it in OTP 19 instead as it is an incompatibility, although it is an undocumented module and should not affect other applications (the world is not perfect). | |||
2016-05-02 | erts: Remove forgotten atoms in erl_tracer | Björn-Egil Dahlberg | |
2016-05-02 | erts: Update garbage collection trace documentation | Björn-Egil Dahlberg | |
2016-05-02 | erts: Rename LTTng tracepoint aio_pool_add to aio_pool_put | Björn-Egil Dahlberg | |
* Be consistent. | |||
2016-05-02 | erts: Change argument order for LTTng driver_stop | Björn-Egil Dahlberg | |
* Be consistent. | |||
2016-05-02 | runtime_tools: Document BEAM lttng tracepoints | Björn-Egil Dahlberg | |
2016-05-02 | Add flag/option for disabling the character escaping functionality | Peter Andersson | |
OTP-13537 | |||
2016-05-02 | Merge branch 'ingela/ssl-max-session-table/OTP-13490' | Ingela Anderton Andin | |
* ingela/ssl-max-session-table/OTP-13490: ssl: Adjust max table to work as expected from documentation | |||
2016-05-02 | Merge branch 'ingela/ssl/signature_algs_bug' | Ingela Anderton Andin | |
* ingela/ssl/signature_algs_bug: ssl: Correct guard expression | |||
2016-05-02 | Merge branch 'ingela/ssl/cipher_suites' | Ingela Anderton Andin | |
* ingela/ssl/cipher_suites: ssl: Correct cipher suites conversion | |||
2016-05-02 | ssh: Update the ssh_sup_SUITE test | Hans Nilsson | |
Conflicts: lib/ssh/test/ssh_sup_SUITE.erl | |||
2016-05-02 | Merge branch 'lukas/ssh/sshc_con_hand_worker' | Hans Nilsson | |
* lukas/ssh/sshc_con_hand_worker: ssh: sshc_sup to use worker for ssh_con_handler | |||
2016-05-02 | Merge branch 'dgud/observer/fix-coloring/PR-994' | Dan Gudmundsson | |
* dgud/observer/fix-coloring/PR-994: observer: Changed info text to be wxStaticText Changed setBackgroundColour to setBackgroundStyle | |||
2016-05-02 | Update the reference manual | Peter Andersson | |
OTP-13462 | |||
2016-05-02 | observer: Changed info text to be wxStaticText | Dan Gudmundsson | |
Used to be misused wxTextCtrl's but looks better with wxStaticText, at least on gtk we miss the posssbility to changes colours when hovering over them. | |||
2016-05-02 | Changed setBackgroundColour to setBackgroundStyle | Byaruhanga Franklin | |
2016-05-02 | Refactor erts_finish_loading() and insert_new_code() | Björn Gustavsson | |
As a preparation for fixing some issues with -on_load(), we will integrate insert_new_code() into erts_finish_loading. Also rename insert_new_code() to stub_insert_new_code() to make it clear that it will only be used when making a stub module | |||
2016-05-02 | code_SUITE: Make on_load_binary/1 clearer by using merl | Björn Gustavsson | |
2016-05-02 | use maps instead of gb_trees to optimize the rpc server | Zandra | |
2016-05-02 | let the spawned processes handle rpc replies | Zandra | |
This decreases the load on the rex server. | |||
2016-05-02 | Fix bug using the wrong lists search function | Peter Andersson | |
2016-05-02 | Fix bug with clashing timestamp values | Peter Andersson | |
2016-05-02 | Fix problem with stylesheet tags getting escaped | Peter Andersson | |
OTP-13536 | |||
2016-05-02 | Skip pre/post test IO suite if cover or debug is running | Peter Andersson | |
OTP-13535 The return value of ct:get_timetrap_info/0 has been modified. | |||
2016-05-02 | Merge branch 'hans/ssh/doc_sftp_error_codes/ERL-86/OTP-13347' | Hans Nilsson | |
2016-05-02 | Merge branch 'hans/eldap/prepare_release' | Hans Nilsson | |
2016-05-02 | Merge branch 'hans/ssh/remove_tcpip_forward' | Hans Nilsson | |
2016-05-02 | Merge branch 'hans/ssh/daemon_port_0/OTP-13527' | Hans Nilsson | |
Conflicts: lib/ssh/test/ssh_test_lib.erl | |||
2016-05-02 | Merge branch 'hans/ssh/prepare_for_release' | Hans Nilsson | |
2016-05-02 | Merge branch 'hans/ssh/cuddle_tests' | Hans Nilsson | |
Conflicts: lib/ssh/test/ssh_algorithms_SUITE.erl | |||
2016-05-02 | Merge branch 'hans/ssh/gen_statem/OTP-13267' | Hans Nilsson | |