Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-06-05 | Improve tests of DEFAULT values | Björn Gustavsson | |
2014-06-05 | Correct OCTET STRING default when legacy_erlang_types is active | Björn Gustavsson | |
The default value for an OCTET STRING when legacy_erlang_types was active would be a binary instead of a list. | |||
2014-06-05 | Remove old DEFAULT-checking code made obsolete in the previous commit | Björn Gustavsson | |
2014-06-05 | Rewrite the code for testing DEFAULT for DER | Björn Gustavsson | |
The old code for testing DEFAULT values is messy, inefficient, and causes dialyzer warnings. | |||
2014-06-05 | Merge branch 'bjorn/kernel/stick-preloaded/OTP-11913' into maint | Björn Gustavsson | |
* bjorn/kernel/stick-preloaded/OTP-11913: Make pre-loaded modules permanently sticky application_SUITE: Clean up the code after the test is done Teach code:del_path/1 to ignore superfluous slashes | |||
2014-06-05 | ssl: Version argument to ssl_cipher:anonymous_suites should not be added yet! | Ingela Anderton Andin | |
2014-06-05 | Merge branch 'maint' | Lukas Larsson | |
* maint: Add erlang:system_info(tolerant_timeofday) | |||
2014-06-05 | Merge branch 'etsukata/system_info_tolerant_timeofday/OTP-11970' into maint | Lukas Larsson | |
* etsukata/system_info_tolerant_timeofday/OTP-11970: Add erlang:system_info(tolerant_timeofday) | |||
2014-06-05 | Merge remote-tracking branch 'upstream/maint' | Ingela Anderton Andin | |
2014-06-05 | Merge branch 'ia/ssl/dumb-clients/OTP-11969' into maint | Ingela Anderton Andin | |
* ia/ssl/dumb-clients/OTP-11969: ssl: Avoid creating a huge session table | |||
2014-06-05 | Merge branch 'maint' | Lukas Larsson | |
* maint: erts: tracing on send now works for registered processes | |||
2014-06-05 | Merge branch 'lukas/erts/fix_trace_on_registered_procs/OTP-11968' into maint | Lukas Larsson | |
* lukas/erts/fix_trace_on_registered_procs/OTP-11968: erts: tracing on send now works for registered processes | |||
2014-06-05 | erts: tracing on send now works for registered processes | Lukas Larsson | |
This bug was introduced in R16B. Testcases have been adapted to verify the correct behaviour. | |||
2014-06-04 | Make pre-loaded modules permanently sticky | Björn Gustavsson | |
Modules in the kernel, stdlib, and compiler applications are by default "sticky", meaning that the code server will refuse to re-load them. The pre-loaded modules (those that are part of the run-time system itself, such as 'erlang') are, however, not sticky. They used to be sticky a long time ago when the pre-loaded modules were part of the kernel application. Now they are part of the erts application. Since re-loading a pre-loaded module can be catastrophic (especially re-loading the 'erlang' module), the pre-loaded modules must be sticky. Furthermore, it should not be allowed to unstick them. The sticky_dir/1 test case in code_SUITE is never actually run and is broken. Rewrite it. | |||
2014-06-04 | Merge branch 'maint' | Sverker Eriksson | |
2014-06-04 | Merge branch 'sverk/crypto-leaking-hmac/OTP-11953' into maint | Sverker Eriksson | |
* sverk/crypto-leaking-hmac/OTP-11953: crypto: Fix memory leak in some error cases crypto: Fix memory leak in hmac stream functions | |||
2014-06-04 | Merge branch 'maint' | Marcus Arendt | |
2014-06-04 | Merge branch 'scrapinghub/stream_body_with_no_content_length' into maint | Marcus Arendt | |
* scrapinghub/stream_body_with_no_content_length: inets: Fix HTTP 1.0 body end on closed connection | |||
2014-06-04 | Merge branch 'maint' | Marcus Arendt | |
2014-06-04 | Merge branch 'mikpe/openfile-dont-use-undefined-statbuf' into maint | Marcus Arendt | |
* mikpe/openfile-dont-use-undefined-statbuf: Fix efile_openfile() to handle stat() failure | |||
2014-06-04 | Merge branch 'RoadRunnr/ssl/fix-tests' into maint | Marcus Arendt | |
* RoadRunnr/ssl/fix-tests: SSL: fix OpenSSL known renegotiation bug detection SSL: in tests, filter ssl client ciphers for version compatibility | |||
2014-06-04 | Merge branch 'maint' | Marcus Arendt | |
2014-06-04 | Merge branch 'fenek/fix/vstudio_macro' into maint | Marcus Arendt | |
* fenek/fix/vstudio_macro: Add Visual Studio macros to erl_driver.h and ei.h | |||
2014-06-04 | erts: Fix cache line alignment bug for ts_event_pool | Sverker Eriksson | |
2014-06-04 | Merge remote-tracking branch 'upstream/maint' | Ingela Anderton Andin | |
2014-06-04 | Merge branch 'ia/ssl/default-ciphers/OTP-11966' into maint | Ingela Anderton Andin | |
* ia/ssl/default-ciphers/OTP-11966: ssl: Workaround that gen_fsm does not call CB:format_status when CB:terminate crashes. SSL: always filter the full list of supported ciphers against the supported algorithms ssl: Filter default ciphers for supported Crypto algorihms | |||
2014-06-03 | ssl: Workaround that gen_fsm does not call CB:format_status when CB:terminate | Ingela Anderton Andin | |
crashes. | |||
2014-06-03 | Fix problem with mismatching html tags when running basic_html log mode | Peter Andersson | |
2014-06-03 | Force CT log cache to rescan entries with incomplete results | Peter Andersson | |
2014-06-03 | erts: Fixup for gdb command etp-cp-1 | Sverker Eriksson | |
fdb350a4 increased MI_FUNCTIONS to 13 | |||
2014-06-03 | Merge branch 'maint' | Lukas Larsson | |
* maint: erts: Fix git version script | |||
2014-06-03 | Merge branch 'lukas/erts/git_vsn_script_fix/OTP-11961' into maint | Lukas Larsson | |
* lukas/erts/git_vsn_script_fix/OTP-11961: erts: Fix git version script | |||
2014-06-03 | erts: Fix git version script | Lukas Larsson | |
2014-06-03 | SSL: always filter the full list of supported ciphers against the supported ↵ | Andreas Schultz | |
algorithms With the addition of more ciphers that are not supported in all configurations, using a manually prefiltered cipher list (e.g. EC vs. non-EC ciphers) becomes to complex. Replace the manual split with ssl_cipher:filter_suites/1 in all places. Conflicts: lib/ssl/src/ssl.erl lib/ssl/src/tls_v1.erl | |||
2014-06-03 | Merge remote-tracking branch 'upstream/maint' | Ingela Anderton Andin | |
2014-06-03 | Merge branch 'ia/ssl/prep-release' into maint | Ingela Anderton Andin | |
* ia/ssl/prep-release: ssl: Prepare for release | |||
2014-06-03 | Merge branch 'maint' | Hans Bolinder | |
* maint: [dialyzer] Correct docs about options | |||
2014-06-03 | Merge branch 'hb/dialyzer/correct_docs' into maint | Hans Bolinder | |
* hb/dialyzer/correct_docs: [dialyzer] Correct docs about options | |||
2014-06-03 | [dialyzer] Correct docs about options | Hans Bolinder | |
2014-05-31 | Add correct detection of powerpc architecture. | Matwey V. Kornilov | |
2014-05-31 | Add correct detection of armv6hl and armv7hl architectures. | Matwey V. Kornilov | |
2014-05-29 | Merge branch 'maint' | Anders Svensson | |
2014-05-29 | Merge branch 'anders/diameter/17.1/OTP-11943' into maint | Anders Svensson | |
* anders/diameter/17.1/OTP-11943: Update appup for OTP-11958: dictionary compilation | |||
2014-05-29 | Merge branch 'anders/diameter/dictionaries/OTP-11958' into maint | Anders Svensson | |
* anders/diameter/dictionaries/OTP-11958: Fix broken check for undefined AVPs in @codec and @custom_types Add @codecs and @custom_types tests to compiler suite | |||
2014-05-29 | Fix broken check for undefined AVPs in @codec and @custom_types | Anders Svensson | |
Instead of detecting the error, code generation failed when attempting to lookup the type of an undefined AVP. | |||
2014-05-29 | Add @codecs and @custom_types tests to compiler suite | Anders Svensson | |
Dictionary compilation fails to detect undefined AVPs in these sections. | |||
2014-05-29 | Update appup for OTP-11958: dictionary compilation | Anders Svensson | |
Modules: diameter_dict_util Not in the app file, no change required. | |||
2014-05-28 | Merge branch 'sverk/etp-cp-fix' into maint | Sverker Eriksson | |
* sverk/etp-cp-fix: erts: Fix bug in gdb function etp-cp-1 | |||
2014-05-28 | erts: Fix bug in gdb function etp-cp-1 | Sverker Eriksson | |
2014-05-28 | ssl: Fix incorrect number of seconds in 24 hours | Kirill Zaborsky | |
24 hours in seconds should be equal to 86400 and 86400000 in milliseconds |