Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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-11 | Merge branch 'maint' | Fredrik Gustafsson | |
2013-10-11 | Merge branch 'larshesel/fix-bsr-bug/OTP-11381' into maint | Fredrik Gustafsson | |
* larshesel/fix-bsr-bug/OTP-11381: Fix bsr bug Add bsr test data showing bug when shifting large numbers | |||
2013-10-10 | Use normal- instead of scaled timeouts in test case | Peter Andersson | |
2013-10-10 | Merge branch 'maint' | Fredrik Gustafsson | |
2013-10-10 | Merge branch 'fredrik/public_key/convert_to_utf8' into maint | Fredrik Gustafsson | |
* fredrik/public_key/convert_to_utf8: public_key: change encoding to utf8 | |||
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 | Fix bsr bug | Lars Hesel Christensen | |
Fix bsr bug occurring when shifting a huge number a huge number of bits to the right. The bug can occur if Sint is 64 bits and int is 32 bits, causing a truncation in the big.c:I_lshift function. | |||
2013-10-10 | Add bsr test data showing bug when shifting large numbers | Lars Hesel Christensen | |
Add test data demonstrating that bsr is broken when shifting a large number a huge number of bits to the right. | |||
2013-10-10 | Merge branch 'maint' | Fredrik Gustafsson | |
2013-10-10 | Merge branch 'ztmr/fix_public_key_doc/OTP-11380' into maint | Fredrik Gustafsson | |
* ztmr/fix_public_key_doc/OTP-11380: fix a little typo in public_key documentation | |||
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 'maint-r16' into maint | Fredrik Gustafsson | |
Conflicts: erts/vsn.mk | |||
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' | Lukas Larsson | |
* maint: Update preloaded add system_info(ets_limit) Conflicts: erts/preloaded/ebin/erlang.beam | |||
2013-09-30 | Merge branch 'sv/system_info_max_ets' into maint | Lukas Larsson | |
OTP-11362 * sv/system_info_max_ets: Update preloaded add system_info(ets_limit) |