| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|\
| |
| | |
Clarify enif_open_resource_type if load fails
|
| | |
|
| | |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
* maint:
Updated OTP version
Prepare release
Update copyright year
|
| |\ \
| | |/
| |/|
| | |
| | |
| | |
| | | |
* maint-25:
Updated OTP version
Prepare release
Update copyright year
|
| | | |
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | | |
* maint:
Updated OTP version
Prepare release
Update copyright year
|
| |\ \
| | |/
| | |
| | |
| | |
| | |
| | | |
* maint-25:
Updated OTP version
Prepare release
Update copyright year
|
| | | |
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | | |
* maint:
Updated OTP version
Prepare release
Update copyright year
|
| |\ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* maint-24:
Updated OTP version
Prepare release
Update copyright year
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
This reverts commit d4e4511b19f4126d9271a6e3a8fa2eb716da7e85.
|
| | | | |
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
Enable decoding URIs with ipv6 address in host.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Example:
Packet = <<"GET http://[FEDC:BA98:7654:3210:FEDC:BA98:7654:3210]:4000/dir ...>>
erlang:decode_packet(http_bin, Packet, [])
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
jhogberg/john/erts/is_boolean-match-specs/GH-7045/OTP-18526
erts: Support is_boolean/1 in match specs
|
| | | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Misc improvements using async_dist
|
| |/ / / / / |
|
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
Correct typo in async_dist process flag docs
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
This reverts commit 1cf126f91eb533783409da95b117207d8c13d9aa.
|
| | | | | | |
|
| | | | | | |
|
|\ \ \ \ \ \
| | |_|/ / /
| |/| | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* maint:
Updated OTP version
Prepare release
Update copyright year
|
| |\ \ \ \ \
| | | |_|/ /
| | |/| | /
| | |_|_|/
| |/| | |
| | | | |
| | | | | |
* maint-24:
Updated OTP version
Prepare release
Update copyright year
|
| | | | | |
|
|\ \ \ \ \ |
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Introduce a local external term format with an unspecified encoding. This
external term format is used for supporting the 'local' option of
term_to_binary/2 and term_to_iovec/2. Terms encoded on this format is only
to be decoded by the same runtime system instance that encoded it.
|
|\ \ \ \ \ \
| |_|_|_|/ /
|/| | | | |
| | | | | |
| | | | | | |
OTP-18505
Make term_to_binary encode atoms as UTF-8 by default
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
That is, the default 'minor_version' option is changed from 1 to 2
for term_to_binary and term_to_iovec.
|
|\ \ \ \ \ \
| |/ / / / /
|/| | / / /
| | |/ / /
| |/| | |
| | | | |
| | | | | |
* maint:
Updated OTP version
Prepare release
Update copyright year
|
| | | | | |
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
jhogberg/john/erts/reintroduce-literal-lambdas/OTP-18498
erts: Reintroduce literal fun optimization
|
| | | | | | |
|
|/ / / / / |
|
|\ \ \ \ \
| |/ / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* maint:
Updated OTP version
Prepare release
Update copyright year
|
| |\ \ \ \
| | | |/ /
| | |/| |
| | | | |
| | | | |
| | | | |
| | | | | |
* maint-24:
Updated OTP version
Prepare release
Update copyright year
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Move instrument.erl to runtime_tools
OTP-18487
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
instrument.erl can be a useful tool for debugging
memory allocation and memory leaks in production
systems. For example, eventually we could have a
button in Observer that invokes instrument and
prints a histogram on demand. For this purpose,
however, it must be part of runtime_tools.
|
| |_|_|_|/
|/| | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Mention that atoms created in load are available in all environments.
The best practice is to pre-create all of them before usage, make sure
this best practice is included in the documentation.
Also fixed a "has" that should have been a "have".
Use full example for pre-created atoms and use _atom suffix for variable
names in the example (atom_ prefix would make variable name expansion in
IDEs less than useful).
Co-authored-by: Sverker Eriksson <sverker@erlang.org>
|
|\ \ \ \ \
| | |/ / /
| |/| | |
| | | | |
| | | | |
| | | | |
| | | | | |
* maint:
Updated OTP version
Prepare release
Update copyright year
|
| |\ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* maint-25:
Updated OTP version
Prepare release
Update copyright year
|