1. 3e3f61a negative enums are totally ok by Lev Walkin · 7 years ago
  2. d3cce46 more randomized testing by Lev Walkin · 7 years ago
  3. a25584b fixed INTEGER/ENUMERATED mismatch by Lev Walkin · 7 years ago
  4. 18741a9 constrain integer random generation by PER constraints by Lev Walkin · 7 years ago
  5. 87998b8 add randomized tests to the suite by Lev Walkin · 7 years ago
  6. cb52391 randomized value testing by Lev Walkin · 7 years ago
  7. d7a740c fix for simple modules by Lev Walkin · 7 years ago
  8. 58b383e fix unused var by Lev Walkin · 7 years ago
  9. b518668 don't forget to put it back by Lev Walkin · 7 years ago
  10. 6527a43 regenerated by Lev Walkin · 7 years ago
  11. 15734f9 fixed usage by Lev Walkin · 7 years ago
  12. bf09bf7 hide junk test code if not -DJUNKTEST by Lev Walkin · 7 years ago
  13. 0bfea56 regenerated by Lev Walkin · 7 years ago
  14. a5972be Combined constraints and introduced value randomizer. by Lev Walkin · 7 years ago
  15. 6d69204 extend naming API by Lev Walkin · 7 years ago
  16. 14e75ed upgrade to a new API by Lev Walkin · 7 years ago
  17. c7a2101 make it compile by Lev Walkin · 7 years ago
  18. 9059af4 typo by Lev Walkin · 7 years ago
  19. ff92aa3 indentation change by Lev Walkin · 7 years ago
  20. c8a0b9d remove unused stuff by Lev Walkin · 7 years ago
  21. 84556d5 avoid failing on CC_ATTR_NO_SANITIZE attribute by Lev Walkin · 7 years ago
  22. 15b26e6 converter-sample renamed into converter-example by Lev Walkin · 7 years ago
  23. ad77591 regenerated makefiles by Lev Walkin · 7 years ago
  24. 8a85b36 split Makefile.am.sample into Makefile.am.example and Makefile.am.libasncodecs by Lev Walkin · 7 years ago
  25. 478819d converter-sample renamed into converter-example by Lev Walkin · 7 years ago
  26. f3f7f94 remove warnings by Lev Walkin · 7 years ago
  27. 33897e2 Use ASAN_OPTIONS=detect_leaks=1 if leak sanitizer can be enabled separately by Lev Walkin · 7 years ago
  28. 1900888 bsd compat by Lev Walkin · 7 years ago
  29. a4f6891 less misleading name by Lev Walkin · 7 years ago
  30. 16555a1 cross-platform mandatory include by Lev Walkin · 7 years ago
  31. 0479e04 regenerated by Lev Walkin · 7 years ago
  32. 1711a5d Merge branch 'master' of github.com:vlm/asn1c by Lev Walkin · 7 years ago
  33. 6171cd0 Merge pull request #208 from brchiu/fix_recent_memory_leak_and_access_violation by Lev Walkin · 7 years ago
  34. 2e93c22 emit cross-compilable attributes by Lev Walkin · 7 years ago
  35. 3f99563 cross-compile-safe options by Lev Walkin · 7 years ago
  36. 09c8730 Merge branch 'master' into fix_recent_memory_leak_and_access_violation by Lev Walkin · 7 years ago
  37. 5230c64 pdu types leak fix by Lev Walkin · 7 years ago
  38. 42457fe remove namespace leak by Lev Walkin · 7 years ago
  39. ed409e2 remove memleaks by Lev Walkin · 7 years ago
  40. 47fc74c proper destruction of a name storage by Lev Walkin · 7 years ago
  41. 59b1bc8 Fix some memory leakage and access violation in recent code by Bi-Ruei, Chiu · 7 years ago
  42. ef8dd44 print enumeration values for native integer in debug printouts by Lev Walkin · 7 years ago
  43. 3eeafe1 revert to better error log by Lev Walkin · 7 years ago
  44. 3b327a8 fix codec selection by Lev Walkin · 7 years ago
  45. 20e22eb added security tags by Lev Walkin · 7 years ago
  46. 229ad00 fixed memory leaks in test code by Lev Walkin · 7 years ago
  47. dcae9ce fixed leaks in CHOICE/XER and REAL conversion by Lev Walkin · 7 years ago
  48. c8c286a added fuzzer for XER test 70 by Lev Walkin · 7 years ago
  49. 4fe2882 ensure xer encode yields the same number of bytes as it sends to the callback by Lev Walkin · 7 years ago
  50. 7489807 get rid of zer_* in favor of generic asn_encoder and asn_decoder by Lev Walkin · 7 years ago
  51. a75b247 remove undefined behavior sanitizer warning by Lev Walkin · 7 years ago
  52. 0368c62 get rid of undefined behavior sanitizer warnings by Lev Walkin · 7 years ago
  53. e835b3a removed undefined behavior warning by Lev Walkin · 7 years ago
  54. 547973d remove undefined behavior warning by Lev Walkin · 7 years ago
  55. 38a91df remove undefined behavior by Lev Walkin · 7 years ago
  56. a9e6337 remove undefined behavior by Lev Walkin · 7 years ago
  57. 9318004 remove undefined behavior by Lev Walkin · 7 years ago
  58. 0995f35 get rid of undefined behavior by Lev Walkin · 7 years ago
  59. beedbde get rid of undefined behavior and narrow supported entity reference range by Lev Walkin · 7 years ago
  60. 38306e1 remove undefined behavior sanitizer warning by Lev Walkin · 7 years ago
  61. 9c57f33 remove undefined behavior sanitizer warnings by Lev Walkin · 7 years ago
  62. 642b92f get rid of undefined behavior sanitizer warning by Lev Walkin · 7 years ago
  63. e0236da ensure undefined behavior sanitizer crashes the programs by Lev Walkin · 7 years ago
  64. 7b04d79 compiler selectivity by Lev Walkin · 7 years ago
  65. 58dd8c8 fix option naming by Lev Walkin · 7 years ago
  66. d5142d4 more semantic naming by Lev Walkin · 7 years ago
  67. 9368263 introduce RSSIZE_MAX to set maximum of ssize_t by Lev Walkin · 7 years ago
  68. 1a36465 Merge pull request #203 from ETSI-CTI/pr_warn by Lev Walkin · 7 years ago
  69. 07a50d8 introduce fuzzer and removed fuzzer-guided warning by Lev Walkin · 7 years ago
  70. 387a8f0 draft fuzzer infrastructure by Lev Walkin · 7 years ago
  71. b5cdc5d add C++ compile check by Lev Walkin · 7 years ago
  72. 5c600f4 add fuzzer detection by Lev Walkin · 7 years ago
  73. 24cf97d -fsanitize=undefined does not work with -O0 by Lev Walkin · 7 years ago
  74. cb4eddb make sanitization default by Lev Walkin · 7 years ago
  75. bbb6313 suppress warning in x64 (v2) by Denis Filatov · 7 years ago
  76. e29a30e regenerated by Lev Walkin · 7 years ago
  77. 50bf4ba remove debug by Lev Walkin · 7 years ago
  78. 4084658 default bsd make compilation does not include use preprocessor flags by Lev Walkin · 7 years ago
  79. 0f5dd34 move flags around by Lev Walkin · 7 years ago
  80. eff98a5 fixed under freebsd and clang by Lev Walkin · 7 years ago
  81. dfbff61 old compiler fix by Lev Walkin · 7 years ago
  82. e1e4207 suppress warning in x64 by Denis Filatov · 7 years ago
  83. 81d6c57 regenerated by Lev Walkin · 7 years ago
  84. 6a0b363 introduce generic encoder and decoder by Lev Walkin · 7 years ago
  85. 07906c7 comments fix by Lev Walkin · 7 years ago
  86. 2f18608 add back the noper by Lev Walkin · 7 years ago
  87. 0f77cea returned per-nopad by Lev Walkin · 7 years ago
  88. 399f1cf Revert "kill checking -nopad" by Lev Walkin · 7 years ago
  89. afbf2a9 add const by Lev Walkin · 7 years ago
  90. 9dc9f67 regenerated by Lev Walkin · 7 years ago
  91. 5626bc1 kill checking -nopad by Lev Walkin · 7 years ago
  92. f8627fa avoid testing nopad when nopad is not needed by Lev Walkin · 7 years ago
  93. e8bbe93 generic asn_decoder by Lev Walkin · 7 years ago
  94. 625d480 ignored check in skeletons by Lev Walkin · 7 years ago
  95. 91da82f remove warnings by Lev Walkin · 7 years ago
  96. 96d388c regenerated makefiles by Lev Walkin · 7 years ago
  97. b48bc2f using higher abstraction by Lev Walkin · 7 years ago
  98. 0b59763 incorrect fix fixed by Lev Walkin · 7 years ago
  99. 6d46bc3 introduce generic encoder by Lev Walkin · 7 years ago
  100. ffb77b0 Merge branch 'master' of github.com:vlm/asn1c by Lev Walkin · 7 years ago