Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-09-05 | Merge branch 'siri/sasl/rb_SUITE/OTP-10387' | Siri Hansen | |
* siri/sasl/rb_SUITE/OTP-10387: Fix rb_SUITE failing tests | |||
2012-09-05 | Merge branch 'siri/runtime_tools/remove-inviso-rest' | Siri Hansen | |
* siri/runtime_tools/remove-inviso-rest: Remove all traces of inviso application from runtime_tools | |||
2012-09-04 | Merge tag 'OTP_R15B02' | Björn-Egil Dahlberg | |
The R15B02 release | |||
2012-09-03 | Fix rb_SUITE failing tests | Siri Hansen | |
Some tests in rb_SUITE failed every now and then depending on timing: 1. sometimes SASL printouts from cth_log_redirect were captured in addition to expected printouts 2. sometimes test supervisor and server were not completely stopped before next test case was started This has been corrected. | |||
2012-09-03 | Remove all traces of inviso application from runtime_tools | Siri Hansen | |
Rests of inviso was still in runtime_tools.app.src and runtime_tools_sup.erl. This has been removed. A test of application:start/stop is also added to runtime_tools_SUITE. | |||
2012-09-03 | Prepare releaseOTP_R15B02 | Erlang/OTP | |
2012-09-03 | Merge branch 'maint' | Björn-Egil Dahlberg | |
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 | Merge branch 'maint' | Patrik Nyblom | |
2012-09-03 | Add missing release note for erts-5.9.1.2 | Patrik Nyblom | |
2012-08-31 | Merge branch 'maint' | Anders Svensson | |
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 | Merge branch 'maint' | Björn-Egil Dahlberg | |
2012-08-31 | Update preloaded modules | Björn-Egil Dahlberg | |
2012-08-31 | Merge branch 'maint' | Björn-Egil Dahlberg | |
2012-08-31 | Update primary bootstrap | Björn-Egil Dahlberg | |
2012-08-31 | Merge branch 'maint' | Björn-Egil Dahlberg | |
Conflicts: lib/diameter/autoconf/vxworks/sed.general xcomp/README.md | |||
2012-08-31 | Update copyright years | Björn-Egil Dahlberg | |
2012-08-30 | Merge branch 'maint' | Patrik Nyblom | |
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 'maint' | Björn-Egil Dahlberg | |
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 'maint' | Björn-Egil Dahlberg | |
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 'maint' | Lukas Larsson | |
* maint: 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 crypto: Fix buffer overflow bug in rsa_sign crypto: Skip some tests if openssl lib < 0.9.8 Fix boken spec | |||
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 remote branch 'upstream/maint' | Peter Andersson | |
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 'maint' | Anders Svensson | |
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 branch 'bjorn/erts/fix-trace-pattern' | Björn Gustavsson | |
* bjorn/erts/fix-trace-pattern: Make sure that turning off local trace does not turn off global trace erl_bif_trace: Remove an unused variable | |||
2012-08-30 | Merge remote branch 'upstream/maint' | Peter Andersson | |