1. 38306e1 remove undefined behavior sanitizer warning by Lev Walkin · 7 years ago
  2. 9c57f33 remove undefined behavior sanitizer warnings by Lev Walkin · 7 years ago
  3. 642b92f get rid of undefined behavior sanitizer warning by Lev Walkin · 7 years ago
  4. e0236da ensure undefined behavior sanitizer crashes the programs by Lev Walkin · 7 years ago
  5. 7b04d79 compiler selectivity by Lev Walkin · 7 years ago
  6. 58dd8c8 fix option naming by Lev Walkin · 7 years ago
  7. d5142d4 more semantic naming by Lev Walkin · 7 years ago
  8. 9368263 introduce RSSIZE_MAX to set maximum of ssize_t by Lev Walkin · 7 years ago
  9. 1a36465 Merge pull request #203 from ETSI-CTI/pr_warn by Lev Walkin · 7 years ago
  10. 07a50d8 introduce fuzzer and removed fuzzer-guided warning by Lev Walkin · 7 years ago
  11. 387a8f0 draft fuzzer infrastructure by Lev Walkin · 7 years ago
  12. b5cdc5d add C++ compile check by Lev Walkin · 7 years ago
  13. 5c600f4 add fuzzer detection by Lev Walkin · 7 years ago
  14. 24cf97d -fsanitize=undefined does not work with -O0 by Lev Walkin · 7 years ago
  15. cb4eddb make sanitization default by Lev Walkin · 7 years ago
  16. bbb6313 suppress warning in x64 (v2) by Denis Filatov · 7 years ago
  17. e29a30e regenerated by Lev Walkin · 7 years ago
  18. 50bf4ba remove debug by Lev Walkin · 7 years ago
  19. 4084658 default bsd make compilation does not include use preprocessor flags by Lev Walkin · 7 years ago
  20. 0f5dd34 move flags around by Lev Walkin · 7 years ago
  21. eff98a5 fixed under freebsd and clang by Lev Walkin · 7 years ago
  22. dfbff61 old compiler fix by Lev Walkin · 7 years ago
  23. e1e4207 suppress warning in x64 by Denis Filatov · 7 years ago
  24. 81d6c57 regenerated by Lev Walkin · 7 years ago
  25. 6a0b363 introduce generic encoder and decoder by Lev Walkin · 7 years ago
  26. 07906c7 comments fix by Lev Walkin · 7 years ago
  27. 2f18608 add back the noper by Lev Walkin · 7 years ago
  28. 0f77cea returned per-nopad by Lev Walkin · 7 years ago
  29. 399f1cf Revert "kill checking -nopad" by Lev Walkin · 7 years ago
  30. afbf2a9 add const by Lev Walkin · 7 years ago
  31. 9dc9f67 regenerated by Lev Walkin · 7 years ago
  32. 5626bc1 kill checking -nopad by Lev Walkin · 7 years ago
  33. f8627fa avoid testing nopad when nopad is not needed by Lev Walkin · 7 years ago
  34. e8bbe93 generic asn_decoder by Lev Walkin · 7 years ago
  35. 625d480 ignored check in skeletons by Lev Walkin · 7 years ago
  36. 91da82f remove warnings by Lev Walkin · 7 years ago
  37. 96d388c regenerated makefiles by Lev Walkin · 7 years ago
  38. b48bc2f using higher abstraction by Lev Walkin · 7 years ago
  39. 0b59763 incorrect fix fixed by Lev Walkin · 7 years ago
  40. 6d46bc3 introduce generic encoder by Lev Walkin · 7 years ago
  41. ffb77b0 Merge branch 'master' of github.com:vlm/asn1c by Lev Walkin · 7 years ago
  42. 2864774 comments added to highlight transfer syntax compatibility by Lev Walkin · 7 years ago
  43. 0cfc865 work with older compilers by Lev Walkin · 7 years ago
  44. 9023dea naming correctness fix by Lev Walkin · 7 years ago
  45. c66ccbc duplicate identifier fix by Lev Walkin · 7 years ago
  46. f6e04b5 ignore single value constraint which looks like a (bit)string itself by Lev Walkin · 7 years ago
  47. 59165cf reorganized parsing around constraints by Lev Walkin · 7 years ago
  48. 2701dc2 CVE-2017-12966 verified not present by Lev Walkin · 7 years ago
  49. 77f65c9 remove extra log by Lev Walkin · 7 years ago
  50. bf97915 parse a variant of value constraint by Lev Walkin · 7 years ago
  51. 0c68645 updated parsing bnf by Lev Walkin · 7 years ago
  52. 2d0effc -lm for REAL by Lev Walkin · 7 years ago
  53. be518fa ENUMERATION can not be empty by Lev Walkin · 7 years ago
  54. 154519a removed superfluous constraints duplication by Lev Walkin · 7 years ago
  55. b7a202e check length size in default BMPString and UniversalString constraints by Lev Walkin · 7 years ago
  56. 86526e3 compare BIT STRING as well by Lev Walkin · 7 years ago
  57. 4ef01a2 prohibit encoding universalstring of non-modulo-multiplier size by Lev Walkin · 7 years ago
  58. d523ea4 parse advanced WITH COMPONENTS by Lev Walkin · 7 years ago
  59. 8460940 typo fixes by Lev Walkin · 7 years ago
  60. 55255f9 lang fixes by Lev Walkin · 7 years ago
  61. 80c7de8 linked details by Lev Walkin · 7 years ago
  62. 61b660f standards interoperability table by Lev Walkin · 7 years ago
  63. 774fbdc standards interoperability table by Lev Walkin · 7 years ago
  64. 5efafc5 early suggestion of -fcompound-names by Lev Walkin · 7 years ago
  65. c17e14e removed extra debug by Lev Walkin · 7 years ago
  66. b46156d naming abstraction by Lev Walkin · 7 years ago
  67. e4ea175 regenerated by Lev Walkin · 7 years ago
  68. fe4e047 added Ieee1609Dot2Data example by Lev Walkin · 7 years ago
  69. c280c80 added random examples by Lev Walkin · 7 years ago
  70. 1a50389 fix streaming by Lev Walkin · 7 years ago
  71. 28ba9db retain DEFAULT encoding in XER output (std) by Lev Walkin · 7 years ago
  72. 3b6cba5 xer->oer->xer by Lev Walkin · 7 years ago
  73. 09bec46 ignore default values in COER by Lev Walkin · 7 years ago
  74. 71191ba fix warnings by Lev Walkin · 7 years ago
  75. fc89b9d encode BIT STRING and CHOICE for OER by Lev Walkin · 7 years ago
  76. f4e9943 OER typo by Lev Walkin · 7 years ago
  77. e0f2a5b 0..MAX is unsigned in constraints by Lev Walkin · 7 years ago
  78. 6713bcb 0..MAX constraint is positive for OER by Lev Walkin · 7 years ago
  79. 5994072 decode works now by Lev Walkin · 7 years ago
  80. cfc16d3 BIT STRING decode for OER by Lev Walkin · 7 years ago
  81. aa7c5a6 NULL OER encode/decode by Lev Walkin · 7 years ago
  82. c6bd359 decode SET OF OER, file by Lev Walkin · 7 years ago
  83. 96f9921 decode SET OF in OER by Lev Walkin · 7 years ago
  84. 84382cc fix infinite recursion in constraints by Lev Walkin · 7 years ago
  85. dfc9314 fix issue #195 by Lev Walkin · 7 years ago
  86. 290b4d6 https://github.com/vlm/asn1c/issues/161 by Lev Walkin · 7 years ago
  87. a93d997 Add unittest, which revealed that default booleans were not set properly by Ryan Sleevi · 7 years ago
  88. ae8a6e4 Don't DER encode the default value of SEQUENCE/SET elements by Ryan Sleevi · 7 years ago
  89. 135d7dd pull extensions for aliased types by Lev Walkin · 7 years ago
  90. 0c54f3d more debug by Lev Walkin · 7 years ago
  91. 94fc418 fixed constraint reference by Lev Walkin · 7 years ago
  92. 20dc624 new tests by Lev Walkin · 7 years ago
  93. 9a1736d CHOICE stub for OER by Lev Walkin · 7 years ago
  94. 2535bd5 verified OCTET STRING OER operation by Lev Walkin · 7 years ago
  95. aa7e94f regenerated with newer compiler by Lev Walkin · 7 years ago
  96. f9f3e06 NativeEnumerated for OER, and tests by Lev Walkin · 7 years ago
  97. 049a2d7 not pointers by Lev Walkin · 7 years ago
  98. 090262f add oer check by Lev Walkin · 7 years ago
  99. a926fce regenerateed with explicit pdu spec by Lev Walkin · 7 years ago
  100. 0c050a8 regenerated with newer compiler by Lev Walkin · 7 years ago