Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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-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-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. | |||
2014-08-04 | Fix some spelling misstakes | Lukas Larsson | |
2013-08-08 | Merge branch 'maint' | Fredrik Gustafsson | |
2013-08-07 | fix: typo, inets/doc/src/httpd | tomaon | |
2013-07-30 | Merge branch 'maint' | Fredrik Gustafsson | |
2013-07-24 | Fix some errors in the inets documentation | Johannes Weißl | |
2013-04-19 | Convert XML files to UTF-8 | Hans Bolinder | |
2013-02-18 | inets: Improve ssl handling | Ingela Anderton Andin | |
httpc: CTfy test suite httpd: Simplify ssl configuration OTP-10846 | |||
2012-11-23 | Update copyright years | Björn-Egil Dahlberg | |
2012-11-07 | Documentation for minimum_bytes_per_seconds option | Fredrik Gustafsson | |
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 | |||
2011-09-05 | Removed the option *ossl* from the documentation. | Micael Karlberg | |
OTP-9522 | |||
2011-04-19 | Default ssl kind changed to essl (from ossl). | Micael Karlberg | |
2011-04-06 | Merge branch 'dev' into bmk/inets/inet56_integration | Micael Karlberg | |
2011-04-01 | Various small documentation fixes | Bernard Duggan | |
This change fixes a bunch of small (and a few less small) typos and other errors in various modules that I've spotted throughout my travels. | |||
2011-03-14 | Used the wrong security property names in documentation. | Micael Karlberg | |
2010-11-29 | URL-encoding - add support in client and more usage in server. Also | Ingela Anderton Andin | |
added missing include directory. | |||
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. | |||
2009-11-20 | The R13B03 release.OTP_R13B03 | Erlang/OTP | |