Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-05-20 | Merge branch 'master' of git-server:otp | Lars Thorsen | |
Conflicts: lib/orber/src/orber.app.src | |||
2015-05-20 | [erl_docgen] Bump version | Lars Thorsen | |
2015-05-20 | [orber] Update runtime dependency to stdlib | Lars Thorsen | |
2015-05-20 | Merge branch 'peppe/test_server/erl2html2_failure' | Peter Andersson | |
* peppe/test_server/erl2html2_failure: Fix problem not recognizing 'macro' tuple from epp_dodger Fix failing test case and handling double functions on one line OTP-12740 | |||
2015-05-20 | Merge branch 'richcarl/add-uptime-function' | Henrik Nord | |
* richcarl/add-uptime-function: Add uptime() shell command OTP-12752 | |||
2015-05-20 | Merge branch 'MSch/patch-1' | Henrik Nord | |
* MSch/patch-1: Remove erlang:display/1 calls | |||
2015-05-20 | Merge branch 'mikpe/erl_child_setup-android-breakage' | Henrik Nord | |
* mikpe/erl_child_setup-android-breakage: erl_child_setup.c: fix Android breakage OTP-12751 | |||
2015-05-20 | Merge branch 'fishcakez/check_plt' | Hans Bolinder | |
* fishcakez/check_plt: dialyzer: Document dialyzer:gui() option 'check_plt' | |||
2015-05-20 | dialyzer: Document dialyzer:gui() option 'check_plt' | Hans Bolinder | |
* Mention the option 'check_plt' among gui() options. * No longer check a PLT twice when the analysis type is 'plt_check'. * No longer raise a case_clause error when checking a PLT finds warnings. Thanks to James Fish. | |||
2015-05-19 | Merge branch 'vladdu/jinterface_javadoc_fix' | Henrik Nord | |
* vladdu/jinterface_javadoc_fix: Remove extra @param in javadoc OTP-12746 | |||
2015-05-19 | Update primary bootstrap | Björn-Egil Dahlberg | |
2015-05-19 | Merge branch 'egil/maps-filter/OTP-12745' | Björn-Egil Dahlberg | |
* egil/maps-filter/OTP-12745: stdlib: Use lc to implement maps:map/2 stdlib: Test maps:filter/2 stdlib: Document maps:filter/2 stdlib: Add maps:filter/2 | |||
2015-05-19 | stdlib: Use lc to implement maps:map/2 | Björn-Egil Dahlberg | |
2015-05-19 | stdlib: Test maps:filter/2 | Björn-Egil Dahlberg | |
2015-05-18 | Merge branch 'ia/ssl/sleep-cuddle' | Ingela Anderton Andin | |
* ia/ssl/sleep-cuddle: ssl: Adjust sleep time in test case | |||
2015-05-18 | ssl: Adjust sleep time in test case | Ingela Anderton Andin | |
Adjust time to make sure "enough" time has elapsed. Will have to do for now. | |||
2015-05-18 | Merge branch 'ia/ssl/doc/types' | Ingela Anderton Andin | |
* ia/ssl/doc/types: ssl: Align "=" sign in type declarations to decided policy | |||
2015-05-18 | Merge branch 'ia/ssh/doc/types' | Ingela Anderton Andin | |
* ia/ssh/doc/types: ssh: Align "=" sign in type declarations to decided policy | |||
2015-05-18 | stdlib: Document maps:filter/2 | Björn-Egil Dahlberg | |
2015-05-18 | stdlib: Add maps:filter/2 | Björn-Egil Dahlberg | |
2015-05-18 | Merge branch 'maint' | Zandra Hird | |
Conflicts: OTP_VERSION lib/ssh/doc/src/ssh.xml lib/ssh/vsn.mk | |||
2015-05-18 | Updated OTP versionOTP-17.5.4 | Erlang/OTP | |
2015-05-18 | Update release notes | Erlang/OTP | |
2015-05-18 | Merge branch 'hans/ssh/ssh_msg_debug_fun/OTP-12738' into maint-17 | Erlang/OTP | |
* hans/ssh/ssh_msg_debug_fun/OTP-12738: ssh: option for handling the SSH_MSG_DEBUG message's printouts | |||
2015-05-18 | Merge branch 'hans/inets/bad_content_length/OTP-12739' into maint-17 | Erlang/OTP | |
* hans/inets/bad_content_length/OTP-12739: inets: reject negative content-length | |||
2015-05-18 | Merge branch 'evilbluebeaver/iterator_from' | Hans Bolinder | |
* evilbluebeaver/iterator_from: stdlib: Add gb_sets:iterator_from stdlib: Add gb_trees:iterator_from | |||
2015-05-18 | stdlib: Add gb_sets:iterator_from | Hans Bolinder | |
2015-05-18 | stdlib: Add gb_trees:iterator_from | beaver | |
2015-05-13 | ssl: Align "=" sign in type declarations to decided policy | Ingela Anderton Andin | |
2015-05-13 | Fix problem not recognizing 'macro' tuple from epp_dodger | Peter Andersson | |
OTP-12740 | |||
2015-05-13 | ssh: option for handling the SSH_MSG_DEBUG message's printouts | Hans Nilsson | |
A fun could be given in the options that will be called whenever the SSH_MSG_DEBUG message arrives. This enables the user to format the printout or just discard it. The default is changed to not print the message. In RFC4253 printing is a SHOULD, but our new default is to protect logs from dos attacs. | |||
2015-05-13 | Fix failing test case and handling double functions on one line | Peter Andersson | |
2015-05-13 | Revert "Prepare release" | Henrik Nord | |
This reverts commit e09dd66dc4d89c62ddfd8c19791f9678d5d787c6. | |||
2015-05-13 | Update OTP versionOTP-18.0-rc2 | Henrik Nord | |
2015-05-12 | Prepare release | Erlang/OTP | |
2015-05-12 | inets: reject negative content-length | Hans Nilsson | |
2015-05-12 | Update primary bootstrap | Rickard Green | |
2015-05-12 | Update preloaded modules | Rickard Green | |
2015-05-12 | Merge branch 'rickard/timer-optimization/OTP-12650' | Rickard Green | |
* rickard/timer-optimization/OTP-12650: Timer fixes, documentation, and test cases Conflicts: erts/emulator/beam/erl_hl_timer.c | |||
2015-05-12 | Timer fixes, documentation, and test cases | Rickard Green | |
2015-05-12 | ssl: Refactored and corrected sni_fun handling | Ingela Anderton Andin | |
Dialyzer warned about the incorrect match of Packets. Code was refactored and the problem avoided in the process. Dialyzer warned that the empty tuple is not a function as the contract said it should be. Changed the handling of the sni_fun default value to be undefined and added it to the contract. | |||
2015-05-12 | ssl: add option sni_fun | Qijiang Fan | |
The newly added function sni_fun allows dynamic update of SSL options like keys and certificates depending on different SNI hostname, rather than a predefined rules of SSL options. | |||
2015-05-12 | ssl: add tests for SNI server support | Qijiang Fan | |
This commit adds tests for SNI server support in: * ssl_sni_SUITE.erl * ssl_to_openssl_SUITE.erl And some more modifications: * make_certs also makes two certs for SNI, and adds extra options for SNI. | |||
2015-05-12 | ssl: docs: SNI server, connection_information/1,2 | Qijiang Fan | |
2015-05-12 | ssl: add ssl:connection_information/[1,2] | Qijiang Fan | |
This commit adds a new function, ssl:connection_information/[1,2] to retrive the connection information from a SSLSocket. And also, this deprecates a function ssl:connection_info/1, and reimplements connection_info/1 with the new function. | |||
2015-05-12 | ssl: deny recursively defined sni_hosts | Qijiang Fan | |
2015-05-12 | ssl: add SNI server support | Qijiang Fan | |
2015-05-12 | Merge branch 'jv/18/emulator-send-to-error_logger/OTP-12735' | Björn-Egil Dahlberg | |
* jv/18/emulator-send-to-error_logger/OTP-12735: erts: Fix erts_send_error_term_to_logger memory leak Send format and args on process exit to error_logger Add erts_send_error_term_to_logger | |||
2015-05-12 | erts: Fix erts_send_error_term_to_logger memory leak | Björn-Egil Dahlberg | |
2015-05-12 | Merge branch 'peppe/webtool/update_vsn' | Peter Andersson | |
* peppe/webtool/update_vsn: Update webtool version |