Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-05-04 | Update copyright year | Raimo Niskanen | |
2017-05-02 | Merge branch 'maint' | Hans Bolinder | |
* maint: Updated OTP version Prepare release inets: Add missing release note dialyzer: Fix a bug regarding unknown types erl_mseg.c: don't use invalid indices in - > cache_powered_node[] Fix release note for OTP-14290 Conflicts: OTP_VERSION erts/emulator/sys/common/erl_mseg.c erts/vsn.mk lib/dialyzer/src/dialyzer_analysis_callgraph.erl | |||
2017-04-28 | Prepare release | Erlang/OTP | |
2017-04-27 | inets: Add missing release note | Ingela Anderton Andin | |
2017-04-04 | Merge branch 'maint' | Ingela Anderton Andin | |
Conflicts: OTP_VERSION erts/vsn.mk lib/crypto/c_src/crypto.c lib/crypto/src/crypto.erl lib/ssh/src/ssh.erl | |||
2017-04-03 | inets: Do not test https/ftps if crypto can not start | Ingela Anderton Andin | |
2017-03-31 | Update release notes | Erlang/OTP | |
2017-03-31 | Update version numbers | Erlang/OTP | |
2017-03-31 | Merge branch 'voltone/inets/httpc_redirect_normalize_host/PR-1381/OTP-14301' ↵ | Erlang/OTP | |
into maint-19 * voltone/inets/httpc_redirect_normalize_host/PR-1381/OTP-14301: Omit port from Host header on redirect to well-known port | |||
2017-03-17 | Omit port from Host header on redirect to well-known port | Bram Verburg | |
ERL-316, as part of 19.3, adds the port number to the Host header upon automatic redirection. The port number is included even if it is a well-known port (80, 443). This is different from the behaviour of most HTTP clients, as well as httpc's own for new requests. The added port number can lead to problems such as this one, where the request signature assumes the client will not send the :443 suffix on redirection to an https URL: https://github.com/nerves-project/nerves/issues/96 I was unable to add a test case, since that would require a server on a well-known port, but I manually verified that the GitHub/S3 signing issue was indeed resolved with this patch. | |||
2017-03-15 | inets/ftp: spelling correction | Hans Nilsson | |
2017-03-15 | inets/ftp: DBG macro change | Hans Nilsson | |
2017-03-15 | inets/ftp: Fixed fault with operations after recv_chunks. | Hans Nilsson | |
2017-03-15 | inets/ftp: Testcase for repeating chunked fetch | Hans Nilsson | |
2017-03-14 | Merge branch 'maint' | Rickard Green | |
* maint: Updated OTP version Prepare release Conflicts: OTP_VERSION lib/typer/doc/src/notes.xml lib/typer/vsn.mk | |||
2017-03-14 | Prepare release | Erlang/OTP | |
2017-03-10 | Update copyright year | Rickard Green | |
2017-03-01 | Fix typos: lenght -> length | Myron Marston | |
2017-02-14 | Fixed typos in lib/inets | Andrew Dryga | |
2017-02-08 | Merge branch 'maint-19' into maint | Raimo Niskanen | |
Conflicts: OTP_VERSION | |||
2017-02-07 | Prepare release | Erlang/OTP | |
2017-02-06 | ftp: allow different timing sequences | Hans Nilsson | |
2017-02-03 | Merge branch 'maint-18' into maint | Hans Nilsson | |
Conflicts: OTP_VERSION erts/doc/src/notes.xml erts/emulator/sys/unix/erl_unix_sys.h erts/emulator/sys/unix/sys.c erts/vsn.mk lib/crypto/c_src/crypto.c lib/crypto/doc/src/notes.xml lib/crypto/vsn.mk lib/inets/doc/src/notes.xml lib/inets/vsn.mk lib/ssh/doc/src/notes.xml lib/ssh/src/ssh.app.src lib/ssh/src/ssh_connection_handler.erl lib/ssh/vsn.mk otp_versions.table | |||
2017-02-01 | Prepare release | Erlang/OTP | |
2017-01-30 | inets: httpd - shutdown gracefully on connection or TLS handshake errors | Ingela Anderton Andin | |
2017-01-30 | inets: Prepare for release | Ingela Anderton Andin | |
2017-01-30 | inets: httpd - shutdown gracefully on connection or TLS handshake errors | Ingela Anderton Andin | |
2016-12-21 | inets: httpc - Prevent hanging user process | Ingela Anderton Andin | |
Input should be checked and httpc_handler process shall terminate gracefully on errors so that user process will in hang in gen_server:call. | |||
2016-12-21 | inets: httpc - clean code | Ingela Anderton Andin | |
Remove dead code and redundant debug macros. Better to use tracing for debugging. | |||
2016-12-20 | inets: httpc - Chunk size decoding could fail | Ingela Anderton Andin | |
Correct chunk decoding by adding missing argument to match. The symptom was that chunk decoding sometimes failed depending on stream data arrival timing. | |||
2016-12-16 | Merge branch 'ingela/inets/httpc-redirect-host-header/ERL-316/OTP-14097' ↵ | Ingela Anderton Andin | |
into maint * ingela/inets/httpc-redirect-host-header/ERL-316/OTP-14097: inets: httpc - Correct redirection host header | |||
2016-12-16 | Merge branch 'ingela/inets/httpc-PATCH-doc' into maint | Ingela Anderton Andin | |
* ingela/inets/httpc-PATCH-doc: inets: httpc - patch method missing in doc | |||
2016-12-14 | inets: httpc - Correct redirection host header | Ingela Anderton Andin | |
RFC2616 Sect 14.23: The Host request-header field specifies the Internet host AND port number. | |||
2016-12-13 | inets: httpc - patch method missing in doc | Ingela Anderton Andin | |
2016-12-09 | Prepare release | Erlang/OTP | |
2016-12-07 | Update copyright-year | Erlang/OTP | |
2016-12-06 | Merge branch 'ingela/inets/httpd-profiles/OTP-14082' into maint | Ingela Anderton Andin | |
* ingela/inets/httpd-profiles/OTP-14082: inets: Add Profile argument missed by commit fdfda2fab0921d409789174556582db28141448e | |||
2016-12-05 | Merge branch 'emj/report-tunnel-errors/PR-1254' into maint | Ingela Anderton Andin | |
* emj/report-tunnel-errors/PR-1254: Report errors from TLS tunnel request to correct process | |||
2016-12-05 | inets: Add Profile argument missed by commit ↵ | Ingela Anderton Andin | |
fdfda2fab0921d409789174556582db28141448e | |||
2016-11-22 | scheme_validation_fun misspellt in doc | Evgeny M | |
2016-11-19 | Report errors from TLS tunnel request to correct process | Eric Meadows-Jönsson | |
2016-11-18 | Merge branch 'ingela/httpc/keep-alive-https/OTP-14041' into maint | Ingela Anderton Andin | |
* ingela/httpc/keep-alive-https/OTP-14041: inets: httpc - do not send absolute URIs over TLS tunnels | |||
2016-10-21 | Change two calls to file_close/1 to allow {error,einval} | Kostis Sagonas | |
2016-10-20 | inets: httpc - do not send absolute URIs over TLS tunnels | Ingela Anderton Andin | |
Proxies want absolut URIs, but once a TLS tunnel is set up it is like talking direct to the server. | |||
2016-10-19 | Eliminate unmatched return dialyzer warnings | Kostis Sagonas | |
The code contained a lot of unmatched return warnings, mostly in function calls that were executed only for their side-effects. Also, there were various places where possible errors were not checked and now they are. This may cause crashes, both in the ftp testsuite (which I have not run) and in situations were errors occur but are ignored. | |||
2016-10-19 | Declare types and specs | Kostis Sagonas | |
2016-10-19 | Code cleanups | Kostis Sagonas | |
2016-10-19 | Eliminate dialyzer warning about unreachable clause | Kostis Sagonas | |
2016-10-18 | Merge branch 'hans/inets/ftp_multiline_resp/PR-1196/OTP-13960' into maint | Hans Nilsson | |
2016-10-14 | ftp: New DBG alternative: ct:pal | Hans Nilsson | |