Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-29 | ssh: experimental ssh_info extended | Hans Nilsson | |
2016-03-29 | Merge branch 'hans/ssh/cuddle_tests' | Hans Nilsson | |
2016-03-29 | Merge branch 'lukas/erts/inline_tagvaldef/OTP-13440' | Lukas Larsson | |
* lukas/erts/inline_tagvaldef/OTP-13440: erts: inline tag_val_def | |||
2016-03-29 | erts: inline tag_val_def | Lukas Larsson | |
The tag_val_def function was called and multiple switch statements had to be traversed in term.c, and then a big switch in the calling code to branch on the term types. By inlining the switches are merged by the compiler and a lot fewer branches have to be taken. Benchmarks show that this increases performance of enc_term by as much as 10%. | |||
2016-03-29 | Merge branch 'lukas/erts/fix_pthread_setname_osx/OTP-13439' | Lukas Larsson | |
* lukas/erts/fix_pthread_setname_osx/OTP-13439: erts: Fix pthread_setname_np warning on osx | |||
2016-03-29 | Merge branch 'lukas/erts/low_write_freq_darwin/OTP-12345' | Lukas Larsson | |
* lukas/erts/low_write_freq_darwin/OTP-12345: erts: Fix LOW_WRITE section for non llvm os x compilation | |||
2016-03-24 | Merge branch 'siri/cuddle-master' | Siri Hansen | |
* siri/cuddle-master: Update sasl/test/test_lib.hrl with recent versions of kernel and stdlib | |||
2016-03-24 | Update primary bootstrap | Björn Gustavsson | |
2016-03-24 | Merge branch 'bjorn/compiler/forms/ERL-113/OTP-13430' | Björn Gustavsson | |
* bjorn/compiler/forms/ERL-113/OTP-13430: Fix compile:forms/1,2 crash when not in an existing directory | |||
2016-03-24 | Fix compile:forms/1,2 crash when not in an existing directory | Björn Gustavsson | |
compile:forms/1,2 will crash when the current working directory has been deleted. Fix that problem, and while we are at it, also stop including {source,""} in module_info() when no source code file is given. Reported-at: http://bugs.erlang.org/browse/ERL-113 Reported-by: Adam Lindberg | |||
2016-03-24 | ssh: Add logging in testing subsystem | Hans Nilsson | |
2016-03-24 | Merge branch 'define-null/docfix/ssl-documentation-fix/PR-995' | Ingela Anderton Andin | |
* define-null/docfix/ssl-documentation-fix/PR-995: Fix transportoption, ssloption, ssloptions types names in the documentation | |||
2016-03-23 | Merge branch 'egil/erl_interface/modernize-tests' | Björn-Egil Dahlberg | |
* egil/erl_interface/modernize-tests: Eliminate use of test_server:fail/0,1 Cleanup test code Remove unncecessary exports Eliminate suite and doc clauses Replace ?config() macro with proplists:get_value() Modernize timetraps Eliminate ?line macros | |||
2016-03-23 | Fix transportoption, ssloption, ssloptions types names in the documentation | def_null | |
2016-03-22 | ssh: Increase timetrap for GEX | Hans Nilsson | |
2016-03-21 | Eliminate use of test_server:fail/0,1 | Björn-Egil Dahlberg | |
2016-03-21 | Cleanup test code | Björn-Egil Dahlberg | |
2016-03-21 | Remove unncecessary exports | Björn-Egil Dahlberg | |
2016-03-21 | Eliminate suite and doc clauses | Björn-Egil Dahlberg | |
2016-03-21 | Replace ?config() macro with proplists:get_value() | Björn-Egil Dahlberg | |
2016-03-21 | Modernize timetraps | Björn-Egil Dahlberg | |
2016-03-21 | Merge branch 'kostis/hipe-inline-fp-crash/PR-984/OTP-13407' | Sverker Eriksson | |
2016-03-21 | Merge branch 'sverk/win-test-debug-compile' | Sverker Eriksson | |
2016-03-21 | Merge branch 'sverk/wait_for_deallocations' | Sverker Eriksson | |
2016-03-21 | Eliminate ?line macros | Björn-Egil Dahlberg | |
2016-03-21 | Merge branch 'egil/fix-filename_basedir-windows' | Björn-Egil Dahlberg | |
* egil/fix-filename_basedir-windows: stdlib: Fix filename:basedir/2,3 | |||
2016-03-21 | ssh: Make test case ssh_algorithms_SUITE report unexpected messages | Hans Nilsson | |
2016-03-21 | Merge branch 'maint' | Henrik Nord | |
2016-03-21 | Update primary bootstrap | Björn Gustavsson | |
2016-03-21 | Merge branch 'bjorn/optimize-start-up/OTP-13368' | Björn Gustavsson | |
* bjorn/optimize-start-up/OTP-13368: Update preloaded modules init: Load modules in parallel using the new loader BIFs systools_make: Add commonly used modules to mandatory_modules/0 compile: Pre-load compiler modules when invoked from 'erlc' | |||
2016-03-21 | Merge branch 'bjorn/asn1/modernize-tests' | Björn Gustavsson | |
* bjorn/asn1/modernize-tests: Eliminate suite and doc clauses Replace ?config() macro with proplists:get_value() Modernize timetraps Eliminate ?line macros | |||
2016-03-21 | Merge branch 'bjorn/macosx-configure' | Björn Gustavsson | |
* bjorn/macosx-configure: configure: Remove obsolete --enable-darwin-* options | |||
2016-03-21 | Merge branch 'hans/ssh/ssh_info_additions' | Hans Nilsson | |
2016-03-21 | Merge branch 'hans/ssh/set_timetrap_tests' | Hans Nilsson | |
2016-03-21 | Merge branch 'egil/fix-ttsl_drv-log' | Björn-Egil Dahlberg | |
* egil/fix-ttsl_drv-log: Fix ttsl_drv logging without TERMCAP | |||
2016-03-18 | Merge branch 'lukas/erts/scheduler_SUITE_compile_win/OTP-13428' | Lukas Larsson | |
* lukas/erts/scheduler_SUITE_compile_win/OTP-13428: Fix dirty scheduler tc on windows | |||
2016-03-18 | Merge branch 'lukas/kernel/error_logger_warn_fix/OTP-13184' | Lukas Larsson | |
* lukas/kernel/error_logger_warn_fix/OTP-13184: kernel: Fix progress check in error logger warn suite | |||
2016-03-18 | Merge branch 'lukas/erts/fix-vsyslog-freebsd/OTP-13427' | Lukas Larsson | |
* lukas/erts/fix-vsyslog-freebsd/OTP-13427: erts: Fix run_erl syslog prototypes for freebsd Conflicts: erts/etc/unix/run_erl.c | |||
2016-03-18 | Merge branch 'lukas/eldap/asn1hrl/OTP-13426' | Lukas Larsson | |
* lukas/eldap/asn1hrl/OTP-13426: eldap: Make sure to build out ASN.1 header | |||
2016-03-18 | Merge branch 'lukas/erts/fix_scheduler_suspend/ERL-94/PR-978/OTP-13425' | Lukas Larsson | |
* lukas/erts/fix_scheduler_suspend/ERL-94/PR-978/OTP-13425: erts: Fix install of suspend handler Conflicts: erts/emulator/sys/unix/erl_unix_sys.h erts/emulator/sys/unix/sys.c | |||
2016-03-18 | ssh: Add ssh_info:collect/0 which returns all pids in the ssh supervisor tree | Hans Nilsson | |
Good for test cases. | |||
2016-03-18 | ssh: cleaning and add export decl in ssh_info | Hans Nilsson | |
2016-03-18 | ssh: Make ssh_info:string() return the result from print() as a string | Hans Nilsson | |
Good for test cases. | |||
2016-03-18 | Set timetrap to 40s except for some long running test cases | Hans Nilsson | |
Conflicts: lib/ssh/test/ssh_connection_SUITE.erl | |||
2016-03-18 | Eliminate suite and doc clauses | Björn Gustavsson | |
2016-03-18 | Replace ?config() macro with proplists:get_value() | Björn Gustavsson | |
2016-03-18 | Modernize timetraps | Björn Gustavsson | |
2016-03-18 | Eliminate ?line macros | Björn Gustavsson | |
2016-03-18 | erts: Fix pthread_setname_np warning on osx | Lukas Larsson | |
2016-03-17 | stdlib: Fix filename:basedir/2,3 | Björn-Egil Dahlberg | |
Handle the case when the environment APPDATA is not set. |