Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-16 | Merge branch 'sverker/enif_printf-docs' into maint | Sverker Eriksson | |
2018-07-16 | Add some more to the pull request instructions | Sverker Eriksson | |
Branch names and whitespaces. | |||
2018-07-16 | Merge pull request #1873 from sunboshan/patch-2 | Sverker Eriksson | |
Fix typo in logger docs | |||
2018-07-16 | erts: Clarify erl_nif docs of enif_*printf and %T | Sverker Eriksson | |
2018-07-16 | Merge branch 'sverker/erl_interface/ei_connect_init-thread-safe/OTP-15191' ↵ | Sverker Eriksson | |
into maint | |||
2018-07-16 | Merge branch 'sverker/crash-dump-crash-literals/OTP-15181' into maint | Sverker Eriksson | |
* sverker/crash-dump-crash-literals/OTP-15181: erts: Fix bug in crash dump generation | |||
2018-07-16 | travis: Only deploy in erlang/otp | Lukas Larsson | |
2018-07-16 | Merge branch 'lukas/clean_doc_xmldir/OTP-15190' into maint | Lukas Larsson | |
* lukas/clean_doc_xmldir/OTP-15190: docs: make clean all XMLDIR | |||
2018-07-14 | Fix typo in logger docs | sunboshan | |
2018-07-13 | docs: make clean all XMLDIR | Lukas Larsson | |
2018-07-13 | Merge branch 'maint-21' into maint | Rickard Green | |
* maint-21: Updated OTP version Update release notes Update version numbers Fix trace_info/2 Provide build support for standalone corba repo Fix release notes for OTP-21.0.2 Move to a dirty scheduler even when we have pending system tasks | |||
2018-07-13 | Merge branch 'siri/logger/post-21/OTP-15132' into maint | Siri Hansen | |
* siri/logger/post-21/OTP-15132: [logger] Allow setting kernel parameter 'logger_level' to 'all' [kernel] Reduce risk of dead lock when terminating logger_sup [logger] Fix regexp replacement for unicode strings Update proc_lib:report_cb to obey logger formatter's size limiting params [logger] Allow report callback with two arguments returning a string Don't call report_cb from cth_log_redirect - formatter does that Add legacy test of sasl_report_file_h and size limiting [logger] Remove compiler warnings in test [logger] Fix problem with test cases waiting for handler restart [logger] Add ?LOG macro which takes Level as argument [logger] Improve spec for set_handler_config/3 and set_primary_config/2 [logger] Generate .png file from .dia [logger] Update documentation | |||
2018-07-13 | [logger] Allow setting kernel parameter 'logger_level' to 'all' | Siri Hansen | |
2018-07-13 | [kernel] Reduce risk of dead lock when terminating logger_sup | Siri Hansen | |
2018-07-13 | [logger] Fix regexp replacement for unicode strings | Siri Hansen | |
2018-07-13 | Update proc_lib:report_cb to obey logger formatter's size limiting params | Siri Hansen | |
2018-07-13 | [logger] Allow report callback with two arguments returning a string | Siri Hansen | |
If the report callback is a fun of arity 2, then the second argument is a map with the keys 'encoding', 'depth' and 'chars_limit', and the fun must return a string which is size limited according to the given depth and chars_limit. If the report callback is a fun of arity 1, then it must return a tuple containing a format string and a list of arguments. The formatter will produce the string, and limit it's size. | |||
2018-07-13 | Don't call report_cb from cth_log_redirect - formatter does that | Siri Hansen | |
2018-07-13 | Add legacy test of sasl_report_file_h and size limiting | Siri Hansen | |
2018-07-13 | [logger] Remove compiler warnings in test | Siri Hansen | |
2018-07-13 | [logger] Fix problem with test cases waiting for handler restart | Peter Andersson | |
2018-07-13 | [logger] Add ?LOG macro which takes Level as argument | Siri Hansen | |
2018-07-13 | [logger] Improve spec for set_handler_config/3 and set_primary_config/2 | Siri Hansen | |
Specify which keys and associated values are allowed. | |||
2018-07-13 | [logger] Generate .png file from .dia | Siri Hansen | |
2018-07-12 | erl_interface: Make ei_connect_init more thread safe | Sverker Eriksson | |
by not using unsafe ei_gethostbyname. | |||
2018-07-12 | Updated OTP versionOTP-21.0.3 | Erlang/OTP | |
2018-07-12 | Update release notes | Erlang/OTP | |
2018-07-12 | Update version numbers | Erlang/OTP | |
2018-07-12 | Merge branch 'john/erts/fix-dirty-reschedule-bug/OTP-15154' into maint-21 | Erlang/OTP | |
* john/erts/fix-dirty-reschedule-bug/OTP-15154: Move to a dirty scheduler even when we have pending system tasks | |||
2018-07-12 | Merge branch 'john/erts/fix-21.0.2-release-notes' into maint-21 | Erlang/OTP | |
* john/erts/fix-21.0.2-release-notes: Fix release notes for OTP-21.0.2 | |||
2018-07-12 | Merge branch 'rickard/trace-info-bug/OTP-15183' into maint-21 | Erlang/OTP | |
* rickard/trace-info-bug/OTP-15183: Fix trace_info/2 | |||
2018-07-12 | Merge branch 'rickard/corba-build/OTP-15176' into maint-21 | Erlang/OTP | |
* rickard/corba-build/OTP-15176: Provide build support for standalone corba repo | |||
2018-07-12 | Fix trace_info/2 | Rickard Green | |
2018-07-12 | Merge PR-1870 from sverker/kernel/connect-to-self/ERL-643/OTP-15182 | Sverker Eriksson | |
Fix net_kernel:connect_node/1 to local node | |||
2018-07-12 | erts: Fix bug in crash dump generation | Sverker Eriksson | |
Symptom: emulator core dumps during crash dump generation. Problem: erts_dump_lit_areas did not grow correctly to always be equal or larger than number of loaded modules. The comment about twice the size to include both curr and old did not seem right. The beam_ranges structure contains *all* loaded module instances until they are removed when purged. | |||
2018-07-12 | Provide build support for standalone corba repo | Rickard Green | |
2018-07-11 | Merge branch 'sverker/erts/monitored_by-docs/ERL-648/OTP-15180' into maint | Sverker Eriksson | |
* sverker/erts/monitored_by-docs/ERL-648/OTP-15180: os_mon: Fix volatile test cpu_sup_SUITE:util_api erts: Fix spec and docs for process_info 'monitored_by' | |||
2018-07-11 | Merge branch 'sverker/ic/encode-long-buffer-overflow/OTP-15179' into maint | Sverker Eriksson | |
Dummy merge as ic is gone. | |||
2018-07-11 | ic: Tweak tests to provoke more outbuf reallocations | Sverker Eriksson | |
Docs says min _memchunk is 32, so lets use that. | |||
2018-07-11 | ic: Fix memory leak in oe_ei_decode_wstring | Sverker Eriksson | |
2018-07-11 | ic: Fix correct external format sizes | Sverker Eriksson | |
longs, longlongs and wchar were too small on 64-bit which could lead to potential buffer overflow at encoding. __OE_DOUBLESZ__ was too big, probably due to old text format. | |||
2018-07-11 | Merge branch 'ingela/backport/merge' into maint | Ingela Anderton Andin | |
* ingela/backport/merge: ssl: Prepare for release ssl: Fix test case to only check relevant info for the test ssl: Correct connection_information on ECC-curves ssl: No cipher suite sign restriction in TLS-1.2 ssl: Add psk as anonymous key exchange in ssl_handshake:select_hashsign/5 ssl: anon test should use dh or ecdh anon keyexchange ssl: Correct key_usage check ssl: Fix ECDSA key decode clause ssl: Avoid hardcoding of cipher suites and fix ECDH suite handling ssl: Run all test case combinations ssl: Correct ECC suite and DTLS ECC handling | |||
2018-07-11 | Merge branch 'ingela/maint-20/chipher-suite-handling/OTP-15178' into ↵ | Ingela Anderton Andin | |
ingela/backport/merge | |||
2018-07-11 | Merge pull request #1869 from ↵ | Ingela Andin | |
IngelaAndin/ingela/ssl/unexpected-call/ERL-664/OTP-15174 ssl: Improve error handling | |||
2018-07-10 | ssl: Make sure tls_ssl_accept_timeout has a clean start | Ingela Anderton Andin | |
2018-07-10 | kernel: Fix net_kernel:connect_node/1 to local node | Sverker Eriksson | |
to be no-op and return true as it always has before OTP-21.0. | |||
2018-07-10 | ssl: Prepare for release | Ingela Anderton Andin | |
2018-07-10 | ssl: Fix test case to only check relevant info for the test | Ingela Anderton Andin | |
Conflicts: lib/ssl/test/ssl_basic_SUITE.erl | |||
2018-07-10 | ssl: Correct connection_information on ECC-curves | Ingela Anderton Andin | |
2018-07-10 | ssl: No cipher suite sign restriction in TLS-1.2 | Ingela Anderton Andin | |
Conflicts: lib/ssl/test/ssl_ECC_SUITE.erl |