Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-01-13 | inets: Remove log message as it causes more harm than use at the moment | Ingela Anderton Andin | |
2014-01-10 | inets: Mend broken max_clients check | Ingela Anderton Andin | |
Conflicts: lib/inets/src/http_server/httpd_manager.erl | |||
2013-12-19 | inets: Remove use of default gen_server timeout | Ingela Anderton Andin | |
If you need a timeout between client and server use a server side timeout instead of the default gen_server:call/2 timeout that is quite useless. Also remove legacy code that has no further use. | |||
2013-12-03 | ftp: fix sockname dialyzer warning including ftp:sockname/1 bug | Hans Nilsson | |
2013-11-19 | ftp: small fixes | Hans Nilsson | |
2013-11-19 | ftp: Add timeouts to ssl:connect | Hans Nilsson | |
2013-11-19 | ftps: working | Hans Nilsson | |
2013-11-19 | . | Hans Nilsson | |
2013-11-19 | added some printouts | Hans Nilsson | |
2013-11-19 | ftp: towards a working ftps, chapter 1 | Hans Nilsson | |
2013-11-19 | ftp: Implement ftps (upgrade to TLS) | Ingela Anderton Andin | |
2013-11-12 | [inets/httpd] Improved request handler terminate error-log entry | Micael Karlberg | |
If a request handler terminates abnormally (terminate reason not normal), the error-log entry was a bit obtuse ("Internal Server Error"). This has been improved so that the log entry now also include the actual terminate reason. | |||
2013-11-12 | [inets/httpd] Improved access log entry | Micael Karlberg | |
Sometimes the size of a response could be as a string. | |||
2013-11-12 | [inets/httpd] Logging cleanup | Micael Karlberg | |
Remove logging when fo keep-alive connection timeout. This is a normal event (feature) not an error. | |||
2013-11-12 | [inets/httpd] Fixed mod_head handling of "new" response | Micael Karlberg | |
2013-10-14 | Merge branch 'ia/inets/http-client-cancel-request/OTP-11312' into maint | Ingela Anderton Andin | |
* ia/inets/http-client-cancel-request/OTP-11312: inets: httpc - Remove dead error handling code inets: httpc make httpc_cancel_request/[1,2] asynchronous httpc: Enhanched error handling inets: httpc improve pipelining | |||
2013-09-24 | inets: httpc - Remove dead error handling code | Ingela Anderton Andin | |
Some error handling is only relevant for functions that end up in gen_server:call and not in gen_server:cast. | |||
2013-09-13 | inets: httpc make httpc_cancel_request/[1,2] asynchronous | Ingela Anderton Andin | |
2013-09-13 | httpc: Enhanched error handling | Ingela Anderton Andin | |
2013-09-13 | inets: httpc improve pipelining | Ingela Anderton Andin | |
2013-09-05 | Fix httpd config option 'script_timeout' | Johannes Weißl | |
This fixes the usage of the httpd configuration option 'script_timeout', which got ignored before. The documentation states that the value is in seconds, which was true when using the Apache like configuration file, but not true when using the proplist style configuration. | |||
2013-09-05 | Fix httpd config option 'keep_alive_timeout' | Johannes Weißl | |
The documentation states that the value is in seconds, which was true when using the Apache like configuration file, but not true when using the proplist style configuration. | |||
2013-08-23 | Merge branch 'maint-r16' into maint | Fredrik Gustafsson | |
2013-08-23 | Merge branch 'maint-r15' into maint-r16 | Fredrik Gustafsson | |
Conflicts: lib/inets/doc/src/notes.xml lib/inets/src/http_lib/http_transport.erl lib/inets/src/inets_app/inets.appup.src lib/inets/vsn.mk lib/ssl/doc/src/notes.xml lib/ssl/src/ssl.appup.src lib/ssl/src/ssl.erl lib/ssl/src/ssl_internal.hrl lib/ssl/src/tls_connection.erl lib/ssl/vsn.mk | |||
2013-08-22 | Merge branch 'jw/fix-httpd-erl-script-nocache/OTP-11260' into maint | Fredrik Gustafsson | |
* jw/fix-httpd-erl-script-nocache/OTP-11260: inets: added simple testcase for option erl_script_nocache Fix httpd config option 'erl_script_nocache' | |||
2013-08-21 | [inets, ssl]: make log_alert configurable as option in ssl, SSLLogLevel ↵ | Fredrik Gustafsson | |
added as option to inets conf file | |||
2013-07-11 | Add missing brackets to report formatting on ftp_progress process exit | Artur Wilniewczyc | |
When progress reporting process exits, ftp client crashes because of missing brackets in io_lib:format argument. | |||
2013-07-01 | Merge branch 'maint-r16' into maint | Fredrik Gustafsson | |
2013-07-01 | Merge branch 'maint-r15' into maint-r16 | Fredrik Gustafsson | |
Conflicts: lib/inets/doc/src/notes.xml lib/inets/src/inets_app/inets.appup.src lib/inets/vsn.mk lib/ssh/doc/src/notes.xml lib/ssh/src/ssh.appup.src lib/ssh/src/ssh_connection_handler.erl lib/ssh/vsn.mk | |||
2013-07-01 | Merge branch 'jwh/httpc_delete_body/OTP-11190' into maint | Fredrik Gustafsson | |
* jwh/httpc_delete_body/OTP-11190: httpc: Allow content body in DELETE requests | |||
2013-06-28 | inets: version updates | Fredrik Gustafsson | |
2013-06-27 | inets: removed obsolete code | Fredrik Gustafsson | |
2013-06-22 | Fix httpd config option 'erl_script_nocache' | Johannes Weißl | |
This fixes the usage of the httpd configuration option 'erl_script_nocache', which got ignored before. Attention: Before, the option 'script_nocache' also changed the behavior for mod_esi, now it only affects mod_cgi. | |||
2013-06-14 | httpc: Allow content body in DELETE requests | James Wheare | |
2013-06-12 | Update copyright years | Björn-Egil Dahlberg | |
2013-05-20 | Remove http_chunk:decode/4 as it is no longer used | Masatake Daimon | |
http_chunk:decode/4, the side-effecting chunk decoder, was only used by httpc_handler:handle_http_body/2 but now it's completely unused. | |||
2013-05-20 | Fix {stream, {self, once}} in httpc | Masatake Daimon | |
Previously the only difference between {stream, self} and {stream, {self, once}} was an extra Pid in the stream_start message due to a bug in httpc_handler. It was immediately sending a bunch of messages till the end instead of waiting for httpc:stream_next/1 being called. | |||
2013-04-15 | inets: stop block timer with the right arguments | Fredrik Gustafsson | |
2013-03-18 | inets httpc: Revert incorrect commit regarding cookie handling. | Ingela Anderton Andin | |
2013-03-13 | Merge branch 'cm/bug-http-content-length-zero/OTP-10934' into maint | Fredrik Gustafsson | |
* cm/bug-http-content-length-zero/OTP-10934: Fix http_request:http_headers/1 to send content-length when length is zero | |||
2013-03-12 | Added guard for invalid field and values in headers | Fredrik Gustafsson | |
2013-03-08 | Merge branch 'fredrik/inets/httpc_length_zero' into maint | Fredrik Gustafsson | |
* fredrik/inets/httpc_length_zero: Removed case clause for length = 0 for both HTTP1.0 and HTTP1.1 | |||
2013-03-02 | Fix http_request:http_headers/1 to send content-length when length is zero | CA Meijer | |
In R16B01, the http_request:http_headers/1 function removes the content-length field from the HTTP headers if the content length is zero. This results in some (perhaps many) HTTP servers rejecting POSTs and PUTs without data with a 411 status word. From RFC2616, section 14.13: "Any Content-Length greater than or EQUAL to zero is a valid value". | |||
2013-02-22 | Update copyright years | Björn-Egil Dahlberg | |
2013-02-22 | Merge branch 'sal/ftp/OTP-10886' | Fredrik Gustafsson | |
* sal/ftp/OTP-10886: Changed to correct errorcode in testcase Handle correctly the "No files found or file unavailable" error code. | |||
2013-02-20 | inets httpd: Handle ipfamily option correctly when listning to port 0 | Ingela Anderton Andin | |
2013-02-18 | inets: Improve ssl handling | Ingela Anderton Andin | |
httpc: CTfy test suite httpd: Simplify ssl configuration OTP-10846 | |||
2013-02-15 | Removed case clause for length = 0 for both HTTP1.0 and HTTP1.1 | Fredrik Gustafsson | |
2013-02-14 | inets httpd: The option modules now defaults to its documented default value. | Ingela Anderton Andin | |
OTP-10844 | |||
2013-02-14 | inets httpc: Corrected separation of pipelining and persisten connections | Ingela Anderton Andin | |
OTP-10845 |