1. 39248ff Merge pull request #157 from johvik/prototype by Lev Walkin · 7 years ago
  2. 28268d9 Missing void in _new_stack() by johvik · 7 years ago
  3. c46137b Merge velichkov's commit 598e7b45... to mouse07410's asn1c repository by Bi-Ruei, Chiu · 7 years ago
  4. 46fc2bd support for C++ by Lev Walkin · 7 years ago
  5. 798bacf Remove misleading continue statement by Simo Sorce · 8 years ago
  6. cd943c2 The Left variable should be a positive integer by Simo Sorce · 8 years ago
  7. e6b650a Check and propagate error by Simo Sorce · 8 years ago
  8. 9cbd9b8 Remove dead code. by Simo Sorce · 8 years ago
  9. adf6594 Fix "_BSD_SOURCE" redefined warning by Vasil Velichkov · 8 years ago
  10. d82f77b Fix few duplicate 'const' warnings by Vasil Velichkov · 8 years ago
  11. e318759 Add code coverage using lcov and gcov by Vasil Velichkov · 8 years ago
  12. e088a2b Merge branch 'master' into windows-universal-build by Lev Walkin · 7 years ago
  13. 9e0bf1b refer to defined macro by Lev Walkin · 7 years ago
  14. d27d5b5 Merge pull request #89 from brchiu/unify_specs_variable_name by Lev Walkin · 7 years ago
  15. 9413414 better dir by Lev Walkin · 7 years ago
  16. f3ecbca Merge pull request #75 from devjoa/master by Lev Walkin · 8 years ago
  17. 2aa10de Only remove __attributes__ in Windows builds by Erika Thorsen · 8 years ago
  18. afea72f Include stdint.h instead of typedef types if Visual Studio 2010 or newer. by Erika Thorsen · 8 years ago
  19. 8723dc7 Removed __attribute__ since its not Windows compliant by Erika Thorsen · 8 years ago
  20. 419ac3a Unify the naming of asn_OCTET_STRING_specifics_t with code-generated by Bi-Ruei, Chiu · 8 years ago
  21. bce0ce4 _BSD_SOURCE moved to a more global location by Lev Walkin · 8 years ago
  22. eabd277 _BSD_SOURCE might be defined in unber.c by Lev Walkin · 8 years ago
  23. 74757c8 avoid shifting negative value by Lev Walkin · 8 years ago
  24. a604011 unlock snprintf on some systems by Lev Walkin · 8 years ago
  25. 619f0cd alloca.h is not universally available by Lev Walkin · 8 years ago
  26. 0ec6b19 try to move it around for travis by Lev Walkin · 8 years ago
  27. d60414d leave only skeleton flags by Lev Walkin · 8 years ago
  28. 25307f6 explicit stdio for snprintf by Lev Walkin · 8 years ago
  29. 681f059 DBL_TRUE_MIN is C11, make it portable by Lev Walkin · 8 years ago
  30. 19a2118 alloca.h for alloca (c89) by Lev Walkin · 8 years ago
  31. 7623d8c try to fetch timegm from the environment by Lev Walkin · 8 years ago
  32. 7c1dc05 do not use reserved identifiers, contd by Lev Walkin · 8 years ago
  33. c6cac8e do not use reserved identifiers by Lev Walkin · 8 years ago
  34. 034ee19 no dereference before check by Lev Walkin · 8 years ago
  35. 1ec7605 do not use reserved identifiers for variables by Lev Walkin · 8 years ago
  36. 8ca13c8 test subnormals by Lev Walkin · 8 years ago
  37. 104af19 pedantic c89 safety by Lev Walkin · 8 years ago
  38. 9736348 remove compiler warnings by Lev Walkin · 8 years ago
  39. 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
  40. 9d59a40 Merge pull request #50 from jariq/master by Lev Walkin · 9 years ago
  41. 88152c8 Merge pull request #66 from simo5/memleak by Lev Walkin · 9 years ago
  42. 4f47bf5 Keep static analyzers happy by Simo Sorce · 9 years ago
  43. ce71d91 Avoid memory leak on error by Simo Sorce · 9 years ago
  44. 2253e6b C89 compliant variable declaration by Jaroslav Imrich · 10 years ago
  45. 33bab88 Makefile.am is not needed here by Lev Walkin · 10 years ago
  46. 3278995 merged patch #31 by Lev Walkin · 10 years ago
  47. a7591b5 regenerated tests based on Wim L patch by Lev Walkin · 10 years ago
  48. 78d604f Merge pull request #46 from wiml/constify by Lev Walkin · 10 years ago
  49. 1b03c79 removed autotools intermediate files from source code; use autoreconf -iv. by Lev Walkin · 10 years ago
  50. 04fbe62 check if timegm is present before emulating by Lev Walkin · 10 years ago
  51. 15d38f4 limit debug output log by Lev Walkin · 10 years ago
  52. e0d321a version 0.9.26 by Lev Walkin · 10 years ago
  53. 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
  54. ca15fc6 Avoid an unnecessary table lookup and its accompanying table (final_chunk_type[]). by Wim Lewis · 10 years ago
  55. 18c2ec9 Declare the tags[] tables in skeletons as const. by Wim Lewis · 10 years ago
  56. fb6344e Declare most internal, constant tables as const, particularly the by Wim Lewis · 10 years ago
  57. 14e6b16 Declare the type descriptor and input buffer args of some functions as const. by Wim Lewis · 10 years ago
  58. 58b74eb add signed integer tests for test 134 by Lev Walkin · 10 years ago
  59. 6c52784 PER-encoding of integers wider than 32 bits by Lev Walkin · 10 years ago
  60. bfc76e8 fix spacing by Lev Walkin · 10 years ago
  61. ea55215 split ADD_CFLAGS and TESTSUITE_CFLAGS by Lev Walkin · 10 years ago
  62. f84cc01 check cc flags viability before setting them by Lev Walkin · 10 years ago
  63. aef10c3 upgrade autotools by Lev Walkin · 10 years ago
  64. aa61a0f pointer warning fixes by Lev Walkin · 10 years ago
  65. daeb216 use isfinite() or finite() depending on availability by Lev Walkin · 10 years ago
  66. d2fab92 remove warning by Lev Walkin · 11 years ago
  67. 70732a2 remove warning by Lev Walkin · 11 years ago
  68. 8532592 fix debug message typo by Lev Walkin · 11 years ago
  69. 9c70e74 remove warnings by Lev Walkin · 11 years ago
  70. 917a81d workaround for missing #warning on windows by Frank Morgner · 11 years ago
  71. d4c1673 typo in a comment by Lev Walkin · 11 years ago
  72. 97f8edc simplify xer encoding by Lev Walkin · 11 years ago
  73. 1715b32 format and signedness mismatch fixes by Lev Walkin · 11 years ago
  74. 7f35fd8 more PER tests by Lev Walkin · 11 years ago
  75. b1d85e3 more tests for integer decoding on ilp32 by Lev Walkin · 11 years ago
  76. 73823e1 add finite on ubuntu by Lev Walkin · 11 years ago
  77. 20a01f9 fix 32 bit integer decoding by Lev Walkin · 11 years ago
  78. e9360e6 fix ilogb error on ubuntu by Lev Walkin · 11 years ago
  79. 0ff7129 remove warnings by Lev Walkin · 11 years ago
  80. e14480f fix https://sourceforge.net/p/asn1c/bugs/51/ by Lev Walkin · 11 years ago
  81. f01946e add back const qualifier by Lev Walkin · 11 years ago
  82. ae1422b verified https://sourceforge.net/p/asn1c/bugs/45/ with autotests by Lev Walkin · 11 years ago
  83. da16198 fixed bug #58 by Lev Walkin · 11 years ago
  84. 46755ce allow td to be absent when printing out debug by Lev Walkin · 11 years ago
  85. 5036c80 remove warnings by Lev Walkin · 11 years ago
  86. 8e66643 Merge pull request #23 from basinilya/upstream by Lev Walkin · 11 years ago
  87. f798228 fix: There must be no content in self-terminating <NULL/> tag. by Lev Walkin · 11 years ago
  88. cad560a make one-pass parsing for object identifier by Lev Walkin · 11 years ago
  89. 762747c Fix sys_ntohl macro; it just replicated the low byte instead of reordering bytes by Ilya Basin · 12 years ago
  90. 86d8d77 make file reading work under windows by Lev Walkin · 12 years ago
  91. 30520ab tighten code according to tag invariant by Lev Walkin · 12 years ago
  92. aed43c8 fix parsing for OID and RELATIVE-OID by Lev Walkin · 12 years ago
  93. f6da179 get rid of xer_is_whitespace() by Lev Walkin · 12 years ago
  94. 92d57bd removed unused variable by Lev Walkin · 12 years ago
  95. 632f20b ignore empty integer bodies by Lev Walkin · 12 years ago
  96. c9c6f4a indentation by Lev Walkin · 12 years ago
  97. d7703cf remove warnings by Lev Walkin · 12 years ago
  98. 2712618 remove volatile from GeneralizedTime by Lev Walkin · 12 years ago
  99. f592711 remove volatile qualifier from OID code by Lev Walkin · 12 years ago
  100. e09f9f1 remove volatile from INTEGER by Lev Walkin · 12 years ago