Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-06-10 | Merge branch 'sverk/darwin-unlimited-select' into maint | Sverker Eriksson | |
* sverk/darwin-unlimited-select: erts: Fix dynamic select for darwin erts: Refactor unlimited select patch erts: Fix bug in unlimited fd_set patch Use _DARWIN_UNLIMITED_SELECT in erl_poll | |||
2013-06-10 | Merge branch 'ia/public_key/crypto/prepare-for-release' into maint | Ingela Anderton Andin | |
* ia/public_key/crypto/prepare-for-release: public_key & ssl: Add ASN-1 dependency crypto & public_key: prepare for release | |||
2013-06-10 | Merge branch 'ia/crypto/avoid-too-big-binaries/OTP-11142' into maint | Ingela Anderton Andin | |
* ia/crypto/avoid-too-big-binaries/OTP-11142: Teach crypto.c not to call enif_compute_timeslice with 0 Add enif_consume_timeslice to appropriate crypto NIFs crypto: Add large test data crypto: Avoid big binaries in nifs Crypto: Structure code | |||
2013-06-10 | Merge branch 'rickard/stale-driver-select/OTP-11084' into maint | Rickard Green | |
* rickard/stale-driver-select/OTP-11084: Fix bad fix of erts_stale_drv_select() | |||
2013-06-10 | Fix bad fix of erts_stale_drv_select() | Rickard Green | |
2013-06-10 | erts: Fix debug code in erts_ptab_test_next_id() | Rickard Green | |
2013-06-10 | Merge branch 'raimo/inet-gethostbyname-lowercase-search/OTP-10689' into maint | Raimo Niskanen | |
* raimo/inet-gethostbyname-lowercase-search/OTP-10689: Add test cases for host lookup case (in)sensitivity Improve case (in)sensitivity for host lookups | |||
2013-06-10 | Merge branch 'dgud/mnesia-unsubscribe-fix' into maint | Dan Gudmundsson | |
* dgud/mnesia-unsubscribe-fix: mnesia: Fix (timing issue) testcase mnesia: Fix unsubscribe error handling | |||
2013-06-10 | Merge branch 'lh/fix-doc-reserved-words/OTP-11158' into maint | Fredrik Gustafsson | |
* lh/fix-doc-reserved-words/OTP-11158: Remove 'query' from the list of reserved words in docs | |||
2013-06-10 | Merge branch 'lukas/erts/gc_stat_contention/OTP-10271' into maint | Lukas Larsson | |
* lukas/erts/gc_stat_contention/OTP-10271: erts: Update spec in preloaded to reflect success typing (again) | |||
2013-06-10 | Merge branch 'ia/crypto/doc' into maint | Ingela Anderton Andin | |
* ia/crypto/doc: crypto & public_key: Clearify documentation. | |||
2013-06-10 | Merge branch 'ia/ssl/public_key/warnings' into maint | Ingela Anderton Andin | |
* ia/ssl/public_key/warnings: ssl: Correct rebase mistakes | |||
2013-06-10 | Merge branch 'ia/ssl/dialyzer' into maint | Ingela Anderton Andin | |
* ia/ssl/dialyzer: ssl: Fix dialyzer warnings | |||
2013-06-10 | Merge branch 'bjorn/asn1/not-small-bugs/OTP-11153' into maint | Björn Gustavsson | |
* bjorn/asn1/not-small-bugs/OTP-11153: PER/UPER: Correct decoding of SEQUENCEs with more than 64 extensions testConstraints: Improve tests of semi-constrained INTEGERs Test ENUMERATED with many extended values UPER: Correct encoding of ENUMERATED with more than 63 extended values Add asn1_test_lib:hex_to_bin/1 | |||
2013-06-10 | Merge branch 'bjorn/asn1/fix-extension-addition-groups/OTP-11154' into maint | Björn Gustavsson | |
* bjorn/asn1/fix-extension-addition-groups/OTP-11154: PER, UPER: Fix record name mismatch between HRL file and decoding code | |||
2013-06-10 | Merge branch 'fredrik/r16b01/prepare_release' into maint | Fredrik Gustafsson | |
* fredrik/r16b01/prepare_release: versions updates for erl_interface, et and os_mon | |||
2013-06-10 | Remove 'query' from the list of reserved words in docs | Loïc Hoguin | |
Credits go to Matthias Endler for finding it. | |||
2013-06-08 | PER/UPER: Correct decoding of SEQUENCEs with more than 64 extensions | Björn Gustavsson | |
2013-06-08 | testConstraints: Improve tests of semi-constrained INTEGERs | Björn Gustavsson | |
Make sure that semi-constrained integers are correctly encoded in the mininum number of bytes. (The roundtrip test does not catch problems with non-minimal encodings.) Also test huge values that must be encoded in 128 or 256 bytes. | |||
2013-06-08 | Test ENUMERATED with many extended values | Björn Gustavsson | |
2013-06-07 | PER, UPER: Fix record name mismatch between HRL file and decoding code | Björn Gustavsson | |
When a SEQUENCE was defined inline inside extension addition group like this: InlinedSeq ::= SEQUENCE { ..., [[ s SEQUENCE { a INTEGER, b BOOLEAN } ]] } the decoding code would return the contents of the SEQUENCE in a record named 'InlinedSeq_ExtAddGroup1_s', while the record definition in the generated HRL file would be 'InlinedSeq_s'. Since there is no reason to use the longer record name (no risk for ambiguity), correct the name in the decoding code. | |||
2013-06-07 | erts: Update spec in preloaded to reflect success typing (again) | Lukas Larsson | |
2013-06-07 | Teach crypto.c not to call enif_compute_timeslice with 0 | Patrik Nyblom | |
2013-06-07 | crypto & public_key: Clearify documentation. | Ingela Anderton Andin | |
2013-06-07 | Add test cases for host lookup case (in)sensitivity | Raimo Niskanen | |
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 'fredrik/ssh/appup_r16b01' into maint | Fredrik Gustafsson | |
* fredrik/ssh/appup_r16b01: ssh: appup changes | |||
2013-06-07 | Improve case (in)sensitivity for host lookups | Raimo Niskanen | |
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 'peppe/common_test/ct_testspec_verification.2' into maint | Peter Andersson | |
* peppe/common_test/ct_testspec_verification.2: Fix error with testspec terms not being merged properly Fix problem with tests being wrongly added to separate specs Improve error report if crash due to bad testspec Add verification terms for test specification tests OTP-10857 | |||
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 'lukas/erts/gc_stat_contention/OTP-10271' into maint | Lukas Larsson | |
* lukas/erts/gc_stat_contention/OTP-10271: erts: Update spec in preloaded to reflect sucess typing | |||
2013-06-05 | erts: Update spec in preloaded to reflect sucess typing | Lukas Larsson | |
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 | Merge branch 'pan/win_now_jumps' into maint | Patrik Nyblom | |
* pan/win_now_jumps: Enable use of GetTickCoun64 when available Intermediate code with lock on gettickcount() Tmp OTP-11146 | |||
2013-06-05 | Merge branch 'pan/raise_windows_version' into maint | Patrik Nyblom | |
* pan/raise_windows_version: Raise the minimal supported Windows version OTP-11145 | |||
2013-06-05 | Add enif_consume_timeslice to appropriate crypto NIFs | Patrik Nyblom | |
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 | 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 | |