Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-11-23 | Merge branch 'bmk/inets/own_dialyzer_plt' into bmk/inets/inets58_integration2 | Micael Karlberg | |
2011-11-23 | Forgot to rename plt target... | Micael Karlberg | |
2011-11-23 | Merge branch 'bmk/inets/own_dialyzer_plt' into bmk/inets/inets58_integration2 | Micael Karlberg | |
2011-11-23 | Make dialyzer targets more general... | Micael Karlberg | |
2011-11-23 | Merge branch 'bmk/inets/own_dialyzer_plt' into bmk/inets/inets58_integration2 | Micael Karlberg | |
2011-11-23 | Added priv subdir (inets/priv/plt) as plt destination. | Micael Karlberg | |
2011-11-23 | Merge branch 'bmk/inets/dialyzer_fixes/OTP-9736' into ↵ | Micael Karlberg | |
bmk/inets/inets58_integration2 | |||
2011-11-23 | Fixed acceptor exit warnings (detected by dialyzer). | Micael Karlberg | |
Also fixed cookie_header/3 and updated documented accordingly. Also added documentation for undocumented URI parse option. | |||
2011-11-23 | Added dialyzer targets for building inets plt and running | Micael Karlberg | |
dialyzer on inets. | |||
2011-11-22 | Added release notes for OTP-9733. | Micael Karlberg | |
2011-11-22 | Merge branch 'bmk/inets/httpd/bad_msg_size/OTP-9733' into ↵ | Micael Karlberg | |
bmk/inets/inets58_integration2 | |||
2011-11-22 | Added release notes for OTP-9736. | Micael Karlberg | |
2011-11-22 | Used wrong interface module (http instead of httpc: copy-and-paste). | Micael Karlberg | |
2011-11-22 | [httpd] Sometimes entries in the transfer log was written with the message | Micael Karlberg | |
size as list of numbers. This list was actually the size as a string, e.g. "123", written with the control sequence ~w. This has now been corrected so that any string is converted to an integer (if possible). OTP-9733 | |||
2011-11-22 | Revert "Update version numbers for pre-release of R15" | Björn-Egil Dahlberg | |
This reverts commit e21ff9b0b69219ab3853be7e80813156113152b7. | |||
2011-11-22 | Update version numbers for pre-release of R15OTP_R15A | Björn Gustavsson | |
2011-11-21 | Various minor dialyzer related cleanup. | Micael Karlberg | |
2011-11-16 | [httpd] Fix logging of content length in mod_log. | Micael Karlberg | |
Garrett Smith OTP-9715 Merge branch 'gs/mod_log-fix' into bmk/inets/httpd/content_len_in_mod_log/OTP-9715 | |||
2011-11-15 | Merge branch 'maint-r14' | Micael Karlberg | |
Conflicts: lib/inets/doc/src/notes.xml lib/inets/src/http_lib/http_uri.erl lib/inets/src/inets_app/inets.appup.src lib/inets/vsn.mk | |||
2011-11-15 | Merge branch 'bmk/inets/inets58_integration' | Micael Karlberg | |
2011-11-10 | Commas and more commas... | Micael Karlberg | |
2011-11-09 | More merge cleanup. | Micael Karlberg | |
2011-11-09 | [httpd] GET request with malformed header date caused | Micael Karlberg | |
server crash (non-fatal) with no reply to client. Will now result in a reply with status code 400. OTP-9674 Merge branch 'bmk/inets/httpd/xss_with_bad_header_date/r14/OTP-9674' into bmk/inets/inets572_integration Conflicts: lib/inets/doc/src/notes.xml lib/inets/src/inets_app/inets.appup.src | |||
2011-11-09 | Initial merge from r13 topic branch. With minimal cleanup. | Micael Karlberg | |
Merge branch 'bmk/inets/httpd/xss_with_bad_header_date/r13/OTP-9674' into bmk/inets/httpd/xss_with_bad_header_date/r14/OTP-9674 Conflicts: lib/inets/doc/src/notes.xml lib/inets/src/http_server/mod_responsecontrol.erl lib/inets/src/inets_app/inets.appup.src lib/inets/test/httpd_1_1.erl lib/inets/test/httpd_SUITE.erl lib/inets/test/httpd_mod.erl lib/inets/test/httpd_test_lib.erl lib/inets/vsn.mk | |||
2011-11-09 | Aftermerge cleanup. | Micael Karlberg | |
2011-11-09 | Initial merge from r13 topic branch. With minimal cleanup. | Micael Karlberg | |
Merge branch 'bmk/inets/httpd/xss_when_erl_encoded/r13/OTP-9655' into bmk/inets/httpd/xss_when_erl_encoded/r14/OTP-9655 Conflicts: lib/inets/doc/src/notes.xml lib/inets/src/http_lib/http_uri.erl lib/inets/src/http_lib/http_util.erl lib/inets/src/http_server/httpd_file.erl lib/inets/src/http_server/httpd_request.erl lib/inets/src/http_server/httpd_request_handler.erl lib/inets/src/http_server/httpd_util.erl lib/inets/src/inets_app/inets.appup.src lib/inets/test/httpc_SUITE.erl lib/inets/test/httpd_SUITE.erl lib/inets/test/httpd_basic_SUITE.erl lib/inets/test/httpd_test_lib.erl lib/inets/vsn.mk | |||
2011-11-01 | [httpd] GET request with malformed header date caused | Micael Karlberg | |
server crash (non-fatal) with no reply to client. Will now result in a reply with status code 400. OTP-9674 | |||
2011-11-01 | Added versions 5.2, 5.1.3 and 5.1.2 again. | Micael Karlberg | |
OTP-9655 | |||
2011-10-27 | Remove unused */doc/src/make.dep files | Björn Gustavsson | |
These dependency files was once used when building the documentation, but are no longer needed. | |||
2011-10-27 | doc Makefiles: Eliminate DOCSUPPORT ifdefs | Björn Gustavsson | |
Some applications still have support for an ancient documentation build system. Eliminate the DOCSUPPORT define in otp.mk.in and the not taken arm of the ifdefs in the Makefiles. | |||
2011-10-26 | Uncommented ipv6 test cases. | Micael Karlberg | |
OTP-9655 | |||
2011-10-26 | Fixed HTML encode. First *try* to hex decode uri, and then | Micael Karlberg | |
do the actual html encode. OTP-9655 | |||
2011-10-26 | Skip catching hex decode failure. | Micael Karlberg | |
OTP-9655 | |||
2011-10-26 | Fixed hex-decoding. | Micael Karlberg | |
OTP-9655 | |||
2011-10-25 | Problems with proxy test cases. | Micael Karlberg | |
OTP-9655 | |||
2011-10-25 | Added release notes, appup and correct version. | Micael Karlberg | |
OTP-9655 | |||
2011-10-25 | The XSS prevention methods used was confused if the | Micael Karlberg | |
URL was encoded (hex-encoded). OTP-9655 | |||
2011-10-18 | Make it possible to compile with an R14B compiler. | Micael Karlberg | |
2011-10-18 | Fixed uri testcases. | Micael Karlberg | |
OTP-9628. | |||
2011-10-18 | [httpc] Wrong Host header in IPv6 HTTP requests. | Micael Karlberg | |
When a URI with a IPv6 host is parsed, the brackets that encapsulates the nnn is removed. This value is then supplied as the host header. This can cause problems with some servers. A workaround for this is to use headers_as_is and provide the host header with the requst call To solve this a new option has been added, ipv6_host_with_brackets. This option specifies if the host value of the host header shall include the branckets or not. By default, it does not (as before). OTP-9628 | |||
2011-10-12 | Make return from the parse function conform with: | Micael Karlberg | |
{error, Reason} | {ok, ParsedURL} | |||
2011-10-12 | Added URI RFC (3986). | Micael Karlberg | |
2011-10-11 | Merge branch 'master' of super:otp into bmk/inets/inets58_integration | Micael Karlberg | |
2011-10-07 | Add callback specs to tftp module following internet documentation | Stavros Aronis | |
2011-10-07 | Add callback specs to inets_service module following possibly deprecated ↵ | Stavros Aronis | |
comments | |||
2011-09-29 | Merge branch 'dev' into major | Björn-Egil Dahlberg | |
* dev: Update copyright years | |||
2011-09-29 | Update copyright years | Björn-Egil Dahlberg | |
2011-09-24 | Fix logging of content length in mod_log | Garrett Smith | |
mod_log uses content length from response headers when logging transfer length, which is a string. It needs to be converted to an integer when logged. | |||
2011-09-23 | Merge branch 'major' of super:otp into bmk/inets/inets58_integration | Micael Karlberg | |
2011-09-23 | Merge branch 'dev' into major | Micael Karlberg | |
Conflicts: lib/inets/doc/src/notes.xml lib/inets/src/inets_app/inets.appup.src lib/inets/test/httpc_cookie_SUITE.erl lib/inets/vsn.mk |