Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-08-08 | inets: Unify mod_esi "PUT" callback input | Raimo Niskanen | |
Change it to { Input :: string() | undefined, Body :: string() } | |||
2016-08-08 | inets: Add mod_esi support for PUT AND DELETE | Ingela Anderton Andin | |
2016-03-15 | update copyright-year | Henrik Nord | |
2016-02-02 | Merge branch 'palas/maint' into maint | Zandra | |
* palas/maint: inets: Add PATCH method to client and server OTP-13286 | |||
2016-01-29 | Merge branch 'ia/maint/inets/mod_alias/OTP-13248' into maint-18 | Erlang/OTP | |
* ia/maint/inets/mod_alias/OTP-13248: inets: Prepare for release inets: Traverse all aliases looking for the longest match inets: Use re instead of inets_regexp # Conflicts: # lib/inets/vsn.mk | |||
2016-01-28 | inets: Use re instead of inets_regexp | Ingela Anderton Andin | |
2015-12-08 | inets: Add PATCH method to client and server | Pablo Lamela | |
2015-11-27 | inets: Add warning header in "chunk trailer" when mod_esi callback times out ↵ | Ingela Anderton Andin | |
or fails Also remove legacy debug macros and add help function httpd_util:error_log/2 to avoid code duplication. | |||
2015-11-27 | inets: Remove exit that generates an incorrect internal server error | Ingela Anderton Andin | |
2015-06-18 | Change license text to APLv2 | Bruce Yinhe | |
2015-06-16 | inets: Remove use of httpd_conf:clean/1 and httpd_conf:custom_clean/3 | Ingela Anderton Andin | |
Internal use of the function white_space_clean/1 could probably be done in a much better way using re-module and removing a lot of legacy code. But we will have to do this later, due to lack of time, we want to make this commit as little work as possible. | |||
2013-06-22 | Fix httpd config option 'erl_script_nocache' | Johannes Weißl | |
This fixes the usage of the httpd configuration option 'erl_script_nocache', which got ignored before. Attention: Before, the option 'script_nocache' also changed the behavior for mod_esi, now it only affects mod_cgi. | |||
2011-03-28 | Merge branch 'bd/mod_esi_timeout_fix' into bmk/inets/inet56_integration | Micael Karlberg | |
OTP-9158 | |||
2011-03-17 | Fix timeout message generated by mod_esi | Bernard Duggan | |
When a mod_esi request times out, the code to send a timeout response was incorrect and generated an internal server error as well as an invalid response line. | |||
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-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-03-19 | OTP-8508 & OTP-8509. | Micael Karlberg | |
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 | |