aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-11-13remove warningsLev Walkin1-2/+1
2017-11-13Fix crash when processing S1APBi-Ruei, Chiu1-2/+2
2017-11-13update dependenciesLev Walkin1-1/+1
2017-11-13update dependenciesLev Walkin1-1/+1
2017-11-13update dependenciesLev Walkin1-22/+24
2017-11-13better cleanupLev Walkin1-2/+1
2017-11-13invert -gen-xxx to -no-gen-yyyLev Walkin4-4/+4
2017-11-13invert -gen-PER as -no-gen-OERLev Walkin1-1/+1
2017-11-13Fix memory leakeageBi-Ruei, Chiu1-0/+3
2017-11-13Fix 'make check' error under sample.source.RRCBi-Ruei, Chiu2-4/+4
2017-11-13more precise OER and PER code bundlingLev Walkin8-256/+323
2017-11-12add asn1c compile smoke testLev Walkin7-5/+101
2017-11-11changelog order fixLev Walkin1-2/+2
2017-11-11generate OER and PER by default. add -no-gen-exampleLev Walkin8-35/+68
2017-11-11remove superfluous -pduLev Walkin1-1/+1
2017-11-11make -pdu=auto a defaultLev Walkin2-36/+75
2017-11-11earlier detection of unknown -pdu=TypeLev Walkin1-73/+114
2017-11-07API referenceLev Walkin4-40/+561
2017-11-07moved decl around to maintain comments continuityLev Walkin1-11/+11
2017-11-07constnessLev Walkin3-17/+42
2017-11-07docLev Walkin1-1/+1
2017-11-07more logical structureLev Walkin1-367/+327
2017-11-07update docLev Walkin1-75/+120
2017-11-06use ptrdiff_tLev Walkin1-2/+3
2017-11-06asn_encode_to_new_buffer()Lev Walkin2-1/+101
2017-11-06uper_encode() with NULL callback to ignore output and return the number of bitsLev Walkin1-1/+9
2017-11-06use hash for name lookupLev Walkin11-414/+453
2017-11-06name clashes using generic hashingLev Walkin1-26/+42
2017-11-06generic hashing mechanismLev Walkin3-1/+1043
2017-11-05Add test case for issue #178Jon Ringle4-0/+321
2017-11-05fix randomized failures on fast enough systemsLev Walkin1-1/+1
2017-11-05fix builddirLev Walkin2-3/+4
2017-11-05replace incompatible awk with CLev Walkin4-7/+80
2017-10-31removed autotools intermediate files from source codeLev Walkin2-585/+0
2017-10-31avoid complaints about _BSD_SOURCE on ubuntuLev Walkin1-0/+4
2017-10-31removed autotools intermediate files from source codeLev Walkin1-1616/+0
2017-10-27force recompile T objectLev Walkin1-0/+7
2017-10-26add missing memberLev Walkin1-1/+1
2017-10-26fixed non-trivial SIZE constraints for SET OF and SEQUENCE OF, fuzz-testedLev Walkin5-14/+84
2017-10-25fix UPER decoding of SET OF with more then 16K elementsVasil Velichkov1-2/+2
2017-10-25Fix an undefined behaviour error in constr_SET_OF.cVasil Velichkov1-9/+16
2017-10-25Fix UPER encoding of empty SEQUENCE OFVasil Velichkov1-0/+8
2017-10-25Do not build 32bit skeletons lib and check-converterVasil Velichkov1-4/+6
2017-10-24avoid failing on something that is considered compression bombLev Walkin2-2/+0
2017-10-24remove warningLev Walkin1-0/+1
2017-10-24Modify test 156 for verifying pull request 224 and 227 simultaneouslyBi-Ruei, Chiu4-157/+365
2017-10-24Fix duplicate 'asn_VAL_23_ignore' generated from RANAP ASN.1Bi-Ruei, Chiu2-5/+11
2017-10-24protect from SET OF NULL compression bombLev Walkin1-1/+6
2017-10-24fix memory reallocLev Walkin2-17/+25
2017-10-24uper and oer SET OF and SEQUENCE OF verifiedLev Walkin9-68/+367