Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-12-06 | Update release notes | Erlang/OTP | |
2012-12-06 | ssl: Prepare for release | Ingela Anderton Andin | |
2012-12-06 | ssl: Export sslsocket() dialyzer type | Ingela Anderton Andin | |
2012-12-06 | ssl: Cancel non expired timers | Ingela Anderton Andin | |
2012-12-06 | ssl: Fix recv after timeout expired | Ingela Anderton Andin | |
Reset state so that "recv data" is not sent as "active data" after a recv timed out and no new recv has been called. | |||
2012-12-06 | ssl: Timeout handling changed so that the fsm-process will terminate if the ↵ | Ingela Anderton Andin | |
ssl:ssl_accept/[2,3] or ssl:connect/[3,4] timeout expires. Add missing function clause to handle timeout during handshake. The missing clause had the effect that the timeout was wrongly discarded. Also add an extra test case for the recv timeout in addition to the one in ssl_packet_SUITE. The missing functions clause was introduced in 8a789189. This commit changed the timeout implementation, the previous implememtation could cause other type of problems as the timeout was client side. | |||
2012-11-26 | Prepare releaseOTP_R15B03 | Erlang/OTP | |
2012-11-26 | Merge branch 'egil/fix-heart-unregister' into maint | Björn-Egil Dahlberg | |
* egil/fix-heart-unregister: kernel: Heart port needs to be unregistered | |||
2012-11-26 | Merge branch 'raimo/daily-build-fixes' into maint | Raimo Niskanen | |
* raimo/daily-build-fixes: Fix erroneous skipping for jinterface, erl_interface and ic | |||
2012-11-26 | Fix erroneous skipping for jinterface, erl_interface and ic | Raimo Niskanen | |
2012-11-23 | kernel: Heart port needs to be unregistered | Björn-Egil Dahlberg | |
When heart cycles we need to unregister the old port before starting the new heart port program. OTP-10591 | |||
2012-11-23 | Merge branch 'anders/diameter/doc/OTP-10568' into maint | Anders Svensson | |
* anders/diameter/doc/OTP-10568: Update doc for RFC 6733 Add copies of RFC's 6733 and 6737 | |||
2012-11-23 | Merge branch 'anders/diameter/doc/OTP-10471' into maint | Anders Svensson | |
* anders/diameter/doc/OTP-10471: Add missing diameter_codec(3) content Add content to diameter_codec(3) and diameter_make(3) Add reference pages diameter_codec(3) and diameter_make(3) | |||
2012-11-23 | Update copyright years | Björn-Egil Dahlberg | |
2012-11-23 | Add missing diameter_codec(3) content | Anders Svensson | |
2012-11-23 | Fix silly bug | Peter Andersson | |
2012-11-22 | Update doc for RFC 6733 | Anders Svensson | |
2012-11-22 | Add copies of RFC's 6733 and 6737 | Anders Svensson | |
6733 deprecates 3588. | |||
2012-11-22 | Add content to diameter_codec(3) and diameter_make(3) | Anders Svensson | |
2012-11-22 | Add reference pages diameter_codec(3) and diameter_make(3) | Anders Svensson | |
Not yet any content to speak of. | |||
2012-11-22 | Merge remote branch 'origin/peppe/common_test/group_search_docs' into maint | Peter Andersson | |
* origin/peppe/common_test/group_search_docs: Document the new group search feature OTP-10466 | |||
2012-11-22 | Merge branch 'fredrik/ssh/fix-dialyzer-warn-r15b03' into maint | Fredrik Gustafsson | |
* fredrik/ssh/fix-dialyzer-warn-r15b03: is_boolean/1 is called instead of checking Removed ip options to gen_tcp from ssh.erl | |||
2012-11-21 | Document the new group search feature | Peter Andersson | |
2012-11-21 | Merge branch 'ia/pan/fix-public-key-doc' into maint | Ingela Anderton Andin | |
* ia/pan/fix-public-key-doc: Make public_key doc compile again | |||
2012-11-21 | Make public_key doc compile again | Patrik Nyblom | |
2012-11-21 | Merge branch 'ph/erl_interface/check-thread-support/OTP-10581' into maint | Björn-Egil Dahlberg | |
* ph/erl_interface/check-thread-support/OTP-10581: Teach erl_interface configure more pthread support | |||
2012-11-21 | is_boolean/1 is called instead of checking | Fredrik Gustafsson | |
2012-11-20 | Removed ip options to gen_tcp from ssh.erl | Fredrik Gustafsson | |
2012-11-20 | Merge remote branch 'origin/peppe/common_test/group_search_r15b03' into maint | Peter Andersson | |
* origin/peppe/common_test/group_search_r15b03: Fix problem with test case order in group specifications Finish the test suite and correct remaining bugs Implement new group search functionality OTP-10466 | |||
2012-11-20 | Merge remote branch 'origin/peppe/common_test/config_broken_r15b03' into maint | Peter Andersson | |
* origin/peppe/common_test/config_broken_r15b03: Fix problem with config start option not accepting list of files OTP-10495 | |||
2012-11-19 | Fix problem with test case order in group specifications | Peter Andersson | |
2012-11-19 | Merge branch 'anders/diameter/R15B03_release/OTP-10582' into maint | Anders Svensson | |
* anders/diameter/R15B03_release/OTP-10582: vsn -> 1.3 Update appup for R15B03 Dialyzer fix Insert missing 1.1 release notes Minor test suite tweaks vsn -> 1.2.1 Update appup for OTP-10461/10550 | |||
2012-11-19 | vsn -> 1.3 | Anders Svensson | |
2012-11-19 | Update appup for R15B03 | Anders Svensson | |
2012-11-19 | Dialyzer fix | Anders Svensson | |
The removed clause was added in commit c14ef2db as part of an aborted implementation. | |||
2012-11-19 | Insert missing 1.1 release notes | Anders Svensson | |
2012-11-19 | Minor test suite tweaks | Anders Svensson | |
2012-11-19 | vsn -> 1.2.1 | Anders Svensson | |
2012-11-19 | Update appup for OTP-10461/10550 | Anders Svensson | |
2012-11-19 | Merge branch 'ia/ssl/dialyzer-found-bug' into maint | Ingela Anderton Andin | |
* ia/ssl/dialyzer-found-bug: ssl: Fix bug in match expression found by Dialyzer | |||
2012-11-19 | Merge branch 'anders/diameter/code_pre/OTP-10583' into maint | Anders Svensson | |
* anders/diameter/code_pre/OTP-10583: Fix broken doc links Generate intra-document references Remove superfluous function markers Use entities for cross references Add entities file for cross-references (mostly) <code> -> <pre> in documentation | |||
2012-11-19 | ssl: Fix bug in match expression found by Dialyzer | Ingela Anderton Andin | |
Code should handle case the there is some undelivered data left on the socket when peer close signal is received. It is unlikely that this happens during normal testing. | |||
2012-11-19 | Merge branch 'lars/erl_docgen/configurable_doc_build/OTP-9040' into maint | Lars Thorsen | |
* lars/erl_docgen/configurable_doc_build/OTP-9040: [erl_docgen] Updated the vsn.mk [erl_docgen] Add db_eix.xsl to the Makefile [safs] Add pdfname to the html target for the users guide [erl_docgen] Add possibility to specify pdf filename Updated system/doc/Makefile with the new xsltproc options. A possibility to configure erl_docgen so it can generate documentation for other products than Erlang/OTP. OTP-9040 | |||
2012-11-19 | Finish the test suite and correct remaining bugs | Peter Andersson | |
OTP-10466 | |||
2012-11-19 | Implement new group search functionality | Peter Andersson | |
OTP-10466 | |||
2012-11-19 | Fix problem with config start option not accepting list of files | Peter Andersson | |
OTP-10495 | |||
2012-11-18 | Fix broken doc links | Anders Svensson | |
2012-11-18 | Generate intra-document references | Anders Svensson | |
2012-11-18 | Remove superfluous function markers | Anders Svensson | |
2012-11-18 | Use entities for cross references | Anders Svensson | |