Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-09-05 | Clean up zlib test suite | John Högberg | |
2017-09-05 | Improve zlib error messages and update test suite to fit | John Högberg | |
OTP-14527 | |||
2017-09-05 | Replace the zlib driver with a NIF | John Högberg | |
All operations will now yield appropriately, allowing them to be used freely in concurrent applications. This commit also deprecates the functions listed below, although they won't raise deprecation warnings until OTP 21: zlib:adler32 zlib:crc32 zlib:inflateChunk zlib:getBufSize zlib:setBufSize The behavior of throwing an error when a dictionary is required for decompression has also been deprecated. | |||
2017-09-05 | erts: Add erlang:iolist_to_iovec | Lukas Larsson | |
OTP-14520 | |||
2017-09-05 | erts: Add nif ioq | Lukas Larsson | |
2017-07-28 | Merge branch 'maint-19' into maint | John Högberg | |
* maint-19: Updated OTP version Update release notes Update version numbers | |||
2017-07-28 | Merge pull request #1520 from NOMORECOFFEE/fix_array_spec_typo | Raimo Niskanen | |
array: fix spec typo | |||
2017-07-27 | Merge branch 'maint-20' into maint | John Högberg | |
* maint-20: Updated OTP version Update release notes Update version numbers Fix doc for the 'quiet' option; it defaults to false asn1: Fix missing quotes of external encoding call Add a dedicated close function for TCP ports to prevent issues like ERL-430/448 Close TCP ports properly on send timeout erts: Add missing release note | |||
2017-07-26 | Updated OTP versionOTP-20.0.2 | Erlang/OTP | |
2017-07-26 | Update release notes | Erlang/OTP | |
2017-07-26 | Update version numbers | Erlang/OTP | |
2017-07-26 | Merge branch 'sverker/asn1/missing-quotes/OTP-14519' into maint-20 | Erlang/OTP | |
* sverker/asn1/missing-quotes/OTP-14519: asn1: Fix missing quotes of external encoding call | |||
2017-07-26 | Merge branch 'sverker/big-bxor-bug/ERL-450/OTP-14514' into maint-20 | Erlang/OTP | |
* sverker/big-bxor-bug/ERL-450/OTP-14514: erts: Fix bug in bxor of a big negative number | |||
2017-07-26 | Merge branch 'john/erts/fix-tcp-send-timeout/OTP-14509/ERL-448' into maint-20 | Erlang/OTP | |
* john/erts/fix-tcp-send-timeout/OTP-14509/ERL-448: Add a dedicated close function for TCP ports to prevent issues like ERL-430/448 Close TCP ports properly on send timeout | |||
2017-07-26 | Merge branch 'john/kernel/fix-disk-log-docs/OTP-14498' into maint-20 | Erlang/OTP | |
* john/kernel/fix-disk-log-docs/OTP-14498: Fix doc for the 'quiet' option; it defaults to false | |||
2017-07-26 | Merge branch 'sverker/missing-relnote/OTP-14494' into maint-20 | Erlang/OTP | |
* sverker/missing-relnote/OTP-14494: erts: Add missing release note | |||
2017-07-26 | Fix doc for the 'quiet' option; it defaults to false | John Högberg | |
2017-07-25 | Merge branch 'sverker/enif_whereis-bug/OTP-14523' into maint | Sverker Eriksson | |
* sverker/enif_whereis-bug: erts: Fix bug in enif_whereis_pid/port | |||
2017-07-25 | Merge branch 'john/erts/use-lock-flags-in-lc' into maint | John Högberg | |
2017-07-25 | Updated OTP versionOTP-19.3.6.2 | Erlang/OTP | |
2017-07-25 | Update release notes | Erlang/OTP | |
2017-07-25 | Update version numbers | Erlang/OTP | |
2017-07-25 | Merge branch 'sverker/big-bxor-bug/ERL-450/OTP-14514' into maint-19 | Erlang/OTP | |
* sverker/big-bxor-bug/ERL-450/OTP-14514: erts: Fix bug in bxor of a big negative number | |||
2017-07-25 | Merge branch 'john/erts/fix-tcp-send-timeout/OTP-14509/ERL-448' into maint-19 | Erlang/OTP | |
* john/erts/fix-tcp-send-timeout/OTP-14509/ERL-448: Add a dedicated close function for TCP ports to prevent issues like ERL-430/448 Close TCP ports properly on send timeout | |||
2017-07-25 | Merge branch 'sverker/prealloc-race-bug/OTP-14491' into maint-19 | Erlang/OTP | |
* sverker/prealloc-race-bug/OTP-14491: erts: Fix bug in quick alloc | |||
2017-07-24 | Fix array spec typo | Веселов Андрей | |
2017-07-21 | Merge pull request #1513 from nroi/maint | Raimo Niskanen | |
Fix typo in httpc.xml: http -> httpc | |||
2017-07-21 | Merge branch 'raimo/kernel/fix-spec-for-inet-get_rc-0/ERL-454' into maint | Raimo Niskanen | |
* raimo/kernel/fix-spec-for-inet-get_rc-0/ERL-454: Improve spec and doc for inet:get_rc/0 | |||
2017-07-21 | Merge branch 'raimo/stdlib/stop-deprecated-warn-crypto-rand_bytes-1/ERL-459' ↵ | Raimo Niskanen | |
into maint * raimo/stdlib/stop-deprecated-warn-crypto-rand_bytes-1/ERL-459: Change crypto:rand_bytes/1 deprecated -> removed | |||
2017-07-20 | Merge branch 'sverker/crypto/valgrind-compile-errors' into maint | Sverker Eriksson | |
* sverker/crypto/valgrind-compile-errors: crypto: Fix compile errors for make target 'valgrind' | |||
2017-07-20 | asn1: Fix missing quotes of external encoding call | Sverker Eriksson | |
introduced by 8e4a9864385242b962ce7446f7daa4f58cfecca5. | |||
2017-07-20 | Improve spec and doc for inet:get_rc/0 | Raimo Niskanen | |
2017-07-20 | Change crypto:rand_bytes/1 deprecated -> removed | Raimo Niskanen | |
2017-07-15 | Fix typo in httpc.xml: http -> httpc | Fabian Muscariello | |
2017-07-13 | Merge branch 'sverker/big-bxor-bug/ERL-450/OTP-14514' into maint | Sverker Eriksson | |
* sverker/big-bxor-bug/ERL-450/OTP-14514: erts: Fix bug in bxor of a big negative number | |||
2017-07-12 | crypto: Fix compile errors for make target 'valgrind' | Sverker Eriksson | |
introduced in 03f3ec41f5468413235e3923a542a11cfd631089 | |||
2017-07-12 | erts: Fix bug in bxor of a big negative number | Sverker Eriksson | |
Wrong result for (X bsl WS) bxor Y. where X is any negative integer Y is any integer that does not require more words than X WS is erlang:system_info(wordsize) or larger Fix: The subtraction of 1 (for 2-complement conversion) must be carried along all the way to the last words. | |||
2017-07-11 | erts: Fix bug in enif_whereis_pid/port | Sverker Eriksson | |
that could cause heap corruption if whereis lookup conflicts with other register updater AND other thread sends on-heap message while main lock is released. Also improved enif_whereis from dirty nifs by passing c_p as NULL. | |||
2017-07-11 | Fix building debug emulator on windows | John Högberg | |
CFLAGS weren't updated to include the sys/common directory for this build target. | |||
2017-07-11 | Use erl_lock_flags in lock checking | John Högberg | |
2017-07-10 | Merge pull request #1508 from essen/rand-seed-typo | Lukas Larsson | |
Fix typo in rand.xml: superseeded -> superseded | |||
2017-07-10 | Fix typo in rand.xml: superseeded -> superseded | Loïc Hoguin | |
2017-07-10 | Merge branch 'ingela/public_key/ssl/CRL-error-propagation/OTP-14236' into maint | Ingela Anderton Andin | |
* ingela/public_key/ssl/CRL-error-propagation/OTP-14236: ssl: Try to make asn1 decode errors of certificates as specific as possible ssl,public_key: Provide details for CRL check failiures when revokation state can not be determined ssl: Enhance error logging | |||
2017-07-10 | Merge pull request #1504 from vances/issue-erl-443 | Ingela Andin | |
Log actual http status code of response. OTP-14510 | |||
2017-07-10 | Add a dedicated close function for TCP ports to prevent issues like ERL-430/448 | John Högberg | |
2017-07-10 | Close TCP ports properly on send timeout | John Högberg | |
2017-07-07 | Add a proper type for lock options | John Högberg | |
2017-07-07 | ssl: Try to make asn1 decode errors of certificates as specific as possible | Ingela Anderton Andin | |
2017-07-07 | ssl,public_key: Provide details for CRL check failiures when revokation ↵ | Ingela Anderton Andin | |
state can not be determined | |||
2017-07-07 | ssl: Enhance error logging | Ingela Anderton Andin | |