Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-10-04 | Replace ref() with reference() in inets files | Kostis Sagonas | |
This supersedes PR #1185 (submitted by @KrzysiekJ) that changed all occurrences of ref() with reference() in inets files. However, there is little point in having these types only in comments. So, these types are now exposed as type declarations for the record fields they appear. While at it, uncommented more commented out type declarations and declared types for records defined in the affected modules and header files. Some type-unfriendly and obsolete code related to supporting code ungrades with a really old OTP release was also removed. | |||
2016-09-28 | Merge branch 'ahmedshafeeq/inets-httpc-RFC-7231/PR-1172/OTP-13902' into maint | Ingela Anderton Andin | |
* ahmedshafeeq/inets-httpc-RFC-7231/PR-1172/OTP-13902: Update test case docs with RFC-7231 Update behavior of httpc:request to match RFC-7231 | |||
2016-09-27 | Update test case docs with RFC-7231 | Ahmed Shafeeq Bin Mohd Shariff | |
2016-09-20 | Prepare release | Erlang/OTP | |
2016-09-18 | Update behavior of httpc:request to match RFC-7231 | Ahmed Shafeeq Bin Mohd Shariff | |
- The behavior of httpc:request when autoredirect = true is not correct according to the latest update in RFC-7231. This patch corrects the autoredirect behavior. | |||
2016-09-06 | Bump inets version | Raimo Niskanen | |
2016-09-01 | doc: Correct errors introduced by Editorial changes | Hans Bolinder | |
Fix some older errors as well. | |||
2016-08-21 | Update httpd.xml | Linus.yuan | |
corrected some typo | |||
2016-08-09 | Merge branch 'maint-19' into maint | Lukas Larsson | |
Conflicts: lib/ssl/src/ssl.appup.src | |||
2016-08-08 | Prepare release | Erlang/OTP | |
2016-08-08 | inets: Prepare for release | Ingela Anderton Andin | |
2016-08-08 | inets: Fix typo in doc | Ingela Anderton Andin | |
2016-08-08 | inets: Add mod_esi test for PUT | Raimo Niskanen | |
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-08-01 | Test inet6fb4 in basic suite | Raimo Niskanen | |
2016-07-29 | Actually verify result of testcase | Raimo Niskanen | |
2016-07-29 | Fix inets_sup_SUITE for local tests | Raimo Niskanen | |
2016-07-28 | Add test for inet6fb4 validation | Edwin Fine | |
2016-07-24 | Fix httpd_conf:validate_properties/1 for ipfamily | Edwin Fine | |
inets:start/2 fails when using the legacy option inet6fb4 with a configuration proplist. It is not translated to inet as documented. This breaks existing code that relies on the documented behavior. This commit fixes the issue by translating inet6fb4 everywhere it is encountered in httpd_conf:validate_properties/1. From inets documentation (http://erlang.org/doc/man/httpd.html): {ipfamily, inet | inet6} Default is inet, legacy option inet6fb4 no longer makes sense and will be translated to inet. Fixes ERL-200. | |||
2016-06-29 | Update release notes | Erlang/OTP | |
2016-06-29 | inets: updated version | Hans Nilsson | |
2016-06-29 | inets: unused var in ftp.erl anonymized | Hans Nilsson | |
2016-06-29 | inets: ftp debug printout removed | Hans Nilsson | |
2016-06-21 | Prepare release | Erlang/OTP | |
2016-06-16 | intes: Remove Xmllint errors | Ingela Anderton Andin | |
2016-06-14 | Merge branch 'maint' | Henrik Nord | |
Conflicts: OTP_VERSION lib/inets/vsn.mk lib/ssl/test/ssl_basic_SUITE.erl lib/ssl/vsn.mk | |||
2016-06-13 | Update release notes | Erlang/OTP | |
2016-06-13 | inets: Prepare for release | Ingela Anderton Andin | |
2016-06-09 | inets: Handle multiple \t in mime types file | Ingela Anderton Andin | |
2016-06-09 | ftp: logging of server start in ftp_SUITE | Hans Nilsson | |
2016-06-09 | ftp: Introduce search path for ftp servers to use in ftp_SUITE | Hans Nilsson | |
2016-06-07 | httpc: Replaced deprecated module random with recommended module rand in ↵ | Hans Nilsson | |
httpc_SUITE | |||
2016-06-03 | ftp: make rottend tc:s work again | Hans Nilsson | |
2016-06-03 | ftp: Test suites updates | Hans Nilsson | |
- add timetrap to ftp test suite - removed non-existing tc from ftp_SUITE:all() - moved tc:s missplaced in ftp_SUITE | |||
2016-06-03 | ftp: fix error code errors incl extend test suites | Hans Nilsson | |
2016-06-02 | ftp: close lsock without crash | Hans Nilsson | |
2016-06-02 | Revert "Prepare release" | Erlang/OTP | |
This reverts commit e020f75c10410a6943cd055bfa072a2641eab7da. | |||
2016-06-02 | Prepare release | Erlang/OTP | |
2016-05-23 | inets: Use test_server app tests and remove legacy test_server code | Ingela Anderton Andin | |
FTP tests needed some refactoring as some tests where lost to the ftp_suite_lib module that was not run. | |||
2016-05-18 | [inets] Remove calls to the inets_time_compat module | Lars Thorsen | |
2016-05-18 | [inets] Remove usage of erlang:now() | Lars Thorsen | |
2016-05-16 | inets: httpd_util:split does not return {error, Reason} | Ingela Anderton Andin | |
Fix return value handling that was missed when code was refactored to use re-module. | |||
2016-05-12 | Revert "Prepare release" | Erlang/OTP | |
This reverts commit bd64ad8e15d66e48b36dbe3584315dd5cfc8b59a. | |||
2016-05-11 | Prepare release | Erlang/OTP | |
2016-05-09 | Revert "inets: Put back inets_regexp module in OTP 18" | Ingela Anderton Andin | |
This reverts commit 7fbcbf4d1f2c81d44a5c6a4889c98f32cd4505ae. | |||
2016-05-09 | inets: Fix faulty merge commit | Sverker Eriksson | |
d5f8d55b37c9c63418b4fe8ad5a5aa197a9a4385 | |||
2016-05-09 | Merge branch 'ingela/inets/next-version' | Ingela Anderton Andin | |
* ingela/inets/next-version: inets: Prepare for release Conflicts: lib/inets/vsn.mk | |||
2016-05-04 | Merge branch 'maint-18' | Henrik Nord | |
Conflicts: OTP_VERSION lib/common_test/test/ct_hooks_SUITE_data/cth/tests/ct_update_config_SUITE.erl lib/common_test/vsn.mk | |||
2016-05-03 | Prepare release | Erlang/OTP | |