Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-05 | Test nocache option of mod_cgi and mod_esi | Johannes Weißl | |
Tests that the nocache options work and can be used independently from each other. This was broken before c8ef69c. Conflicts: lib/inets/test/httpd_basic_SUITE.erl | |||
2014-02-05 | inets: added simple testcase for option erl_script_nocache | Fredrik Gustafsson | |
2014-02-05 | Fix httpd config option 'erl_script_nocache' | Johannes Weißl | |
This fixes the usage of the httpd configuration option 'erl_script_nocache', which got ignored before. Attention: Before, the option 'script_nocache' also changed the behavior for mod_esi, now it only affects mod_cgi. | |||
2014-02-05 | [inets, ssl]: make log_alert configurable as option in ssl, SSLLogLevel ↵ | Fredrik Gustafsson | |
added as option to inets conf file Conflicts: lib/inets/src/http_lib/http_transport.erl lib/inets/src/inets_app/inets.appup.src lib/ssl/src/ssl.appup.src | |||
2014-02-05 | fix: typo, inets/doc/src/httpd | tomaon | |
2014-02-05 | Fix some errors in the inets documentation | Johannes Weißl | |
2014-02-05 | Update release notes | Erlang/OTP | |
Conflicts: lib/inets/doc/src/notes.xml | |||
2014-02-05 | inets: stop block timer with the right arguments | Fredrik Gustafsson | |
2014-02-05 | inets httpc: Revert incorrect commit regarding cookie handling. | Ingela Anderton Andin | |
2014-02-05 | Added guard for invalid field and values in headers | Fredrik Gustafsson | |
2014-02-05 | Handle correctly the "No files found or file unavailable" error code. | serge | |
2014-02-05 | Removed case clause for length = 0 for both HTTP1.0 and HTTP1.1 | Fredrik Gustafsson | |
2014-02-05 | inets httpd: Handle ipfamily option correctly when listning to port 0 | Ingela Anderton Andin | |
Conflicts: lib/inets/src/http_lib/http_transport.erl | |||
2014-02-05 | inets: Improve ssl handling | Ingela Anderton Andin | |
httpc: CTfy test suite httpd: Simplify ssl configuration OTP-10846 | |||
2014-02-05 | inets httpd: The option modules now defaults to its documented default value. | Ingela Anderton Andin | |
OTP-10844 | |||
2014-02-05 | inets httpc: Corrected separation of pipelining and persisten connections | Ingela Anderton Andin | |
OTP-10845 | |||
2014-02-05 | [inets] Appup test suite now handles version REs | Micael Karlberg | |
2014-02-05 | inets: fix autoredirect for POST requests responding 303 | Hans Svensson | |
Changed httpc_response, for redirect '303 See Other' also POST requests should be redirected (using GET). See RFC2616 sect. 10.3.4 for clarification. | |||
2014-02-05 | inets - httpc_SUITE: add redirect tests for response 303 | Hans Svensson | |
httpc contains code for redirecting http response 301, 302, 303, and 307, but no tests existed for response '303 See Other'. Added tests (get, head, and post) for 303 and renumbered tests for 307. The subtle thing is that for 303 also post requests *should* be redirected. Also added the necessary 303 page to the dummy_server. | |||
2014-02-05 | inets: Remove dbg tracing from testcases | Björn-Egil Dahlberg | |
2014-02-05 | inets httpc: Document that RFC 2817 is not supported | Ingela Anderton Andin | |
2014-02-05 | inets: Dialyzer fixes | Ingela Anderton Andin | |
2014-02-05 | inets httpc: TLS via proxy | Ingela Anderton Andin | |
Introduces new option htts_proxy so that it is possible to have different proxies for http and https. The new option defaults to the old proxy option. Implements HTTP-1.1 extension method CONNECT to establish SSL/TLS tunnel We choose not to implement "TLS upgrade" as defined by RFC 2817 as this method of upgrade is vulnerable to man in the middle attacks, can be easily broken by proxies and does not seem to be widely adopted. | |||
2014-02-05 | inets: Remove obsolete testcases that are now in the proxy suite | Raimo Niskanen | |
2014-02-05 | inets: Add tests using external proxy running on localhost | Raimo Niskanen | |
2014-02-05 | inets: Corrected appup | Ingela Anderton Andin | |
2014-02-05 | ssl: Fix broken appup from ssl-5.2.1.1 that was released together with | Ingela Anderton Andin | |
inets-5.9.2.2 | |||
2013-11-21 | Merge branch 'bmk/snmp/snmp4223_integration' into maint-r15 | Erlang/OTP | |
* bmk/snmp/snmp4223_integration: [snmp] Adjust verbosity for some of the log test cases [snmp] Loosing log entries when converting a large Audit Trail Log [snmp] Improving ATL handling of corrupt logs | |||
2013-11-21 | [snmp] Adjust verbosity for some of the log test cases | Micael Karlberg | |
Also fixed release notes. Used wrong (invalid) ticket number on release notes (111453 instead if 11453). | |||
2013-11-18 | Merge branch 'bmk/snmp/handling_corrupt_atl_when_converting/OTP-11453' into ↵ | Micael Karlberg | |
bmk/snmp/snmp4223_integration Conflicts: lib/snmp/doc/src/notes.xml lib/snmp/src/app/snmp.appup.src lib/snmp/src/misc/snmp_log.erl | |||
2013-11-18 | Merge branch 'bmk/snmp/block_log_during_conversion/r15/OTP-11396' into ↵ | Micael Karlberg | |
bmk/snmp/snmp4223_integration | |||
2013-11-14 | [snmp] Loosing log entries when converting a large Audit Trail Log | Micael Karlberg | |
When converting an entire Audit Trail Log in a running system its possble to have log wraps and thereby loosing log entries. In order to prevent this the log is now blocked during conversion (log_to_txt or log_to_io). | |||
2013-10-31 | [snmp] Improving ATL handling of corrupt logs | Micael Karlberg | |
When converting an Audit Trail Log to text a corrupt log entry could cause the entire conversion to fail. Also, for a log with sequence numbers, failing to decode a log entry would cause the conversion to fail (not because of the failed decode, but because of the failure to write the error message). OTP-11453 | |||
2013-09-16 | Update release noteserl_1252 | Erlang/OTP | |
2013-09-16 | Merge branch 'fredrik/sfwi-r15b03/OTP-11164' into maint-r15 | Erlang/OTP | |
* fredrik/sfwi-r15b03/OTP-11164: erts: reorganization of functions to r15b03 standards erts: bumped version number erts: Add the +sfwi system flag | |||
2013-09-16 | erts: reorganization of functions to r15b03 standards | Fredrik Gustafsson | |
2013-09-16 | erts: bumped version number | Fredrik Gustafsson | |
2013-09-16 | erts: Add the +sfwi system flag | Rickard Green | |
+sfwi Interval Set scheduler forced wakeup interval. All run queues will be scanned each Interval milliseconds. While there are sleeping schedulers in the system, one scheduler will be woken for each non-empty run queue found. An Interval of zero disables this feature, which also is the default. This feature has been introduced as a temporary workaround for lengthy executing native code, and native code that do not bump reductions properly in OTP. When these bugs have be fixed the +sfwi flag will be removed. Conflicts: erts/doc/src/erl.xml erts/etc/common/erlexec.c | |||
2013-08-21 | Update release notes | Erlang/OTP | |
2013-08-21 | Merge branch 'fredrik/inets/ssl/fixup_log_alert_option/OTP-11259' into maint-r15 | Erlang/OTP | |
* fredrik/inets/ssl/fixup_log_alert_option/OTP-11259: [inets, ssl]: make log_alert configurable as option in ssl, SSLLogLevel added as option to inets conf file | |||
2013-08-21 | [inets, ssl]: make log_alert configurable as option in ssl, SSLLogLevel ↵ | Fredrik Gustafsson | |
added as option to inets conf file | |||
2013-08-08 | Prepare release | Erlang/OTP | |
2013-08-08 | Merge branch 'bjorn/asn1/fragmented-open-types/OTP-11223' into maint-r15 | Erlang/OTP | |
* bjorn/asn1/fragmented-open-types/OTP-11223: PER, UPER: Fix encoding/decoding of open types greater than 16K | |||
2013-08-08 | PER, UPER: Fix encoding/decoding of open types greater than 16K | Björn Gustavsson | |
2013-06-28 | Update release notes | Erlang/OTP | |
2013-06-28 | Merge branch 'fredrik/ssh/error_disconnect/OTP-11188' into maint-r15 | Erlang/OTP | |
* fredrik/ssh/error_disconnect/OTP-11188: ssh: version updates ssh: fixed bad match failure when disconnect msg | |||
2013-06-28 | Merge branch 'fredrik/inets/httpd_manager_reports/OTP-11185' into maint-r15 | Erlang/OTP | |
* fredrik/inets/httpd_manager_reports/OTP-11185: inets: version updates inets: removed obsolete code | |||
2013-06-28 | inets: version updates | Fredrik Gustafsson | |
2013-06-28 | ssh: version updates | Fredrik Gustafsson | |
2013-06-27 | ssh: fixed bad match failure when disconnect msg | Fredrik Gustafsson | |