aboutsummaryrefslogtreecommitdiffstats
path: root/lib/asn1/c_src
AgeCommit message (Expand)Author
2012-08-31Update copyright yearsBjörn-Egil Dahlberg
2012-06-05Update to work with whitespace in exec pathLukas Larsson
2012-02-29[asn1] Refactor test cases and remove extra suitesAdam Lindberg
2012-01-03asn1: Remove unused variable in asn1_erl_nif.cBjörn-Egil Dahlberg
2011-10-13asn1: Fix typo that caused failure of 'make release' on WindowsBjörn Gustavsson
2011-08-08Merge branch 'bjorn/parallel-make/OTP-9451' into majorBjörn Gustavsson
2011-08-08*/c_src/Makefile*: Support parallel makeBjörn Gustavsson
2011-08-01Update to use enif_alloc instead of mallocLukas Larsson
2011-08-01Fix bug in counting length of empty composite typesLukas Larsson
2011-08-01Fix bug where composite types with more then one element would be encoded in ...Lukas Larsson
2011-08-01Update ber encode nif to use a linked list memry bufferLukas Larsson
2011-08-01Create a nif for ber encodeLukas Larsson
2011-08-01Update tag to be ints instead of longsLukas Larsson
2011-08-01Update asn1 nif to handle calls with an empty binaryLukas Larsson
2011-08-01Cannot be a binary as decode creates tuplesLukas Larsson
2011-08-01Remove DRIVER target from opt targetLukas Larsson
2011-08-01return 0 as error code when an unknown error happensLukas Larsson
2011-08-01Remove all modules relating to drivers and make all functions obsolete.Lukas Larsson
2011-08-01Add load, upgrade and purge functions for asn1 nifsLukas Larsson
2011-08-01Add better error messages to nifsLukas Larsson
2011-08-01Add asn1 nif for ber decode and per encodeLukas Larsson
2011-05-20Fixed DRIVER_INIT prototypeKenneth Lundin
2011-05-19Corrected handling of long length in driver and updated test suitesKenneth Lundin
2010-08-13Remove unused variablesMartti Kuparinen
2010-04-15Fix shared libraries installationPeter Lemenkov
2010-02-18OTP-8451 Harmless buffer overflow by one byte in asn1 and ram_file_drv.Sverker Eriksson
2010-02-03OTP-8323 Cross compilation improvements and other build systemRickard Green
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP