Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-05 | Generate re replacement and split tests with perl vsn 5.22.1 | Rickard Green | |
2017-04-05 | Fix re_SUITE:pcre_compile_workspace_overflow/1 | Rickard Green | |
2017-04-05 | Skip line with lockout of modifiers in PCRE tests | Rickard Green | |
2017-04-05 | Update tests for PCRE version 8.40 | Rickard Green | |
2017-04-05 | Update PCRE to version 8.40 | Rickard Green | |
2017-04-05 | Merge branch 'ingela/ssl/dtls-cookie/OTP-14076' | Ingela Anderton Andin | |
* ingela/ssl/dtls-cookie/OTP-14076: dtls: Implement DTLS cookie secret generation | |||
2017-04-05 | Merge pull request #1401 from srenatus/sr/typos | Björn Gustavsson | |
fix docs typo: details | |||
2017-04-04 | Merge branch 'hans/ssh/idle_time_server/OTP-14312' | Hans Nilsson | |
2017-04-04 | ssh: idle_timer on daemon - implementation | Hans Nilsson | |
2017-04-04 | ssh: idle_timer on daemon - documentation | Hans Nilsson | |
2017-04-04 | ssh: idle_timer on daemon - test case | Hans Nilsson | |
2017-04-04 | Merge branch 'maint' | Ingela Anderton Andin | |
Conflicts: OTP_VERSION erts/vsn.mk lib/crypto/c_src/crypto.c lib/crypto/src/crypto.erl lib/ssh/src/ssh.erl | |||
2017-04-04 | Merge branch 'maint-19' into maint | Ingela Anderton Andin | |
2017-04-04 | Merge branch 'maint' | Björn-Egil Dahlberg | |
2017-04-04 | Merge branch 'egil/erts/fix-sigterm/OTP-14290' into maint | Björn-Egil Dahlberg | |
* egil/erts/fix-sigterm/OTP-14290: erts: Make sigterm signal safe for non-smp beam | |||
2017-04-04 | stdlib: Limit ets_SUITE:smp_select_replace | Sverker Eriksson | |
to run 3*3 seconds to avoid timeout on slow machines. | |||
2017-04-04 | Merge branch 'g-andrade/strong-random-numbers/PR-1367/OTP-14317' | Raimo Niskanen | |
* g-andrade/strong-random-numbers/PR-1367/OTP-14317: Clean up documentation and test cases Attempt faster approach to strong random floats Allow for crypto upgrades when using rand plugin fixup! Support cryptographically strong rand plugin fixup! Support cryptographically strong rand plugin fixup! Support cryptographically strong rand plugin fixup! Support cryptographically strong rand plugin No longer expose strong_rand_(range|float) Support cryptographically strong rand plugin Restyle crypto strong numeric generators for usage in rand Support generation of strong random numbers | |||
2017-04-04 | Merge branch 'ingela/inets/tests-cuddle' | Ingela Anderton Andin | |
* ingela/inets/tests-cuddle: inets: Do not test https/ftps if crypto can not start | |||
2017-04-04 | Merge branch 'hasse/debugger/fix_edit_variable/OTP-14318' | Hans Bolinder | |
* hasse/debugger/fix_edit_variable/OTP-14318: debugger: Enable editing of bit strings in the bindings area debugger: Remove a debug printout | |||
2017-04-04 | Clean up documentation and test cases | Raimo Niskanen | |
2017-04-03 | stdlib: Skip ets_SUITE:otp_9423 for single sched smp | Sverker Eriksson | |
2017-04-03 | stdlib: Rename ets_SUITE:run_workers | Sverker Eriksson | |
run_workers/* -> run_smp_workers/* run_workers_do/4 -> run_sched_workers/4 | |||
2017-04-03 | Merge PR-1076 from g-andrade/feature/ets_conditional_insert OTP-14319 | Sverker Eriksson | |
ETS: Allow for conditional insertions | |||
2017-04-03 | debugger: Enable editing of bit strings in the bindings area | Hans Bolinder | |
The evaluated string looked like "V=<<1>>", which cannot be scanned correctly. A space after "=" fixes the bug. | |||
2017-04-03 | debugger: Remove a debug printout | Hans Bolinder | |
2017-04-03 | stdlib: Fix xmllint warnings | Hans Bolinder | |
Commit d2be06f introduced xmllint warnings. | |||
2017-04-03 | Merge branch 'dgud/observer/keep-selection/OTP-14270' | Dan Gudmundsson | |
* dgud/observer/keep-selection/OTP-14270: observer: (re)store config observer: Use event info to get active tab observer: Keep sel after column change tv observer: Keep port selection after refresh observer: Keep tv selection after refresh | |||
2017-04-03 | Don't exit 0 if killing epmd is impossible because there's living nodes | Stephan Renatus | |
Living nodes will make `epmd -kill` fail, but there's no way to tell except by looking at the commands output. With this change, the exit code will be 1 to indicate failure. Signed-off-by: Stephan Renatus <[email protected]> | |||
2017-04-03 | inets: Do not test https/ftps if crypto can not start | Ingela Anderton Andin | |
2017-04-03 | typo: details | Stephan Renatus | |
Signed-off-by: Stephan Renatus <[email protected]> | |||
2017-03-31 | Merge PR-1390 from kostis/on_load-no_native OTP-14316 | Sverker Eriksson | |
Add a no_native option to modules with an on_load | |||
2017-03-31 | Merge branch 'egil/kernel/refactor-supervisor/OTP-14315' | Björn-Egil Dahlberg | |
* egil/kernel/refactor-supervisor/OTP-14315: Update primary bootstrap kernel: Refactor supervision tree | |||
2017-03-31 | Merge PR-1394 from kostis/hipe-ppc-fixes ERL-369 OTP-14314 | Sverker Eriksson | |
HiPE PPC fixes | |||
2017-03-31 | Updated OTP versionOTP-19.3.1 | Erlang/OTP | |
2017-03-31 | Update release notes | Erlang/OTP | |
2017-03-31 | Update version numbers | Erlang/OTP | |
2017-03-31 | Merge branch 'kellymclaughlin/crypto/aes_cfb_128/PR-1393/OTP-14313' into ↵ | Erlang/OTP | |
maint-19 * kellymclaughlin/crypto/aes_cfb_128/PR-1393/OTP-14313: Fix bug with AES CFB 128 Demonstrate the bug with AES CFB 128 encryption | |||
2017-03-31 | Merge branch 'raimo/file-read_file-leaks-file-descriptors/ERL-383/OTP-14308' ↵ | Erlang/OTP | |
into maint-19 * raimo/file-read_file-leaks-file-descriptors/ERL-383/OTP-14308: Close FD after trying to open a directory | |||
2017-03-31 | Merge branch 'voltone/inets/httpc_redirect_normalize_host/PR-1381/OTP-14301' ↵ | Erlang/OTP | |
into maint-19 * voltone/inets/httpc_redirect_normalize_host/PR-1381/OTP-14301: Omit port from Host header on redirect to well-known port | |||
2017-03-31 | Merge branch 'ingela/maint-19/active-once/ERL-371/OTP-14300' into maint-19 | Erlang/OTP | |
* ingela/maint-19/active-once/ERL-371/OTP-14300: ssl: Prepare for release ssl: Avoid data loss in active once | |||
2017-03-31 | Merge branch 'hans/ssh/daemon_info_crash_ip/OTP-14298' into maint-19 | Erlang/OTP | |
* hans/ssh/daemon_info_crash_ip/OTP-14298: ssh: fixed crash in ssh:daemon_info | |||
2017-03-31 | Merge branch 'egil/erts/fix-sigterm/OTP-14290' into maint-19 | Erlang/OTP | |
* egil/erts/fix-sigterm/OTP-14290: erts: Make sigterm signal safe for non-smp beam | |||
2017-03-31 | Merge branch 'hans/ftp/recv_chunk/OTP-14242' into maint-19 | Erlang/OTP | |
* hans/ftp/recv_chunk/OTP-14242: inets/ftp: spelling correction inets/ftp: DBG macro change inets/ftp: Fixed fault with operations after recv_chunks. inets/ftp: Testcase for repeating chunked fetch | |||
2017-03-30 | Fix ErLLVM in --enable-m32-build builds | Magnus Lång | |
By having ErLLVM explicitly tell LLVM which architecture we're expecting it to compile for we remove the risk of having LLVM generate amd64 code for a x86 VM. | |||
2017-03-30 | Don't imply --disable-hipe in --enable-m32-build | Magnus Lång | |
HiPE compiles and runs perfectly well with --enable-m32-build on linux. If there are some darwin-specific issues with --enable-m32-build and --enable-hipe, a more specific test for these conditions should be added. | |||
2017-03-30 | Complete the list of ./configure ARCH adjustments | Magnus Lång | |
Also remove i386 clause, as ARCH can never have that value. | |||
2017-03-30 | Update primary bootstrap | Björn-Egil Dahlberg | |
2017-03-30 | kernel: Refactor supervision tree | Björn-Egil Dahlberg | |
Use maps in definitions to make them more readable. | |||
2017-03-30 | dtls: Implement DTLS cookie secret generation | Ingela Anderton Andin | |
2017-03-30 | Merge branch 'goeldeepak/erts/fix_inet_gethost_long/ERL-61/PR-1345/OTP-14310' | Lukas Larsson | |
* goeldeepak/erts/fix_inet_gethost_long/ERL-61/PR-1345/OTP-14310: This patch fixes the issue in which erlang fails to start if the hostname is 64 characters on a linux system. |