Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-02-24 | [erl_interface] Correct documentation | Hans Bolinder | |
Fix mistakes found by 'xmllint'. | |||
2016-02-24 | Merge branch 'maint' | Hans Bolinder | |
* maint: Update preloaded module typos Conflicts: erts/preloaded/ebin/prim_file.beam | |||
2016-02-24 | Update preloaded module | Hans Bolinder | |
2016-02-24 | Ditch State so StateName/5 -> StateName/4 | Raimo Niskanen | |
2016-02-23 | kernel: Remove calls to erl_exit | Sverker Eriksson | |
from debug and example code | |||
2016-02-23 | Do not wait for main lock when looking up process not running | Rickard Green | |
2016-02-23 | ssl: Modernize utility function | Ingela Anderton Andin | |
Use application:ensure_all_started/2 instead of hard coding dependencies | |||
2016-02-23 | Add {stop_and_reply,Reason,Replies [,Data]) | Raimo Niskanen | |
Cleanup some error handling | |||
2016-02-23 | typos | Sverker Eriksson | |
2016-02-23 | Rename Client -> Caller | Raimo Niskanen | |
2016-02-23 | kernel: Add heart options test | Björn-Egil Dahlberg | |
2016-02-23 | kernel: Add heart options documentation | Björn-Egil Dahlberg | |
2016-02-23 | Merge branch 'maint' | Hans Nilsson | |
Conflicts: lib/ssh/test/ssh_upgrade_SUITE.erl | |||
2016-02-23 | Merge branch 'hans/ssh/maint_cuddle_tests' into maint | Hans Nilsson | |
2016-02-23 | kernel: Add builtin scheduler check for heart | Björn-Egil Dahlberg | |
In addition, the heart API is extended with the following functions: * heart:set_options/1 * heart:get_options/0 If heart:set_options([scheduler]) is set, heart will check scheduler responsiveness before every heartbeat to the heart port. | |||
2016-02-23 | Fix typo in INSTALL.md | Prayag Verma | |
Found a spelling mistake - `achived` > `achieved` | |||
2016-02-23 | Update README.md | Bruce Yinhe | |
Add description for bug reports | |||
2016-02-23 | Fix typo in 'app' documentation | Hamidreza Soleimani | |
2016-02-23 | s/is/are | Henrik Nord | |
2016-02-23 | kernel: Add heart validation callback documentation | Björn-Egil Dahlberg | |
2016-02-23 | wx: Fix a crash with sending two binaries to command queue | Dan Gudmundsson | |
Introduced when I optimized the binary handling. | |||
2016-02-23 | Merge branch 'dgud/observer/perf-freq' | Dan Gudmundsson | |
* dgud/observer/perf-freq: observer: Optimize drawing of graphs observer: Make it possible to change the graphs Xaxis and update freq | |||
2016-02-23 | Merge branch 'maint' | Henrik Nord | |
Conflicts: OTP_VERSION | |||
2016-02-23 | Merge branch 'maint-18' into maint | Henrik Nord | |
2016-02-23 | erts: Add emulator flag +MIscs for literal super carrier size | Sverker Eriksson | |
2016-02-23 | erts: Refactor init of erts_literal_mmapper | Sverker Eriksson | |
2016-02-23 | erts: Make literal_alloc documented and configurable | Sverker Eriksson | |
Except it cannot be disabled and cannot be multi-threaded. The bit-vector 'erts_literal_vspace_map' on 32-bit is currently only protected by the literal allocator mutex. We could allow multiple instances on 64-bit (I think), but what would be the point? | |||
2016-02-23 | erts: Fix install of suspend handler | Lukas Larsson | |
This commit makes sure to setup the suspend handler to matter what +B option is given at the command line. | |||
2016-02-23 | v3_core: Include line number annotations in binary patterns | Björn Gustavsson | |
We will need them when we start to produce warnings for patterns that can't match. | |||
2016-02-23 | sys_core_fold: Introduce var_list/2 | Björn Gustavsson | |
As a preparation for checking binary patterns we will add var_list/2 that will work as pattern_list/2 but is guaranteed not to throw an exception. That way, we will only have to use try...catch for the few remaining calls to pattern_list/2. | |||
2016-02-23 | sys_core_fold: Optimize clause/4 | Björn Gustavsson | |
Save work the *extremely* common case that the guard is a literal. | |||
2016-02-23 | Use compile source info in debugger | José Valim | |
Prior to this commit, the debugger relied on a simple heuristic that traverses directory from the beam file to find a source file. The heuristic was maintained with this patch but, if it fails, it fallbacks to the source value in the module compile info. In order to illustrate how it works, one of the tests that could not find its source now passes successfully (showing the source lookup is more robust). | |||
2016-02-22 | eldap: experimental impl of controls in LDAPMessage | Hans Nilsson | |
2016-02-22 | Merge branch 'maint' | Rickard Green | |
* maint: Improve cmpxchg8b/cmpxchg16b inline asm Improve cmpxchg8b inline asm configure test | |||
2016-02-22 | Merge branch 'rickard/dw-cmpxchg-clang/OTP-13336' into maint | Rickard Green | |
* rickard/dw-cmpxchg-clang/OTP-13336: Improve cmpxchg8b/cmpxchg16b inline asm | |||
2016-02-22 | Merge branch 'rickard/gcc5-pic-cmpxchg8b/OTP-13326' into maint | Rickard Green | |
* rickard/gcc5-pic-cmpxchg8b/OTP-13326: Improve cmpxchg8b inline asm configure test | |||
2016-02-22 | eldap: referral resultCode | Hans Nilsson | |
2016-02-22 | Merge branch 'maint' | Sverker Eriksson | |
2016-02-22 | Merge branch 'sverk/proc-lock-check-fix' into maint | Sverker Eriksson | |
* sverk/proc-lock-check-fix: erts: Fix lock checker for process locks | |||
2016-02-22 | inets: Add DELETE Body to client | FabioBatSilva | |
2016-02-22 | remove whitespaces | FabioBatSilva | |
2016-02-22 | Make callback_option() mandatory | Raimo Niskanen | |
2016-02-22 | Merge branch 'maint' | Hans Bolinder | |
* maint: Fix a few dialyzer warnings | |||
2016-02-22 | Merge branch 'hb/add_dialyzer_suppressions/OTP-12862' into maint | Hans Bolinder | |
* hb/add_dialyzer_suppressions/OTP-12862: Fix a few dialyzer warnings | |||
2016-02-22 | Fix ssl example | Magnus Henoch | |
As recently discussed on the erlang-questions mailing list, this example fails to start the ssl application because ssl depends on asn1 nowadays. Let's future-proof this by using application:ensure_all_started/1. | |||
2016-02-22 | Fix a few dialyzer warnings | Hans Bolinder | |
2016-02-22 | ssh: catch port_close in test | Hans Nilsson | |
2016-02-22 | ssh: remove calls to crypto:start|stop | Hans Nilsson | |
Conflicts: lib/ssh/test/ssh_upgrade_SUITE.erl | |||
2016-02-22 | ssh: add timetrap to all test suites | Hans Nilsson | |
2016-02-22 | ssh: remove some spurions test printouts | Hans Nilsson | |