Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | Remove the hipe tool as it uses the now obsolete gs | Kostis Sagonas | |
2013-11-13 | Remove the --wx option and promore the --gui to use the wx-based GUI | Kostis Sagonas | |
2013-11-13 | Remove the GS-based GUI of Dialyzer | Kostis Sagonas | |
R17 will come without support for 'gs' so the old gs-based GUI of dialyzer has been removed. | |||
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 | Merge branch 'maint' | Fredrik Gustafsson | |
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 | |
2013-11-12 | Fix confusing documentation about error handlers in SASL | Richard Carlsson | |
The SASL documentation confusingly talks about a handler 'error_logger_mf_h' which doesn't actually exist. The handler is named 'log_mf_h', and it and all other error handlers used by SASL are part of stdlib, not SASL itself. This patch makes the documentation clearer. | |||
2013-11-12 | fix documentation | Boris Mühmer | |
2013-11-11 | Remove a useless function clause in erl_syntax_lib | Anthony Ramine | |
2013-11-11 | Fix transformation of implicit funs in igor | Anthony Ramine | |
Function erl_syntax_lib:analyze_implicit_fun/1 should not be called on implicit external funs, as their parts can contain variables instead of atoms and integers. | |||
2013-11-11 | Fix reverting of implicit funs | Anthony Ramine | |
Implicit funs parts in plain AST are no longer in concrete form since Erlang/OTP R15. | |||
2013-11-11 | Remove gs parts of the debugger | Dan Gudmundsson | |
2013-11-11 | Remove gs parts | Dan Gudmundsson | |
2013-11-11 | Remove etop gui | Dan Gudmundsson | |
Use observer for the gui part | |||
2013-11-11 | Fix testcase indentation | Raimo Niskanen | |
2013-11-11 | Fix testcases for FreeBSD 9.1 | Raimo Niskanen | |
2013-11-11 | Merge branch 'maint' | Fredrik Gustafsson | |
2013-11-11 | Merge branch 'klyr/ssl_sni_client/OTP-11460' into maint | Fredrik Gustafsson | |
* klyr/ssl_sni_client/OTP-11460: Update documentation Add a new server_name_indication option to ssl:connect Add SSL Server Name Indication (SNI) client support | |||
2013-11-09 | Add os:unsetenv/1 | Martin Hässler | |
New BIF os:unsetenv/1 which deletes an environment variable and returns 'true'. Does not change any old functionality. Calls the libc function unsetenv(3) on UNIX and SetEnvironmentVariableW(key, NULL) on Windows. The unicode support is the same as for os:getenv and os:putenv. | |||
2013-11-08 | public_key_SUITE: Rename id-at-countryName to id-emailAddress | Andrew Bennett | |
2013-11-08 | Merge branch 'maint' | Fredrik Gustafsson | |
2013-11-08 | Merge branch 'robertoaloi/eunit/surefire-printable-chars/OTP-11467' into maint | Fredrik Gustafsson | |
* robertoaloi/eunit/surefire-printable-chars/OTP-11467: Do not attempt to detect lists of printable characters in Data | |||
2013-11-07 | Fix rpc multicall sample code | Edwin Fine | |
2013-11-07 | public_key: Workaround for incorrectly encoded utf8 emailAddress | Andrew Bennett | |
Author: Daniel Barney <[email protected]> Date: Thu Oct 25 14:33:11 2012 -0600 Most common browsers are lax in thier handling of how the emailAddress field is encoded. RFC 3280 section 4.1.2.6 defines the encoding as IA5String, however browsers will also handle certificates with the emailAddress field encoded as UTF8String. This fix allows the emailAddress to be decoded as both an IA5String and an UTF8String. Reviewed by: Andrew Bennett <[email protected]> | |||
2013-11-07 | Remove references to removed applications | Dan Gudmundsson | |
2013-11-07 | Remove toolbar | Dan Gudmundsson | |
2013-11-07 | Remove tv | Dan Gudmundsson | |
2013-11-07 | Remove appmon | Dan Gudmundsson | |
2013-11-07 | Remove pman | Dan Gudmundsson | |
2013-11-07 | Merge branch 'maint' | Fredrik Gustafsson | |
2013-11-07 | Merge branch 'asterite/atan2_spec/OTP-11465' into maint | Fredrik Gustafsson | |
* asterite/atan2_spec/OTP-11465: Spec for atan2 should be atan2(Y, X), not atan2(X, Y) | |||
2013-11-07 | Write testcases for inet:socknames and inet:peernames | Raimo Niskanen | |
2013-11-07 | Implement inet:socknames/1,2 and inet:peernames/1,2 | Raimo Niskanen | |