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 | |
2013-08-21 | Update release notes | Erlang/OTP | |
2013-08-21 | [inets, ssl]: make log_alert configurable as option in ssl, SSLLogLevel ↵ | Fredrik Gustafsson | |
added as option to inets conf file | |||
2013-06-28 | Update release notes | Erlang/OTP | |
2013-06-28 | inets: version updates | Fredrik Gustafsson | |
2013-06-27 | inets: removed obsolete code | Fredrik Gustafsson | |
2012-11-26 | Prepare releaseOTP_R15B03 | Erlang/OTP | |
2012-11-23 | Update copyright years | Björn-Egil Dahlberg | |
2012-11-15 | Increased waiting time to check if socket is down | Fredrik Gustafsson | |
2012-11-14 | Fine adjustments of slowdos alg | Fredrik Gustafsson | |
2012-11-12 | Changes to slowdos testcase | Fredrik Gustafsson | |
2012-11-09 | Doc for test case slowdose | Fredrik Gustafsson | |
2012-11-09 | Bumped version nr | Fredrik Gustafsson | |
2012-11-09 | Added testcases för minimum_bytes_per_second option | Fredrik Gustafsson | |
2012-11-09 | Reduced checking of bytes per second to every second | Fredrik Gustafsson | |
2012-11-07 | Documentation for minimum_bytes_per_seconds option | Fredrik Gustafsson | |
2012-11-06 | Changed property to minimum_bytes_per_second and checking if is integer on start | Fredrik Gustafsson | |
2012-11-06 | Changed to Bytes Per Second when checking clients rate, new options ↵ | Fredrik Gustafsson | |
{byte_limit, integer()} | |||
2012-11-06 | Option {bit_limit, integer()} to close sockets where clients are too slow | Fredrik Gustafsson | |
2012-10-22 | Move crypto check so that tc is skipped and not failed | Lukas Larsson | |
2012-08-31 | Update copyright years | Björn-Egil Dahlberg | |
2012-08-30 | Merge branch 'ia/inets-dialyzer' into maint | Ingela Anderton Andin | |
* ia/inets-dialyzer: inets: Dialyzer spec fixes | |||
2012-08-29 | inets: Dialyzer spec fixes | Ingela Anderton Andin | |
2012-08-29 | Merge branch 'ta/docsmaint' into maint | Henrik Nord | |
* ta/docsmaint: Fix various doc typos for R15B02 Fix various code typos for R15B02 OTP-10245 | |||
2012-08-16 | [inets/httpd] Add another (cosmetic) printout for security test case | Micael Karlberg | |