Age | Commit message (Expand) | Author |
2015-01-12 | Clean up handling of 'simpletable' and 'componentrelation' | Björn Gustavsson |
2015-01-12 | Fix instantiation of an inlined type in a value definition | Björn Gustavsson |
2015-01-12 | Simplify and correct tag handling | Björn Gustavsson |
2015-01-12 | Clean up constraint checking | Björn Gustavsson |
2015-01-12 | Use recursive get_referenced_type to get classdef directly | Dan Gudmundsson |
2015-01-12 | Fix recursive get_referenced_type | Dan Gudmundsson |
2015-01-12 | Remove special case in parser | Björn Gustavsson |
2015-01-12 | Improve handling of BIT STRING values | Björn Gustavsson |
2015-01-12 | Check more errors in the simplified syntax | Björn Gustavsson |
2015-01-12 | Add the rfcs test case | Björn Gustavsson |
2015-01-12 | Handle CLASS.&field when checking values | Björn Gustavsson |
2015-01-12 | Clean up and correct validation of OBJECT IDENTIFIER/RELATIVE-OID | Dan Gudmundsson |
2015-01-12 | Fix object set duplication test | Björn Gustavsson |
2015-01-12 | per/uper: Fix code generation for nested types in objects | Björn Gustavsson |
2015-01-12 | Clean up use of asn1ct_gen:gen_types() | Björn Gustavsson |
2015-01-12 | Correct recursion in OCTET STRING value definitions | Björn Gustavsson |
2015-01-12 | Fix BER code generation | Dan Gudmundsson |
2015-01-12 | Clean up get_fieldname_element/3 | Björn Gustavsson |
2015-01-12 | Provide more reliable location of errors | Björn Gustavsson |
2015-01-12 | asn1: Fix BER generation for non optional and extended object sets | Dan Gudmundsson |
2015-01-12 | Rewrite matching of object definitions using the simplified syntax | Björn Gustavsson |
2015-01-12 | Simplify handling of an empty object definition | Björn Gustavsson |
2015-01-12 | Use object_to_check/1 in two forgotten places | Björn Gustavsson |
2015-01-12 | Refactor code involving calls to get_fieldname_element/3 | Björn Gustavsson |
2015-01-12 | Check INTEGER values better | Björn Gustavsson |
2015-01-12 | Check CLASS names for validity | Björn Gustavsson |
2015-01-12 | Add a new test case to test values in ValueTest.asn1 | Björn Gustavsson |
2015-01-12 | Use the #objectclass{} record instead of a tuple | Björn Gustavsson |
2015-01-12 | Correct typo in an error message | Björn Gustavsson |
2014-12-09 | Prepare release | Erlang/OTP |
2014-11-27 | Merge branch 'dgud/asn1/fix-seqtag/OTP-12326' into maint | Dan Gudmundsson |
2014-11-26 | asn1: Fix EXTERNAL (1994 variant) type conversion | Dan Gudmundsson |
2014-11-24 | Fix IMPLICIT tagging when TagDefault is AUTOMATIC | Simon Cornish |
2014-11-18 | Add test for IMPLICIT tagging when TagDefault is AUTOMATIC | Simon Cornish |
2014-09-29 | BER decoding: Don't allow primitives with indefinite lengths | Björn Gustavsson |
2014-09-15 | Update release notes | Erlang/OTP |
2014-09-15 | Update version numbers | Erlang/OTP |
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-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 |