Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-07-01 | Prepare releasemaint-r15 | Erlang/OTP | |
2014-02-05 | Prepare release | Erlang/OTP | |
2014-02-05 | ftp,ssl: Fixes broken type link (ssloption). | Hans Nilsson | |
2014-02-05 | ftp: Linking rfc-refs. | Hans Nilsson | |
2014-02-05 | ftp: Add documentation. | Hans Nilsson | |
2014-02-05 | ftp: Add ftps documentation | Hans Nilsson | |
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: 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: Improve ssl handling | Ingela Anderton Andin | |
httpc: CTfy test suite httpd: Simplify ssl configuration OTP-10846 | |||
2014-02-05 | inets httpc: Document that RFC 2817 is not supported | 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. | |||
2013-08-21 | Update release notes | Erlang/OTP | |
2013-06-28 | Update release notes | Erlang/OTP | |
2012-11-26 | Prepare releaseOTP_R15B03 | Erlang/OTP | |
2012-11-23 | Update copyright years | Björn-Egil Dahlberg | |
2012-11-07 | Documentation for minimum_bytes_per_seconds option | Fredrik Gustafsson | |
2012-07-11 | Merge branch 'bmk/inets/otp_version_dependent_behaviour_def/OTP-10095' into ↵ | Micael Karlberg | |
bmk/inets/inets591_integration | |||
2012-07-11 | Merge branch 'bmk/inets/httpc/error_during_session_update/OTP-10093' into ↵ | Micael Karlberg | |
bmk/inets/inets591_integration | |||
2012-07-11 | Merge 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 doc | Micael Karlberg | |
Updated release and improved (httpc-) documentation for KeepAlive and Pipeline timeout options. OTP-10095, OTP-10114 | |||
2012-06-14 | Added missing comma and set proper version | Micael Karlberg | |
2012-06-14 | Merge branch 'ja/jl-httpc-doc-elaborate' into ↵ | Micael Karlberg | |
bmk/inets/httpc-doc-elaborate/OTP-10114 | |||
2012-06-09 | Elaborate on timeouts in the httpc documentation | Jesper Louis Andersen | |
All timeouts are in milliseconds. Reflect this in the documentation so it is explicit that it is so. | |||
2012-06-05 | Update to work with whitespace in exec path | Lukas Larsson | |
OTP-10106 OTP-10107 | |||
2012-05-23 | [inets] Fixed release notes | Micael Karlberg | |
OTP-10095 | |||
2012-05-23 | [inets] Removed R14B compatible version of behaviour definition | Micael Karlberg | |
Removed R14B compatible version of (inets-service and tftp) behaviour definition. OTP-10095 | |||
2012-05-22 | [inets/httpc] Updated docs, release notes and appup | Micael 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] Updated version, release nodes and appup | Micael Karlberg | |
OTP-10092 | |||
2012-03-30 | Update copyright years | Björn-Egil Dahlberg | |
2012-03-15 | [inets] Some documentation cleanup | Micael Karlberg | |
OTP-9983 | |||
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-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-03-06 | [inets] Fixed release notes | Micael Karlberg | |
OTP-9960 | |||
2012-02-03 | [inets/httpd] Add server tokens config option | Micael Karlberg | |
Added ability to configure the server software header field (with the server_tokens config option). OTP-9805 | |||
2012-01-20 | [inets] Merged from R14B and also fixed appup | Micael Karlberg | |
Merge from R14B integration branch (for inets-5.7.3) and fixed appup and corresponding code-change code to work in new version (inets-5.8.1). Also some minor (R15B specific) test suite fixes. Merge branch 'bmk/inets/inets573_integration' into bmk/inets/inets581_integration/r15 Conflicts: lib/inets/doc/src/notes.xml lib/inets/src/http_client/httpc_internal.hrl lib/inets/src/inets_app/inets.appup.src lib/inets/vsn.mk | |||
2012-01-13 | Merge branch 'bmk/inets/httpc/streaming_404/r14/OTP-9860' into ↵ | Micael Karlberg | |
bmk/inets/inets573_integration Conflicts: lib/inets/doc/src/notes.xml lib/inets/src/inets_app/inets.appup.src | |||
2012-01-13 | [inets/httpc] The client incorrectly streams 404 responses | Micael Karlberg | |
The client incorrectly streams 404 responses. The documentation specifies that only 200 and 206 responses shall be streamed. OTP-9860 | |||
2012-01-05 | Merge branch 'bmk/inets/httpc/bad_keep_alive_mode/r14/OTP-9847' into ↵ | Micael Karlberg | |
bmk/inets/inets573_integration Conflicts: lib/inets/doc/src/notes.xml lib/inets/src/inets_app/inets.appup.src | |||
2012-01-03 | [inets] Add proper release notes for OTP-9847 | Micael Karlberg | |
2011-12-20 | [ftp] Fails to open IPv6 connection | Micael Karlberg | |
Fails to open IPv6 connection due to badly formatted IPv6 address in EPRT command. The address part of the command incorrectly contained decimal elements instead of hexadecimal. Attila Rajmund Nohl OTP-9827 | |||
2011-12-09 | Update copyright years | Björn-Egil Dahlberg | |
2011-12-05 | Add proper release notes entry for OTP-9628. | Micael Karlberg | |
2011-11-23 | Merge branch 'bmk/inets/dialyzer_fixes/OTP-9736' into ↵ | Micael Karlberg | |
bmk/inets/inets58_integration2 | |||
2011-11-23 | Fixed acceptor exit warnings (detected by dialyzer). | Micael Karlberg | |
Also fixed cookie_header/3 and updated documented accordingly. Also added documentation for undocumented URI parse option. | |||
2011-11-22 | Added release notes for OTP-9733. | Micael Karlberg | |
2011-11-22 | Added release notes for OTP-9736. | Micael Karlberg | |
2011-11-16 | [httpd] Fix logging of content length in mod_log. | Micael Karlberg | |
Garrett Smith OTP-9715 Merge branch 'gs/mod_log-fix' into bmk/inets/httpd/content_len_in_mod_log/OTP-9715 | |||
2011-11-15 | Merge branch 'maint-r14' | Micael Karlberg | |
Conflicts: lib/inets/doc/src/notes.xml lib/inets/src/http_lib/http_uri.erl lib/inets/src/inets_app/inets.appup.src lib/inets/vsn.mk |