aboutsummaryrefslogtreecommitdiffstats
path: root/lib/asn1
AgeCommit message (Expand)Author
2014-06-19Prepare releaseErlang/OTP
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-05Test suites: Add support for running Dialyzer on generated codeBjörn Gustavsson
2014-06-05Improve tests of DEFAULT valuesBjö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-06Test DEFAULT more thoroughlyBjörn Gustavsson
2014-05-06Set.py: Correct illegal DEFAULT valueBjö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-04-07Update release notesErlang/OTP
2014-03-31Merge branch 'bjorn/asn1/documentation'Björn Gustavsson
2014-03-28Consistenly use ASN.1 instead of asn1Björn Gustavsson
2014-03-28Correct some spelling, grammar and punctation issuesBjörn Gustavsson
2014-03-28Correct description of the undec_rest optionBjörn Gustavsson
2014-03-28Correct description of the REAL typeBjörn Gustavsson
2014-03-28Replace "extend-ability" with "extensibility"Björn Gustavsson
2014-03-28Remove the section about encoding rulesBjörn Gustavsson
2014-03-28Bring information about tags up to dateBjörn Gustavsson
2014-03-28Don't waste words describing the SET typeBjörn Gustavsson
2014-03-28Correct and modernize the examples for DEFAULTBjörn Gustavsson
2014-03-28Correct the UTF8String description and exampleBjörn Gustavsson
2014-03-28Correct the PrimStrings exampleBjörn Gustavsson
2014-03-28Remove all uses of the deprecated asn1{ct,rt}:{en,de}code/2 functionsBjörn Gustavsson
2014-03-28Correct and modernize the "A First Example" sectionBjörn Gustavsson
2014-03-28Shorten the Introduction section, keeping only the essential detailsBjörn Gustavsson
2014-03-28Fix an ampersandBjörn Gustavsson
2014-03-28Document the asn1_OPENTYPE wrapperBjörn Gustavsson
2014-03-21Protect generated .hrl files from multiple inclusionsBjörn Gustavsson
2014-03-20Introduce runtime_dependencies in .app filesRickard Green
2014-03-20Bump versions and ensure that all are "normal" versionsRickard 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