aboutsummaryrefslogtreecommitdiffstats
path: root/lib/asn1/src
AgeCommit message (Expand)Author
2012-11-26Remove the unused asn1ct_gen_ber moduleBjörn Gustavsson
2012-11-23Remove the unused asn1ct_constructed_ber moduleBjörn Gustavsson
2012-11-23Remove the unused asn1ct_per_bin moduleBjörn Gustavsson
2012-11-23Remove unused functions in asn1rt_ber_binBjörn Gustavsson
2012-11-23Remove obsolete back-ends and simplify the optionsBjörn Gustavsson
2012-11-22Make the specialized decodes work with the 'nif' optionBjörn Gustavsson
2012-11-22Remove support for the obsolete {Typename,Value} tuple notationBjörn Gustavsson
2012-11-22Remove the obsolete and deprecated 'keyed_list' optionBjörn Gustavsson
2012-08-31Update copyright yearsBjörn-Egil Dahlberg
2012-08-30Merge branch 'kenneth/asn1/dialyzer-warnings' into maintBjörn-Egil Dahlberg
2012-08-28Merge branch 'hw/asn1rt_check-transform' into maintHenrik Nord
2012-08-28Remove Dialyzer warningsKenneth Lundin
2012-08-20Corrected decoding to encorse a proper error return is there is tag mismatchKenneth Lundin
2012-08-15Merge branch 'gustav/asn1/enumerated_n2n/OTP-10144' into maintGustav Simonsson
2012-08-15Merge branch 'gustav/asn1/integer_single_value_predefined/OTP-10139' into maintGustav Simonsson
2012-08-15Merge branch 'gustav/asn1/per_integer_ranges/OTP-10128' into maintGustav Simonsson
2012-07-18Merge branch 'at/fix_asn1_typo' into maintHenrik Nord
2012-07-11Add support for extensible enumeration types in n2nGustav Simonsson
2012-07-11Make n2n option work for enumerated types without extensionGustav Simonsson
2012-07-10In generation of encoding functions for enumeration types,Gustav Simonsson
2012-07-05Add sorting in constraint checking on single values.Gustav Simonsson
2012-07-03Keep encoded octets of constrained whole number value andGustav Simonsson
2012-06-28Add support for larger integer ranges in per encode/decodeGustav Simonsson
2012-06-08Merge branch 'lukas/otp/install_with_whitespace/OTP-10107' into maintLukas Larsson
2012-06-05Update to work with whitespace in exec pathLukas Larsson
2012-05-17Fix typo error in selected decode functionArtem Teslenko
2012-05-04Add support for multiple ExtensionAdditionGroupsKenneth Lundin
2012-03-30Update copyright yearsBjörn-Egil Dahlberg
2012-03-29replace 5 sec timeout (too short) with monitor in asn1_db requestsKenneth Lundin
2012-03-27Correct handling of INTEGER (1..4 | 8 | 10 | 20)Kenneth Lundin
2012-02-28[asn1] Parallelize test suitesAdam Lindberg
2012-02-28[asn1] Make tables and processes unnamedAdam Lindberg
2012-02-28[asn1] Abstract out table access to new moduleAdam Lindberg
2012-02-28[asn1] Run asn1 compilation in a separate processAdam Lindberg
2012-02-13Fix to integer and sequence definitionsGustav Simonsson
2011-12-09Update copyright yearsBjörn-Egil Dahlberg
2011-11-30asn1: Eliminate use of tuple funBjörn Gustavsson
2011-10-18asn1rt_check: Fix transform_to_EXTERNAL1990 for binary inputHarald Welte
2011-09-23Merge branch 'dev' into majorLukas Larsson
2011-09-23Merge branch 'lukas/asn1/fix_ber_other_testcase/OTP-9573' into devLukas Larsson
2011-09-23Update ber_bin and ber_bin_v2 to return binariesLukas Larsson
2011-09-13Merge branch 'dev' into majorHenrik Nord
2011-09-08asn1ct: add warnings_as_errors optionTuncer Ayaz
2011-08-02Remove some superflous includes which caused inlined modules to have lots of ...Lukas Larsson
2011-08-01Update code genaration to call nif/erlang depending on what is configuredLukas Larsson
2011-08-01Remove export_all and only export is_nif_loadableLukas Larsson
2011-08-01Create a nif for ber encodeLukas Larsson
2011-08-01Extract generic is_nif_loadable function from decodeLukas Larsson
2011-08-01Update decode_open_type to use nifs if configured to do soLukas Larsson
2011-08-01Add -deprecated attributesLukas Larsson