Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-24 | Fix a proliferated typo | Radek Szymczyszyn | |
2017-07-23 | add draft-mattsson-tls-ecdhe-psk-aead ECDHE-PSK with GCM ciphers | Andreas Schultz | |
Add the GCM ciphers from draft-mattsson-tls-ecdhe-psk-aead and the specification for the CCM cipher (but leave them commented out as we don't support CCM yet). | |||
2017-07-21 | ssl: add ECDHE_PSK cipher suites | Andreas Schultz | |
2017-07-21 | ssl: don't sent client certificate with anon ciphers | Andreas Schultz | |
whatever the SSL options say, when we negotiated a anonymous, PSK or SRP cipher suites, client certificates and certificate requests are not permitted. | |||
2017-07-21 | Merge branch 'maint' | Raimo Niskanen | |
2017-07-21 | Merge pull request #1513 from nroi/maint | Raimo Niskanen | |
Fix typo in httpc.xml: http -> httpc | |||
2017-07-21 | Merge branch 'maint' | Raimo Niskanen | |
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 'maint' | Raimo Niskanen | |
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 'maint' | Sverker Eriksson | |
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-18 | lukas/erts/remove-non-smp/OTP-14518 | Lukas Larsson | |
Remove support for the non-smp emulators | |||
2017-07-17 | Update HOWTO after non-smp removal | Lukas Larsson | |
2017-07-17 | Don't build or test plain emu in travis any more | Lukas Larsson | |
2017-07-17 | erts: Replace usage of all erts_smp prefixes to just erts | Lukas Larsson | |
2017-07-17 | Fix testcases after removal of non-smp emulator | Lukas Larsson | |
2017-07-17 | erts: Cleanup alloc.types after non-smp removal | Lukas Larsson | |
2017-07-17 | erts: Cleanup configure and makefiles after non-smp removal | Lukas Larsson | |
2017-07-17 | erts: Cleanup removal of non-smp emulators | Lukas Larsson | |
2017-07-17 | erts: Remove ERTS_SMP and USE_THREAD defines | Lukas Larsson | |
This refactor was done using the unifdef tool like this: for file in $(find erts/ -name *.[ch]); do unifdef -t -f defile -o $file $file; done where defile contained: #define ERTS_SMP 1 #define USE_THREADS 1 #define DDLL_SMP 1 #define ERTS_HAVE_SMP_EMU 1 #define SMP 1 #define ERL_BITS_REENTRANT 1 #define ERTS_USE_ASYNC_READY_Q 1 #define FDBLOCK 1 #undef ERTS_POLL_NEED_ASYNC_INTERRUPT_SUPPORT #define ERTS_POLL_ASYNC_INTERRUPT_SUPPORT 0 #define ERTS_POLL_USE_WAKEUP_PIPE 1 #define ERTS_POLL_USE_UPDATE_REQUESTS_QUEUE 1 #undef ERTS_HAVE_PLAIN_EMU #undef ERTS_SIGNAL_STATE | |||
2017-07-17 | erts: Remove usage of sys.h from etc tools | Lukas Larsson | |
2017-07-17 | Merge pull request #1514 from alexandre-tsu-manuel/patch-1 | Lukas Larsson | |
Fix a typo in comment in beam_emu : purpouses -> purposes | |||
2017-07-17 | Merge pull request #1512 from indradhanush/bugfix/doc-genstatemdoc | Raimo Niskanen | |
Fix typo doc of init in gen_statem | |||
2017-07-16 | Fix a typo in comment in beam_emu : purpouses -> purposes | Alexandre Manuel | |
2017-07-15 | Fix typo in httpc.xml: http -> httpc | Fabian Muscariello | |
2017-07-13 | Merge branch 'maint' | Sverker Eriksson | |
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-12 | Merge branch 'maint' | John Högberg | |
2017-07-11 | Fix typo doc of init in gen_statem | Indradhanush Gupta | |
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 | kvakvs/disksup-path-cut/ERL-343/PR-1502/OTP-14513 | Lukas Larsson | |
Fixes ERL-343 parsing 'df' output by os_mon:disksup on POSIX and SUSv3 systems | |||
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 | Test case group for logging | Vance Shipley | |
Added test cases for mod_disk_log covering repair scenarios. | |||
2017-07-10 | Exercise example RFC 4005 dictionary in traffic suite | Anders Svensson | |
Only exercising the standard dictionaries has missed some problems in the past. | |||
2017-07-10 | Merge branch 'maint' | Lukas Larsson | |
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 'maint' | Ingela Anderton Andin | |