| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | 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 | |
| 2016-05-02 | stdlib: Strengthen map pattern tests | Björn-Egil Dahlberg | |
| 2016-05-02 | stdlib: Add lint tests for parallel match of maps | Björn-Egil Dahlberg | |
| 2016-05-02 | stdlib: Refactor erl_lint_SUITE | Björn-Egil Dahlberg | |
| 2016-05-02 | stdlib: Fix linting of map key variables | Björn-Egil Dahlberg | |
| Map keys cannot be bound and then used in parallel matching. Example: #{ K := V } = #{ k := K } = M. This is illegal if 'K' is not already bound. | |||
| 2016-05-02 | Merge branch 'bjorn/kernel/clean-up-code_server' | Björn Gustavsson | |
| * bjorn/kernel/clean-up-code_server: Introduce is_dir/1 to test for a directory Introduce split_base/1 to split into name and version string Eliminate one call to filename:split/1 Refactor get_name/1 Clean up make_path() Avoid calling absname/1 on an absolute path Clean up processing of archive files Simplify and speed up del_ebin/1 code_SUITE: Enhance test of archive files | |||
| 2016-05-02 | Tweak pre_post_io test case to run without failing | Peter Andersson | |
| 2016-05-02 | Fix various log related problems | Peter Andersson | |
| 2016-04-30 | Introduce is_dir/1 to test for a directory | Björn Gustavsson | |
| 2016-04-30 | Introduce split_base/1 to split into name and version string | Björn Gustavsson | |
| 2016-04-29 | Merge branch 'egil/erts/tracing-support-lttng/OTP-13532' | Björn-Egil Dahlberg | |
| * egil/erts/tracing-support-lttng/OTP-13532: (28 commits) runtime_tools: User's guide to LTTng and dyntrace runtime_tools: Fix Dtrace build erts: Fix gc messages in tracer_SUITE erts: Fix gc messages in sensitive_SUITE erts: Fix gc messages in trace_port_SUITE tools: Update fprof tests tools: Update fprof with new gc traces runtime_tools: Update dyntrace_lttng_SUITE tests runtime_tools: Add 'return_to' for call tracing erts: Fix return_to trace callback erts: Update erl_tracer documentation erts: Fix erl_tracer documentation typos Update preloaded erl_tracer.beam erts: Update erl_tracer type specs runtime_tools: Add lttng dyntrace tests runtime_tools: Extend 'trace' and 'enabled' tracer callbacks erts: Extend 'enabled' and 'trace' tracer callbacks runtime_tools: Extend 'enabled' tracer callbacks erts: Extend 'enabled' tracer callbacks runtime_tools: Update lttng garbage collection trace ... | |||
| 2016-04-29 | runtime_tools: User's guide to LTTng and dyntrace | Björn-Egil Dahlberg | |
| 2016-04-29 | runtime_tools: Fix Dtrace build | Björn-Egil Dahlberg | |
| 2016-04-29 | tools: Update fprof tests | Björn-Egil Dahlberg | |
| 2016-04-29 | tools: Update fprof with new gc traces | Björn-Egil Dahlberg | |
| 2016-04-29 | runtime_tools: Update dyntrace_lttng_SUITE tests | Björn-Egil Dahlberg | |
| 2016-04-29 | runtime_tools: Add 'return_to' for call tracing | Björn-Egil Dahlberg | |
| 2016-04-29 | runtime_tools: Add lttng dyntrace tests | Björn-Egil Dahlberg | |
| 2016-04-29 | runtime_tools: Extend 'trace' and 'enabled' tracer callbacks | Björn-Egil Dahlberg | |
| Adds the following capabilities to dyntrace * enabled_running_ports/3 * enabled_running_procs/3 changed from enabled_running/3 * trace_running_ports/6 * trace_running_procs/6 changed from trace_running/6 | |||
| 2016-04-29 | runtime_tools: Extend 'enabled' tracer callbacks | Björn-Egil Dahlberg | |
| Adds the following capabilities to dyntrace * enabled_procs/3 * enabled_ports/3 * enabled_running/3 * enabled_call/3 * enabled_send/3 * enabled_receive/3 * enabled_garbage_collection/3 | |||
| 2016-04-29 | runtime_tools: Update lttng garbage collection trace | Björn-Egil Dahlberg | |
| 2016-04-29 | runtime_tools: Add lttng 'call' tracing | Björn-Egil Dahlberg | |
| 2016-04-29 | runtime_tools: Add lttng 'ports' tracing | Björn-Egil Dahlberg | |
| 2016-04-29 | runtime_tools: Add lttng 'send' and 'receive' tracing | Björn-Egil Dahlberg | |
| 2016-04-29 | runtime_tools: Add lttng 'running' tracing | Björn-Egil Dahlberg | |
| 2016-04-29 | runtime_tools: Add lttng 'procs' tracing | Björn-Egil Dahlberg | |
| 2016-04-29 | runtime_tools: Add lttng 'garbage_collection' tracing | Björn-Egil Dahlberg | |
| 2016-04-29 | ssh: sshc_sup to use worker for ssh_con_handler | Lukas Larsson | |
| 2016-04-29 | ssh: undocumented, untestesd and experimental tcpip_forward code removed | Hans Nilsson | |
| 2016-04-29 | dialyzer: Fix a bug in the translation of forms to types | Hans Bolinder | |
| A bug is fixed, but there are more problems. Modify erl_types.erl like this: -define(EXPAND_LIMIT, 500). and bogus warnings are output (again). Callbacks and specs are compared (subtype) in dialyzer_behaviour. If they are expanded to different depths, then invalid warnings can be generated. | |||
| 2016-04-29 | ssh: break out test macro ?wait_match into new ssh_test_lib.hrl | Hans Nilsson | |
