Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-05-08 | Remove comments about deprecation in OTP-21dgud-string-depr | Dan Gudmundsson | |
I had missed the one in lower section. | |||
2018-05-08 | Merge pull request #1801 from dtip/update-global-name-spec | Hans Bolinder | |
Update global name typespec | |||
2018-05-07 | Merge pull request #1800 from erszcz/master | Hans Bolinder | |
Fix syntactic issues in EDoc comments across some libs | |||
2018-05-07 | Merge branch 'siri/logger-fix' | Siri Hansen | |
* siri/logger-fix: Change logger callback removing_handler/1 to removing_handler/2 Don't crash logger_server due to unexpected message Add logger:update_process_metadata/1 Improve documentation of logger:set_*_config functions Change return type from logger_formatter:format/2 Improve test of logger_disk_log_h and logger_std_h Update logger documentation Set single_line=true by default in logger_formatter | |||
2018-05-07 | Change logger callback removing_handler/1 to removing_handler/2 | Siri Hansen | |
2018-05-07 | Don't crash logger_server due to unexpected message | Siri Hansen | |
2018-05-07 | Add logger:update_process_metadata/1 | Siri Hansen | |
2018-05-07 | Improve documentation of logger:set_*_config functions | Siri Hansen | |
2018-05-07 | Change return type from logger_formatter:format/2 | Siri Hansen | |
This used to be string() is now changed to unicode:chardata(). | |||
2018-05-07 | Improve test of logger_disk_log_h and logger_std_h | Siri Hansen | |
2018-05-07 | Update primary bootstrap | Björn Gustavsson | |
2018-05-07 | Update preloaded modules | Björn Gustavsson | |
2018-05-07 | Merge pull request #1802 from michalmuskala/map-is-key-bif | Björn Gustavsson | |
Introduce is_map_key/2 guard BIF OTP-15037 | |||
2018-05-07 | Merge pull request #1805 from bjorng/bjorn/hipe/remove-unused-modules | Björn Gustavsson | |
Remove unused source files in lib/hipe/opt | |||
2018-05-07 | Merge branch 'john/tools/cuddle-lcnt-tests' | John Högberg | |
* john/tools/cuddle-lcnt-tests: Ensure that lcnt server is terminated after lcnt:stop/0 | |||
2018-05-07 | Ensure that lcnt server is terminated after lcnt:stop/0 | John Högberg | |
This makes the nightly tests slightly more stable as they assert that the server isn't alive when lcnt:start/0 is called, which it could still be since the stop command was a plain gen_server call that didn't wait until the termination was completed. | |||
2018-05-04 | Merge branch 'hans/ssh/rekey_limit/OTP-15069' | Hans Nilsson | |
* hans/ssh/rekey_limit/OTP-15069: ssh: Extend rekey_limit to also take an optional time | |||
2018-05-04 | ssh: Extend rekey_limit to also take an optional time | Hans Nilsson | |
2018-05-04 | Fix syntactic issues in EDoc comments across some libs | Radek Szymczyszyn | |
See https://github.com/erszcz/docsh/issues/23 for an explanation about how the files were found. | |||
2018-05-04 | Remove unused source files in lib/hipe/opt | Björn Gustavsson | |
Three of the removed source files don't even compile. Uncompilable source files cause problems for tools such as scripts/diffable that want to compile all found source files. | |||
2018-05-04 | scripts/diffable: Include the hipe application | Björn Gustavsson | |
2018-05-04 | Merge pull request #1766 from seancribbs/add_erl_types_suite | Hans Bolinder | |
Move erl_types test into a common_test suite | |||
2018-05-04 | Merge branch 'bjorn/fix-typer-link' | Björn Gustavsson | |
* bjorn/fix-typer-link: Fix the missing link to typer in an installed system | |||
2018-05-04 | Merge branch 'john/kernel/add-file_int-to-release' | John Högberg | |
* john/kernel/add-file_int-to-release: Add file_int.hrl to release target | |||
2018-05-04 | Merge branch 'john/erts/fix-windows-symlinks/OTP-15062/ERL-615' | John Högberg | |
* john/erts/fix-windows-symlinks/OTP-15062/ERL-615: Stop assuming that all NTFS reparse points are links | |||
2018-05-03 | Stop assuming that all NTFS reparse points are links | John Högberg | |
This fixes a crash that would occur when using file:read_file_info/1 on a file with a non-link reparse point, which are commonly seen in RSS and OneDrive folders. | |||
2018-05-03 | Update logger documentation | Siri Hansen | |
2018-05-03 | Set single_line=true by default in logger_formatter | Siri Hansen | |
2018-05-03 | Merge branch 'ingela/ssl/testcuddling' | Ingela Anderton Andin | |
* ingela/ssl/testcuddling: ssl: Exclude DTLS tests for one more OpenSSL version for now ssl: Use sane input data ssl: Make sure help function works from all parts of test suite | |||
2018-05-03 | Merge branch 'lukas/kernel/logger-docs' | Lukas Larsson | |
* lukas/kernel/logger-docs: Add xmllint to travis build kernel: Use formatter in simple logger example | |||
2018-05-03 | Add xmllint to travis build | Lukas Larsson | |
2018-05-03 | Merge branch 'maint' | John Högberg | |
* maint: Updated OTP version Update release notes Update version numbers ssl: Prepare for release ssl: Proper handling of clients that choose to send an empty answer to a certificate request heart: Use ntohs instead of manual conversion | |||
2018-05-03 | Merge branch 'maint-20' into maint | John Högberg | |
* maint-20: Updated OTP version Update release notes Update version numbers ssl: Prepare for release ssl: Proper handling of clients that choose to send an empty answer to a certificate request heart: Use ntohs instead of manual conversion | |||
2018-05-02 | kernel: Use formatter in simple logger example | Lukas Larsson | |
2018-05-02 | Add file_int.hrl to release target | John Högberg | |
2018-05-02 | ssl: Exclude DTLS tests for one more OpenSSL version for now | Ingela Anderton Andin | |
2018-05-02 | ssl: Use sane input data | Ingela Anderton Andin | |
2018-05-02 | Fix the missing link to typer in an installed system | Björn Gustavsson | |
2018-05-02 | Updated OTP versionOTP-20.3.5 | Erlang/OTP | |
2018-05-02 | Update release notes | Erlang/OTP | |
2018-05-02 | Update version numbers | Erlang/OTP | |
2018-05-02 | Merge branch 'ingela/ssl/client-has-no-cert/ERL-599/OTP-15050' into maint-20 | Erlang/OTP | |
* ingela/ssl/client-has-no-cert/ERL-599/OTP-15050: ssl: Prepare for release ssl: Proper handling of clients that choose to send an empty answer to a certificate request | |||
2018-05-02 | Merge branch 'john/erts/fix-heart-command-overflow/OTP-15034/ERIERL-166' ↵ | Erlang/OTP | |
into maint-20 * john/erts/fix-heart-command-overflow/OTP-15034/ERIERL-166: heart: Use ntohs instead of manual conversion # Conflicts: # lib/kernel/test/heart_SUITE.erl | |||
2018-05-02 | ssl: Make sure help function works from all parts of test suite | Ingela Anderton Andin | |
Depending on context trap_exit flag may be set or not. So always set trap_exit and consume the EXIT signal and then set it back. | |||
2018-05-02 | Revert "Updated OTP version" | Henrik | |
This reverts commit a0d7ce6d3613d9e031b674a6ba3dbb474c89b639. | |||
2018-05-02 | Revert "Update release notes" | Henrik | |
This reverts commit 202bb737e3deabfebee683266f4b7c42781eb521. | |||
2018-05-02 | Revert "Update version numbers" | Henrik | |
This reverts commit 345f7f527a4c26ef49cef0d81e2c8b71bf01ebc3. | |||
2018-05-02 | Update OTP_VERSION for Release CandidateOTP-21.0-rc1 | Henrik | |
2018-04-30 | Updated OTP version | Erlang/OTP | |
2018-04-30 | Update release notes | Erlang/OTP | |