summaryrefslogtreecommitdiff
path: root/lib/asn1/c_src
Commit message (Expand)AuthorAgeFilesLines
* asn1_erl_nif: Correct broken length encodingBjörn Gustavsson2013-02-041-2/+3
* Update copyright yearsBjörn-Egil Dahlberg2012-08-311-1/+1
* Update to work with whitespace in exec pathLukas Larsson2012-06-051-4/+4
* [asn1] Refactor test cases and remove extra suitesAdam Lindberg2012-02-291-2/+2
* asn1: Remove unused variable in asn1_erl_nif.cBjörn-Egil Dahlberg2012-01-031-3/+2
* asn1: Fix typo that caused failure of 'make release' on WindowsBjörn Gustavsson2011-10-131-1/+1
* Merge branch 'bjorn/parallel-make/OTP-9451' into majorBjörn Gustavsson2011-08-081-9/+3
|\
| * */c_src/Makefile*: Support parallel makeBjörn Gustavsson2011-08-081-9/+3
* | Update to use enif_alloc instead of mallocLukas Larsson2011-08-011-6/+9
* | Fix bug in counting length of empty composite typesLukas Larsson2011-08-011-0/+1
* | Fix bug where composite types with more then one element would be encoded in ...Lukas Larsson2011-08-011-1/+4
* | Update ber encode nif to use a linked list memry bufferLukas Larsson2011-08-011-96/+137
* | Create a nif for ber encodeLukas Larsson2011-08-011-103/+281
* | Update tag to be ints instead of longsLukas Larsson2011-08-011-2/+2
* | Update asn1 nif to handle calls with an empty binaryLukas Larsson2011-08-011-0/+3
* | Cannot be a binary as decode creates tuplesLukas Larsson2011-08-011-2/+2
* | Remove DRIVER target from opt targetLukas Larsson2011-08-011-1/+1
* | return 0 as error code when an unknown error happensLukas Larsson2011-08-011-0/+2
* | Remove all modules relating to drivers and make all functions obsolete.Lukas Larsson2011-08-012-1692/+2
* | Add load, upgrade and purge functions for asn1 nifsLukas Larsson2011-08-011-1/+23
* | Add better error messages to nifsLukas Larsson2011-08-011-3/+8
* | Add asn1 nif for ber decode and per encodeLukas Larsson2011-08-012-14/+1067
|/
* Fixed DRIVER_INIT prototypeKenneth Lundin2011-05-201-2/+0
* Corrected handling of long length in driver and updated test suitesKenneth Lundin2011-05-191-20/+29
* Remove unused variablesMartti Kuparinen2010-08-131-2/+1
* Fix shared libraries installationPeter Lemenkov2010-04-151-1/+1
* OTP-8451 Harmless buffer overflow by one byte in asn1 and ram_file_drv.Sverker Eriksson2010-02-181-6/+10
* OTP-8323 Cross compilation improvements and other build systemRickard Green2010-02-032-145/+118
* The R13B03 release.OTP_R13B03Erlang/OTP2009-11-203-0/+1826