Age | Commit message (Expand) | Author |
2015-03-20 | Replace usage of erlang:now() with usage of new API | Rickard Green |
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 |
2014-09-01 | Teach the ASN.1 compiler to understand "EXPORTS ALL" | Björn Gustavsson |
2014-09-01 | Teach the ASN.1 compiler the parse option | Björn Gustavsson |
2014-08-25 | Fix misspellings of 'another' | Tuncer Ayaz |
2014-08-11 | BER decoding: Improve error checking for indefinite length | Björn Gustavsson |
2014-08-11 | BER: Test decoding of indefinite lengths | Björn Gustavsson |
2014-06-19 | Prepare release | Erlang/OTP |
2014-06-05 | BER: Eliminate dialyzer warnings for specialized decode functions | Björn Gustavsson |
2014-06-05 | BER: Eliminate dialyzer warning for encoding of BIT STRINGs | Björn Gustavsson |
2014-06-05 | BER: Optimize encoding of ENUMERATED | Björn Gustavsson |
2014-06-05 | BER: Remove a redundant clause in encoding of open types | Björn Gustavsson |
2014-06-05 | (U)PER: Fix decoding of named INTEGER | Björn Gustavsson |
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 |