Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2015-05-18 | Merge branch 'maint' | Zandra Hird | |
Conflicts: OTP_VERSION lib/ssh/doc/src/ssh.xml lib/ssh/vsn.mk | |||
2015-05-18 | Update release notes | Erlang/OTP | |
2015-05-13 | Revert "Prepare release" | Henrik Nord | |
This reverts commit e09dd66dc4d89c62ddfd8c19791f9678d5d787c6. | |||
2015-05-12 | Prepare release | Erlang/OTP | |
2015-04-23 | Merge branch 'maint' | Zandra Hird | |
Conflicts: OTP_VERSION | |||
2015-04-22 | Update release notes | Erlang/OTP | |
2015-04-21 | inets: Add value 'none' in server_tokens config | Hans Nilsson | |
When the Server header has empty info (or 'none' in config), it is not generated. This is for limiting Banner Grabbing attempts. | |||
2015-04-07 | inets: Remove SSI (Server Side Includes) | Ingela Anderton Andin | |
SSI is an old technique implemented by mod_include, that was badly tested and not recommended to use, as having the server parse HTML pages is a double edged sword! It can be costly for a heavily loaded server to perform parsing of HTML pages while sending them. Furthermore, it can be considered a security risk to have average users executing commands in the name of the Erlang node user. | |||
2015-03-31 | Prepare release | Erlang/OTP | |
2015-02-03 | Merge branch 'maint-17' into maint | Zandra Hird | |
2015-01-30 | Prepare release | Erlang/OTP | |
2015-01-29 | inets: httpd - Sanity check of content-length header | Ingela Anderton Andin | |
Gracefully handle invalid content-lenght headers instead of crashing in list_to_integer. | |||
2015-01-14 | Merge branch 'nox/http_uri-fragment/OTP-12398' into maint | Marcus Arendt | |
* nox/http_uri-fragment/OTP-12398: Properly parse URI fragments | |||
2015-01-02 | Properly parse URI fragments | Anthony Ramine | |
This fixes a bug in httpc where redirection URIs could lead to bad requests if they contained fragments. | |||
2014-12-22 | Merge branch 'mikpe/fix-eacces-spelling' into maint | Bruce Yinhe | |
* mikpe/fix-eacces-spelling: fix eacces spelling | |||
2014-12-09 | Prepare release | Erlang/OTP | |
2014-12-02 | fix eacces spelling | Mikael Pettersson | |
2014-10-02 | httpc: Fix a typo in the documentation | Sina Samavati | |
2014-09-15 | Update release notes | Erlang/OTP | |
2014-09-10 | Merge branch 'lukas/docfixes-17.3/OTP-12152' into maint | Lukas Larsson | |
* lukas/docfixes-17.3/OTP-12152: Fix some spelling misstakes | |||
2014-08-04 | Fix some spelling misstakes | Lukas Larsson | |
2014-07-03 | Fix typo in documentation /header_as_is/headers_as_is/ | Louis-Philippe Gauthier | |
2014-06-19 | Prepare release | Erlang/OTP | |
2014-05-27 | Merge branch 'maint-17' into maint | Ingela Anderton Andin | |
Conflicts: OTP_VERSION lib/ssh/test/ssh_basic_SUITE.erl lib/ssh/vsn.mk | |||
2014-05-27 | Update release notes | Erlang/OTP | |
2014-04-07 | Update release notes | Erlang/OTP | |
2014-01-24 | Merge tag 'OTP_R16B03-1' | Magnus Lidén | |
The R16B03-1 release | |||
2014-01-24 | Prepare releaseOTP_R16B03-1 | Erlang/OTP | |
2013-12-13 | Merge branch 'wmalik/httpc_spelling' | Henrik Nord | |
* wmalik/httpc_spelling: fixed a spelling mistake in httpc doc OTP-11538 | |||
2013-12-10 | fixed a spelling mistake in httpc doc | Wasif Malik | |
2013-12-10 | Merge tag 'OTP_R16B03' | Magnus Lidén | |
The R16B03 release Conflicts: lib/sasl/vsn.mk | |||
2013-12-09 | Prepare releaseOTP_R16B03 | Erlang/OTP | |
2013-11-20 | Merge branch 'maint' | Hans Nilsson | |
2013-11-19 | ftp,ssl: Fixes broken type link (ssloption). | Hans Nilsson | |
2013-11-19 | ftp: Linking rfc-refs. | Hans Nilsson | |
2013-11-19 | ftp: Add documentation. | Hans Nilsson | |
2013-11-19 | ftp: Add ftps documentation | Hans Nilsson | |
2013-10-14 | Merge remote-tracking branch 'upstream/maint' | Ingela Anderton Andin | |
2013-10-14 | Merge branch 'ia/inets/http-client-cancel-request/OTP-11312' into maint | Ingela Anderton Andin | |
* ia/inets/http-client-cancel-request/OTP-11312: inets: httpc - Remove dead error handling code inets: httpc make httpc_cancel_request/[1,2] asynchronous httpc: Enhanched error handling inets: httpc improve pipelining | |||
2013-09-17 | Merge tag 'OTP_R16B02' | Magnus Lidén | |
The R16B02 release Conflicts: lib/sasl/vsn.mk | |||
2013-09-16 | Prepare releaseOTP_R16B02 | Erlang/OTP | |
2013-09-13 | inets: httpc make httpc_cancel_request/[1,2] asynchronous | Ingela Anderton Andin | |
2013-09-06 | Change encoding of troublesome notes.xml files to utf-8 | Björn Gustavsson | |
Most notes.xml files will be updated in every release and cause the kind of the problems described in the previous commit. | |||
2013-08-23 | Merge branch 'maint' | Fredrik Gustafsson | |