Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-11-20 | Merge branch 'maint' | Hans Nilsson | |
2013-11-19 | ftp,ssl: Fixes broken type link (ssloption). | Hans Nilsson | |
2013-11-19 | ftp: Adds dynamic cert generation to tests. | Hans Nilsson | |
2013-11-19 | ftp: Clean Makefile and conf file | Hans Nilsson | |
2013-11-19 | ftp: Linking rfc-refs. | Hans Nilsson | |
2013-11-19 | ftp: Add documentation. | Hans Nilsson | |
2013-11-19 | ftp: delete old test files | Hans Nilsson | |
2013-11-19 | ftp: small fixes | Hans Nilsson | |
2013-11-19 | ftp: Add ftps documentation | 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: old ftp_SUITE re-written and works | Hans Nilsson | |
2013-11-19 | ftp: Implement ftps (upgrade to TLS) | Ingela Anderton Andin | |
2013-11-19 | ftp: Implement ftps (upgrade to TLS) | Ingela Anderton Andin | |
2013-11-18 | Merge branch 'maint' | Fredrik Gustafsson | |
2013-11-14 | Merge branch 'maint' | Fredrik Gustafsson | |
2013-11-14 | [eldap, inets]: fix testcases when ssl not is present | Fredrik Gustafsson | |
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 remote-tracking branch 'upstream/maint' | Ingela Anderton Andin | |
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-10-10 | Merge branch 'maint' | Fredrik Gustafsson | |
2013-10-10 | Merge branch 'weisslj/fix-httpd-timeout-options/OTP-11276' into maint | Fredrik Gustafsson | |
* weisslj/fix-httpd-timeout-options/OTP-11276: inets: added testcase for keep_alive_timeout Add test for httpd config option 'script_timeout' Fix httpd config option 'script_timeout' Fix httpd config option 'keep_alive_timeout' | |||
2013-09-30 | inets: added testcase for keep_alive_timeout | Fredrik Gustafsson | |
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-19 | Add test for httpd config option 'script_timeout' | Johannes Weißl | |
The option got ignored before 720721e. | |||
2013-09-17 | Merge tag 'OTP_R16B02' | Magnus Lidén | |
The R16B02 release Conflicts: lib/sasl/vsn.mk | |||
2013-09-16 | Prepare releaseOTP_R16B02 | Erlang/OTP | |
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-06 | Change encoding of troublesome notes.xml files to utf-8 | Björn Gustavsson | |
Most notes.xml files will be updated in every release and cause the kind of the problems described in the previous commit. | |||
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-09-04 | Merge branch 'maint' | Fredrik Gustafsson | |
2013-09-04 | Merge branch 'weisslj/httpd_add_script_tests/OTP-11260' into maint | Fredrik Gustafsson | |
* weisslj/httpd_add_script_tests/OTP-11260: Test nocache option of mod_cgi and mod_esi | |||
2013-09-03 | Merge remote-tracking branch 'upstream/maint' | Ingela Anderton Andin | |
2013-09-03 | inets: Add stronger RSA test-keys | Ingela Anderton Andin | |
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. | |||
2013-09-02 | Test nocache option of mod_cgi and mod_esi | Johannes Weißl | |
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 | |||
2013-08-23 | Merge branch 'maint' | Fredrik Gustafsson | |
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 'maint' | Fredrik Gustafsson | |
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 | Update release notes | Erlang/OTP | |