Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-06-18 | Update copyright year | Henrik Nord | |
2018-04-27 | inets: Fix better test case data generation | Ingela Anderton Andin | |
Inets generated test data that not conform to valid TLS cipher suites | |||
2017-12-14 | inets: Add comparable benchmark tests | Ingela Anderton Andin | |
2015-09-10 | inets: Add test suite for socket_wrap feature | Ingela Anderton Andin | |
On Linux systems a socket may be opened pre starting Erlang and then passed to Erlangs ftpd or httpd daemon. This is useful as the wrap program can open a privileged port and Erlang does not have to be run as root. The test program will only open a random port, but it exercises the code so that the feature will remain intact. | |||
2015-06-18 | Change license text to APLv2 | Bruce Yinhe | |
2015-03-20 | inets: Cleanup of multiple copies of functions | Erland Schönbeck | |
Add inets_lib with common functions used by multiple modules | |||
2015-03-20 | Use new time API and be back-compatible in inets | Erland Schönbeck | |
Remove unused functions and removed redundant test | |||
2014-01-10 | inets: Mend broken max_clients check | Ingela Anderton Andin | |
Conflicts: lib/inets/src/http_server/httpd_manager.erl | |||
2014-01-10 | inets: Start CT'ify httpd_SUITE | Ingela Anderton Andin | |
2013-02-18 | inets: Improve ssl handling | Ingela Anderton Andin | |
httpc: CTfy test suite httpd: Simplify ssl configuration OTP-10846 | |||
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-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-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-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. | |||
2012-02-06 | [inets] System Info printouts in test suite | Micael Karlberg | |
Moved the System Info printout to the init_per_suite function for the httpc suite. Added it to the same function for the httpd suite. | |||
2012-02-06 | [inets] Conditionally exec functions, testing for local host IPv6 support | Micael Karlberg | |
2011-11-28 | Add ssl (and crypto and public_key) ensure tests. | Micael Karlberg | |
That is, for test cases that depend of a running ssl app, added tests that ssl is actually running (actually the key app here is crypto, since the simplest way to test if ssl works is by testing if crypto does...). | |||
2011-09-05 | Removed all ossl test cases (for both httpc and httpd). | Micael Karlberg | |
OTP-9522 | |||
2011-06-17 | Fixed ipv6 support detection. | Micael Karlberg | |
2011-06-17 | (httpc) test case cleanups. | Micael Karlberg | |
2011-06-15 | [httpc|httpd] Added support for IPv6 with ssl. | Micael Karlberg | |
OTP-5566 Merge branch 'bmk/inets/handle_ipv6_with_ssl2/OTP-5566' into bmk/inets/inets57_integration2 Conflicts: lib/inets/doc/src/notes.xml lib/inets/src/inets_app/inets.appup.src lib/inets/test/inets_test_lib.erl | |||
2011-06-15 | Fixed IPv6 test case selection. That is if a IPv6 test case should | Micael Karlberg | |
be run or not. | |||
2011-06-15 | Added test cases for httpd. | Micael Karlberg | |
2011-06-15 | SSL with IPv6 now works "in principle". | Micael Karlberg | |
2011-05-27 | OTP-9342: FTP client doesn't work with IPv6 | Micael Karlberg | |
OTP-9342: IpFamily config option was not handled OTP-9342: Release notes remain... OTP-9342: <credit>attila rajmund nohl</credit> | |||
2011-05-20 | Update copyright years | Björn-Egil Dahlberg | |
2011-03-28 | A (hopefully) temporary skip of some of the httpc proxy | Micael Karlberg | |
test cases. | |||
2010-12-02 | Teach inet_test_lib to understand enetunreach | Patrik Nyblom | |
2010-06-08 | OTP-7907: [httpc|httpd] - Now allow the use of the "new" ssl. | Micael Karlberg | |
OTP-8564: Update deprecated status. OTP-8573: Inets mod_alias URL rewrite. | |||
2010-06-07 | OTP-7907: Allow the use of the "new" ssl (essl). | Micael Karlberg | |
OTP-8564: Update deeprication status. OTP-8573: Inets mod_alias URL rewrite. | |||
2010-01-13 | OTP-8016, OTP-8056, OTP-8103, OTP-8106, OTP-8312, OTP-8315, OTP-8327, OTP-8349, | Micael Karlberg | |
OTP-8351, OTP-8359 & OTP-8371. |