Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 '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-19 | Merge branch ↵ | Raimo Niskanen | |
'raimo/erts/fix-configure-to-check-in-libsct-for-sctp-funcs/ERL-262/OTP-13956' into maint * raimo/erts/fix-configure-to-check-in-libsct-for-sctp-funcs/ERL-262/OTP-13956: Configure enable libsctp dependency Revert "Check libsctp for sctp funcs in configure.in" | |||
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-18 | Merge branch 'lukas/erts/etp-disasm' into maint | Lukas Larsson | |
* lukas/erts/etp-disasm: erts: Add etp-disasm gdb macro | |||
2016-10-18 | erts: Add etp-disasm gdb macro | Lukas Larsson | |
2016-10-17 | Updated OTP versionOTP-19.1.5 | Erlang/OTP | |
2016-10-17 | Prepare release | Erlang/OTP | |
2016-10-17 | Merge branch 'hans/ssh/rekey_problem/OTP-13972' into maint-19 | Erlang/OTP | |
* hans/ssh/rekey_problem/OTP-13972: ssh: fix renegotiation problem ssh: test case for renegotiation with openssh client | |||
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 | Configure enable libsctp dependency | Raimo Niskanen | |
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 | 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 | 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 | Revert "Check libsctp for sctp funcs in configure.in" | Raimo Niskanen | |
This reverts commit 52fae83743a6e84d719f4f82fe45e6e0efdbd6f0: Check libsctp for sctp funcs in configure.in Call AC_CHECK_LIB before calling AC_CHECK_FUNCS to check for functions in libsctp. Otherwise AC_CHECK_FUNCS will not link with libsctp to see if function exists. Reverting to the old behaviour of not checking for libsctp before checking for sctp functions. Then it works on Linux by loading libsctp and looking up the symbols i runtime, and it works on FreeBSD since there is no separate libsctp to link against - the functions are part of the default system libraries. | |||
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 | 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 | 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 | 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 | 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 |