Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-06-29 | Update release notes | Erlang/OTP | |
2016-06-21 | Prepare release | Erlang/OTP | |
2016-06-16 | intes: Remove Xmllint errors | Ingela Anderton Andin | |
2016-06-14 | Merge branch 'maint' | Henrik Nord | |
Conflicts: OTP_VERSION lib/inets/vsn.mk lib/ssl/test/ssl_basic_SUITE.erl lib/ssl/vsn.mk | |||
2016-06-13 | Update release notes | Erlang/OTP | |
2016-06-02 | Revert "Prepare release" | Erlang/OTP | |
This reverts commit e020f75c10410a6943cd055bfa072a2641eab7da. | |||
2016-06-02 | Prepare release | Erlang/OTP | |
2016-05-12 | Revert "Prepare release" | Erlang/OTP | |
This reverts commit bd64ad8e15d66e48b36dbe3584315dd5cfc8b59a. | |||
2016-05-11 | Prepare release | Erlang/OTP | |
2016-05-04 | Merge branch 'maint-18' | Henrik Nord | |
Conflicts: OTP_VERSION lib/common_test/test/ct_hooks_SUITE_data/cth/tests/ct_update_config_SUITE.erl lib/common_test/vsn.mk | |||
2016-05-03 | Prepare release | Erlang/OTP | |
2016-04-27 | Merge branch 'maint-18' | Henrik Nord | |
Conflicts: OTP_VERSION lib/ssl/doc/src/ssl.xml lib/ssl/src/ssl_cipher.erl lib/ssl/src/tls_v1.erl lib/ssl/test/ssl_basic_SUITE.erl | |||
2016-04-26 | Update release notes | Erlang/OTP | |
2016-04-25 | inets: Add peer_cert to ESI environment | Ingela Anderton Andin | |
2016-04-21 | inets: Add peer_cert to ESI environment | Ingela Anderton Andin | |
2016-04-13 | Merge branch 'henrik/update-copyrightyear' | Henrik Nord | |
* henrik/update-copyrightyear: update copyright-year | |||
2016-04-01 | Prepare release | Erlang/OTP | |
2016-03-15 | update copyright-year | Henrik Nord | |
2016-03-14 | Prepare release | Erlang/OTP | |
2016-01-29 | Update release notes | Erlang/OTP | |
2015-12-15 | Update release notes | Erlang/OTP | |
2015-12-11 | [inets] Correct broken links | Lars Thorsen | |
2015-12-11 | [inets] Align documentation to DTD | Lars Thorsen | |
2015-11-13 | Merge branch 'maint-18' into maint | Zandra | |
2015-11-12 | Update release notes | Erlang/OTP | |
2015-11-11 | inets: httpd - Add possibility to specify socket options for HTTP | Ingela Anderton Andin | |
Was already possible for HTTPS. Also remove use of legacy option inet6fb4. IPv6 standard moved away from beeing able to fallback to IPv4 so this option makes little sense, will use inet (Ipv4) as default instead of inet6fb4. | |||
2015-10-13 | inets: scheme validation fun for http_uri | Kirilll Zaborsky | |
http_uri:parse_scheme function should allow checking scheme of URIs otherwise it could be easily abused to reach limit number of atoms in the VM | |||
2015-10-05 | Prepare release | Erlang/OTP | |
2015-09-30 | inets: Add new customize function response_default_headers | Ingela Anderton Andin | |
This enables the user to provide default HTTP header values for headers that should always be sent. Note that these values may override built in defaults. | |||
2015-09-21 | Prepare release | Erlang/OTP | |
2015-09-08 | inets: Fix broken links | Ingela Anderton Andin | |
2015-09-08 | inets: Fix copy paste error | Ingela Anderton Andin | |
2015-09-08 | inets: ftp - Remove information about alternative solutions | Ingela Anderton Andin | |
Currently there is no plans in modernizing/changing the API so there is no real value of pointing out alternative solutions. | |||
2015-09-08 | inets: httpd - Add links and small corrections | Ingela Anderton Andin | |
2015-09-08 | inets: httpc - Clarify/correct documentation | Ingela Anderton Andin | |
Remove legacy inet6fb4 option from documentation even if the code will still accept it. | |||
2015-09-08 | inets: Align with alphabetical order and clean local anchor handling | Ingela Anderton Andin | |
Functions in the same module can be referenced as #Function-Arity, no need to make special markers for them. | |||
2015-09-08 | inets: ftp - add links and fix typos | Ingela Anderton Andin | |
2015-09-08 | inets: Use ASSCI ' | Ingela Anderton Andin | |
2015-09-01 | Inets Reference Manual | tmanevik | |
Editorial changes | |||
2015-09-01 | Inets User Guide | tmanevik | |
Editorial Changes | |||
2015-09-01 | inets: sorted functions alphabetically | tmanevik | |
2015-09-01 | inets: Remove documentation of legacy API | tmanevik | |
2015-06-23 | Prepare release | Erlang/OTP | |
2015-06-18 | Change license text to APLv2 | Bruce Yinhe | |
2015-06-04 | inets: Add profile option | Ingela Anderton Andin | |
To enable the HTTP server to run in a virtualized environment, where there can be more that one server that has the same bind_address and port, we add a new option profile. The profile name will be used in concatenation with bind_address and port to identify the HTTP server instance. The name profile was chosen as there is a similar concept in the HTTP client where profile names can be used to instantiate client configurations. | |||
2015-06-03 | Merge branch 'scrapinghub/async-typo' | Henrik Nord | |
* scrapinghub/async-typo: Typo 'asynchroneous' fix | |||
2015-06-02 | Merge branch 'maint' | Henrik Nord | |
Conflicts: OTP_VERSION lib/inets/test/httpd_SUITE.erl lib/inets/vsn.mk lib/ssh/src/ssh.erl lib/ssh/vsn.mk lib/ssl/src/ssl.appup.src lib/ssl/vsn.mk | |||
2015-06-01 | Update release notes | Erlang/OTP | |
2015-05-29 | inets: Add customize option | Ingela Anderton Andin | |
Many HTTP headers are optional, and it could be desirable for the server to filter and maybe even alter them without replacing the mod_* modules that generate/process them. Add new behaviour httpd_custom_api with default implementation in httpd_custom.erl. Add behaviour module in 18 as then we can specify optional callbacks. | |||
2015-05-28 | Typo 'asynchroneous' fix | Kirilll Zaborsky | |