1. b4776ff bring OER in non-OER modes (temporary) by Lev Walkin · 7 years ago
  2. 890e603 OER encode SEQUENCE by Lev Walkin · 7 years ago
  3. 602aacb simplify dependencies by Lev Walkin · 7 years ago
  4. 9ae018e Native Integer OER support by Lev Walkin · 7 years ago
  5. 3fd85d8 PER aligned flush by Lev Walkin · 7 years ago
  6. f573ebb CODEC-OER for OER file dependencies by Lev Walkin · 7 years ago
  7. 51a1f3f rename slurp->skip by Lev Walkin · 7 years ago
  8. 20ea852 add OER open type decoder by Lev Walkin · 7 years ago
  9. 39837e6 safety by Lev Walkin · 7 years ago
  10. d88bea9 add OER SEQUENCE decoder by Lev Walkin · 7 years ago
  11. b33425f fix OER stubs order by Lev Walkin · 7 years ago
  12. cc9b3ae test OER encoding over the INTEGER value range by Lev Walkin · 7 years ago
  13. 527497f enable OER encoder by Lev Walkin · 7 years ago
  14. 486fd5c add encode check (fails yet) by Lev Walkin · 7 years ago
  15. fcfe19b add some INTEGER OER encoding code by Lev Walkin · 7 years ago
  16. e4d8c92 add some support for INTEGER decoding by Lev Walkin · 7 years ago
  17. 54f3451 add failed test for INTEGER decode OER by Lev Walkin · 7 years ago
  18. 4558ad0 add OER encoder helpers by Lev Walkin · 7 years ago
  19. 099da6f no C support code yet by Lev Walkin · 7 years ago
  20. ed3a4ae INTEGER decoding stub by Lev Walkin · 7 years ago
  21. 7678076 introduce oer constraint code by Lev Walkin · 7 years ago
  22. e7b73c4 oer support code by Lev Walkin · 7 years ago
  23. cc15947 add skeleton OER stubs by Lev Walkin · 7 years ago
  24. ea200d9 Merge pull request #155 from johvik/master by Lev Walkin · 7 years ago
  25. 80334ed guard PER references by Lev Walkin · 7 years ago
  26. 5d9e3c5 remove warning by Lev Walkin · 7 years ago
  27. 72ec909 introduce intmax_t by Lev Walkin · 7 years ago
  28. 5c9c342 change quotes by Lev Walkin · 7 years ago
  29. b02145b stck initialized later by Lev Walkin · 7 years ago
  30. 7e0ab88 remove unreferenced var by Lev Walkin · 7 years ago
  31. 39248ff Merge pull request #157 from johvik/prototype by Lev Walkin · 7 years ago
  32. 28268d9 Missing void in _new_stack() by johvik · 7 years ago
  33. 5f619fb Add const to strings in skeletons/ by johvik · 7 years ago
  34. c46137b Merge velichkov's commit 598e7b45... to mouse07410's asn1c repository by Bi-Ruei, Chiu · 7 years ago
  35. 46fc2bd support for C++ by Lev Walkin · 7 years ago
  36. 798bacf Remove misleading continue statement by Simo Sorce · 8 years ago
  37. cd943c2 The Left variable should be a positive integer by Simo Sorce · 8 years ago
  38. e6b650a Check and propagate error by Simo Sorce · 8 years ago
  39. 9cbd9b8 Remove dead code. by Simo Sorce · 8 years ago
  40. adf6594 Fix "_BSD_SOURCE" redefined warning by Vasil Velichkov · 8 years ago
  41. d82f77b Fix few duplicate 'const' warnings by Vasil Velichkov · 8 years ago
  42. e318759 Add code coverage using lcov and gcov by Vasil Velichkov · 8 years ago
  43. e088a2b Merge branch 'master' into windows-universal-build by Lev Walkin · 7 years ago
  44. 9e0bf1b refer to defined macro by Lev Walkin · 7 years ago
  45. d27d5b5 Merge pull request #89 from brchiu/unify_specs_variable_name by Lev Walkin · 7 years ago
  46. 9413414 better dir by Lev Walkin · 7 years ago
  47. f3ecbca Merge pull request #75 from devjoa/master by Lev Walkin · 8 years ago
  48. 2aa10de Only remove __attributes__ in Windows builds by Erika Thorsen · 8 years ago
  49. afea72f Include stdint.h instead of typedef types if Visual Studio 2010 or newer. by Erika Thorsen · 8 years ago
  50. 8723dc7 Removed __attribute__ since its not Windows compliant by Erika Thorsen · 8 years ago
  51. 419ac3a Unify the naming of asn_OCTET_STRING_specifics_t with code-generated by Bi-Ruei, Chiu · 8 years ago
  52. bce0ce4 _BSD_SOURCE moved to a more global location by Lev Walkin · 8 years ago
  53. eabd277 _BSD_SOURCE might be defined in unber.c by Lev Walkin · 8 years ago
  54. 74757c8 avoid shifting negative value by Lev Walkin · 8 years ago
  55. a604011 unlock snprintf on some systems by Lev Walkin · 8 years ago
  56. 619f0cd alloca.h is not universally available by Lev Walkin · 8 years ago
  57. 0ec6b19 try to move it around for travis by Lev Walkin · 8 years ago
  58. d60414d leave only skeleton flags by Lev Walkin · 8 years ago
  59. 25307f6 explicit stdio for snprintf by Lev Walkin · 8 years ago
  60. 681f059 DBL_TRUE_MIN is C11, make it portable by Lev Walkin · 8 years ago
  61. 19a2118 alloca.h for alloca (c89) by Lev Walkin · 8 years ago
  62. 7623d8c try to fetch timegm from the environment by Lev Walkin · 8 years ago
  63. 7c1dc05 do not use reserved identifiers, contd by Lev Walkin · 8 years ago
  64. c6cac8e do not use reserved identifiers by Lev Walkin · 8 years ago
  65. 034ee19 no dereference before check by Lev Walkin · 8 years ago
  66. 1ec7605 do not use reserved identifiers for variables by Lev Walkin · 8 years ago
  67. 8ca13c8 test subnormals by Lev Walkin · 8 years ago
  68. 104af19 pedantic c89 safety by Lev Walkin · 8 years ago
  69. 9736348 remove compiler warnings by Lev Walkin · 8 years ago
  70. 878c8b7 Updated debug logging output in per_get_few_bits, because in some cases this caused a segment fault in the framework, due to a malformed message. by devjoa · 9 years ago
  71. 9d59a40 Merge pull request #50 from jariq/master by Lev Walkin · 9 years ago
  72. 88152c8 Merge pull request #66 from simo5/memleak by Lev Walkin · 9 years ago
  73. 4f47bf5 Keep static analyzers happy by Simo Sorce · 9 years ago
  74. ce71d91 Avoid memory leak on error by Simo Sorce · 9 years ago
  75. 2253e6b C89 compliant variable declaration by Jaroslav Imrich · 10 years ago
  76. 33bab88 Makefile.am is not needed here by Lev Walkin · 10 years ago
  77. 3278995 merged patch #31 by Lev Walkin · 10 years ago
  78. a7591b5 regenerated tests based on Wim L patch by Lev Walkin · 10 years ago
  79. 78d604f Merge pull request #46 from wiml/constify by Lev Walkin · 10 years ago
  80. 1b03c79 removed autotools intermediate files from source code; use autoreconf -iv. by Lev Walkin · 10 years ago
  81. 04fbe62 check if timegm is present before emulating by Lev Walkin · 10 years ago
  82. 15d38f4 limit debug output log by Lev Walkin · 10 years ago
  83. e0d321a version 0.9.26 by Lev Walkin · 10 years ago
  84. 59e8d28 It's actually more efficient *not* to create a mutable static variable to hold this constant string's address. by Wim Lewis · 10 years ago
  85. ca15fc6 Avoid an unnecessary table lookup and its accompanying table (final_chunk_type[]). by Wim Lewis · 10 years ago
  86. 18c2ec9 Declare the tags[] tables in skeletons as const. by Wim Lewis · 10 years ago
  87. fb6344e Declare most internal, constant tables as const, particularly the by Wim Lewis · 10 years ago
  88. 14e6b16 Declare the type descriptor and input buffer args of some functions as const. by Wim Lewis · 10 years ago
  89. 58b74eb add signed integer tests for test 134 by Lev Walkin · 10 years ago
  90. 6c52784 PER-encoding of integers wider than 32 bits by Lev Walkin · 10 years ago
  91. bfc76e8 fix spacing by Lev Walkin · 10 years ago
  92. ea55215 split ADD_CFLAGS and TESTSUITE_CFLAGS by Lev Walkin · 10 years ago
  93. f84cc01 check cc flags viability before setting them by Lev Walkin · 10 years ago
  94. aef10c3 upgrade autotools by Lev Walkin · 10 years ago
  95. aa61a0f pointer warning fixes by Lev Walkin · 10 years ago
  96. daeb216 use isfinite() or finite() depending on availability by Lev Walkin · 10 years ago
  97. d2fab92 remove warning by Lev Walkin · 11 years ago
  98. 70732a2 remove warning by Lev Walkin · 11 years ago
  99. 8532592 fix debug message typo by Lev Walkin · 11 years ago
  100. 9c70e74 remove warnings by Lev Walkin · 11 years ago