summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | | inets: Mend broken max_clients checkIngela Anderton Andin2014-02-0514-639/+526
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: lib/inets/src/http_server/httpd_manager.erl Conflicts: lib/inets/test/inets_sup_SUITE.erl
| | * | | | inets: Start CT'ify httpd_SUITEIngela Anderton Andin2014-02-05136-2429/+3860
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: lib/inets/test/httpd_SUITE.erl
| | * | | | inets: Remove use of default gen_server timeoutIngela Anderton Andin2014-02-053-379/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| | * | | | Fix http_request:http_headers/1 to send content-length when length is zeroCA Meijer2014-02-052-9/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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".
| | * | | | Fix httpd config option 'keep_alive_timeout'Johannes Weißl2014-02-051-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| | * | | | Fix httpd config option 'script_timeout'Johannes Weißl2014-02-052-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| | * | | | inets: Restore ftp test files for the inets_{,sup_}SUITE to not failHans Nilsson2014-02-053-0/+1694
| | | | | |
| | * | | | inets: Add crypto start check to ssl test casesIngela Anderton Andin2014-02-051-0/+9
| | | | | |
| | * | | | ftp: fix sockname dialyzer warning including ftp:sockname/1 bugHans Nilsson2014-02-051-3/+3
| | | | | |
| | * | | | ftp,ssl: Fixes broken type link (ssloption).Hans Nilsson2014-02-052-2/+2
| | | | | |
| | * | | | ftp: Adds dynamic cert generation to tests.Hans Nilsson2014-02-051-5/+23
| | | | | |
| | * | | | ftp: Clean Makefile and conf fileHans Nilsson2014-02-052-20/+8
| | | | | |
| | * | | | ftp: Linking rfc-refs.Hans Nilsson2014-02-051-4/+4
| | | | | |
| | * | | | ftp: Add documentation.Hans Nilsson2014-02-051-1/+1
| | | | | |
| | * | | | ftp: delete old test filesHans Nilsson2014-02-0517-3958/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: lib/inets/test/ftp_suite_lib.erl
| | * | | | ftp: small fixesHans Nilsson2014-02-052-45/+40
| | | | | |
| | * | | | ftp: Add ftps documentationHans Nilsson2014-02-051-3/+5
| | | | | |
| | * | | | ftp: Add timeouts to ssl:connectHans Nilsson2014-02-051-9/+11
| | | | | |
| | * | | | ftps: workingHans Nilsson2014-02-053-140/+156
| | | | | |
| | * | | | .Hans Nilsson2014-02-051-0/+1
| | | | | |
| | * | | | added some printoutsHans Nilsson2014-02-051-13/+23
| | | | | |
| | * | | | ftp: towards a working ftps, chapter 1Hans Nilsson2014-02-052-31/+37
| | | | | |
| | * | | | ftp: old ftp_SUITE re-written and worksHans Nilsson2014-02-052-11/+723
| | | | | |
| | * | | | ftp: Implement ftps (upgrade to TLS)Ingela Anderton Andin2014-02-051-0/+9
| | | | | |
| | * | | | ftp: Implement ftps (upgrade to TLS)Ingela Anderton Andin2014-02-056-230/+397
| | | | | |
| | * | | | [eldap, inets]: fix testcases when ssl not is presentFredrik Gustafsson2014-02-052-46/+160
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: lib/eldap/test/eldap_basic_SUITE.erl
| | * | | | [inets/httpd] Improved request handler terminate error-log entryMicael Karlberg2014-02-051-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| | * | | | [inets/httpd] Improved access log entryMicael Karlberg2014-02-052-5/+12
| | | | | | | | | | | | | | | | | | | | | | | | Sometimes the size of a response could be as a string.
| | * | | | [inets/httpd] Logging cleanupMicael Karlberg2014-02-051-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove logging when fo keep-alive connection timeout. This is a normal event (feature) not an error.
| | * | | | [inets/httpd] Fixed mod_head handling of "new" responseMicael Karlberg2014-02-053-14/+25
| | | | | |
| | * | | | inets: httpc - Remove dead error handling codeIngela Anderton Andin2014-02-051-10/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some error handling is only relevant for functions that end up in gen_server:call and not in gen_server:cast.
| | * | | | inets: httpc make httpc_cancel_request/[1,2] asynchronousIngela Anderton Andin2014-02-055-95/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: lib/inets/src/http_client/httpc_handler.erl
| | * | | | Remove http_chunk:decode/4 as it is no longer usedMasatake Daimon2014-02-052-42/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. Conflicts: lib/inets/src/http_client/httpc_handler.erl
| | * | | | Fix {stream, {self, once}} in httpcMasatake Daimon2014-02-052-6/+57
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| | * | | | httpc: Allow content body in DELETE requestsJames Wheare2014-02-052-1/+18
| | | | | |
| | * | | | httpc: Enhanched error handlingIngela Anderton Andin2014-02-051-9/+2
| | | | | |
| | * | | | inets: added testcase for keep_alive_timeoutFredrik Gustafsson2014-02-051-1/+22
| | | | | |
| | * | | | Add test for httpd config option 'script_timeout'Johannes Weißl2014-02-053-12/+94
| | | | | | | | | | | | | | | | | | | | | | | | The option got ignored before 720721e.
| | * | | | inets: httpc improve pipeliningIngela Anderton Andin2014-02-054-56/+44
| | | | | |
| | * | | | inets: Add stronger RSA test-keysIngela Anderton Andin2014-02-054-72/+108
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The ones provided will fail inets test cases as default ssl will negotiate stronger cipher suites now that will fail the with the weak keys.
| | * | | | Test nocache option of mod_cgi and mod_esiJohannes Weißl2014-02-057-4/+82
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tests that the nocache options work and can be used independently from each other. This was broken before c8ef69c. Conflicts: lib/inets/test/httpd_basic_SUITE.erl
| | * | | | inets: added simple testcase for option erl_script_nocacheFredrik Gustafsson2014-02-051-1/+24
| | | | | |
| | * | | | Fix httpd config option 'erl_script_nocache'Johannes Weißl2014-02-053-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| | * | | | [inets, ssl]: make log_alert configurable as option in ssl, SSLLogLevel ↵Fredrik Gustafsson2014-02-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | added as option to inets conf file Conflicts: lib/inets/src/http_lib/http_transport.erl lib/inets/src/inets_app/inets.appup.src lib/ssl/src/ssl.appup.src
| | * | | | fix: typo, inets/doc/src/httpdtomaon2014-02-051-3/+3
| | | | | |
| | * | | | Fix some errors in the inets documentationJohannes Weißl2014-02-055-19/+19
| | | | | |
| | * | | | Update release notesErlang/OTP2014-02-051-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: lib/inets/doc/src/notes.xml
| | * | | | inets: stop block timer with the right argumentsFredrik Gustafsson2014-02-051-2/+2
| | | | | |
| | * | | | inets httpc: Revert incorrect commit regarding cookie handling.Ingela Anderton Andin2014-02-052-1/+30
| | | | | |
| | * | | | Added guard for invalid field and values in headersFredrik Gustafsson2014-02-052-4/+19
| | | | | |