Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2016-10-14 | ftp: added forgotten inet:setopts active once | Hans Nilsson | |
2016-10-14 | ftp: socket wrapper changed suddenly and erroneously | Hans Nilsson | |
2016-10-10 | Correct a typo in mod_esi documentation | Will | |
2016-10-07 | Merge branch 'ingela/inets/httpc/ERL-253' into maint | Ingela Anderton Andin | |
* ingela/inets/httpc/ERL-253: inets: httpc improve error handling | |||
2016-10-06 | Fix inets ftp bug related to multiple lines resp | Johan Sommerfeld | |
Fixes a bug that makes the ftp client end up in bad state if there is a multi line response from the server and the response number is in the message being sent. | |||
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-19 | inets: httpc improve error handling | Ingela Anderton Andin | |
Handler process should exit normal if manager process has been terminated | |||
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 | |