Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-05-08 | Update information about compatibility | Björn Gustavsson | |
GNU tar now supports the 'ustar' format. | |||
2014-05-08 | Correct end of tape marker | Björn Gustavsson | |
The POSIX standard for tar says that there must be at least two 512-bytes zero blocks at the end of the tar archive file. Our implementation would only emit a single 512-byte zero block if the size of the last file was in the range 18*512 through 19*512-1 (modulo 20*512). GNU tar would correctly unpack such tar archive file, but would emit a warning: tar: A lone zero block at 20 | |||
2014-05-08 | Support path names with characters outside the US ASCII range | Björn Gustavsson | |
2014-05-08 | Add Visual Studio macros to erl_driver.h and ei.h | Piotr Nosek | |
2014-05-08 | Merge branch 'ia/inets/block-unblock/OTP-11914' into maint | Ingela Anderton Andin | |
* ia/inets/block-unblock/OTP-11914: inets: Correct distirbing mode for httpd:reload_config/2 | |||
2014-05-08 | Merge branch 'ia/ssl/version-ciphers-handling/OTP-11912' into maint | Ingela Anderton Andin | |
* ia/ssl/version-ciphers-handling/OTP-11912: ssl: SSL/TLS version input list shall not be order dependent | |||
2014-05-08 | Merge branch 'bjorn/stdlib/file_lib-wildcard/OTP-11850' into maint | Björn Gustavsson | |
* bjorn/stdlib/file_lib-wildcard/OTP-11850: filelib:wildcard() should show broken symlinks | |||
2014-05-08 | Merge branch 'bjorn/erts/spawn_opt-doc/OTP-11849' into maint | Björn Gustavsson | |
* bjorn/erts/spawn_opt-doc/OTP-11849: Document that spawn_opt/5 does not support the 'monitor' option | |||
2014-05-07 | Merge branch 'bernardd/crypto-aes-cfb-8' into maint | Sverker Eriksson | |
* bernardd/crypto-aes-cfb-8: Add AES-CBF8 cypher to crypto module OTP-11911 | |||
2014-05-07 | ssl: SSL/TLS version input list shall not be order dependent | Ingela Anderton Andin | |
2014-05-06 | Merge branch 'sverk/ets-delete-unfix-race/OTP-11892' into maint | Sverker Eriksson | |
* sverk/ets-delete-unfix-race/OTP-11892: Fix race between ETS table deletion and unfixation erts: Add etp commands for alloc_util block and carrier inspection | |||
2014-05-06 | inets: Correct distirbing mode for httpd:reload_config/2 | Ingela Anderton Andin | |
config_reload tests are not enough to test httpd "block/unblock" used by config_reload, so renable some test cases in the old_httpd_SUITE after making them work with the new code. Should be cleaned up and moved to httpd_SUITE. | |||
2014-05-05 | Merge branch 'lukas/erts/suspend_assert/OTP-11906' into maint | Lukas Larsson | |
* lukas/erts/suspend_assert/OTP-11906: erts: Fix faulty process suspend assert | |||
2014-05-05 | erts: Fix faulty process suspend assert | Lukas Larsson | |
2014-05-05 | Merge branch 'lukas/erts/etp-lc-macros/OTP-11904' into maint | Lukas Larsson | |
* lukas/erts/etp-lc-macros/OTP-11904: erts: Add etp-lc-dump and etp-ppc-stacktrace macro | |||
2014-05-05 | Merge branch 'lukas/kernel/fix_sendfile_no_async_tests/OTP-11903' into maint | Lukas Larsson | |
* lukas/kernel/fix_sendfile_no_async_tests/OTP-11903: kernel: Skip sendfile tests that force async threads | |||
2014-05-05 | Fix regexp in release_handler test so versions are correctly replaced | Siri Hansen | |
In order to fake an earlier release to upgrade from, version numbers are replaced in some .app files. This commit adds a backslash before the dot in the pattern to replace, so the dot is not mistaken for a wildcard. | |||
2014-05-04 | Support maps in cerl:ann_make_tree/3 | Anthony Ramine | |
2014-05-03 | Fix evaluation of map updates in the debugger and erl_eval | Anthony Ramine | |
Reported-by: José Valim | |||
2014-05-02 | Merge remote branch 'origin/peppe/common_test/ct_comment_problem' into maint | Peter Andersson | |
* origin/peppe/common_test/ct_comment_problem: Fix problem with comments getting lost when running parallel test cases | |||
2014-05-02 | Merge remote branch 'origin/peppe/common_test/telnet_reversed_strings' into ↵ | Peter Andersson | |
maint * origin/peppe/common_test/telnet_reversed_strings: Fix problem with send printout not being tagged with connection name Fix problem with substring in large message getting incorrectly reversed OTP-11871 | |||
2014-04-30 | erts: Add testcase for erts_debug:size/1 Map terms | Björn-Egil Dahlberg | |
2014-04-30 | kernel: Fix erts_debug:size/1 to handle Map sizes | Björn-Egil Dahlberg | |
2014-04-30 | erts: Add erts_internal:map_to_tuple_keys/1 | Björn-Egil Dahlberg | |
* Used for introspection. * Will return the internal key tuple if applicable * Not documented - not for public use | |||
2014-04-30 | inets: Fix streaming with single chunk body | Sergey Sinkovskiy | |
Receiving HTTP response with chunked transfer encoding in a single TCP message should produce stream messages for response body when streaming mode is used for httpc. | |||
2014-04-30 | ssl: Add checks to avoid processing of illegal alerts | Ingela Anderton Andin | |
2014-04-30 | Fix problem with comments getting lost when running parallel test cases | Peter Andersson | |
OTP-11898 | |||
2014-04-29 | Support binary standard_input in ssh_io | José Valim | |
2014-04-29 | dialyzer: Add Maps type mismatch test | Björn-Egil Dahlberg | |
2014-04-29 | Fix race between ETS table deletion and unfixation | Sverker Eriksson | |
Symptom: VM crash running mnesia_SUITE Scenario: Process A terminates while still having fixed table T and process B "at the same time" deletes table T with ets:delete/1 or by terminating. Problem: A table scheduled for deallocation do only have a valid 'common' part. The unfix-table-at-process-exit code tried to read the hash-specific part of such a table. Solution: Must back off if DB_DELETE flag is set. Since: R16B | |||
2014-04-29 | Merge branch 'sverk/test-cuddle' into maint | Sverker Eriksson | |
* sverk/test-cuddle: Fix timeout for match_spec_SUITE:otp_9422 | |||
2014-04-29 | Fix timeout for match_spec_SUITE:otp_9422 | Sverker Eriksson | |
Must receive 'abort' even after loop_runner has finished. | |||
2014-04-29 | Add AES-CBF8 cypher to crypto module | Bernard Duggan | |
This adds the aes_cfb8 cypher type (and associated tests and documentation) to the crypto module. | |||
2014-04-29 | Add five new test files for maps in the HiPE test suite | Kostis Sagonas | |
2014-04-29 | Copy the tests for maps from the compiler application to a new HiPE test suite | Magnus Lång | |
Change the maps_guard_fun test to accept the HiPE trace format. | |||
2014-04-29 | Translate the put_map_assoc and put_map_exact BEAM instructions to ICode | Erik Norgren | |
2014-04-29 | Translate the has_map_fields and get_map_elements BEAM instructions to ICode | Kostis Sagonas | |
2014-04-28 | Merge branch 'nox/fix-silent-rules' into maint | Björn-Egil Dahlberg | |
* nox/fix-silent-rules: Silence an echo in Makefile.in | |||
2014-04-28 | hipe,compiler: Fix Map literals pretty printing | Björn-Egil Dahlberg | |
2014-04-28 | Add erlang:system_info(tolerant_timeofday) | Eiichi Tsukata | |
Add erlang:system_info(tolerant_timeofday), an API to check whether compensation for sudden changes of system time is enabled or not. | |||
2014-04-25 | Merge branch 'hans/ssh/max_sessions/OTP-11885' into maint | Hans Nilsson | |
* hans/ssh/max_sessions/OTP-11885: ssh: Doc change on max_session param ssh: Add max_session parameter to ssh:daemon | |||
2014-04-25 | Merge branch 'hans/ssh/error_msg/OTP-11883' into maint | Hans Nilsson | |
* hans/ssh/error_msg/OTP-11883: ssh: remove confusing info in some reports | |||
2014-04-24 | ssh: Doc change on max_session param | Hans Nilsson | |
2014-04-24 | ssh: Add max_session parameter to ssh:daemon | Hans Nilsson | |
2014-04-24 | ssh: remove confusing info in some reports | Hans Nilsson | |
2014-04-24 | Merge branch 'hans/ssl/ssl_crl_SUITE/win_connect_failure_b' into maint | Hans Nilsson | |
2014-04-24 | ssl: Fixes ssl_crl_SUITE errors on mixed ipv6-v4 interfaces | Hans Nilsson | |
2014-04-24 | Merge branch 'ia/ssl/remove-otdated-doc' into maint | Ingela Anderton Andin | |
* ia/ssl/remove-otdated-doc: ssl: Remove outdated documentation | |||
2014-04-24 | ssl: Remove outdated documentation | Ingela Anderton Andin | |
2014-04-24 | mnesia: Handle failed net_loads better | Dan Gudmundsson | |
In case of a failed net load and no more available copies, remove the table from late_load_queue, otherwise tables can not be forced loaded. |