Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-09-11 | handle warnings about potential null pointers | Vlad Dumitrescu | |
2014-09-11 | keep all method parameters final | Vlad Dumitrescu | |
2014-09-11 | renamed method parameters hiding fields | Vlad Dumitrescu | |
2014-09-11 | add 'break' statements to make compiler happy | Vlad Dumitrescu | |
2014-09-11 | remove warnings from OtpMD5 | Vlad Dumitrescu | |
2014-09-11 | rename OtpNode.flags to connFlags | Vlad Dumitrescu | |
was colliding to AbstractNode.flags | |||
2014-09-11 | rename OtpNode.Acceptor.port to acceptorPort | Vlad Dumitrescu | |
was colliding with OtpLocalNode.port | |||
2014-09-11 | rename field 'self' to 'localNode' | Vlad Dumitrescu | |
field 'OtpLocalNode self' was colliding with 'OtpSelf self' in OtpConnection | |||
2014-09-11 | mark deprecated unused private constructor | Vlad Dumitrescu | |
2014-09-11 | simplify 'if' statements | Vlad Dumitrescu | |
2014-09-11 | remove warnings: @Override, switch fall-through | Vlad Dumitrescu | |
2014-09-11 | make serialVersionUID fields private | Vlad Dumitrescu | |
2014-09-11 | remove unnecessary syntax (casts) | Vlad Dumitrescu | |
2014-09-11 | remove unused variables | Vlad Dumitrescu | |
2014-09-11 | removed unnecessary semicolons, imports, labels | Vlad Dumitrescu | |
2014-09-11 | remove unnecessary null pointer checks | Vlad Dumitrescu | |
2014-09-11 | remove unnecessary Cloneable and Serializable | Vlad Dumitrescu | |
2014-09-08 | Merge branch 'bjorn/asn1/misc-bug-fixes/OTP-12125' into maint | Björn Gustavsson | |
* bjorn/asn1/misc-bug-fixes/OTP-12125: Workaround for combining two object sets separated by extension Clean up and correct handling of parameters for parameterized types Check the formal parameter for parameterized type definitions Report errors also for unused parameterized types Remove unused code for ABSTRACT-SYNTAX and TYPE-IDENTIFIER Correct expansion of parameterized types Add the module name to the #classdef{} record Eliminate the use of #identifier{} outside the tokeniser and parser Fix problem with object identifiers in external modules Rewrite get_referenced_type/2 Teach the ASN.1 compiler to handle objects in field names Teach the ASN.1 compiler to understand "EXPORTS ALL" Teach the ASN.1 compiler the parse option | |||
2014-09-08 | Merge branch 'bjorn/asn1/decoding-robustness/OTP-12145' into maint | Björn Gustavsson | |
* bjorn/asn1/decoding-robustness/OTP-12145: BER decoding: Improve error checking for indefinite length BER: Test decoding of indefinite lengths | |||
2014-09-08 | Merge branch 'lucafavatella/improve-cpu_sup-error-when-slow-port-init' into ↵ | Marcus Arendt | |
maint * lucafavatella/improve-cpu_sup-error-when-slow-port-init: Clarify error for slow `cpu_sup` port init | |||
2014-09-05 | Merge branch 'rickard/memory_consuming_tuple_tests' into maint | Rickard Green | |
* rickard/memory_consuming_tuple_tests: Only run upper boundry tuple test with lots of memory | |||
2014-09-05 | Only run upper boundry tuple test with lots of memory | Rickard Green | |
2014-09-05 | Merge branch 'vinoski/enif-schedule-nif' into maint | Rickard Green | |
OTP-12128 * vinoski/enif-schedule-nif: Fix leak of NIF exports Use separate allocation type for NIF export | |||
2014-09-05 | Fix leak of NIF exports | Rickard Green | |
2014-09-05 | Use separate allocation type for NIF export | Rickard Green | |
2014-09-05 | Merge branch 'hans/common_test/Makefile_fix' into maint | Hans Nilsson | |
* hans/common_test/Makefile_fix: common_test: update Makefile for ct_property_test module. | |||
2014-09-05 | common_test: update Makefile for ct_property_test module. | Hans Nilsson | |
2014-09-05 | Merge branch 'ia/public_key/utf8-doc' into maint | Ingela Anderton Andin | |
* ia/public_key/utf8-doc: public_key: Correct documentation of ASN-1 type utf8String | |||
2014-09-05 | Merge branch 'maint' of git-server:otp into maint | Ingela Anderton Andin | |
2014-09-05 | public_key: Correct documentation of ASN-1 type utf8String | Ingela Anderton Andin | |
2014-09-04 | Merge branch 'sverk/term_to_binary-realloc-size/OTP-12141' into maint | Sverker Eriksson | |
* sverk/term_to_binary-realloc-size/OTP-12141: erts: Fix bug in term_to_binary that reallocates binary with wrong size | |||
2014-09-04 | Merge branch 'sverk/MIN_SMALL-to-integer' into maint | Sverker Eriksson | |
* sverk/MIN_SMALL-to-integer: erts: Correct conversion of MIN_SMALL numeral to fixnum OTP-12140 | |||
2014-09-04 | erts: Correct conversion of MIN_SMALL numeral to fixnum | Sverker Eriksson | |
list_to_integer and binary_to_integer returned un-normalized bignum for -134217728 on 32-bit and -576460752303423488 on 64-bit. Thanks to Jesper Louis Andersen, Mikael Pettersson and Anthony Ramine for report, initial patch and optimization suggestion. | |||
2014-09-04 | Merge branch 'sverk/nif-inspect-copy-bug/OTP-9828' into maint | Sverker Eriksson | |
* sverk/nif-inspect-copy-bug/OTP-9828: erts: Fix bug with enif_make_copy reallocating writable binary Conflicts: erts/emulator/test/nif_SUITE.erl | |||
2014-09-04 | Merge branch 'egil/fix-llvm-cc-warnings/OTP-12138' into maint | Björn-Egil Dahlberg | |
* egil/fix-llvm-cc-warnings/OTP-12138: odbc: Suppress signedness warnings for 'char *' ic: Suppress unused-value warning erts: Fix tentative-definition-incomplete-type erts: Don't redefine '_XOPEN_SOURCE' | |||
2014-09-04 | Merge branch 'egil/maps-with-doc-tests/OTP-12137' into maint | Björn-Egil Dahlberg | |
* egil/maps-with-doc-tests/OTP-12137: stdlib: Test maps:with/2 stdlib: Document maps:with/2 | |||
2014-09-03 | erts: Fix bug with enif_make_copy reallocating writable binary | Sverker Eriksson | |
that could invalidate a pointer received from an earlier call to enif_inspect_binary. Solution: Emasculate writable binary at enif_inspect_binary. There are room for optimizations here as we now do an unconditional emasculation even though enif_make_copy is not called later in the NIF. | |||
2014-09-03 | erts: Fix bug in term_to_binary that reallocates binary with wrong size | Sverker Eriksson | |
2014-09-03 | Merge branch 'arekinath/ssh/aes-ctr' into maint | Marcus Arendt | |
* arekinath/ssh/aes-ctr: ssh: check if ssh client supports newer cipher- and MAC-algorithms SSH: only enable ciphers/MACs when they are available in crypto SSH: add ssh_to_openssh test for ciphers and macs SSH: documentation update for new algos SSH: add support for aes128-ctr and hmac-sha2-256 | |||
2014-09-03 | Merge branch 'hans/update_vsn.mk' into maint | Hans Nilsson | |
2014-09-03 | ssh: update vsn.mk | Hans Nilsson | |
2014-09-03 | inets: update vsn.mk | Hans Nilsson | |
2014-09-03 | common_test: update vsn.mk | Hans Nilsson | |
2014-09-02 | Merge branch 'hans/proptest/init/OTP-12119' into maint | Hans Nilsson | |
* hans/proptest/init/OTP-12119: ssh: Add simple experimental property test suites inets: Add simple experimental property test suite common_test: Add experimental module ct_property_test | |||
2014-09-02 | ssh: Add simple experimental property test suites | Hans Nilsson | |
2014-09-02 | inets: Add simple experimental property test suite | Hans Nilsson | |
2014-09-02 | common_test: Add experimental module ct_property_test | Hans Nilsson | |
This module may change without warning... | |||
2014-09-02 | ssh: check if ssh client supports newer cipher- and MAC-algorithms | Marcus Arendt | |
2014-09-01 | Workaround for combining two object sets separated by extension | Björn Gustavsson | |
The following type of code would crash the compiler: OSET SOME-CLASS ::= {OSET1, ..., OSET2} | |||
2014-09-01 | Clean up and correct handling of parameters for parameterized types | Björn Gustavsson | |
The previous code looked at the actual parameters supplied when instantiating the type to determine the type of the argument; the correct way is to determine the type by looking at the governor and case of the formal parameter. |