Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-10-14 | Merge branch 'maint' | Ingela Anderton Andin | |
2016-10-14 | Merge branch 'ingela/ssl/tune-timeouts-basic_SUITE' into maint | Ingela Anderton Andin | |
* ingela/ssl/tune-timeouts-basic_SUITE: ssl: Tune timeout for old solaris machine | |||
2016-10-14 | ssl: Tune timeout for old solaris machine | Ingela Anderton Andin | |
2016-10-14 | Merge branch 'maint' | Hans Nilsson | |
Conflicts: OTP_VERSION | |||
2016-10-14 | Merge branch 'maint-19' into maint | Hans Nilsson | |
2016-10-13 | Updated OTP versionOTP-19.1.4 | Erlang/OTP | |
2016-10-13 | Prepare release | Erlang/OTP | |
2016-10-13 | Merge branch 'hans/ssh/harmful_badmatch/OTP-13966' into maint-19 | Erlang/OTP | |
* hans/ssh/harmful_badmatch/OTP-13966: ssh: Removed matching of 'ok' after send which could cause error reports ssh: ssh_protocol_SUITE test for handling of illegal info_lines ssh: property test case for illegal infoline and close This tests an illegal client that sends an info line and closes 'immediatly'. | |||
2016-10-13 | ssh: Removed matching of 'ok' after send which could cause error reports | Hans Nilsson | |
2016-10-13 | ssh: ssh_protocol_SUITE test for handling of illegal info_lines | Hans Nilsson | |
2016-10-13 | ssh: property test case for illegal infoline and close | Hans Nilsson | |
This tests an illegal client that sends an info line and closes 'immediatly'. | |||
2016-10-13 | Merge branch 'maint' | Hans Bolinder | |
* maint: dialyzer: Fix opaque bug dialyzer: Fix opaque bugs | |||
2016-10-13 | Merge branch 'hasse/dialyzer/fix_opaque_bugs/OTP-13693' into maint | Hans Bolinder | |
* hasse/dialyzer/fix_opaque_bugs/OTP-13693: dialyzer: Fix opaque bug dialyzer: Fix opaque bugs | |||
2016-10-12 | Merge branch 'lukas/erts/beam_func_info_struct/OTP-13821' | Lukas Larsson | |
* lukas/erts/beam_func_info_struct/OTP-13821: erts: Fix some dtrace related compile issues erts: Refactor rename Export.code[] to Export.beam[] erts: Improve printouts for some etp commands erts: Fix erts_debug:df with new func_info erts: Refactor find_function_from_pc to return MFA erts: Refactor out func_info into struct | |||
2016-10-12 | erts: Fix some dtrace related compile issues | Lukas Larsson | |
2016-10-12 | erts: Refactor rename Export.code[] to Export.beam[] | Sverker Eriksson | |
to avoid scary merge errors. | |||
2016-10-12 | erts: Improve printouts for some etp commands | Lukas Larsson | |
Specifically etp-stacktrace/stackdump/process-info have been changed | |||
2016-10-12 | erts: Fix erts_debug:df with new func_info | Lukas Larsson | |
2016-10-12 | erts: Refactor find_function_from_pc to return MFA | Lukas Larsson | |
2016-10-12 | erts: Refactor out func_info into struct | Lukas Larsson | |
This commit adds two new structs to be used to represent erlang code in erts. ErtsCodeInfo is used to describe the i_func_info header that is part of all Export entries and the prelude of each function. This replaces all the BeamInstr * that were previously used to point to these locations. After this change the code should never use BeamInstr * with offsets to figure out different parts of the func_info header. ErtsCodeMFA is a struct that is used to descripe a MFA in code. It is used within ErtsCodeInfo and also in Process->current. All function that previously took Eterm * or BeamInstr * to identify a MFA now use the ErtsCodeMFA or ErtsCodeInfo where appropriate. The code has been tested to work when adding a new field to the ErtsCodeInfo struct, but some updates are needed in ops.tab to make it work. | |||
2016-10-12 | Merge branch 'maint' | Hans Bolinder | |
* maint: Update Dialyzer documentation | |||
2016-10-12 | Merge branch 'xsipewe/dialyzer/doc_cleanup' into maint | Hans Bolinder | |
* xsipewe/dialyzer/doc_cleanup: Update Dialyzer documentation | |||
2016-10-11 | Merge branch 'legoscia/ssl_in_fips_mode/PR-1180/OTP-13921' | Hans Nilsson | |
Conflicts: lib/crypto/c_src/crypto.c lib/ssl/src/ssl_cipher.erl | |||
2016-10-11 | Merge branch 'maint' | Ingela Anderton Andin | |
2016-10-11 | Merge remote-tracking branch 'github/pr/1199' into maint | Ingela Anderton Andin | |
* github/pr/1199: Correct a typo in mod_esi documentation | |||
2016-10-11 | Merge branch 'maint' | Ingela Anderton Andin | |
2016-10-11 | Merge branch 'ingela/ssl/algo-check/OTP-13959' into maint | Ingela Anderton Andin | |
* ingela/ssl/algo-check/OTP-13959: Properly filter ssl cipher suites reported as supported | |||
2016-10-11 | Merge branch 'ingela/ssl/crl_SUITE' into maint | Ingela Anderton Andin | |
* ingela/ssl/crl_SUITE: ssl: Make sure test has correct input | |||
2016-10-11 | Merge branch 'maint' | Hans Nilsson | |
Conflicts: OTP_VERSION | |||
2016-10-11 | Merge branch 'maint-19' into maint | Hans Nilsson | |
2016-10-11 | Merge branch 'maint' | Björn-Egil Dahlberg | |
2016-10-11 | Merge branch 'egil/erts/fix-profile_boot-flag/ERL-280/OTP-13955' into maint | Björn-Egil Dahlberg | |
* egil/erts/fix-profile_boot-flag/ERL-280/OTP-13955: Update preloaded init.beam erts: Fix -profile_boot 'true'|'false' parsing | |||
2016-10-11 | Update Dialyzer documentation | xsipewe | |
Language cleaned up by the technical writer xsipewe from Combitech. Proofreading and corrections by Hans Bolinder. | |||
2016-10-10 | Correct a typo in mod_esi documentation | Will | |
2016-10-10 | Update preloaded init.beam | Björn-Egil Dahlberg | |
2016-10-10 | erts: Fix -profile_boot 'true'|'false' parsing | Björn-Egil Dahlberg | |
Strictly speaking 'true' and 'false' arguments is not necessary, but it should work if supplied. | |||
2016-10-10 | Merge branch 'sverker/master/load_nif-print-init-error/OTP-13951' | Sverker Eriksson | |
2016-10-10 | Updated OTP versionOTP-19.1.3 | Erlang/OTP | |
2016-10-10 | Prepare release | Erlang/OTP | |
2016-10-10 | Merge branch 'hans/ssh/revert_nonblocking_sender_seq13199/OTP-13953' into ↵ | Erlang/OTP | |
maint-19 * hans/ssh/revert_nonblocking_sender_seq13199/OTP-13953: Revert "ssh: Add non-blocking send" since it introduces Error Reports | |||
2016-10-10 | Revert "ssh: Add non-blocking send" since it introduces Error Reports | Hans Nilsson | |
This reverts commit 28baf1314b556bb592c24181f6967e1f324f44a7. | |||
2016-10-10 | Merge branch 'sverker/load_nif-print-init-error/OTP-13951' into maint | Sverker Eriksson | |
* sverker/load_nif-print-init-error: crypto: Return source line number from failed load/upgrade erts: Print error code from failed NIF load/upgrade/reload | |||
2016-10-10 | Properly filter ssl cipher suites reported as supported | Dániel Szoboszlay | |
Adapted from commit 675ee6860d2c273bcc6c6a0536634a107e2a3d9f. Conflicts: lib/ssl/src/ssl_cipher.erl | |||
2016-10-07 | Merge branch 'maint' | Björn Gustavsson | |
* maint: beam_bsm: Eliminate unsafe optimization | |||
2016-10-07 | Merge branch 'bjorn/compiler/beam_bsm/ERL-268/OTP-13947' into maint | Björn Gustavsson | |
* bjorn/compiler/beam_bsm/ERL-268/OTP-13947: beam_bsm: Eliminate unsafe optimization | |||
2016-10-07 | Merge branch 'maint' | Ingela Anderton Andin | |
2016-10-07 | Merge branch 'ingela/inets/httpc/ERL-253' into maint | Ingela Anderton Andin | |
* ingela/inets/httpc/ERL-253: inets: httpc improve error handling | |||
2016-10-07 | Merge branch 'maint' | Ingela Anderton Andin | |
2016-10-07 | Merge branch 'kostis/inets-reference-record-types/PR-1188' into maint | Ingela Anderton Andin | |
* kostis/inets-reference-record-types/PR-1188: Replace ref() with reference() in inets files | |||
2016-10-07 | Merge branch 'maint' | Ingela Anderton Andin | |