Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-10-21 | dialyzer: Fix error handling of bad -dialyzer() attributes | Hans Bolinder | |
If a dialyzer module attribute references an undefined (local) function an error tuple is thrown but no caught. This leads to a 'nocatch' error and not the intended "clean" error. | |||
2016-10-20 | Merge branch 'sverker/ei_connect_xinit/PR-1202/OTP-13981' into maint | Sverker Eriksson | |
* sverker/ei_connect_xinit/PR-1202: use only two low bits of creation | |||
2016-10-20 | erl_interface: Editorial changes | xsipewe | |
2016-10-20 | erl_interface: Refactor documentation | Björn-Egil Dahlberg | |
2016-10-19 | Eliminate unmatched return dialyzer warnings | Kostis Sagonas | |
The code contained a lot of unmatched return warnings, mostly in function calls that were executed only for their side-effects. Also, there were various places where possible errors were not checked and now they are. This may cause crashes, both in the ftp testsuite (which I have not run) and in situations were errors occur but are ignored. | |||
2016-10-19 | Declare types and specs | Kostis Sagonas | |
2016-10-19 | Code cleanups | Kostis Sagonas | |
2016-10-19 | Eliminate dialyzer warning about unreachable clause | Kostis Sagonas | |
2016-10-19 | Merge branch 'gomoripeti/stdlib/ms_fix/PR-1203/OTP-13974' into maint | Hans Bolinder | |
* gomoripeti/stdlib/ms_fix/PR-1203/OTP-13974: dbg:fun2ms: allow empty list as head | |||
2016-10-19 | Merge branch 'raimo/gen_statem-improvements/OTP-13929' into maint | Raimo Niskanen | |
* raimo/gen_statem-improvements/OTP-13929: Fix race condition in cancel_timer/1 Use parameterized types Implement state timeouts Improve docs and types Change state entry events into state enter calls Improve docs Improve docs Implement state entry events Implement call/3 dirty_timeout | |||
2016-10-18 | Merge branch 'hans/inets/ftp_multiline_resp/PR-1196/OTP-13960' into maint | Hans Nilsson | |
2016-10-18 | Merge branch 'hans/inets/ftp_locks/OTP-13967' into maint | Hans Nilsson | |
2016-10-18 | Merge branch 'maint-19' into maint | Hans Nilsson | |
2016-10-17 | Prepare release | Erlang/OTP | |
2016-10-17 | ssh: fix renegotiation problem | Hans Nilsson | |
2016-10-17 | ssh: test case for renegotiation with openssh client | Hans Nilsson | |
2016-10-17 | Merge branch 'egil/erl_docgen/reformat-docgen-encoding/OTP-13971' into maint | Björn-Egil Dahlberg | |
* egil/erl_docgen/reformat-docgen-encoding/OTP-13971: Reformat docgen xml encoding | |||
2016-10-17 | Avoid some error reports when stopping mnesia | Dan Gudmundsson | |
Worker processes can cause error reports if the main mnesia processes dissapear. | |||
2016-10-17 | Clarify permission bits in file.xml | Magnus Henoch | |
In commit 3d70cee4034e, this text was changed to suggest that a list of Unix-specific permission bits would follow, but no such list was added. Let's revert back to the previous wording, so people won't look for a list that isn't there. | |||
2016-10-17 | wx: Improve error handling | Dan Gudmundsson | |
Fix error handling in gl as in wx. | |||
2016-10-14 | ssl: Tune timeout for old solaris machine | Ingela Anderton Andin | |
2016-10-14 | ftp: New DBG alternative: ct:pal | Hans Nilsson | |
2016-10-14 | ftp: added forgotten inet:setopts active once | Hans Nilsson | |
2016-10-14 | ftp: socket wrapper changed suddenly and erroneously | Hans Nilsson | |
2016-10-14 | Merge branch 'maint-19' into maint | Hans Nilsson | |
2016-10-14 | Fix race condition in cancel_timer/1 | Raimo Niskanen | |
2016-10-13 | dbg:fun2ms: allow empty list as head | Péter Gömöri | |
Running 'dbg:fun2ms(fun([]) -> return_trace() end' resulted in an error "dbg:fun2ms requires fun with single variable or list parameter" But the empty list is actually a list and it is a valid value as a match-spec head (matching on arity-0 functions). Although its practical use is questionable this commit eliminates a small limitation of ms_transform which is not present in the match-spec grammar. | |||
2016-10-13 | Prepare release | Erlang/OTP | |
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 | handle send_to_non_existing_process trace event in fprof | Andreas Schultz | |
fprof did not handle this trace event. Sending to a non existing process should not be much different from sending to an existing process, so duplicate that logic. | |||
2016-10-13 | use only two low bits of creation | Alexandre Snarskii | |
2016-10-13 | Use parameterized types | Raimo Niskanen | |
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 'xsipewe/dialyzer/doc_cleanup' into maint | Hans Bolinder | |
* xsipewe/dialyzer/doc_cleanup: Update Dialyzer documentation | |||
2016-10-12 | Implement state timeouts | Raimo Niskanen | |
2016-10-11 | Fix all whitespace-related issues in erlang.el | Bozhidar Batsov | |
Having a consistent whitespace usage in the source makes it easier for future contributors to send patches. This commit does the following: * Replace tabs with spaces * Kill trailing whitespace * Disable indent-tabs-mode for erlang.el to prevent tabs from creeping in | |||
2016-10-11 | Reformat docgen xml encoding | Björn-Egil Dahlberg | |
epp:default_encoding/0 returns 'utf8' and needs to be re-encoded to "UTF-8" to be correct. | |||
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 | mnesia: Fix double blocked tables which could cause a crash | Dan Gudmundsson | |
Fast restarts could cause table to be blocked twice. | |||
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-19' into maint | Hans Nilsson | |
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 | Prepare release | Erlang/OTP | |
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 |