Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-08-23 | Merge branch 'maint-r16' into maint | Fredrik Gustafsson | |
2013-08-23 | Merge branch 'maint-r15' into maint-r16 | Fredrik Gustafsson | |
Conflicts: lib/inets/doc/src/notes.xml lib/inets/src/http_lib/http_transport.erl lib/inets/src/inets_app/inets.appup.src lib/inets/vsn.mk lib/ssl/doc/src/notes.xml lib/ssl/src/ssl.appup.src lib/ssl/src/ssl.erl lib/ssl/src/ssl_internal.hrl lib/ssl/src/tls_connection.erl lib/ssl/vsn.mk | |||
2013-08-23 | Merge branch 'lukas/erts/crash_dump_acul/OTP-11264' into maint | Lukas Larsson | |
* lukas/erts/crash_dump_acul/OTP-11264: erts: Fix print out of acul option in crash dump | |||
2013-08-23 | Merge branch 'lukas/erts/efile_undef_behaviour/OTP-11246' into maint | Lukas Larsson | |
* lukas/erts/efile_undef_behaviour/OTP-11246: erts: Fix bug in translating ev macros to functions | |||
2013-08-23 | erts: Fix print out of acul option in crash dump | Lukas Larsson | |
2013-08-23 | Merge branch 'maint-r15' into maint-r16 | Björn Gustavsson | |
Note that this is a fake merge. The bug fix changes files that are no longer present in maint, and the bug will need to be fixed in a different way. * maint-r15: Prepare release PER, UPER: Fix encoding/decoding of open types greater than 16K | |||
2013-08-22 | Merge branch 'jw/fix-httpd-erl-script-nocache/OTP-11260' into maint | Fredrik Gustafsson | |
* jw/fix-httpd-erl-script-nocache/OTP-11260: inets: added simple testcase for option erl_script_nocache Fix httpd config option 'erl_script_nocache' | |||
2013-08-22 | Merge branch 'hb/stdlib/correct_fread_spec/OTP-11261' into maint | Hans Bolinder | |
* hb/stdlib/correct_fread_spec/OTP-11261: Correct the specifications of io_lib:fread/2,3 | |||
2013-08-21 | Correct the specifications of io_lib:fread/2,3 | Hans Bolinder | |
Thanks to Chris King and Kostis Sagonas for pinpointing the bug. | |||
2013-08-21 | Update release notes | Erlang/OTP | |
2013-08-21 | Merge branch 'fredrik/inets/ssl/fixup_log_alert_option/OTP-11259' into maint-r15 | Erlang/OTP | |
* fredrik/inets/ssl/fixup_log_alert_option/OTP-11259: [inets, ssl]: make log_alert configurable as option in ssl, SSLLogLevel added as option to inets conf file | |||
2013-08-21 | Merge branch 'maint-r15' into maint | Björn Gustavsson | |
Note that this is a fake merge. The bug fix changes files that are no longer present in maint, and the bug will need to be fixed in a different way. * maint-r15: Prepare release PER, UPER: Fix encoding/decoding of open types greater than 16K | |||
2013-08-21 | inets: added simple testcase for option erl_script_nocache | Fredrik Gustafsson | |
2013-08-21 | Merge branch 'fh/start-all/OTP-11250' into maint | Fredrik Gustafsson | |
* fh/start-all/OTP-11250: kernel: fix documentation regarding ensure_all_started endtag Updated primary bootstrap Add application:ensure_all_started/1-2 | |||
2013-08-21 | [inets, ssl]: make log_alert configurable as option in ssl, SSLLogLevel ↵ | Fredrik Gustafsson | |
added as option to inets conf file | |||
2013-08-21 | Merge branch 'hb/stdlib/dets_bugfix/OTP-11245' into maint | Hans Bolinder | |
* hb/stdlib/dets_bugfix/OTP-11245: Fix a Dets bug concerning traversal of tables | |||
2013-08-21 | Merge branch 'fredrik/ssh/correct_doc_timeout/OTP-11249' into maint | Fredrik Gustafsson | |
* fredrik/ssh/correct_doc_timeout/OTP-11249: ssh: clarified timeout options | |||
2013-08-21 | Merge branch 'hb/stdlib/erl_lint_fix/OTP-11256' into maint | Hans Bolinder | |
* hb/stdlib/erl_lint_fix/OTP-11256: Fix a bug in the linter regarding the 'fun M:F/A' construct | |||
2013-08-21 | Merge branch 'lpg/openssh_zlib/OTP-11256' into maint | Fredrik Gustafsson | |
* lpg/openssh_zlib/OTP-11256: ssh: added basic connection testcase for openssh zlib Add openssh_zlib compression type to ssh_transport | |||
2013-08-20 | erts: Fix bug in translating ev macros to functions | Lukas Larsson | |
2013-08-20 | ssh: added basic connection testcase for openssh zlib | Fredrik Gustafsson | |
2013-08-20 | Fix a bug in the linter regarding the 'fun M:F/A' construct | Hans Bolinder | |
If the fun M:F/A construct was used erroneously the linter could crash. Thanks to Mikhail Sobolev for reporting the bug. | |||
2013-08-20 | erlc_SUITE: Test the -M* options | Björn Gustavsson | |
2013-08-20 | kernel: fix documentation regarding ensure_all_started endtag | Fredrik Gustafsson | |
2013-08-20 | Updated primary bootstrap | Fredrik Gustafsson | |
2013-08-20 | ssh: clarified timeout options | Fredrik Gustafsson | |
2013-08-19 | Merge branch 'bjorn/compiler/beam_bool-crash/OTP-11240' into maint | Björn Gustavsson | |
* bjorn/compiler/beam_bool-crash/OTP-11240: Fix compiler crash for 'B and B' guard | |||
2013-08-19 | Merge branch 'fredrik/mnesia/fix_removing_bup/OTP-11241' into maint | Fredrik Gustafsson | |
* fredrik/mnesia/fix_removing_bup/OTP-11241: mnesia: fix removal of bup file if not mnesia is started | |||
2013-08-19 | Fix a Dets bug concerning traversal of tables | Hans Bolinder | |
The bug was introduced in R16B. Thanks to Manuel Durán Aguete. | |||
2013-08-19 | Merge branch 'lukas/erts/efile_undef_behaviour/OTP-11246' into maint | Lukas Larsson | |
* lukas/erts/efile_undef_behaviour/OTP-11246: erts: Refactor non-pure macros to functions | |||
2013-08-19 | Merge branch 'mh/line-initial-commas/OTP-11242' into maint | Fredrik Gustafsson | |
* mh/line-initial-commas/OTP-11242: Inside parentheses, line-initial commas align with the open parenthesis | |||
2013-08-16 | mnesia: fix removal of bup file if not mnesia is started | Fredrik Gustafsson | |
2013-08-15 | Fix compiler crash for 'B and B' guard | Björn Gustavsson | |
2013-08-14 | Merge branch 'sg/odbcserver_crash_fix/OTP-11233' into maint | Fredrik Gustafsson | |
* sg/odbcserver_crash_fix/OTP-11233: Added a few input checks which prevent odbcserver crash if it's executed and supplied incorrect data to stdin. A crash example: | |||
2013-08-14 | Merge branch 'fredrik/erts/fix_binary_part_doc/OTP-11239' into maint | Fredrik Gustafsson | |
* fredrik/erts/fix_binary_part_doc/OTP-11239: erts: fixed doc regarding binary_part | |||
2013-08-14 | erts: fixed doc regarding binary_part | Fredrik Gustafsson | |
2013-08-13 | erts: Refactor non-pure macros to functions | Lukas Larsson | |
This is needed as some gcc versions seems to optimize this undefined behaviour in a way which breaks this code. | |||
2013-08-12 | Merge branch 'siri/runtime_tools/dbg-silent/otp-11222' into maint | Siri Hansen | |
* siri/runtime_tools/dbg-silent/otp-11222: Allow 'silent' flag to be set with dbg:p/2 | |||
2013-08-12 | Merge branch 'lukas/erts/match_spec_test_silent/OTP-11232' into maint | Lukas Larsson | |
* lukas/erts/match_spec_test_silent/OTP-11232: erts: Do not enable TRACE_SILENT when testing a ms | |||
2013-08-12 | Merge branch 'ia/ssl/header-bug/OTP-11230' into maint | Ingela Anderton Andin | |
* ia/ssl/header-bug/OTP-11230: ssl: Revert faulty header option fix | |||
2013-08-09 | Merge branch 'sverk/ptab-race' into maint | Sverker Eriksson | |
* sverk/ptab-race: erts: Fix race in ptab that can cause PID mix-ups OTP-11225 | |||
2013-08-08 | Merge branch 'ia/ssl/setopt-renegotiation-bug/OTP-11228' into maint | Ingela Anderton Andin | |
* ia/ssl/setopt-renegotiation-bug/OTP-11228: ssl: Setopts during renegotiation caused the renegotiation to be unsuccessful. | |||
2013-08-08 | Prepare release | Erlang/OTP | |
2013-08-08 | Merge branch 'bjorn/asn1/fragmented-open-types/OTP-11223' into maint-r15 | Erlang/OTP | |
* bjorn/asn1/fragmented-open-types/OTP-11223: PER, UPER: Fix encoding/decoding of open types greater than 16K | |||
2013-08-08 | PER, UPER: Fix encoding/decoding of open types greater than 16K | Björn Gustavsson | |
2013-08-08 | Merge branch 'lukas/r16b02/docfixes' into maint | Lukas Larsson | |
* lukas/r16b02/docfixes: stdlib: Include file:all datatypes in filelib | |||
2013-08-08 | stdlib: Include file:all datatypes in filelib | Lukas Larsson | |
2013-08-08 | erts: Do not enable TRACE_SILENT when testing a ms | Lukas Larsson | |
2013-08-08 | ssl: Revert faulty header option fix | Ingela Anderton Andin | |
The code was changed in the belife that it made it inet compatible. However the testing is a bit hairy as the inet option is acctualy broken, now the tests are corrected and the header option should work in the same broken way as inet again, preferably use the bitsyntax instead. | |||
2013-08-08 | Merge branch 'olgeni/erl_driver-man-fixes/OTP-11227' into maint | Fredrik Gustafsson | |
* olgeni/erl_driver-man-fixes/OTP-11227: Misc. corrections for erl_driver(3) |