Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-10-23 | erts: Fix crash dump write to port hack | Björn-Egil Dahlberg | |
More future proof with R16 | |||
2012-10-23 | erts: Fix lock check assertion | Björn-Egil Dahlberg | |
2012-10-18 | doc: Document ERL_CRASH_DUMP_SECONDS behaviour | Björn-Egil Dahlberg | |
* heart reboot behaviour * erl_crash.dump file write behaviour | |||
2012-10-18 | test: Add test for heart restart on crash | Björn-Egil Dahlberg | |
* node_start_soon_after_crash tests that heart restarts beam upon a crash and only lets beam write its crash dump for a certain amount of time | |||
2012-10-16 | test: Add test for heart restart on crash | Björn-Egil Dahlberg | |
* node_start_immediately_after_crash tests that heart restarts beam upon a crash and will not generate a crash dump | |||
2012-10-16 | erts: Change ERL_CRASH_DUMP_SECONDS behaviour | Björn-Egil Dahlberg | |
Not setting ERL_CRASH_DUMP_SECONDS will now terminate beam immediately on a crash without writing a crash dump file. Setting ERL_CRASH_DUMP_SECONDS to 0 will also terminate beam immediately on a crash without writing a crash dump file, i.e. same as not setting ERL_CRASH_DUMP_SECONDS environment variable. Setting ERL_CRASH_DUMP_SECONDS to a negative value will let the beam wait indefinitely on the crash dump file being written. Setting ERL_CRASH_DUMP_SECONDS to a positive value will let the beam wait that many seconds on the crash dump file being written. A positive value will set both an alarm in beam AND a heart timeout for restart if heart is running. This is due to the change of 'heart' behavior when 'heart' is listening for a crash. | |||
2012-10-15 | test: Refactor away ?line macros in heart_SUITE | Björn-Egil Dahlberg | |
2012-10-15 | erts: Search for heart in ports that are alive | Björn-Egil Dahlberg | |
2012-10-15 | heart: Refactor heart debugging | Björn-Egil Dahlberg | |
2012-10-15 | erts, heart: Ensure erl_crash.dump is written | Björn-Egil Dahlberg | |
When a crash dump is about to be written and we have heartbeat enabled on a system. We need time to write it before heart explicitly kills the beam. | |||
2012-09-03 | Prepare releaseOTP_R15B02 | Erlang/OTP | |
2012-09-03 | Merge branch 'kenneth/topdoc/corrections2' into maint | Kenneth Lundin | |
* kenneth/topdoc/corrections2: Fix a missing li tag plus a link to Erlide | |||
2012-09-03 | Fix a missing li tag plus a link to Erlide | Kenneth Lundin | |
2012-09-03 | Add missing release note for erts-5.9.1.2 | Patrik Nyblom | |
2012-08-31 | Merge branch 'anders/diameter/avp_errors/OTP-10202' into maint | Anders Svensson | |
* anders/diameter/avp_errors/OTP-10202: Add a testcase Fix answer-message blunder | |||
2012-08-31 | Add a testcase | Anders Svensson | |
2012-08-31 | Fix answer-message blunder | Anders Svensson | |
2012-08-31 | Update preloaded modules | Björn-Egil Dahlberg | |
2012-08-31 | Update primary bootstrap | Björn-Egil Dahlberg | |
2012-08-31 | Update copyright years | Björn-Egil Dahlberg | |
2012-08-30 | Merge branch 'pan/win_readlink/OTP-10200' into maint | Patrik Nyblom | |
* pan/win_readlink/OTP-10200: Teach VM not to dump core on long pathnames | |||
2012-08-30 | Teach VM not to dump core on long pathnames | Patrik Nyblom | |
Long input paths (longer than MAX_PATH) would get copied into a buffer of size MAX_PATH for read_link and altname in efile_drv. Also fixed misuse of size_t parameter as wchar_t * string length in win_efile:efile_readlink. | |||
2012-08-30 | Merge branch 'kenneth/asn1/dialyzer-warnings' into maint | Björn-Egil Dahlberg | |
* kenneth/asn1/dialyzer-warnings: Remove Dialyzer warnings | |||
2012-08-30 | Merge branch 'kenneth/topdoc/corrections' into maint | Björn-Egil Dahlberg | |
* kenneth/topdoc/corrections: Correct a dangling link to mailinglists plus a few other minor adjustments. | |||
2012-08-30 | Merge branch 'lukas/doc-fixes' into maint | Lukas Larsson | |
* lukas/doc-fixes: Document that CTHs can get fail/skip as Config Ignore calls to dialyzer_timing when checking deprecated Do not verify del_path as it is not always there Fix broken links Generate <a name="name"> tags in edoc xml headings Fix compile warning Fix boken spec | |||
2012-08-30 | Merge branch 'sverk/crypto-test-fix' into maint | Sverker Eriksson | |
* sverk/crypto-test-fix: crypto: Skip some tests if openssl lib < 0.9.8 OTP-10249 Not related to this branch | |||
2012-08-30 | Document that CTHs can get fail/skip as Config | Lukas Larsson | |
OTP-10077 | |||
2012-08-30 | Ignore calls to dialyzer_timing when checking deprecated | Lukas Larsson | |
2012-08-30 | Do not verify del_path as it is not always there | Lukas Larsson | |
2012-08-30 | Fix broken links | Lukas Larsson | |
2012-08-30 | Generate <a name="name"> tags in edoc xml headings | Lukas Larsson | |
2012-08-30 | Fix compile warning | Lukas Larsson | |
2012-08-30 | Merge branch 'sverk/crypto-rsa_sign-fix' into maint | Sverker Eriksson | |
* sverk/crypto-rsa_sign-fix: crypto: Fix buffer overflow bug in rsa_sign | |||
2012-08-30 | Merge branch 'peppe/common_test/ct_doc_error' into maint | Peter Andersson | |
* peppe/common_test/ct_doc_error: Fix documentation error | |||
2012-08-30 | Fix documentation error | Peter Andersson | |
2012-08-30 | Merge branch 'anders/diameter/documentation/OTP-10216' into maint | Anders Svensson | |
* anders/diameter/documentation/OTP-10216: Fix broken references Correct doc on AVP P flag and add warning about its deprecation Fix/tweak references to other applications Minor formatting fixes Add warning about 'host' filter Update diameterc doc Minor updates/corrections to Users Guide Add SCTP warning, more references Assorted doc improvements Document service info Document watchdog events Terminology and other clarifications, more references Clarify documentation on application state | |||
2012-08-30 | Merge branch 'anders/diameter/R15B02_release' into maint | Anders Svensson | |
* anders/diameter/R15B02_release: Dialyzer spec fix OTP-10243 | |||
2012-08-30 | Fix broken references | Anders Svensson | |
2012-08-30 | Correct doc on AVP P flag and add warning about its deprecation | Anders Svensson | |
2012-08-30 | Fix/tweak references to other applications | Anders Svensson | |
2012-08-30 | Minor formatting fixes | Anders Svensson | |
Type references enclosed in <c></c>. | |||
2012-08-30 | Merge remote branch 'origin/peppe/common_test/extend_getting_started_ch' ↵ | Peter Andersson | |
into maint * origin/peppe/common_test/extend_getting_started_ch: Extend the Getting Started chapter | |||
2012-08-30 | Merge remote branch 'origin/peppe/common_test/documentation_r15b02.2' into maint | Peter Andersson | |
* origin/peppe/common_test/documentation_r15b02.2: Update the documentation for R15B02 OTP-10050 OTP-10069 OTP-10072 OTP-10087 OTP-9865 OTP-10049 OTP-10089 OTP-10145 OTP-9896 OTP-10135 OTP-10067 OTP-9625 OTP-10127 OTP-10172 OTP-10248 OTP-9625 OTP-10086 OTP-10248 | |||
2012-08-30 | Merge branch 'ia/ssh/ignore-incorrect-lines-in-auth_keys-and-known_hosts' ↵ | Ingela Anderton Andin | |
into maint * ia/ssh/ignore-incorrect-lines-in-auth_keys-and-known_hosts: ssh: Increase robustness | |||
2012-08-30 | Merge branch 'ia/inets-dialyzer' into maint | Ingela Anderton Andin | |
* ia/inets-dialyzer: inets: Dialyzer spec fixes | |||
2012-08-30 | Add warning about 'host' filter | Anders Svensson | |
2012-08-30 | Dialyzer spec fix | Anders Svensson | |
2012-08-30 | Extend the Getting Started chapter | Peter Andersson | |
2012-08-29 | crypto: Fix buffer overflow bug in rsa_sign | Sverker Eriksson | |
2012-08-29 | Update diameterc doc | Anders Svensson | |