Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-05 | ftp: old ftp_SUITE re-written and works | Hans Nilsson | |
2014-02-05 | ftp: Implement ftps (upgrade to TLS) | Ingela Anderton Andin | |
2014-02-05 | ftp: Implement ftps (upgrade to TLS) | Ingela Anderton Andin | |
2014-02-05 | [eldap, inets]: fix testcases when ssl not is present | Fredrik Gustafsson | |
Conflicts: lib/eldap/test/eldap_basic_SUITE.erl | |||
2014-02-05 | inets: httpc make httpc_cancel_request/[1,2] asynchronous | Ingela Anderton Andin | |
Conflicts: lib/inets/src/http_client/httpc_handler.erl | |||
2014-02-05 | Fix {stream, {self, once}} in httpc | Masatake Daimon | |
Previously the only difference between {stream, self} and {stream, {self, once}} was an extra Pid in the stream_start message due to a bug in httpc_handler. It was immediately sending a bunch of messages till the end instead of waiting for httpc:stream_next/1 being called. | |||
2014-02-05 | httpc: Allow content body in DELETE requests | James Wheare | |
2014-02-05 | inets: added testcase for keep_alive_timeout | Fredrik Gustafsson | |
2014-02-05 | Add test for httpd config option 'script_timeout' | Johannes Weißl | |
The option got ignored before 720721e. | |||
2014-02-05 | inets: httpc improve pipelining | Ingela Anderton Andin | |
2014-02-05 | inets: Add stronger RSA test-keys | Ingela Anderton Andin | |
The ones provided will fail inets test cases as default ssl will negotiate stronger cipher suites now that will fail the with the weak keys. | |||
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 | 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 | inets: Improve ssl handling | Ingela Anderton Andin | |
httpc: CTfy test suite httpd: Simplify ssl configuration OTP-10846 | |||
2014-02-05 | [inets] Appup test suite now handles version REs | Micael Karlberg | |
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: 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 | |
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 | Added testcases för minimum_bytes_per_second option | 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-16 | [inets/httpd] Add another (cosmetic) printout for security test case | Micael Karlberg | |
2012-07-30 | [inets/httpd] Add prinouts to the security test case | Micael Karlberg | |
2012-07-25 | Did not handle timeout reason when IPv6 | Micael Karlberg | |
2012-07-24 | Add connect timeout | Micael Karlberg | |
2012-07-20 | Improved debug printouts | Micael Karlberg | |
2012-07-18 | Add error reason ehostunreach when trying with IPv4 | Micael Karlberg | |
If a IPv6 (inet6) connect fails, we try to connect with IPv4 (inet) again. Added error reason ehostunreach for which it is ok to try again (with IPv4). | |||
2012-07-11 | Merge branch 'bmk/inets/httpc/cancel_request/OTP-10092' into ↵ | Micael Karlberg | |
bmk/inets/inets591_integration | |||
2012-06-05 | Update to work with whitespace in exec path | Lukas Larsson | |
OTP-10106 OTP-10107 | |||
2012-05-22 | [inets/httpc] Cancel request does not work | Micael Karlberg | |
Cancel request does not work due to incorrect handler table creation (wrong keypos). OTP-10092 | |||
2012-05-22 | [inets/httpc] Cosmetic update to pipeline test case | Micael Karlberg | |
Added (httpc) info printouts to all test case printouts. OYP-10092 | |||
2012-03-30 | Update copyright years | Björn-Egil Dahlberg | |
2012-03-15 | [inets] The module http_uri now officially supported | Micael Karlberg | |
The module http_uri now officially supported. Also, the http_uri:parse/1,2 function has been extended with more scheme support and a way to provide your own scheme info. OTP-9983 | |||
2012-03-14 | [inets/httpd] Fixed alias test cases | Micael Karlberg | |
Fixed the alias test cases where an invalid option was used. Also, hopefully improved error reporting in case connect fails. | |||
2012-03-13 | [inets/httpc] Add function to retreive current options | Micael Karlberg | |
Add function to retreive current options, httpc:get_options/1,2. OTP-9979 | |||
2012-02-29 | [inets/httpc] Make inets tests behave on all IPv6 impl | Micael Karlberg | |
Updated according to pan/inets_ipv6_test_issues as far as possible (that branch is based on master). | |||
2012-02-10 | [inets] Skip test case on windows (long path's) | Micael Karlberg | |
On windows we have a problem opening files when the path's are long (error reason eio). | |||
2012-02-09 | [inets] Add test case group check for IPv6 support | Micael Karlberg | |
2012-02-09 | [inets] Minor improvement to escaped_url_in_error_body | Micael Karlberg | |
2012-02-09 | [inets] Used invalid transport option for ssl (inet6fb4) | Micael Karlberg | |
2012-02-08 | [inets] Force use of IPv4 for all non-IPv6 cases | Micael Karlberg | |
2012-02-06 | [inets] Improved test util error handling when copy dirs | Micael Karlberg | |
Copy dirs failed for some cases, so added more info when that happens. Also added more info during httpd test case init. |