aboutsummaryrefslogtreecommitdiffstats
path: root/lib/asn1/src
AgeCommit message (Expand)Author
2015-03-06asn1ct_gen: Correct generation of .hrl files for multiple ellipsesBjörn Gustavsson
2015-03-06Fix BER code generationDan Gudmundsson
2014-11-27Merge branch 'dgud/asn1/fix-seqtag/OTP-12326' into maintDan Gudmundsson
2014-11-26asn1: Fix EXTERNAL (1994 variant) type conversionDan Gudmundsson
2014-11-24Fix IMPLICIT tagging when TagDefault is AUTOMATICSimon Cornish
2014-09-01Workaround for combining two object sets separated by extensionBjörn Gustavsson
2014-09-01Clean up and correct handling of parameters for parameterized typesBjörn Gustavsson
2014-09-01Check the formal parameter for parameterized type definitionsBjörn Gustavsson
2014-09-01Report errors also for unused parameterized typesBjörn Gustavsson
2014-09-01Remove unused code for ABSTRACT-SYNTAX and TYPE-IDENTIFIERBjörn Gustavsson
2014-09-01Correct expansion of parameterized typesBjörn Gustavsson
2014-09-01Add the module name to the #classdef{} recordBjörn Gustavsson
2014-09-01Eliminate the use of #identifier{} outside the tokeniser and parserBjörn Gustavsson
2014-09-01Fix problem with object identifiers in external modulesBjörn Gustavsson
2014-09-01Rewrite get_referenced_type/2Björn Gustavsson
2014-09-01Teach the ASN.1 compiler to handle objects in field namesBjörn Gustavsson
2014-09-01Teach the ASN.1 compiler to understand "EXPORTS ALL"Björn Gustavsson
2014-09-01Teach the ASN.1 compiler the parse optionBjörn Gustavsson
2014-06-05BER: Eliminate dialyzer warnings for specialized decode functionsBjörn Gustavsson
2014-06-05BER: Eliminate dialyzer warning for encoding of BIT STRINGsBjörn Gustavsson
2014-06-05BER: Optimize encoding of ENUMERATEDBjörn Gustavsson
2014-06-05BER: Remove a redundant clause in encoding of open typesBjörn Gustavsson
2014-06-05(U)PER: Fix decoding of named INTEGERBjörn Gustavsson
2014-06-05(U)PER: Fix encoding of a semi-constrained, named INTEGERBjörn Gustavsson
2014-06-05(U)PER: Optimize handling of named BIT STRING with a lower zero boundBjörn Gustavsson
2014-06-05PER: Optimize encoding of character strings with simple rangesBjörn Gustavsson
2014-06-05PER: Remove unnecessary clause for handling DEFAULTBjörn Gustavsson
2014-06-05(U)PER: Suppress dialyzer warnings for complete/1Björn Gustavsson
2014-06-05Correct OCTET STRING default when legacy_erlang_types is activeBjörn Gustavsson
2014-06-05Remove old DEFAULT-checking code made obsolete in the previous commitBjörn Gustavsson
2014-06-05Rewrite the code for testing DEFAULT for DERBjörn Gustavsson
2014-05-06BER: Optimize decoding of ENUMERATEDBjörn Gustavsson
2014-05-06BER: Suppress dialyzer warnings for encode_bit_string/4Björn Gustavsson
2014-04-29BER: Inline testing of constraints when decodingBjörn Gustavsson
2014-04-16Refactor gen_dec_prim/3 to facilitate future optimizationsBjörn Gustavsson
2014-04-16Remove unused arguments for asn1ct_gen_ber_bin_v2:gen_dec_prim()Björn Gustavsson
2014-04-16Add missing newline in -export()Björn Gustavsson
2014-03-21Protect generated .hrl files from multiple inclusionsBjörn Gustavsson
2014-03-20Introduce runtime_dependencies in .app filesRickard Green
2014-02-28Clean up reporting of errors in IMPORTSBjörn Gustavsson
2014-02-28asn1ct_check: Clean up error checking for INSTANCE OFBjörn Gustavsson
2014-02-28asn1ct_check: Rewrite error checking for INTEGER and BIT STRINGBjörn Gustavsson
2014-02-28asn1ct_check: Remove unreachable clauses handling {identifier,_,_}Björn Gustavsson
2014-02-28asn1ct_check: Let asn1_error/3 throw its resultBjörn Gustavsson
2014-02-24Merge branch 'bjorn/asn1/deprecations/OTP-11731'Björn Gustavsson
2014-02-24Merge branch 'schlagert/fix_basic_appups'Siri Hansen
2014-02-21Deprecate asn1 functionsBjörn Gustavsson
2014-02-20Merge branch 'bjorn/asn1/cleanup/OTP-11727'Björn Gustavsson
2014-02-18Fix library application appup filesTobias Schlager
2014-02-13Correct subtyping of extensible ENUMERATEDBjörn Gustavsson