Age | Commit message (Expand) | 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 |
2014-09-11 | rename OtpNode.Acceptor.port to acceptorPort | Vlad Dumitrescu |
2014-09-11 | rename field 'self' to 'localNode' | Vlad Dumitrescu |
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 |
2014-09-08 | Merge branch 'bjorn/asn1/decoding-robustness/OTP-12145' into maint | Björn Gustavsson |
2014-09-08 | Merge branch 'lucafavatella/improve-cpu_sup-error-when-slow-port-init' into m... | Marcus Arendt |
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 |
2014-09-05 | public_key: Correct documentation of ASN-1 type utf8String | Ingela Anderton Andin |
2014-09-04 | Merge branch 'egil/fix-llvm-cc-warnings/OTP-12138' into maint | Björn-Egil Dahlberg |
2014-09-04 | Merge branch 'egil/maps-with-doc-tests/OTP-12137' into maint | Björn-Egil Dahlberg |
2014-09-03 | Merge branch 'arekinath/ssh/aes-ctr' into maint | Marcus Arendt |
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 | 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 |
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 |
2014-09-01 | Clean up and correct handling of parameters for parameterized types | Björn Gustavsson |
2014-09-01 | Check the formal parameter for parameterized type definitions | Björn Gustavsson |
2014-09-01 | Report errors also for unused parameterized types | Björn Gustavsson |
2014-09-01 | Remove unused code for ABSTRACT-SYNTAX and TYPE-IDENTIFIER | Björn Gustavsson |
2014-09-01 | Correct expansion of parameterized types | Björn Gustavsson |
2014-09-01 | Add the module name to the #classdef{} record | Björn Gustavsson |
2014-09-01 | Eliminate the use of #identifier{} outside the tokeniser and parser | Björn Gustavsson |
2014-09-01 | Fix problem with object identifiers in external modules | Björn Gustavsson |
2014-09-01 | Rewrite get_referenced_type/2 | Björn Gustavsson |
2014-09-01 | Teach the ASN.1 compiler to handle objects in field names | Björn Gustavsson |
2014-09-01 | Teach the ASN.1 compiler to understand "EXPORTS ALL" | Björn Gustavsson |
2014-09-01 | Teach the ASN.1 compiler the parse option | Björn Gustavsson |
2014-09-01 | Merge branch 'bjorn/compiler/fix-scope-bug/OTP-12132' into maint | Björn Gustavsson |
2014-09-01 | sys_core_fold: Eliminate name capture bug | Björn Gustavsson |
2014-09-01 | Merge branch 'nox/erl_scan-fix-column-tracking' into maint | Marcus Arendt |
2014-09-01 | Merge branch 'siri/ct-runtime-deps/OTP-12037' into maint | Siri Hansen |