Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-09-14 | inets: Fix xmllint error | Ingela Anderton Andin | |
2017-09-13 | inets: httpd - Add chunk handling of client data | Ingela Anderton Andin | |
If the client uses PUT or POST to send a HTTP body the server currently will gather the whole body in memory before passing it on to the mod-callback. For legacy reasons it also converts the binary body to a list, this is really bad for memory usage! Add new option max_client_body_chunk to enable chunked handling of content-length requests. Also make it possible for chunked-encoded data to be propagated in portions to the mod-callback. Conflicts: lib/inets/test/httpd_SUITE.erl | |||
2016-10-10 | Correct a typo in mod_esi documentation | Will | |
2016-08-08 | inets: Fix typo in doc | Ingela Anderton Andin | |
2016-06-16 | intes: Remove Xmllint errors | Ingela Anderton Andin | |
2016-04-25 | inets: Add peer_cert to ESI environment | Ingela Anderton Andin | |
2016-03-15 | update copyright-year | Henrik Nord | |
2015-09-01 | Inets Reference Manual | tmanevik | |
Editorial changes | |||
2015-06-18 | Change license text to APLv2 | Bruce Yinhe | |
2013-04-19 | Convert XML files to UTF-8 | Hans Bolinder | |
2011-09-15 | Fix typos in mod_esi(3) | Tuncer Ayaz | |
2011-04-06 | Merge branch 'dev' into bmk/inets/inet56_integration | Micael Karlberg | |
2011-04-01 | Compile fixes for earlier documentation fixes | Bernard Duggan | |
Fixed a couple of compilation errors. Also backed out a tiny change that had already been added by Tuncer Ayaz in his binary-part-typo branch. | |||
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-10 | Added proper release notes, appup and version. | Micael Karlberg | |
2011-02-24 | Modify mod_esi:deliver/2 to accept binary data | Bernard Duggan | |
This change allows for more efficient delivery of large amounts of data through the mod_esi interface when the handling process has that data in binary format. It avoids the need to convert to list and the extra memory involved in passing that list between processes. | |||
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 | |