Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-25 | inets: Prepare for release | Hans Nilsson | |
2014-02-24 | Merge branch 'sgolovan/check_if_ftp_path_is_sane/OTP-11750' | Henrik Nord | |
* sgolovan/check_if_ftp_path_is_sane/OTP-11750: lib/inets/src/ftp/ftp.erl: Check the filenames, usernames, passwords etc. for <CR> and <LF> in them and return error if these offending chars are found. See http://erlang.org/pipermail/erlang-bugs/2014-January/003998.html for details. lib/inets/test/ftp_suite_lib.erl: Added checks for <CR><LF> in file and directory names. | |||
2014-02-24 | Merge branch 'hb/dialyzer/deprecate_types/OTP-10342' | Hans Bolinder | |
* hb/dialyzer/deprecate_types/OTP-10342: Deprecate pre-defined built-in types | |||
2014-02-24 | Add test suites performing app and appup file checks | Tobias Schlager | |
Add the mentioned test suites for *all* library and touched non-library applications. | |||
2014-02-23 | Deprecate pre-defined built-in types | Hans Bolinder | |
The types array(), dict(), digraph(), gb_set(), gb_tree(), queue(), set(), and tid() have been deprecated. They will be removed in OTP 18.0. Instead the types array:array(), dict:dict(), digraph:graph(), gb_set:set(), gb_tree:tree(), queue:queue(), sets:set(), and ets:tid() can be used. (Note: it has always been necessary to use ets:tid().) It is allowed in OTP 17.0 to locally re-define the types array(), dict(), and so on. New types array:array/1, dict:dict/2, gb_sets:set/1, gb_trees:tree/2, queue:queue/1, and sets:set/1 have been added. | |||
2014-02-18 | Fix non-library appup files according to issue #240 | Tobias Schlager | |
Fix the appup files of runtime_tools and os_mon with wildcard version regexps. inets, odbc and ssh regexps have been corrected to match as originally intended. | |||
2014-02-09 | lib/inets/src/ftp/ftp.erl: Check the filenames, usernames, passwords etc. | Sergei Golovan | |
for <CR> and <LF> in them and return error if these offending chars are found. See http://erlang.org/pipermail/erlang-bugs/2014-January/003998.html for details. lib/inets/test/ftp_suite_lib.erl: Added checks for <CR><LF> in file and directory names. | |||
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. |