Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-10-16 | Merge branch 'maint' | Fredrik Gustafsson | |
2013-10-16 | Merge branch 'robertoaloi/cth_fix_terminate/OTP-11401' into maint | Fredrik Gustafsson | |
* robertoaloi/cth_fix_terminate/OTP-11401: common_test: added code_change/3 for gen_event behaviour The gen_event callback module expects terminate/2, not terminate/1 | |||
2013-10-15 | Merge branch 'maint' | Fredrik Gustafsson | |
2013-10-15 | Merge branch 'blt/gen_server-typo/OTP-11398' into maint | Fredrik Gustafsson | |
* blt/gen_server-typo/OTP-11398: Change 'recive' to 'receive' in gen_server.erl | |||
2013-10-14 | Merge branch 'maint' | Fredrik Gustafsson | |
2013-10-14 | Merge branch 'fenollp/treewide_remove_unexpected_0xff/OTP-11323' into maint | Fredrik Gustafsson | |
* fenollp/treewide_remove_unexpected_0xff/OTP-11323: Remove ^L characters hidden randomly in the code. Not those used in text files as delimiters. | |||
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-14 | Merge remote-tracking branch 'upstream/maint' | Ingela Anderton Andin | |
2013-10-14 | Merge branch 'ia/ssl/ecc-gnutls/OTP-11370' into maint | Ingela Anderton Andin | |
* ia/ssl/ecc-gnutls/OTP-11370: ssl: Fix dialyzer spec ssl: Honor TLS client ECC extension | |||
2013-10-14 | ssl: Fix dialyzer spec | Ingela Anderton Andin | |
2013-10-14 | Merge branch 'maint' | Peter Andersson | |
2013-10-14 | Merge remote branch 'origin/peppe/common_test/missing_error_reports' into maint | Peter Andersson | |
* origin/peppe/common_test/missing_error_reports: Use normal- instead of scaled timeouts in test case | |||
2013-10-14 | Merge branch 'maint' | Fredrik Gustafsson | |
2013-10-14 | Merge branch 'kostis/dialyzer_R16B02_fixes/OTP-11374' into maint | Fredrik Gustafsson | |
* kostis/dialyzer_R16B02_fixes/OTP-11374: Fix crash when using remote types in the tail of list types Adopt a convention about unknown modules No reason for calls to unknown modules Use the modern version of is_subtype Adopt a convention about unknown modules Fix a comment Add some more comments about what the test does | |||
2013-10-14 | ssl: Honor TLS client ECC extension | Ingela Anderton Andin | |
Also the server should only send ECC point formats extension not ECC curve extension. | |||
2013-10-12 | Change 'recive' to 'receive' in gen_server.erl | Brian L. Troutwine | |
A small spelling correction merely; no functionality change. | |||
2013-10-11 | common_test: added code_change/3 for gen_event behaviour | Fredrik Gustafsson | |
2013-10-11 | Merge branch 'maint' | Björn Gustavsson | |
* maint: Documentation of tracer/2: Use the correct option name 'overload_check' | |||
2013-10-11 | Merge branch 'bjorn/observer/fix-doc-bug/OTP-11335' into maint | Björn Gustavsson | |
* bjorn/observer/fix-doc-bug/OTP-11335: Documentation of tracer/2: Use the correct option name 'overload_check' | |||
2013-10-11 | Merge branch 'maint' | Fredrik Gustafsson | |
2013-10-11 | Merge branch 'ali/fix-inet-typespec/OTP-11377' into maint | Fredrik Gustafsson | |
* ali/fix-inet-typespec/OTP-11377: Fix the typespec for the inet:ifget/2 and inet:ifget/3 return value | |||
2013-10-10 | Use normal- instead of scaled timeouts in test case | Peter Andersson | |
2013-10-10 | public_key: change encoding to utf8 | Fredrik Gustafsson | |
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-10-10 | Merge branch 'maint' | Fredrik Gustafsson | |
2013-10-10 | fix a little typo in public_key documentation | Tomas Morstein | |
In the example of `public_key:pem_entry_encode/2`, the result should match to `PemEntry` rather than to `PemBin` since `PemEntry` is expected as an input argument of `public_key:pem_encode/1` called just on the next line of the example. | |||
2013-10-10 | Fix the typespec for the inet:ifget/2 and inet:ifget/3 return value | Ali Sabil | |
2013-10-10 | Documentation of tracer/2: Use the correct option name 'overload_check' | Björn Gustavsson | |
The implementation and the documentation disagreed on the name of option. | |||
2013-10-09 | Fix crash when using remote types in the tail of list types | Kostis Sagonas | |
Hans Bolider reported a dialyzer crash when using a remote type in the tail position of a maybe_improper_list() declaration. A test was created (by extending an existing module of the testsuite) and erl_types was modified to expand the remote type and not pass it unexpanded to subsequent phases in the processing. | |||
2013-10-09 | Adopt a convention about unknown modules | Kostis Sagonas | |
2013-10-09 | No reason for calls to unknown modules | Kostis Sagonas | |
2013-10-09 | Use the modern version of is_subtype | Kostis Sagonas | |
2013-10-09 | Adopt a convention about unknown modules | Kostis Sagonas | |
2013-10-09 | Fix a comment | Kostis Sagonas | |
2013-10-09 | Add some more comments about what the test does | Kostis Sagonas | |
This changed the lines so the results now differ. | |||
2013-10-09 | Merge branch 'maint' | Fredrik Gustafsson | |
2013-10-09 | Merge branch 'fredrik/eldap/do_connect_ssl_verify/OTP-11354' into maint | Fredrik Gustafsson | |
* fredrik/eldap/do_connect_ssl_verify/OTP-11354: eldap: eldap does not support peer verification, removed {verify, 0} from ssl options | |||
2013-10-09 | Merge branch 'maint' | Fredrik Gustafsson | |
2013-10-09 | Merge branch 'mururu/fix-eunit-io_request/OTP-11373' into maint | Fredrik Gustafsson | |
* mururu/fix-eunit-io_request/OTP-11373: Fix I/O-protocol error handling in eunit | |||
2013-10-09 | Merge branch 'maint' | Fredrik Gustafsson | |
2013-10-09 | Merge branch 'nox/silent-rules-fixes/OTP-11351' into maint | Fredrik Gustafsson | |
* nox/silent-rules-fixes/OTP-11351: Fix two small silent rules omissions | |||
2013-10-07 | Merge branch 'sv-socket-active-n' | Lukas Larsson | |
OTP-11368 * sv-socket-active-n: Update preloaded add {active,N} socket option for TCP, UDP, and SCTP | |||
2013-09-30 | Merge branch 'maint' | Fredrik Gustafsson | |
2013-09-30 | Merge branch 'msassak/empty-pattern-badarg/OTP-11350' into maint | Fredrik Gustafsson | |
* msassak/empty-pattern-badarg/OTP-11350: stdlib: extended binary_module_SUITE to assure badarg for OTP-11350 Check all pattern arguments passed to binary:matches/2 | |||
2013-09-30 | inets: added testcase for keep_alive_timeout | Fredrik Gustafsson | |
2013-09-30 | Merge branch 'maint' | Björn Gustavsson | |
* maint: Teach the ASN.1 compiler the no_ok_wrapper option Optimize the generated decode/2 function | |||
2013-09-27 | Teach the ASN.1 compiler the no_ok_wrapper option | Björn Gustavsson | |
Add the no_ok_wrapper option so that the generated M:encode/2 and M:decode/2 functions will not wrap a successful return value in an {ok,...} tuple. Errors will cause exceptions. Eliminating the wrapping tuple allows simpler nesting of calls. | |||
2013-09-27 | Optimize the generated decode/2 function | Björn Gustavsson | |
Use 'try' instead of 'catch', and don't match anything that cannot actually be returned from the generated encoding code. |