aboutsummaryrefslogtreecommitdiffstats
path: root/skeletons/BOOLEAN.c
AgeCommit message (Expand)AuthorFilesLines
2017-10-20fix consrtaint propagation for random_fillLev Walkin1-1/+2
2017-10-17constness fixes, round-trip and fuzz-testing for CHOICELev Walkin1-28/+28
2017-10-09better entropy estimationLev Walkin1-2/+14
2017-10-03add OER for BOOLEANLev Walkin1-8/+70
2017-09-29Combined constraints and introduced value randomizer.Lev Walkin1-3/+28
2017-09-18ensure xer encode yields the same number of bytes as it sends to the callbackLev Walkin1-3/+1
2017-09-12add constLev Walkin1-3/+3
2017-09-06removed superfluous constraints duplicationLev Walkin1-1/+0
2017-08-25introduced ASN_STRUCT_RESET; preferred over ASN_STRUCT_FREE_CONTENTS_ONLYLev Walkin1-4/+14
2017-08-24Move type operations to another structureBi-Ruei, Chiu1-4/+8
2017-08-11further runtime support for information object classesLev Walkin1-1/+1
2017-08-10structure comparison functionsLev Walkin1-0/+25
2017-08-07fix warningsLev Walkin1-4/+6
2017-08-07remove warningLev Walkin1-0/+1
2017-08-02fix OER stubs orderLev Walkin1-7/+7
2017-08-02introduce oer constraint codeLev Walkin1-0/+1
2017-08-02add skeleton OER stubsLev Walkin1-0/+7
2017-07-06guard PER referencesLev Walkin1-0/+5
2016-03-14do not use reserved identifiers, contdLev Walkin1-11/+11
2014-07-29Declare the tags[] tables in skeletons as const.Wim Lewis1-1/+1
2013-03-16fix: There must be no content in self-terminating <NULL/> tag.Lev Walkin1-4/+1
2012-01-09propagate per encoding errorLev Walkin1-1/+2
2012-01-09avoid rightful PER warningLev Walkin1-1/+1
2007-06-29starving instead of failing if no more dataLev Walkin1-1/+1
2006-08-18per supportLev Walkin1-0/+16
2005-11-26upgrade: PER related changesLev Walkin1-3/+35
2005-03-10added const qualifierLev Walkin1-4/+4
2005-03-09relaxed XER processing rules for whitespaceLev Walkin1-12/+11
2005-02-25XMLValueList supportLev Walkin1-1/+3
2005-02-18context sensitivityLev Walkin1-1/+1
2004-10-22xer_is_whitespace()Lev Walkin1-9/+2
2004-10-22BOOLEAN XER supportLev Walkin1-1/+55
2004-10-20XER supportLev Walkin1-2/+3
2004-10-03allow local cleanupLev Walkin1-0/+2
2004-09-29asn1_* renamed into asn_*Lev Walkin1-12/+14
2004-09-26clean-up; removed unnecessary field from type descriptorLev Walkin1-13/+19
2004-09-24context is now optionalLev Walkin1-3/+1
2004-09-22XER supportLev Walkin1-4/+30
2004-09-13inner structures tagging fix. see 0.9.5 comment in ChangeLogLev Walkin1-1/+3
2004-09-10refactored tagging supportLev Walkin1-1/+0
2004-08-25avoided compilation warnings on gcc 3.3.x systemsLev Walkin1-1/+1
2004-08-20new constraints modelLev Walkin1-0/+1
2004-08-19BOOLEAN and NULL have changed their typesLev Walkin1-10/+10
2004-08-11C++ compatibilityLev Walkin1-4/+4
2004-08-11portabilityLev Walkin1-1/+1
2004-06-05enforsed compilation with -W -WerrorLev Walkin1-3/+7
2004-06-03Initial revisionLev Walkin1-0/+147