Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'rickard/signal-order-fix/22/OTP-17291' into rickard/signal-orde... | Rickard Green | 2021-04-22 | 4 | -13/+5 |
|\ | |||||
| * | Merge branch 'rickard/signal-order-fix/OTP-17291' into rickard/signal-order-f... | Rickard Green | 2021-04-22 | 4 | -13/+5 |
| |\ | |||||
| | * | Ensure GC and CPC signals respect signal order | Rickard Green | 2021-04-21 | 4 | -13/+5 |
* | | | seq_trace: fix label spec missed in PR #1760 | Alexander Clouter | 2020-08-31 | 1 | -14/+4 |
* | | | [kernel|esock] Add env variable ESOCK_USE_SOCKET_REGISTRY | Micael Karlberg | 2020-07-15 | 2 | -7/+34 |
* | | | [erts|kernel|esock] Make the use of the socket registry optional | Micael Karlberg | 2020-07-14 | 2 | -1/+8 |
* | | | Prepare release | Erlang/OTP | 2020-05-11 | 1 | -1/+1 |
* | | | Handle native option with encoded level | Raimo Niskanen | 2020-04-28 | 2 | -3/+26 |
* | | | Rename socket option variables to Opt | Raimo Niskanen | 2020-04-24 | 2 | -63/+82 |
* | | | Simplify code for connect() | Raimo Niskanen | 2020-04-17 | 2 | -12/+5 |
* | | | Fix syntax error for USE_ESOCK != yes | Raimo Niskanen | 2020-04-17 | 2 | -2/+2 |
* | | | Use exceptions for fatal argument errors | Raimo Niskanen | 2020-04-09 | 2 | -211/+130 |
* | | | Split socket module | Raimo Niskanen | 2020-04-01 | 9 | -4205/+1402 |
* | | | Update erl_prim_loader.erl | Cheng Zhe | 2020-03-30 | 1 | -1/+1 |
* | | | Incorrect spelling | Cheng Zhe | 2020-03-25 | 1 | -1/+1 |
* | | | Update preloaded modules | Björn Gustavsson | 2020-03-21 | 21 | -0/+0 |
* | | | Add 'meta' option to type spec | Raimo Niskanen | 2020-03-19 | 2 | -0/+1 |
* | | | socket: Clean up locks and state | Raimo Niskanen | 2020-03-19 | 2 | -58/+72 |
* | | | Merge branch 'maint' | Rickard Green | 2020-03-13 | 7 | -7/+7 |
|\ \ \ | |/ / | |||||
| * | | Update copyright year | Rickard Green | 2020-03-13 | 7 | -7/+7 |
* | | | Merge branch 'maint' | Björn Gustavsson | 2020-03-12 | 21 | -0/+0 |
|\ \ \ | |/ / | |||||
| * | | Update preloaded modules | Björn Gustavsson | 2020-03-12 | 21 | -0/+0 |
| * | | erts: Fix a Dialyzer warning | Hans Bolinder | 2020-03-06 | 1 | -12/+12 |
* | | | Revert "Prepare release" | Henrik Nord | 2020-02-27 | 1 | -1/+1 |
* | | | Prepare release | Erlang/OTP | 2020-02-26 | 1 | -1/+1 |
* | | | erts: Fix unmatched return dialyzer warning | Lukas Larsson | 2020-02-24 | 2 | -12/+12 |
* | | | Merge branch 'rickard/start-monitor/OTP-16120' | Rickard Green | 2020-02-21 | 2 | -0/+4 |
|\ \ \ | |||||
| * | | | Support for start_monitor in proc_lib and gen behaviours | Rickard Green | 2019-10-22 | 2 | -6/+6 |
| | |/ | |/| | |||||
* | | | Update preloaded 'init' module | Rickard Green | 2020-02-21 | 1 | -0/+0 |
* | | | Merge branch 'josevalim/jv-restart-with-mode' into rickard/josevalim/jv-resta... | Rickard Green | 2020-02-21 | 1 | -8/+29 |
|\ \ \ | |||||
| * | | | Allow changing the -mode when the system restarts | José Valim | 2020-02-19 | 1 | -8/+29 |
* | | | | Merge branch 'maint' | Lukas Larsson | 2020-02-21 | 23 | -11/+17 |
|\ \ \ \ | | |_|/ | |/| | | |||||
| * | | | Update preloaded modules | Lukas Larsson | 2020-02-21 | 21 | -0/+0 |
| * | | | logger: Don't crash when unavailable during boot | Lukas Larsson | 2020-02-21 | 2 | -11/+17 |
* | | | | Merge pull request #2540 from rickard-green/rickard/spawn_request-improvement... | Rickard Green | 2020-02-20 | 2 | -17/+31 |
|\ \ \ \ | |||||
| * | | | | 'reply' options for spawn_request() | Rickard Green | 2020-02-20 | 2 | -4/+20 |
| * | | | | Implement erlang:spawn_request_abandon/1 | Rickard Green | 2020-02-20 | 2 | -1/+6 |
| * | | | | Revert "Timeout option for spawn_opt() and spawn_request()" | Rickard Green | 2020-02-19 | 2 | -14/+7 |
* | | | | | [esock] Add netns to the socket supports function | Micael Karlberg | 2020-02-19 | 2 | -4/+12 |
* | | | | | [esock] Add "create type" (ctype) to socket info | Micael Karlberg | 2020-02-19 | 2 | -0/+1 |
* | | | | | [esock] Create a socket from an already existing fd | Micael Karlberg | 2020-02-19 | 2 | -31/+54 |
|/ / / / | |||||
* | | | | Update preloaded modules | John Högberg | 2020-02-12 | 21 | -0/+0 |
* | | | | otp: Add descriptions to all deprecation attributes | John Högberg | 2020-02-12 | 1 | -1/+7 |
* | | | | Merge branch 'maint' | Raimo Niskanen | 2020-02-07 | 2 | -488/+474 |
|\ \ \ \ | |/ / / | |||||
| * | | | Fix specs | Raimo Niskanen | 2020-01-29 | 2 | -52/+51 |
| * | | | Merge domain+type+proto in one getopt | Raimo Niskanen | 2020-01-28 | 2 | -87/+107 |
| * | | | Cleanup timeout handling | Raimo Niskanen | 2020-01-24 | 2 | -189/+178 |
| * | | | Cleanup parameter check functions | Raimo Niskanen | 2020-01-23 | 2 | -8/+14 |
| * | | | Cleanup try-catch handling | Raimo Niskanen | 2020-01-23 | 2 | -70/+45 |
| * | | | Fix close and abort handling | Raimo Niskanen | 2020-01-23 | 2 | -12/+23 |