Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-11-14 | Merge remote-tracking branch 'upstream/maint' | Ingela Anderton Andin | |
2013-11-14 | Merge branch 'ia/ssh/one-connection-process/OTP-11363' into maint | Ingela Anderton Andin | |
* ia/ssh/one-connection-process/OTP-11363: ssh: Logging fun and document enhancement ssh: Add CLI test case ssh: Quicker shutdown of an ssh dameon ssh: Add option to disallow CLI ssh: Simplify handling of connection attributes (e.i. user and sockname) ssh: Make inet option configurable and remove ipv6_disabled option ssh: Eliminate test case failure due to timing issues in test case code ssh: Enhance error handling ssh: Merge connection_manager and connection_handler processes ssh: Remove use of process dictionary | |||
2013-11-14 | Merge branch 'maint' | Fredrik Gustafsson | |
2013-11-14 | Merge branch 'efine/pr/multicall-doc/OTP-11471' into maint | Fredrik Gustafsson | |
* efine/pr/multicall-doc/OTP-11471: Fix rpc multicall sample code | |||
2013-11-13 | ssh: Logging fun and document enhancement | Ingela Anderton Andin | |
2013-11-13 | Merge branch 'bmk/inets/httpd/fix_mod_head_response/OTP-11328' into maint | Micael Karlberg | |
2013-11-13 | ssh: Add CLI test case | Ingela Anderton Andin | |
2013-11-13 | ssh: Quicker shutdown of an ssh dameon | Ingela Anderton Andin | |
OTP-11339 | |||
2013-11-13 | ssh: Add option to disallow CLI | Ingela Anderton Andin | |
OTP-10976 | |||
2013-11-13 | ssh: Simplify handling of connection attributes (e.i. user and sockname) | Ingela Anderton Andin | |
OTP-11296 | |||
2013-11-13 | ssh: Make inet option configurable and remove ipv6_disabled option | Ingela Anderton Andin | |
2013-11-13 | ssh: Eliminate test case failure due to timing issues in test case code | Ingela Anderton Andin | |
2013-11-13 | ssh: Enhance error handling | Ingela Anderton Andin | |
2013-11-13 | ssh: Merge connection_manager and connection_handler processes | Ingela Anderton Andin | |
Also start adding dialyzer specs and removing dead code | |||
2013-11-13 | ssh: Remove use of process dictionary | Ingela Anderton Andin | |
This is step one in in making ssh process structure less complicated. As an effect I also found other simplifications/clean ups of the code that could be done. | |||
2013-11-13 | Merge branch 'maint' | Fredrik Gustafsson | |
2013-11-13 | erl_docgen: fix code highlighting and warning and note parts in erl_docgen | Fredrik Gustafsson | |
2013-11-12 | [inets/httpd] Improved request handler terminate error-log entry | Micael Karlberg | |
If a request handler terminates abnormally (terminate reason not normal), the error-log entry was a bit obtuse ("Internal Server Error"). This has been improved so that the log entry now also include the actual terminate reason. | |||
2013-11-12 | [inets/httpd] Improved access log entry | Micael Karlberg | |
Sometimes the size of a response could be as a string. | |||
2013-11-12 | [inets/httpd] Logging cleanup | Micael Karlberg | |
Remove logging when fo keep-alive connection timeout. This is a normal event (feature) not an error. | |||
2013-11-12 | [inets/httpd] Fixed mod_head handling of "new" response | Micael Karlberg | |
2013-11-11 | Merge branch 'maint' | Fredrik Gustafsson | |
2013-11-11 | Merge branch 'klyr/ssl_sni_client/OTP-11460' into maint | Fredrik Gustafsson | |
* klyr/ssl_sni_client/OTP-11460: Update documentation Add a new server_name_indication option to ssl:connect Add SSL Server Name Indication (SNI) client support | |||
2013-11-08 | Merge branch 'maint' | Fredrik Gustafsson | |
2013-11-08 | Merge branch 'robertoaloi/eunit/surefire-printable-chars/OTP-11467' into maint | Fredrik Gustafsson | |
* robertoaloi/eunit/surefire-printable-chars/OTP-11467: Do not attempt to detect lists of printable characters in Data | |||
2013-11-07 | Fix rpc multicall sample code | Edwin Fine | |
2013-11-07 | Merge branch 'maint' | Fredrik Gustafsson | |
2013-11-07 | Merge branch 'asterite/atan2_spec/OTP-11465' into maint | Fredrik Gustafsson | |
* asterite/atan2_spec/OTP-11465: Spec for atan2 should be atan2(Y, X), not atan2(X, Y) | |||
2013-11-07 | Do not attempt to detect lists of printable characters in Data | Roberto Aloi | |
This is to avoid outputting something like "\"%\f" instead of [34,37,12] in the XML. | |||
2013-11-07 | Merge branch 'maint' | Fredrik Gustafsson | |
2013-11-07 | Merge branch 'richcarl/sasl-dont-add-undefined-handler/OTP-11464' into maint | Fredrik Gustafsson | |
* richcarl/sasl-dont-add-undefined-handler/OTP-11464: Don't try to add the log_mf_h handler in sasl unless configured to do so. | |||
2013-11-06 | Merge branch 'maint' | Fredrik Gustafsson | |
2013-11-06 | Merge branch 'maint-r16' into maint | Fredrik Gustafsson | |
2013-11-06 | Update documentation | Julien Barbot | |
2013-11-06 | Add a new server_name_indication option to ssl:connect | Julien Barbot | |
- Set to disable to explicitly disable SNI support. - Set to a hostname when upgrading from TCP to TLS. | |||
2013-11-06 | Add SSL Server Name Indication (SNI) client support | Julien Barbot | |
See RFC 6066 section 3 | |||
2013-11-06 | Merge branch 'maint' | Fredrik Gustafsson | |
2013-11-06 | Merge branch 'richcarl/xmerl-avoid-code-server-serialization/OTP-11463' into ↵ | Fredrik Gustafsson | |
maint * richcarl/xmerl-avoid-code-server-serialization/OTP-11463: Avoid serialization on code_server in xmerl:export() | |||
2013-11-05 | Merge branch 'maint' | Fredrik Gustafsson | |
2013-11-05 | Avoid serialization on code_server in xmerl:export() | Richard Carlsson | |
The inheritance mechanism in xmerl used to use 'catch apply(M,F,Args)' to try different modules M until one was found that had a function F/A. However, when M:F/A does not exist, apply/3 will trap to error_handler:undefined_function/3, which will call code:ensure_loaded(M), making a synchronous request to the code server process. If many processes tried to use xmerl:export() concurrently, they would get serialized waiting for the code server process. This patch uses erlang:function_exported/3 instead to check if M:F/A exists. If M exists, it should already have been loaded at that point due to the inheritance checking in the xmerl:callbacks/1 function. | |||
2013-11-04 | xmerl: Use context namespace declarations to resolve prefix node tests | Daniel White | |
Previously, a match would not be found if the namespace prefix in the XPath query was not contained in the original document. This allows the `namespace' option to provide a prefix that will be resolved to a namespace URI. See Section 2.3 of the XPath 1.0 specification for the behaviour of 'NCName:*' node tests. | |||
2013-11-04 | xmerl: Look up unknown prefixes in xmlContext when matching attributes | Daniel White | |
The core use case is a query where the original prefix in the scanned document is unknown (or varying). For example: xmerl_xpath:scan("//@ns:name", Doc, [{namespace, [{"ns", Uri}]}]) Previously, this would only return a result if the namespace prefix was an exact match. | |||
2013-11-04 | xmerl: Add tests for XPath queries that resolve the context namespace | Daniel White | |
Ensures that both the original namespace prefix and a namespace prefix provided to the xmlContext will both return the same sets of nodes. | |||
2013-11-04 | Merge branch 'maint' | Fredrik Gustafsson | |
2013-11-04 | Merge branch 'klyr/fix-ssl-npn-doc-2/OTP-11457' into maint | Fredrik Gustafsson | |
* klyr/fix-ssl-npn-doc-2/OTP-11457: Fix client_preferred_next_protocols documentation | |||
2013-11-04 | Merge branch 'maint' | Fredrik Gustafsson | |
2013-11-04 | Merge branch 'cmeiklejohn/csm-fix-memsup-problems/OTP-11454' into maint | Fredrik Gustafsson | |
* cmeiklejohn/csm-fix-memsup-problems/OTP-11454: Fix incorrect reporting of memory on OS X via memsup. | |||
2013-11-04 | Merge branch 'maint' | Fredrik Gustafsson | |
2013-11-04 | Update release notes | Erlang/OTP | |
2013-11-03 | Update appup, vsn -> 1.4.4 | Anders Svensson | |