Age | Commit message (Expand) | Author |
2014-06-05 | (U)PER: Fix encoding of a semi-constrained, named INTEGER | Björn Gustavsson |
2014-06-05 | (U)PER: Optimize handling of named BIT STRING with a lower zero bound | Björn Gustavsson |
2014-06-05 | PER: Optimize encoding of character strings with simple ranges | Björn Gustavsson |
2014-06-05 | PER: Remove unnecessary clause for handling DEFAULT | Björn Gustavsson |
2014-06-05 | (U)PER: Suppress dialyzer warnings for complete/1 | Björn Gustavsson |
2014-06-05 | Test suites: Add support for running Dialyzer on generated code | Björn Gustavsson |
2014-06-05 | Improve tests of DEFAULT values | Björn Gustavsson |
2014-06-05 | Correct OCTET STRING default when legacy_erlang_types is active | Björn Gustavsson |
2014-06-05 | Remove old DEFAULT-checking code made obsolete in the previous commit | Björn Gustavsson |
2014-06-05 | Rewrite the code for testing DEFAULT for DER | Björn Gustavsson |
2014-05-06 | Test DEFAULT more thoroughly | Björn Gustavsson |
2014-05-06 | Set.py: Correct illegal DEFAULT value | Björn Gustavsson |
2014-05-06 | BER: Optimize decoding of ENUMERATED | Björn Gustavsson |
2014-05-06 | BER: Suppress dialyzer warnings for encode_bit_string/4 | Björn Gustavsson |
2014-04-29 | BER: Inline testing of constraints when decoding | Björn Gustavsson |
2014-04-16 | Refactor gen_dec_prim/3 to facilitate future optimizations | Björn Gustavsson |
2014-04-16 | Remove unused arguments for asn1ct_gen_ber_bin_v2:gen_dec_prim() | Björn Gustavsson |
2014-04-16 | Add missing newline in -export() | Björn Gustavsson |
2014-04-07 | Update release notes | Erlang/OTP |
2014-03-31 | Merge branch 'bjorn/asn1/documentation' | Björn Gustavsson |
2014-03-28 | Consistenly use ASN.1 instead of asn1 | Björn Gustavsson |
2014-03-28 | Correct some spelling, grammar and punctation issues | Björn Gustavsson |
2014-03-28 | Correct description of the undec_rest option | Björn Gustavsson |
2014-03-28 | Correct description of the REAL type | Björn Gustavsson |
2014-03-28 | Replace "extend-ability" with "extensibility" | Björn Gustavsson |
2014-03-28 | Remove the section about encoding rules | Björn Gustavsson |
2014-03-28 | Bring information about tags up to date | Björn Gustavsson |
2014-03-28 | Don't waste words describing the SET type | Björn Gustavsson |
2014-03-28 | Correct and modernize the examples for DEFAULT | Björn Gustavsson |
2014-03-28 | Correct the UTF8String description and example | Björn Gustavsson |
2014-03-28 | Correct the PrimStrings example | Björn Gustavsson |
2014-03-28 | Remove all uses of the deprecated asn1{ct,rt}:{en,de}code/2 functions | Björn Gustavsson |
2014-03-28 | Correct and modernize the "A First Example" section | Björn Gustavsson |
2014-03-28 | Shorten the Introduction section, keeping only the essential details | Björn Gustavsson |
2014-03-28 | Fix an ampersand | Björn Gustavsson |
2014-03-28 | Document the asn1_OPENTYPE wrapper | Björn Gustavsson |
2014-03-21 | Protect generated .hrl files from multiple inclusions | Björn Gustavsson |
2014-03-20 | Introduce runtime_dependencies in .app files | Rickard Green |
2014-03-20 | Bump versions and ensure that all are "normal" versions | Rickard Green |
2014-02-28 | Clean up reporting of errors in IMPORTS | Björn Gustavsson |
2014-02-28 | asn1ct_check: Clean up error checking for INSTANCE OF | Björn Gustavsson |
2014-02-28 | asn1ct_check: Rewrite error checking for INTEGER and BIT STRING | Björn Gustavsson |
2014-02-28 | asn1ct_check: Remove unreachable clauses handling {identifier,_,_} | Björn Gustavsson |
2014-02-28 | asn1ct_check: Let asn1_error/3 throw its result | Björn Gustavsson |
2014-02-24 | Merge branch 'lukas/ose/master/OTP-11334' | Lukas Larsson |
2014-02-24 | Added support for ENEA OSE | Lukas Larsson |
2014-02-24 | Eliminate warnings for deprecated funtions in test suites | Björn Gustavsson |
2014-02-24 | Merge branch 'bjorn/asn1/deprecations/OTP-11731' | Björn Gustavsson |
2014-02-24 | Remove or de-emphasize references to the deprecated asn1rt module | Björn Gustavsson |
2014-02-24 | Merge branch 'schlagert/fix_basic_appups' | Siri Hansen |