Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-01-30 | inets: Rewrite of test case to avoid timing issues in test code | Ingela Anderton Andin | |
2014-01-24 | Merge tag 'OTP_R16B03-1' | Magnus Lidén | |
The R16B03-1 release | |||
2014-01-24 | Prepare releaseOTP_R16B03-1 | Erlang/OTP | |
2014-01-21 | Merge branch 'maint' | Ingela Anderton Andin | |
2014-01-13 | inets: Prepare for release | Ingela Anderton Andin | |
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 | |||
2014-01-10 | inets: Start CT'ify httpd_SUITE | Ingela Anderton Andin | |
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-13 | Merge branch 'wmalik/httpc_spelling' | Henrik Nord | |
* wmalik/httpc_spelling: fixed a spelling mistake in httpc doc OTP-11538 | |||
2013-12-10 | fixed a spelling mistake in httpc doc | Wasif Malik | |
2013-12-10 | Merge tag 'OTP_R16B03' | Magnus Lidén | |
The R16B03 release Conflicts: lib/sasl/vsn.mk | |||
2013-12-09 | Prepare releaseOTP_R16B03 | Erlang/OTP | |
2013-12-05 | Merge branch 'maint' | Hans Nilsson | |
2013-12-05 | inets: Restore ftp test files for the inets_{,sup_}SUITE to not fail | Hans Nilsson | |
2013-12-05 | Merge remote-tracking branch 'upstream/maint' | Ingela Anderton Andin | |
2013-12-05 | Merge branch 'ia/inets/cuddle-with-tests' into maint | Ingela Anderton Andin | |
* ia/inets/cuddle-with-tests: inets: Add crypto start check to ssl test cases | |||
2013-12-03 | Merge branch 'maint' | Hans Nilsson | |
2013-12-03 | ftp: fix sockname dialyzer warning including ftp:sockname/1 bug | Hans Nilsson | |
2013-12-03 | inets: Add crypto start check to ssl test cases | Ingela Anderton Andin | |
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. |