Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-06-07 | public_key & ssl: Add ASN-1 dependency | Ingela Anderton Andin | |
As the ASN-1 application relies on a nif in R16 for decodeing (that was not the case in R15), public_key currently has a runtime dependency on ASN-1. Hopefully we will be able to remove this dependency again in the future. | |||
2013-06-07 | ssl: Fix dialyzer warnings | Ingela Anderton Andin | |
2013-06-07 | ssl: Correct rebase mistakes | Ingela Anderton Andin | |
2013-06-07 | versions updates for erl_interface, et and os_mon | Fredrik Gustafsson | |
2013-06-07 | Merge branch 'maint' | Fredrik Gustafsson | |
2013-06-07 | Merge branch 'fredrik/ssh/appup_r16b01' into maint | Fredrik Gustafsson | |
* fredrik/ssh/appup_r16b01: ssh: appup changes | |||
2013-06-07 | Silence a misleading warning with some comprehensions | Anthony Ramine | |
When compiling comprehensions with generators which are foldable to 'true', a misleading warning is emitted by sys_core_fold because a clause resulting from the compilation of the comprehension to Core Erlang is not marked as generated by the compiler. An example of such a comprehension is [ true || true ]. | |||
2013-06-07 | Improve case (in)sensitivity for host lookups | Raimo Niskanen | |
2013-06-07 | Merge remote-tracking branch 'upstream/maint' | Ingela Anderton Andin | |
2013-06-07 | Merge branch 'ia/ssl/prepare-for-release' into maint | Ingela Anderton Andin | |
* ia/ssl/prepare-for-release: ssl: Prepare for release | |||
2013-06-07 | UPER: Correct encoding of ENUMERATED with more than 63 extended values | Björn Gustavsson | |
2013-06-07 | Add asn1_test_lib:hex_to_bin/1 | Björn Gustavsson | |
2013-06-05 | crypto & public_key: prepare for release | Ingela Anderton Andin | |
2013-06-05 | Merge branch 'maint' | Peter Andersson | |
2013-06-05 | Fix error with testspec terms not being merged properly | Peter Andersson | |
2013-06-05 | Fix problem with tests being wrongly added to separate specs | Peter Andersson | |
2013-06-05 | Improve error report if crash due to bad testspec | Peter Andersson | |
2013-06-05 | Add verification terms for test specification tests | Peter Andersson | |
2013-06-05 | Merge branch 'maint' | Patrik Nyblom | |
2013-06-05 | Merge branch 'pan/unicode_error_wrong_offset' into maint | Patrik Nyblom | |
* pan/unicode_error_wrong_offset: Fix faulty rest on error in unicode:characters_to_list OTP-11080 | |||
2013-06-05 | Merge branch 'pan/r16b01/system_monitor_long_schedule/OTP-11067' into maint | Patrik Nyblom | |
* pan/r16b01/system_monitor_long_schedule/OTP-11067: Minor spelling correction Add system_monitor of long_schedule | |||
2013-06-05 | Add enif_consume_timeslice to appropriate crypto NIFs | Patrik Nyblom | |
2013-06-05 | Merge branch 'siri/unmatched_returns/OTP-10908' | Siri Hansen | |
* siri/unmatched_returns/OTP-10908: Fix unmatched_return warnings in release_handler | |||
2013-06-05 | Merge branch 'siri/install-otp-in-unicode-path' | Siri Hansen | |
* siri/install-otp-in-unicode-path: [sasl] Remove priv dir after release_handler_SUITE Update preloaded init.beam Allow unicode characters for boot and config in init:make_permanent [sasl] Clean priv_dir after systools_SUITE [reltool] Use unicode characters in work dir for unicode test [sasl] Use unicode characters in priv dir name also on windows [reltool] Write erl.ini as UTF-8 [sasl] Update tests to run under unicode path [sasl] Rewrite release_handler_SUITE:clean_priv_dir to work on unicode paths [sasl] Update example/target_system.erl to handle unicode [sasl] Write erl.ini as utf8, allowing unicode path for root dir and bin dir | |||
2013-06-05 | Merge branch 'siri/kernel/heart-set_cmd-unicode/OTP-10843' | Siri Hansen | |
* siri/kernel/heart-set_cmd-unicode/OTP-10843: Convert command string to encoded binary in heart:set_cmd/1 Conflicts: lib/kernel/src/heart.erl | |||
2013-06-05 | Merge branch 'siri/spawn-and-space' | Siri Hansen | |
* siri/spawn-and-space: [sasl] In test, quote erlsrv executable in call to open_port/2 [test_server] Quote path to erl executable when starting slave nodes Quote path to erl executable in slave to allow space in path [sasl] Quote path to program run with open_port({spawn,... [os_mon] Quote path to programs run with open_port({spawn,... Conflicts: lib/os_mon/src/nteventlog.erl | |||
2013-06-05 | Merge branch 'maint' | Björn-Egil Dahlberg | |
2013-06-05 | Merge branch 'egil/increase-eprof-usability/OTP-11144' into maint | Björn-Egil Dahlberg | |
* egil/increase-eprof-usability/OTP-11144: tools: Document new eprof options tools: Add options to eprof tools: Add testcase to eprof_SUITE tools: Refactor away ?line macro in eprof_SUITE | |||
2013-06-05 | Simplify v3_core's translation of bit string generators | Anthony Ramine | |
Now that unsized binary segments are forbidden in patterns of bit string generators, v3_core:append_tail_segment/2 does not need to check for an existing unsized tail segment and can thus be changed to a simple '++'/2 call. | |||
2013-06-05 | Forbid unsized fields in patterns of binary generators | Anthony Ramine | |
It makes no sense to be able to do `<<...,Rest/binary>> <= ...` in a comprehension. The related Dialyzer test is removed. | |||
2013-06-05 | Merge branch 'maint' | Fredrik Gustafsson | |
2013-06-05 | Merge branch 'jv/erl_lint-default_types/OTP-11143' into maint | Fredrik Gustafsson | |
* jv/erl_lint-default_types/OTP-11143: Updated primary bootstrap stdlib: re-factored erl_lint.erl Improve erl_lint performance | |||
2013-06-05 | ssh: appup changes | Fredrik Gustafsson | |
2013-06-05 | mnesia: Fix (timing issue) testcase | Dan Gudmundsson | |
2013-06-05 | ssl: Prepare for release | Ingela Anderton Andin | |
2013-06-05 | Merge remote-tracking branch 'upstream/maint' | Ingela Anderton Andin | |
2013-06-05 | Merge branch 'ia/ssl/prep-dtls' into maint | Ingela Anderton Andin | |
* ia/ssl/prep-dtls: ssl: Structural perarparation to support DTLS ssl: Rename ssl_certificate_db to ssl_pkix_db for clarity | |||
2013-06-05 | Merge branch 'maint' | Fredrik Gustafsson | |
2013-06-05 | Merge branch 'fredrik/tools/emacs_bifs' into maint | Fredrik Gustafsson | |
* fredrik/tools/emacs_bifs: tools: Added gather_gc_info_result to bifs | |||
2013-06-04 | ssl: Structural perarparation to support DTLS | Ingela Anderton Andin | |
Also phase in tls module as main API instead of ssl. To make API clearer. As TLS is the new protocol name. Maybe keep some API functions in ssl | |||
2013-06-04 | ssl: Rename ssl_certificate_db to ssl_pkix_db for clarity | Ingela Anderton Andin | |
Conflicts: lib/ssl/src/ssl.app.src lib/ssl/src/ssl_manager.erl | |||
2013-06-04 | Merge branch 'maint' | Rickard Green | |
* maint: stdlib: Fix ets_SUITE memory tests | |||
2013-06-04 | Merge branch 'rickard-sverker/carrier-migration/OTP-10279' into maint | Rickard Green | |
* rickard-sverker/carrier-migration/OTP-10279: stdlib: Fix ets_SUITE memory tests | |||
2013-06-04 | stdlib: Fix ets_SUITE memory tests | Rickard Green | |
Need to take 'mbcs_pool' into account. | |||
2013-06-04 | Merge branch 'maint' | Peter Andersson | |
2013-06-04 | Merge remote branch 'origin/peppe/common_test/remove_end_per_tc_warning' ↵ | Peter Andersson | |
into maint * origin/peppe/common_test/remove_end_per_tc_warning: Remove incorrect warning about missing end_per_testcase OTP-11052 | |||
2013-06-04 | Merge branch 'maint' | Peter Andersson | |
2013-06-04 | Merge remote branch 'origin/peppe/common_test/ct_conn_handling' into maint | Peter Andersson | |
* origin/peppe/common_test/ct_conn_handling: Add test suite Fix faulty connection handling OTP-10126 | |||
2013-06-04 | crypto: Add large test data | Ingela Anderton Andin | |
2013-06-04 | crypto: Avoid big binaries in nifs | Ingela Anderton Andin | |