Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-19 | Document | Raimo Niskanen | |
2013-11-19 | Merge branch 'bmk/snmp/blocking_log_during_conversion' into ↵ | Micael Karlberg | |
bmk/snmp/snmp425_integration Conflicts: lib/snmp/src/app/snmp.erl | |||
2013-11-19 | [snmp] Cleanup and changed atl conversion block default | Micael Karlberg | |
Changed the default value for the Audit Trail Log conversion to true. Also some cleanup. OTP-11396 | |||
2013-11-18 | Fix problems with info functions and add more tests | Peter Andersson | |
2013-11-18 | Add test cases for new and modified functionality | Peter Andersson | |
2013-11-18 | Fix problem with suites and groups skipped from test specification | Peter Andersson | |
2013-11-18 | Change report tag for failed init_per_testcase from skipped to auto_skipped | Peter Andersson | |
2013-11-18 | Add tests for skipping parallel groups | Peter Andersson | |
2013-11-18 | Correct tests cases that fail because of modified events | Peter Andersson | |
2013-11-18 | Correct various bugs related to auto_skip and groups | Peter Andersson | |
2013-11-18 | Change status from skip to auto_skip for config func that fails due to require | Peter Andersson | |
2013-11-18 | Merge branch 'metadave/dp_typo/OTP-11475' into maint | Fredrik Gustafsson | |
* metadave/dp_typo/OTP-11475: fixed typo | |||
2013-11-18 | Merge branch 'siri/erl_prim_loader/normalize-and-backslash/OTP-11170' into maint | Siri Hansen | |
* siri/erl_prim_loader/normalize-and-backslash/OTP-11170: Update preloaded Fix bug with backslash in erl_prim_loader:normalize/1 | |||
2013-11-18 | Merge branch 'fredrik/fix_tests_ssl_not_present/OTP-11474' into maint | Fredrik Gustafsson | |
* fredrik/fix_tests_ssl_not_present/OTP-11474: [eldap, inets]: fix testcases when ssl not is present | |||
2013-11-18 | Merge branch 'mhssler/add-os-unsetenv/OTP-11446' into maint | Fredrik Gustafsson | |
* mhssler/add-os-unsetenv/OTP-11446: erts: remove ?line macro in testcases Update primary bootstrap Add os:unsetenv/1 | |||
2013-11-15 | Adjust test cases for SLES 10 SP 1 | Raimo Niskanen | |
2013-11-15 | Merge branch 'potatosalad/public_key_incorrect_emailaddress/OTP-11470' into ↵ | Fredrik Gustafsson | |
maint * potatosalad/public_key_incorrect_emailaddress/OTP-11470: public_key_SUITE: Rename id-at-countryName to id-emailAddress public_key: Workaround for incorrectly encoded utf8 emailAddress | |||
2013-11-15 | Fix bug with backslash in erl_prim_loader:normalize/1 | Siri Hansen | |
This function normalizes a path: * convert atoms to strings * flatten strings * convert backslash to a forward slash The bugfix is to only convert backslashes to forward slashes on windows and not on any other platforms. | |||
2013-11-14 | fixed typo | Dave Parfitt | |
2013-11-14 | Merge branch 'ia/ssh/one-connection-process/OTP-11363' into maint | Ingela Anderton Andin | |
* ia/ssh/one-connection-process/OTP-11363: ssh: Logging fun and document enhancement ssh: Add CLI test case ssh: Quicker shutdown of an ssh dameon ssh: Add option to disallow CLI ssh: Simplify handling of connection attributes (e.i. user and sockname) ssh: Make inet option configurable and remove ipv6_disabled option ssh: Eliminate test case failure due to timing issues in test case code ssh: Enhance error handling ssh: Merge connection_manager and connection_handler processes ssh: Remove use of process dictionary | |||
2013-11-14 | Fix observer retrieval of alloc info | Rickard Green | |
2013-11-14 | Merge branch 'efine/pr/multicall-doc/OTP-11471' into maint | Fredrik Gustafsson | |
* efine/pr/multicall-doc/OTP-11471: Fix rpc multicall sample code | |||
2013-11-14 | [eldap, inets]: fix testcases when ssl not is present | Fredrik Gustafsson | |
2013-11-14 | wx: Fix crash in wxe_server cleanup | Dan Gudmundsson | |
Do not use disconnect event listener when we are exiting the port, it may interfere with window destructions and cause a crash. | |||
2013-11-13 | Merge branch 'bmk/snmp/handling_corrupt_atl_when_converting/r16/OTP-11453' ↵ | Micael Karlberg | |
into bmk/snmp/snmp425_integration Conflicts: lib/snmp/src/misc/snmp_log.erl | |||
2013-11-13 | ssh: Logging fun and document enhancement | Ingela Anderton Andin | |
2013-11-13 | Merge branch 'bmk/inets/httpd/fix_mod_head_response/OTP-11328' into maint | Micael Karlberg | |
2013-11-13 | ssh: Add CLI test case | Ingela Anderton Andin | |
2013-11-13 | ssh: Quicker shutdown of an ssh dameon | Ingela Anderton Andin | |
OTP-11339 | |||
2013-11-13 | ssh: Add option to disallow CLI | Ingela Anderton Andin | |
OTP-10976 | |||
2013-11-13 | ssh: Simplify handling of connection attributes (e.i. user and sockname) | Ingela Anderton Andin | |
OTP-11296 | |||
2013-11-13 | ssh: Make inet option configurable and remove ipv6_disabled option | Ingela Anderton Andin | |
2013-11-13 | ssh: Eliminate test case failure due to timing issues in test case code | Ingela Anderton Andin | |
2013-11-13 | ssh: Enhance error handling | Ingela Anderton Andin | |
2013-11-13 | ssh: Merge connection_manager and connection_handler processes | Ingela Anderton Andin | |
Also start adding dialyzer specs and removing dead code | |||
2013-11-13 | ssh: Remove use of process dictionary | Ingela Anderton Andin | |
This is step one in in making ssh process structure less complicated. As an effect I also found other simplifications/clean ups of the code that could be done. | |||
2013-11-13 | erl_docgen: fix code highlighting and warning and note parts in erl_docgen | 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 | |