aboutsummaryrefslogtreecommitdiffstats
path: root/skeletons
AgeCommit message (Expand)AuthorFilesLines
2013-03-28typo in a commentLev Walkin1-1/+1
2013-03-28simplify xer encodingLev Walkin2-27/+12
2013-03-28format and signedness mismatch fixesLev Walkin1-2/+0
2013-03-28more PER testsLev Walkin1-0/+54
2013-03-28more tests for integer decoding on ilp32Lev Walkin1-24/+29
2013-03-28add finite on ubuntuLev Walkin1-1/+1
2013-03-28fix 32 bit integer decodingLev Walkin1-31/+76
2013-03-28fix ilogb error on ubuntuLev Walkin1-2/+2
2013-03-25remove warningsLev Walkin2-2/+2
2013-03-24fix https://sourceforge.net/p/asn1c/bugs/51/Lev Walkin1-7/+10
2013-03-24add back const qualifierLev Walkin1-1/+1
2013-03-24verified https://sourceforge.net/p/asn1c/bugs/45/ with autotestsLev Walkin3-7/+181
2013-03-20fixed bug #58Lev Walkin1-1/+3
2013-03-19allow td to be absent when printing out debugLev Walkin1-2/+2
2013-03-19remove warningsLev Walkin1-1/+1
2013-03-16Merge pull request #23 from basinilya/upstreamLev Walkin1-3/+3
2013-03-16fix: There must be no content in self-terminating <NULL/> tag.Lev Walkin5-18/+23
2013-03-16make one-pass parsing for object identifierLev Walkin4-34/+86
2012-12-01Fix sys_ntohl macro; it just replicated the low byte instead of reordering bytesIlya Basin1-3/+3
2012-10-10make file reading work under windowsLev Walkin1-1/+1
2012-09-04tighten code according to tag invariantLev Walkin1-11/+23
2012-09-04fix parsing for OID and RELATIVE-OIDLev Walkin2-17/+16
2012-09-04get rid of xer_is_whitespace()Lev Walkin1-6/+6
2012-09-04removed unused variableLev Walkin1-1/+0
2012-09-04ignore empty integer bodiesLev Walkin1-1/+5
2012-09-04indentationLev Walkin1-1/+2
2012-09-03remove warningsLev Walkin1-0/+9
2012-09-03remove volatile from GeneralizedTimeLev Walkin1-9/+8
2012-09-03remove volatile qualifier from OID codeLev Walkin2-34/+76
2012-09-02remove volatile from INTEGERLev Walkin3-55/+131
2012-09-02upgrade autotoolsLev Walkin5-166/+340
2012-03-02more compact indentation specLev Walkin2-12/+7
2012-02-27fixed indentation in perLev Walkin2-1/+11
2012-02-21some reentrancy protectionLev Walkin2-6/+6
2012-02-15Merge branch 'master' of github.com:vlm/asn1cLev Walkin5-14/+46
2012-01-23more robust pre-allocation; credits to Yuriy OlkhovyyLev Walkin1-4/+3
2012-01-22ignore part of the test which is not properly structuredLev Walkin1-4/+5
2012-01-23check LP64 integersLev Walkin2-3/+30
2012-01-22unbreak overflow detection in gcc 4.4.3 (4.x?)Lev Walkin3-4/+9
2012-01-09comment fixLev Walkin1-1/+1
2012-01-09propagate per encoding errorLev Walkin1-1/+2
2012-01-09avoid rightful PER warningLev Walkin1-1/+1
2012-01-09Check binary encodings of a Real valueLev Walkin1-11/+114
2012-01-09Testing ISO 6093 NR1/NR2/NR3 conformanceLev Walkin2-39/+263
2012-01-07comments about robusness; removed Amendment referenceLev Walkin1-4/+1
2012-01-07test encoding of special valuesLev Walkin2-67/+166
2012-01-07slightly prettier codeLev Walkin1-16/+23
2012-01-07rare memory leak fixedLev Walkin1-0/+3
2012-01-06additional checksLev Walkin1-0/+39
2011-07-21remove compiler warningsLev Walkin4-9/+9