aboutsummaryrefslogtreecommitdiffstats
path: root/lib/inets
AgeCommit message (Collapse)Author
2012-10-02inets httpc: TLS via proxyIngela 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.
2012-10-02inets: Remove obsolete testcases that are now in the proxy suiteRaimo Niskanen
2012-10-02inets: Add tests using external proxy running on localhostRaimo Niskanen
2012-08-31Update copyright yearsBjörn-Egil Dahlberg
2012-08-30Merge branch 'ia/inets-dialyzer' into maintIngela Anderton Andin
* ia/inets-dialyzer: inets: Dialyzer spec fixes
2012-08-29inets: Dialyzer spec fixesIngela Anderton Andin
2012-08-29Merge branch 'ta/docsmaint' into maintHenrik 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 caseMicael Karlberg
2012-07-30[inets/httpd] Add prinouts to the security test caseMicael Karlberg
2012-07-25Did not handle timeout reason when IPv6Micael Karlberg
2012-07-24Add connect timeoutMicael Karlberg
2012-07-20Improved debug printoutsMicael Karlberg
2012-07-18Add error reason ehostunreach when trying with IPv4Micael 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-11Merge branch 'bmk/inets/otp_version_dependent_behaviour_def/OTP-10095' into ↵Micael Karlberg
bmk/inets/inets591_integration
2012-07-11Merge branch 'bmk/inets/httpc/error_during_session_update/OTP-10093' into ↵Micael Karlberg
bmk/inets/inets591_integration
2012-07-11Merge branch 'bmk/inets/httpc/cancel_request/OTP-10092' into ↵Micael Karlberg
bmk/inets/inets591_integration
2012-07-11[inets] Updated release notes and improved parts of the docMicael Karlberg
Updated release and improved (httpc-) documentation for KeepAlive and Pipeline timeout options. OTP-10095, OTP-10114
2012-07-05Fix various code typos for R15B02Tuncer Ayaz
2012-06-14Added missing comma and set proper versionMicael Karlberg
2012-06-14Merge branch 'ja/jl-httpc-doc-elaborate' into ↵Micael Karlberg
bmk/inets/httpc-doc-elaborate/OTP-10114
2012-06-09Elaborate on timeouts in the httpc documentationJesper Louis Andersen
All timeouts are in milliseconds. Reflect this in the documentation so it is explicit that it is so.
2012-06-05Update to work with whitespace in exec pathLukas Larsson
OTP-10106 OTP-10107
2012-05-23[inets] Fixed release notesMicael Karlberg
OTP-10095
2012-05-23[inets] Removed R14B compatible version of behaviour definitionMicael Karlberg
Removed R14B compatible version of (inets-service and tftp) behaviour definition. OTP-10095
2012-05-22[inets/httpc] Updated docs, release notes and appupMicael Karlberg
Added documentation for new (httpc:which_sessions/0,1) and updated (httpc:info/0,1) functions. Also updated appup. OTP-10093
2012-05-22[inets/httpc] Better handling of session db update failureMicael Karlberg
A failure to update the session database will now result in an informative error message and a controlled (handler) exit rather then an ugly crash. Also debug functions to retrieve sessions info and updated the info function with more info (sessions and options). OTP-10093
2012-05-22[inets/httpc] Corrected appup fileMicael Karlberg
OTP-10092
2012-05-22[inets/httpc] Updated version, release nodes and appupMicael Karlberg
OTP-10092
2012-05-22[inets/httpc] Cancel request does not workMicael 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 caseMicael Karlberg
Added (httpc) info printouts to all test case printouts. OYP-10092
2012-04-27inets: Fix parallel make for behavioursBjörn-Egil Dahlberg
2012-03-30Update copyright yearsBjörn-Egil Dahlberg
2012-03-15[inets] Updated appup fileMicael Karlberg
OTP-9983
2012-03-15[inets] Some documentation cleanupMicael Karlberg
OTP-9983
2012-03-15[inets] The module http_uri now officially supportedMicael 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] A more general version of http_uri:parseMicael Karlberg
OTP-9983
2012-03-14[inets] Initial proposal of module http_uriMicael Karlberg
This version of the module was provided by Johan Tj�der. It adds support for more methods (more than http and https). OTP-9983
2012-03-14[inets/httpd] Fixed alias test casesMicael 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 optionsMicael Karlberg
Add function to retreive current options, httpc:get_options/1,2. OTP-9979
2012-03-06[inets] Fixed release notesMicael Karlberg
OTP-9960
2012-03-06Merge branch 'jn/inets_sup_start_link' into bmk/inets/inets59_integration2Micael Karlberg
Also updated appup file accordingly.
2012-03-05Add inets_sup:start_link/0Jay Nelson
inets_app calls supervisor:start_link/3 directly rather than calling the root supervisor function inets_sup:start_link/0. This precludes using included_applications to start inets without having a wrapper function. This patch makes inets_app follow the standard OTP application structure.
2012-02-29[inets/httpc] Make inets tests behave on all IPv6 implMicael 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 supportMicael Karlberg
2012-02-09[inets] Minor improvement to escaped_url_in_error_bodyMicael 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 casesMicael Karlberg
2012-02-08[inets/httpd] Options parsing minor improvementMicael Karlberg
2012-02-08[inets/httpc] Connect error info improvementMicael Karlberg