Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'maint' into master | Henrik Nord | 2023-03-08 | 1 | -2/+4 |
|\ | |||||
| * | Prepare release | Erlang/OTP | 2023-03-06 | 1 | -2/+4 |
| * | Update copyright year | Erlang/OTP | 2023-03-06 | 1 | -1/+1 |
* | | kernel: Use map comprehensions | Björn Gustavsson | 2023-03-01 | 3 | -5/+3 |
* | | Merge branch 'boot-on_load' | Raimo Niskanen | 2023-02-28 | 1 | -4/+28 |
|\ \ | |||||
| * | | Start file server early if possible | Raimo Niskanen | 2023-02-27 | 1 | -4/+28 |
* | | | Fix multi_load_SUITE, by updating verify_prepared | frazze-jobb | 2023-02-27 | 1 | -1/+1 |
* | | | Merge branch 'raimo/gen-sync-start-fail/GH-6339' OTP-18471 | Raimo Niskanen | 2023-02-23 | 1 | -6/+4 |
|\ \ \ | |||||
| * | | | Fix bug - start_link should not return an unwrapped error Reason | Raimo Niskanen | 2023-02-17 | 1 | -2/+2 |
| * | | | Implement synchronous init failure for gen processes | Raimo Niskanen | 2023-02-15 | 1 | -5/+3 |
* | | | | Merge pull request #6844 from josevalim/jv-opt-ensure-modules-loaded | Fredrik Frantzen | 2023-02-22 | 1 | -7/+6 |
|\ \ \ \ | |||||
| * | | | | Improvements to ensure_modules_loaded/1 | José Valim | 2023-02-10 | 1 | -7/+6 |
* | | | | | Merge pull request #6881 from sile/fix-escript-binary-stdin-bug | John Högberg | 2023-02-22 | 1 | -1/+3 |
|\ \ \ \ \ | |||||
| * | | | | | Fix a bug that `file:read(standard_io, ..)` unexpectedly returns `eof`. | Takeru Ohta | 2023-02-20 | 1 | -1/+3 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge pull request #6823 from josevalim/jv-cache-code-api | Fredrik Frantzen | 2023-02-21 | 2 | -53/+120 |
|\ \ \ \ \ | |||||
| * | | | | | Add del_paths/1, clear_cache/0, and cache arg | José Valim | 2023-02-16 | 2 | -53/+120 |
| | |/ / / | |/| | | | |||||
* | | | | | kernel: fixes unbound type in chunk_ret() | Kiko Fernandez-Reyes | 2023-02-17 | 1 | -3/+3 |
| |/ / / |/| | | | |||||
* | | | | Revert "Prepare release" | Henrik Nord | 2023-02-15 | 2 | -8/+26 |
* | | | | Prepare release | Erlang/OTP | 2023-02-14 | 2 | -26/+8 |
* | | | | Update copyright year | Erlang/OTP | 2023-02-14 | 19 | -19/+19 |
* | | | | Merge branch 'raimo/ssl/dist-bench-cuddle' OTP-18456 | Raimo Niskanen | 2023-02-13 | 9 | -245/+1684 |
|\ \ \ \ | |||||
| * | | | | Implement Cryptcookie over 'socket' with kTLS | Raimo Niskanen | 2023-02-09 | 2 | -33/+3 |
| * | | | | Add kTLS/inet_drv with cryptcookie setup to the repertoire | Raimo Niskanen | 2023-02-09 | 2 | -22/+29 |
| * | | | | Reorganize kTLS code to simplify testing kTLS with socket | Raimo Niskanen | 2023-02-09 | 1 | -0/+11 |
| * | | | | Ignore option errors more like inet_drv | Raimo Niskanen | 2023-02-09 | 1 | -7/+5 |
| * | | | | Make inet6_tls_dist address family oriented | Raimo Niskanen | 2023-02-09 | 3 | -72/+88 |
| * | | | | Benchmark cryptcookie over both socket and inet_drv | Raimo Niskanen | 2023-02-09 | 1 | -2/+2 |
| * | | | | Refactor cryptcookie to work on a stream | Raimo Niskanen | 2023-02-09 | 1 | -1/+34 |
| * | | | | Use CPU affinity for setup tests | Raimo Niskanen | 2023-02-09 | 1 | -1/+1 |
| * | | | | Implement parallel accept | Raimo Niskanen | 2023-02-09 | 2 | -23/+79 |
| * | | | | Benchmark prototype distribution over socket | Raimo Niskanen | 2023-02-09 | 1 | -2/+2 |
| * | | | | Implement inet_epmd_dist | Raimo Niskanen | 2023-02-09 | 7 | -15/+1270 |
| * | | | | Generalize option merge | Raimo Niskanen | 2023-02-09 | 1 | -49/+77 |
| * | | | | Implement inet_cryptcookie_dist | Raimo Niskanen | 2023-02-09 | 2 | -106/+149 |
| * | | | | Fix incorrect translation of low_watermark | Raimo Niskanen | 2023-02-09 | 1 | -1/+1 |
| * | | | | Improve diagnostics | Raimo Niskanen | 2023-02-09 | 2 | -65/+87 |
| * | | | | Clean up SSL distribution benchmarks | Raimo Niskanen | 2023-02-09 | 1 | -11/+11 |
* | | | | | Merge pull request #6832 from jhogberg/john/revert-code_choice_strict | John Högberg | 2023-02-10 | 1 | -9/+57 |
|\ \ \ \ \ | |_|/ / / |/| | | | | |||||
| * | | | | Revert "Merge pull request #6693 from josevalim/jv-remove-archive-overlay" | John Högberg | 2023-02-10 | 1 | -9/+57 |
* | | | | | Except "." from being cached | frazze-jobb | 2023-02-10 | 1 | -7/+9 |
* | | | | | Add code path caching | José Valim | 2023-02-10 | 2 | -112/+149 |
* | | | | | Merge pull request #6737 from josevalim/jv-concurrent-app-dag | Fredrik Frantzen | 2023-02-10 | 2 | -40/+137 |
|\ \ \ \ \ | |||||
| * | | | | | Start children applications concurrently | José Valim | 2023-02-08 | 2 | -40/+137 |
* | | | | | | Merge pull request #6736 from josevalim/jv-move-to-client | Fredrik Frantzen | 2023-02-10 | 2 | -108/+106 |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | |||||
| * | | | | | ensure_loaded should check with code server, for pending on_load | frazze-jobb | 2023-02-08 | 2 | -46/+44 |
| * | | | | | Reduce contention on the code_server | José Valim | 2023-01-25 | 2 | -79/+79 |
| |/ / / / | |||||
* | | | | | Merge branch 'raimo/kernel/boot-on_load' OTP-18447 | Raimo Niskanen | 2023-02-09 | 2 | -23/+36 |
|\ \ \ \ \ | |_|/ / / |/| | / / | | |/ / | |/| | | |||||
| * | | | Update on_load handling during boot | Raimo Niskanen | 2023-02-08 | 2 | -23/+36 |
* | | | | Merge pull request #6035 from josevalim/jv-app-sup | Rickard Green | 2023-02-08 | 2 | -2/+16 |
|\ \ \ \ | |||||
| * | | | | Add application:get_supervisor/1 | José Valim | 2022-05-30 | 2 | -2/+16 |