Age | Commit message (Expand) | Author |
2012-08-15 | Merge branch 'gustav/asn1/enumerated_n2n/OTP-10144' into maint | Gustav Simonsson |
2012-08-15 | Merge branch 'gustav/asn1/integer_single_value_predefined/OTP-10139' into maint | Gustav Simonsson |
2012-08-15 | Merge branch 'gustav/asn1/per_integer_ranges/OTP-10128' into maint | Gustav Simonsson |
2012-07-18 | Merge branch 'at/fix_asn1_typo' into maint | Henrik Nord |
2012-07-11 | Add support for extensible enumeration types in n2n | Gustav Simonsson |
2012-07-11 | Make n2n option work for enumerated types without extension | Gustav Simonsson |
2012-07-10 | In generation of encoding functions for enumeration types, | Gustav Simonsson |
2012-07-05 | Add sorting in constraint checking on single values. | Gustav Simonsson |
2012-07-03 | Keep encoded octets of constrained whole number value and | Gustav Simonsson |
2012-06-28 | Add support for larger integer ranges in per encode/decode | Gustav Simonsson |
2012-06-08 | Merge branch 'lukas/otp/install_with_whitespace/OTP-10107' into maint | Lukas Larsson |
2012-06-05 | Update to work with whitespace in exec path | Lukas Larsson |
2012-05-17 | Fix typo error in selected decode function | Artem Teslenko |
2012-05-04 | Add support for multiple ExtensionAdditionGroups | Kenneth Lundin |
2012-03-30 | Update copyright years | Björn-Egil Dahlberg |
2012-03-29 | replace 5 sec timeout (too short) with monitor in asn1_db requests | Kenneth Lundin |
2012-03-27 | Correct handling of INTEGER (1..4 | 8 | 10 | 20) | Kenneth Lundin |
2012-02-28 | [asn1] Parallelize test suites | Adam Lindberg |
2012-02-28 | [asn1] Make tables and processes unnamed | Adam Lindberg |
2012-02-28 | [asn1] Abstract out table access to new module | Adam Lindberg |
2012-02-28 | [asn1] Run asn1 compilation in a separate process | Adam Lindberg |
2012-02-13 | Fix to integer and sequence definitions | Gustav Simonsson |
2011-12-09 | Update copyright years | Björn-Egil Dahlberg |
2011-11-30 | asn1: Eliminate use of tuple fun | Björn Gustavsson |
2011-09-23 | Merge branch 'dev' into major | Lukas Larsson |
2011-09-23 | Merge branch 'lukas/asn1/fix_ber_other_testcase/OTP-9573' into dev | Lukas Larsson |
2011-09-23 | Update ber_bin and ber_bin_v2 to return binaries | Lukas Larsson |
2011-09-13 | Merge branch 'dev' into major | Henrik Nord |
2011-09-08 | asn1ct: add warnings_as_errors option | Tuncer Ayaz |
2011-08-02 | Remove some superflous includes which caused inlined modules to have lots of ... | Lukas Larsson |
2011-08-01 | Update code genaration to call nif/erlang depending on what is configured | Lukas Larsson |
2011-08-01 | Remove export_all and only export is_nif_loadable | Lukas Larsson |
2011-08-01 | Create a nif for ber encode | Lukas Larsson |
2011-08-01 | Extract generic is_nif_loadable function from decode | Lukas Larsson |
2011-08-01 | Update decode_open_type to use nifs if configured to do so | Lukas Larsson |
2011-08-01 | Add -deprecated attributes | Lukas Larsson |
2011-08-01 | Add obsolete warning for driver option | Lukas Larsson |
2011-08-01 | Remove all modules relating to drivers and make all functions obsolete. | Lukas Larsson |
2011-08-01 | Remove driver support for per encoding | Lukas Larsson |
2011-08-01 | Remove driver support for ber decoding | Lukas Larsson |
2011-08-01 | Fix bootstrap problem | Lukas Larsson |
2011-08-01 | Define vsn if not defined to make flymake happy | Lukas Larsson |
2011-08-01 | Add support for nif option to optimized ber_bin_v2 asn1 compilation | Lukas Larsson |
2011-08-01 | Add support for nif option to optimized PER asn1 compilation | Lukas Larsson |
2011-08-01 | Add asn1 nif for ber decode and per encode | Lukas Larsson |
2011-07-21 | Use lists:mapfoldl instead for a tiny performance gain | Lukas Larsson |
2011-07-21 | Move fixopt to do more work in ct than rt for opimized per_bin | Lukas Larsson |
2011-07-21 | Optmized encode_length by doing some calculations at compile time rather than... | Lukas Larsson |
2011-07-21 | Optmized decode_length by doing some calculations as compile time rather than... | Lukas Larsson |
2011-05-19 | Corrected handling of long length in driver and updated test suites | Kenneth Lundin |