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-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 | [snmp] Commented out (currently) unused upgrade/downgrade function | Micael Karlberg | |
2013-10-11 | Merge branch 'bmk/snmp/blocking_log_during_conversion' into ↵ | Micael Karlberg | |
bmk/snmp/snmp425_integration Conflicts: lib/snmp/doc/src/notes.xml lib/snmp/src/app/snmp.erl | |||
2013-10-11 | [snmp] Updated release notes, ref man, appup and assigned proper version | Micael Karlberg | |
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 | [snmp] Add (atl) log conversion block option | Micael Karlberg | |
It is now possible to request that the Audit Trail Log should be blocked during conversion (log_to_txt or log_to_io). This could be usefull when coverting a large log (when there is a chance it may otherwise wrap during conversion). | |||
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 | wx: Fix initializations on mac osx | Dan Gudmundsson | |
Remove dummy windows and move the console to gui app code before wxWidgets gets initialized to prevent hangings on current wxWidgets svn version. | |||
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 | Add iodata, nonempty_string to built-in type highlighting for emacs | Paul Oliver | |
These built-in types were missing from emacs highlighting | |||
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 | Add more SCTP errors as described in RFC 4960 | Artem Teslenko | |
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 | {snmp] Fixed include depend | Micael Karlberg | |