Age | Commit message (Expand) | Author |
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 |
2011-03-11 | Update copyright years | Björn-Egil Dahlberg |
2011-03-07 | Fixed crash in asn1ct_check occuring for SEQUENCE with extension mark and com... | Kenneth Lundin |
2011-02-17 | Merge branch 'ks/asn1-dialyzer-fixes' into dev | Niclas Axelsson |
2011-02-17 | Merge branch 'ta/asn1-reporting' into dev | Niclas Axelsson |
2010-11-26 | Correct a race-condition during loading of driver | Kenneth Lundin |
2010-11-18 | Shut off some dialyzer warnings | Kostis Sagonas |
2010-10-05 | Merge branch 'maint-r13' into dev | Kenneth Lundin |
2010-10-04 | Add additional test to cover this correction | Kenneth Lundin |
2010-09-24 | correct the encoding of ExtensionAdditionGroup | Kenneth Lundin |
2010-09-23 | temp | Kenneth Lundin |
2010-09-23 | Add support for ExtensionAdditionGroup notation in nested types as well | Kenneth Lundin |
2010-09-10 | Remove warnings for clashes with new autoimported BIFs | Patrik Nyblom |
2010-09-10 | Merge branch 'kenneth/asn1/nested_extaddgroup/OTP-8797' into dev | Kenneth Lundin |
2010-09-10 | Merge branch 'kenneth/asn1/uper_contrained_number/OTP-8779' into dev | Kenneth Lundin |
2010-09-07 | Add support for ExtensionAdditionGroup notation in nested types as well | Kenneth Lundin |
2010-09-06 | Merge branch 'ta/asn1ct-fix-whitespace' into dev | Björn Gustavsson |
2010-09-01 | Merge branch 'maint-r13' into dev | Björn Gustavsson |
2010-08-25 | Update of vsn.mk, relnotes and appup for patch in R13B04 track | Kenneth Lundin |
2010-08-25 | Add support for Extension addition group | Kenneth Lundin |
2010-08-23 | Fix bug in UNALIGNED PER regarding encode/decode of constrained number with v... | Kenneth Lundin |
2010-07-12 | asn1ct: change unusual whitespace char from 0xA0 to 0x20 | Tuncer Ayaz |
2010-05-05 | asn1ct: Make formatting of errors and warnings consistent | Tuncer Ayaz |
2010-04-10 | Remove gratuitous ok report in asn1ct | Tuncer Ayaz |
2010-04-09 | Merge branch 'ta/asn1-verbose' into dev | Erlang/OTP |