summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* keep all method parameters finalVlad Dumitrescu2014-09-116-22/+40
* renamed method parameters hiding fieldsVlad Dumitrescu2014-09-1110-83/+85
* add 'break' statements to make compiler happyVlad Dumitrescu2014-09-111-1/+12
* remove warnings from OtpMD5Vlad Dumitrescu2014-09-111-15/+19
* rename OtpNode.flags to connFlagsVlad Dumitrescu2014-09-111-4/+4
* rename OtpNode.Acceptor.port to acceptorPortVlad Dumitrescu2014-09-111-4/+4
* rename field 'self' to 'localNode'Vlad Dumitrescu2014-09-111-28/+28
* mark deprecated unused private constructorVlad Dumitrescu2014-09-111-0/+1
* simplify 'if' statementsVlad Dumitrescu2014-09-117-28/+13
* remove warnings: @Override, switch fall-throughVlad Dumitrescu2014-09-114-1/+5
* make serialVersionUID fields privateVlad Dumitrescu2014-09-1117-15/+19
* remove unnecessary syntax (casts)Vlad Dumitrescu2014-09-111-3/+3
* remove unused variablesVlad Dumitrescu2014-09-119-11/+10
* removed unnecessary semicolons, imports, labelsVlad Dumitrescu2014-09-113-9/+2
* remove unnecessary null pointer checksVlad Dumitrescu2014-09-111-6/+0
* remove unnecessary Cloneable and SerializableVlad Dumitrescu2014-09-1121-62/+21
* Merge branch 'bjorn/asn1/misc-bug-fixes/OTP-12125' into maintBjörn Gustavsson2014-09-0811-230/+317
|\
| * Workaround for combining two object sets separated by extensionBjörn Gustavsson2014-09-013-1/+82
| * Clean up and correct handling of parameters for parameterized typesBjörn Gustavsson2014-09-011-74/+25
| * Check the formal parameter for parameterized type definitionsBjörn Gustavsson2014-09-012-3/+29
| * Report errors also for unused parameterized typesBjörn Gustavsson2014-09-011-5/+6
| * Remove unused code for ABSTRACT-SYNTAX and TYPE-IDENTIFIERBjörn Gustavsson2014-09-013-12/+2
| * Correct expansion of parameterized typesBjörn Gustavsson2014-09-014-46/+53
| * Add the module name to the #classdef{} recordBjörn Gustavsson2014-09-013-3/+4
| * Eliminate the use of #identifier{} outside the tokeniser and parserBjörn Gustavsson2014-09-013-9/+5
| * Fix problem with object identifiers in external modulesBjörn Gustavsson2014-09-013-25/+36
| * Rewrite get_referenced_type/2Björn Gustavsson2014-09-011-48/+38
| * Teach the ASN.1 compiler to handle objects in field namesBjörn Gustavsson2014-09-011-4/+19
| * Teach the ASN.1 compiler to understand "EXPORTS ALL"Björn Gustavsson2014-09-011-0/+3
| * Teach the ASN.1 compiler the parse optionBjörn Gustavsson2014-09-011-2/+17
* | Merge branch 'bjorn/asn1/decoding-robustness/OTP-12145' into maintBjörn Gustavsson2014-09-083-22/+86
|\ \
| * | BER decoding: Improve error checking for indefinite lengthBjörn Gustavsson2014-08-112-22/+35
| * | BER: Test decoding of indefinite lengthsBjörn Gustavsson2014-08-111-0/+51
* | | Merge branch 'lucafavatella/improve-cpu_sup-error-when-slow-port-init' into m...Marcus Arendt2014-09-081-5/+7
|\ \ \
| * | | Clarify error for slow `cpu_sup` port initLuca Favatella2014-08-291-5/+7
* | | | common_test: update Makefile for ct_property_test module.Hans Nilsson2014-09-051-1/+2
* | | | Merge branch 'ia/public_key/utf8-doc' into maintIngela Anderton Andin2014-09-051-1/+1
|\ \ \ \
| * | | | public_key: Correct documentation of ASN-1 type utf8StringIngela Anderton Andin2014-09-051-1/+1
* | | | | Merge branch 'egil/fix-llvm-cc-warnings/OTP-12138' into maintBjörn-Egil Dahlberg2014-09-043-11/+14
|\ \ \ \ \
| * | | | | odbc: Suppress signedness warnings for 'char *'Björn-Egil Dahlberg2014-07-152-10/+13
| * | | | | ic: Suppress unused-value warningBjörn-Egil Dahlberg2014-06-241-1/+1
* | | | | | Merge branch 'egil/maps-with-doc-tests/OTP-12137' into maintBjörn-Egil Dahlberg2014-09-042-11/+39
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | stdlib: Test maps:with/2Björn-Egil Dahlberg2014-08-261-11/+22
| * | | | | stdlib: Document maps:with/2Björn-Egil Dahlberg2014-08-261-0/+17
* | | | | | Merge branch 'arekinath/ssh/aes-ctr' into maintMarcus Arendt2014-09-033-16/+202
|\ \ \ \ \ \
| * | | | | | ssh: check if ssh client supports newer cipher- and MAC-algorithmsMarcus Arendt2014-09-021-0/+28
| * | | | | | SSH: only enable ciphers/MACs when they are available in cryptoAlex Wilson2014-08-282-15/+35
| * | | | | | SSH: add ssh_to_openssh test for ciphers and macsAlex Wilson2014-08-181-1/+99
| * | | | | | SSH: documentation update for new algosAlex Wilson2014-08-011-2/+2
| * | | | | | SSH: add support for aes128-ctr and hmac-sha2-256Alex Wilson2014-06-101-13/+53