Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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 | |
2016-05-03 | inets: Prepare for release | Ingela Anderton Andin | |
2016-05-03 | inets: Put back inets_regexp module in OTP 18 | Ingela Anderton Andin | |
Put back unused module inets_regexp and remove it in OTP 19 instead as it is an incompatibility, although it is an undocumented module and should not affect other applications (the world is not perfect). | |||
2016-04-27 | Merge branch 'maint-18' | Henrik Nord | |
Conflicts: OTP_VERSION lib/ssl/doc/src/ssl.xml lib/ssl/src/ssl_cipher.erl lib/ssl/src/tls_v1.erl lib/ssl/test/ssl_basic_SUITE.erl | |||
2016-04-26 | Update release notes | Erlang/OTP | |
2016-04-25 | inets: Prepare for release | Ingela Anderton Andin | |
2016-04-25 | inets: Add peer_cert to ESI environment | Ingela Anderton Andin | |
2016-04-21 | inets: Prepare for release | Ingela Anderton Andin | |
2016-04-21 | inets: Add peer_cert to ESI environment | Ingela Anderton Andin | |
2016-04-13 | Merge branch 'henrik/update-copyrightyear' | Henrik Nord | |
* henrik/update-copyrightyear: update copyright-year | |||
2016-04-05 | Merge branch 'waisbrot/remove-mod_include/PR-988/OTP-13445' | Hans Nilsson | |
2016-04-05 | Merge branch 'FabioBatSilva/httpc-delete-body/PR-972/OTP-13383' | Lars Thorsen | |
* FabioBatSilva/httpc-delete-body/PR-972/OTP-13383: inets: Add DELETE Body to client remove whitespaces | |||
2016-04-04 | Merge tag 'OTP-18.3.1' | Henrik Nord | |
=== OTP-18.3.1 === Changed Applications: - erts-7.3.1 - inets-6.2.1 - mnesia-4.13.4 Unchanged Applications: - asn1-4.0.2 - common_test-1.12 - compiler-6.0.3 - cosEvent-2.2 - cosEventDomain-1.2 - cosFileTransfer-1.2 - cosNotification-1.2.1 - cosProperty-1.2 - cosTime-1.2.1 - cosTransactions-1.3.1 - crypto-3.6.3 - debugger-4.1.2 - dialyzer-2.9 - diameter-1.11.2 - edoc-0.7.18 - eldap-1.2.1 - erl_docgen-0.4.2 - erl_interface-3.8.2 - et-1.5.1 - eunit-2.2.13 - gs-1.6 - hipe-3.15 - ic-4.4 - jinterface-1.6.1 - kernel-4.2 - megaco-3.18 - observer-2.1.2 - odbc-2.11.1 - orber-3.8.1 - os_mon-2.4 - ose-1.1 - otp_mibs-1.1 - parsetools-2.1.1 - percept-0.8.11 - public_key-1.1.1 - reltool-0.7 - runtime_tools-1.9.3 - sasl-2.7 - snmp-5.2.2 - ssh-4.2.2 - ssl-7.3 - stdlib-2.8 - syntax_tools-1.7 - test_server-3.10 - tools-2.8.3 - typer-0.9.10 - webtool-0.9.1 - wx-1.6.1 - xmerl-1.3.10 Conflicts: OTP_VERSION erts/emulator/test/save_calls_SUITE.erl erts/vsn.mk | |||
2016-04-01 | Prepare release | Erlang/OTP | |
2016-03-17 | inets: Prepare for release | Ingela Anderton Andin | |
2016-03-17 | Remove references to old modules | Nathaniel Waisbrot | |
mod_include was already gone in 18, and webtool is out in 19, but some references remained in example config files. |