Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-07-22 | kernel: When doing an fdopen we now also bind the fd to the specified addr/port | Lukas Larsson | |
2014-02-24 | Merge branch 'hans/ssh/maint-r16/patch_1261' into maint-r16 | Hans Nilsson | |
2014-02-14 | fix calculation of variable | Henrik Nord | |
thanks to Alexander Demidenko | |||
2014-02-14 | ssh: The server ssh_cli does not delay tty_geometry requests in case no tty ↵ | Hans Nilsson | |
is allocated | |||
2014-02-14 | ssh: fix 'known_hosts' bug in ssh_file | Hans Nilsson | |
2014-02-14 | ssh: Changed order of decode clauses to temp fix decode error | Hans Nilsson | |
2014-02-14 | ssh: Fixes memory crash | Hans Nilsson | |
2014-02-14 | Fix that result on stderr sent back to ssh:exec had length info present | Hans Nilsson | |
2014-02-10 | Merge branch 'maint-r16' into maint | Ingela Anderton Andin | |
2014-02-10 | Merge branch 'maint-r15' into maint-r16 | Ingela Anderton Andin | |
2014-02-05 | Prepare release | Erlang/OTP | |
2014-02-05 | Merge branch 'ia/R15B03/inets-5.9.8' into maint-r15 | Erlang/OTP | |
* refs/heads/fetch-and-merge.maint-r15-opu/FETCH_HEAD/11632: (73 commits) Changed to correct errorcode in testcase inets: Prepare for release inets: Make test suites independent of each other inets: Rewrite of test case to avoid timing issues in test code Add missing brackets to report formatting on ftp_progress process exit inets: Remove log message as it causes more harm than use at the moment inets: Mend broken max_clients check inets: Start CT'ify httpd_SUITE inets: Remove use of default gen_server timeout Fix http_request:http_headers/1 to send content-length when length is zero Fix httpd config option 'keep_alive_timeout' Fix httpd config option 'script_timeout' inets: Restore ftp test files for the inets_{,sup_}SUITE to not fail inets: Add crypto start check to ssl test cases ftp: fix sockname dialyzer warning including ftp:sockname/1 bug ftp,ssl: Fixes broken type link (ssloption). ftp: Adds dynamic cert generation to tests. ftp: Clean Makefile and conf file ftp: Linking rfc-refs. ftp: Add documentation. ... | |||
2014-02-05 | Changed to correct errorcode in testcase | Fredrik Gustafsson | |
2014-02-05 | inets: Prepare for release | Ingela Anderton Andin | |
2014-02-05 | inets: Make test suites independent of each other | Ingela Anderton Andin | |
2014-02-05 | inets: Rewrite of test case to avoid timing issues in test code | Ingela Anderton Andin | |
Conflicts: lib/inets/test/httpd_SUITE.erl | |||
2014-02-05 | 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. | |||
2014-02-05 | inets: Remove log message as it causes more harm than use at the moment | Ingela Anderton Andin | |
Conflicts: lib/inets/src/http_lib/http_request.erl | |||
2014-02-05 | inets: Mend broken max_clients check | Ingela Anderton Andin | |
Conflicts: lib/inets/src/http_server/httpd_manager.erl Conflicts: lib/inets/test/inets_sup_SUITE.erl | |||
2014-02-05 | inets: Start CT'ify httpd_SUITE | Ingela Anderton Andin | |
Conflicts: lib/inets/test/httpd_SUITE.erl | |||
2014-02-05 | 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. | |||
2014-02-05 | 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". | |||
2014-02-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. | |||
2014-02-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. | |||
2014-02-05 | inets: Restore ftp test files for the inets_{,sup_}SUITE to not fail | Hans Nilsson | |
2014-02-05 | inets: Add crypto start check to ssl test cases | Ingela Anderton Andin | |
2014-02-05 | ftp: fix sockname dialyzer warning including ftp:sockname/1 bug | Hans Nilsson | |
2014-02-05 | ftp,ssl: Fixes broken type link (ssloption). | Hans Nilsson | |
2014-02-05 | ftp: Adds dynamic cert generation to tests. | Hans Nilsson | |
2014-02-05 | ftp: Clean Makefile and conf file | Hans Nilsson | |
2014-02-05 | ftp: Linking rfc-refs. | Hans Nilsson | |
2014-02-05 | ftp: Add documentation. | Hans Nilsson | |
2014-02-05 | ftp: delete old test files | Hans Nilsson | |
Conflicts: lib/inets/test/ftp_suite_lib.erl | |||
2014-02-05 | ftp: small fixes | Hans Nilsson | |
2014-02-05 | ftp: Add ftps documentation | Hans Nilsson | |
2014-02-05 | ftp: Add timeouts to ssl:connect | Hans Nilsson | |
2014-02-05 | ftps: working | Hans Nilsson | |
2014-02-05 | . | Hans Nilsson | |
2014-02-05 | added some printouts | Hans Nilsson | |
2014-02-05 | ftp: towards a working ftps, chapter 1 | Hans Nilsson | |
2014-02-05 | ftp: old ftp_SUITE re-written and works | Hans Nilsson | |
2014-02-05 | ftp: Implement ftps (upgrade to TLS) | Ingela Anderton Andin | |
2014-02-05 | ftp: Implement ftps (upgrade to TLS) | Ingela Anderton Andin | |
2014-02-05 | [eldap, inets]: fix testcases when ssl not is present | Fredrik Gustafsson | |
Conflicts: lib/eldap/test/eldap_basic_SUITE.erl | |||
2014-02-05 | [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. | |||
2014-02-05 | [inets/httpd] Improved access log entry | Micael Karlberg | |
Sometimes the size of a response could be as a string. | |||
2014-02-05 | [inets/httpd] Logging cleanup | Micael Karlberg | |
Remove logging when fo keep-alive connection timeout. This is a normal event (feature) not an error. | |||
2014-02-05 | [inets/httpd] Fixed mod_head handling of "new" response | Micael Karlberg | |
2014-02-05 | 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. | |||
2014-02-05 | inets: httpc make httpc_cancel_request/[1,2] asynchronous | Ingela Anderton Andin | |
Conflicts: lib/inets/src/http_client/httpc_handler.erl |