Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-08-08 | inets: Prepare for release | 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 | inets: unused var in ftp.erl anonymized | Hans Nilsson | |
2016-06-29 | inets: ftp debug printout removed | Hans Nilsson | |
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-09 | inets: Handle multiple \t in mime types file | Ingela Anderton Andin | |
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-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-09 | Revert "inets: Put back inets_regexp module in OTP 18" | Ingela Anderton Andin | |
This reverts commit 7fbcbf4d1f2c81d44a5c6a4889c98f32cd4505ae. | |||
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 | 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-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 '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-03-17 | inets: Prepare for release | Ingela Anderton Andin | |
2016-03-16 | inets: Mend ipv6_host_with_brackets option | Ingela Anderton Andin | |
This is a quick fix to make this option work. We will revisit this and clean up httpc option handling later. Also adding regression tests. | |||
2016-03-15 | update copyright-year | Henrik Nord | |
2016-03-07 | Merge branch 'maint' | Raimo Niskanen | |
2016-03-07 | Merge branch 'msantos/tftp-wrap-block-counter/PR-965' into maint | Raimo Niskanen | |
* msantos/tftp-wrap-block-counter/PR-965: tftp: support transfer of files > 65535 blocks | |||
2016-03-02 | Merge branch 'maint' | Ingela Anderton Andin | |
2016-03-01 | inets: No error reports for expected termination | Ingela Anderton Andin | |
2016-02-22 | inets: Add DELETE Body to client | FabioBatSilva | |
2016-02-22 | remove whitespaces | FabioBatSilva | |
2016-02-12 | tftp: support transfer of files > 65535 blocks | Michael Santos | |
The block count is an unsigned 2 byte integer. The common behaviour of tftp clients and servers is to overflow the block count and wrap the counter to 0 in order to support files larger than 32M. Modify the tftp implementation to do the same rollover. Interoperability was tested by transferring a 1.4G file using the HPA tftp client. | |||
2016-02-02 | Merge branch 'maint' | Zandra | |
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 'maint' | Zandra | |
Conflicts: OTP_VERSION | |||
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: Traverse all aliases looking for the longest match | Ingela Anderton Andin | |
Before the first matching alias was returned, but we want the longest one to be returned. | |||
2016-01-28 | inets: Use re instead of inets_regexp | Ingela Anderton Andin | |
2015-12-15 | Merge branch 'maint' | Ingela Anderton Andin | |
2015-12-15 | inets: Include behaviour modules in install target | Ingela Anderton Andin | |
2015-12-15 | inets: Fix dialyzer warning | Ingela Anderton Andin | |
2015-12-08 | inets: Add PATCH method to client and server | Pablo Lamela | |
2015-12-01 | Merge branch 'maint' | Zandra | |
2015-12-01 | Merge branch 'scrapinghub/sni_with_connect' into maint | Zandra | |
* scrapinghub/sni_with_connect: inets: SNI to be passed with requests through CONNECT OTP-12985 | |||
2015-12-01 | Merge branch 'maint' | Ingela Anderton Andin | |
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-11-27 | inets: SNI to be passed with requests through CONNECT | Kirilll Zaborsky | |
httpc should fill SNI extenstion for HTTPS requests sent through CONNECT tunnel to provide proper access to websites using SNI | |||
2015-11-20 | Merge branch 'maint' | Zandra | |