1. 539d484 Fix a bug in asn1c PER code when skipping unknown extension by roux · 8 years ago aper
  2. 50823b8 fix APER encoding of integer (backport from openairinterface) by Harald Welte · 8 years ago
  3. 0ff796f APER: Fix encoding of INTEGER with lower_bound != 0 by Harald Welte · 8 years ago
  4. 6e00cbc skeletons: Fix compiler warnings introduced by Eurecom aper patch by Harald Welte · 9 years ago
  5. 8a25624 skeletons: Print member's name in CHOICE print by Sylvain Munaut · 14 years ago
  6. 485a972 skeletons: Add verbose pretty print for enumerated types by Sylvain Munaut · 9 years ago
  7. 36cd7dd aper: fixup after port by Harald Welte · 9 years ago
  8. 498c971 port/merge Eurecom APER support from OPENAIRMME by Harald Welte · 9 years ago
  9. 33bab88 Makefile.am is not needed here by Lev Walkin · 10 years ago
  10. 3278995 merged patch #31 by Lev Walkin · 10 years ago
  11. a7591b5 regenerated tests based on Wim L patch by Lev Walkin · 10 years ago
  12. 78d604f Merge pull request #46 from wiml/constify by Lev Walkin · 10 years ago
  13. 1b03c79 removed autotools intermediate files from source code; use autoreconf -iv. by Lev Walkin · 10 years ago
  14. 04fbe62 check if timegm is present before emulating by Lev Walkin · 10 years ago
  15. 15d38f4 limit debug output log by Lev Walkin · 10 years ago
  16. e0d321a version 0.9.26 by Lev Walkin · 10 years ago
  17. 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
  18. ca15fc6 Avoid an unnecessary table lookup and its accompanying table (final_chunk_type[]). by Wim Lewis · 10 years ago
  19. 18c2ec9 Declare the tags[] tables in skeletons as const. by Wim Lewis · 10 years ago
  20. fb6344e Declare most internal, constant tables as const, particularly the by Wim Lewis · 10 years ago
  21. 14e6b16 Declare the type descriptor and input buffer args of some functions as const. by Wim Lewis · 10 years ago
  22. 58b74eb add signed integer tests for test 134 by Lev Walkin · 10 years ago
  23. 6c52784 PER-encoding of integers wider than 32 bits by Lev Walkin · 10 years ago
  24. bfc76e8 fix spacing by Lev Walkin · 10 years ago
  25. ea55215 split ADD_CFLAGS and TESTSUITE_CFLAGS by Lev Walkin · 10 years ago
  26. f84cc01 check cc flags viability before setting them by Lev Walkin · 10 years ago
  27. aef10c3 upgrade autotools by Lev Walkin · 10 years ago
  28. aa61a0f pointer warning fixes by Lev Walkin · 10 years ago
  29. daeb216 use isfinite() or finite() depending on availability by Lev Walkin · 10 years ago
  30. d2fab92 remove warning by Lev Walkin · 10 years ago
  31. 70732a2 remove warning by Lev Walkin · 10 years ago
  32. 8532592 fix debug message typo by Lev Walkin · 10 years ago
  33. 9c70e74 remove warnings by Lev Walkin · 11 years ago
  34. 917a81d workaround for missing #warning on windows by Frank Morgner · 11 years ago
  35. d4c1673 typo in a comment by Lev Walkin · 11 years ago
  36. 97f8edc simplify xer encoding by Lev Walkin · 11 years ago
  37. 1715b32 format and signedness mismatch fixes by Lev Walkin · 11 years ago
  38. 7f35fd8 more PER tests by Lev Walkin · 11 years ago
  39. b1d85e3 more tests for integer decoding on ilp32 by Lev Walkin · 11 years ago
  40. 73823e1 add finite on ubuntu by Lev Walkin · 11 years ago
  41. 20a01f9 fix 32 bit integer decoding by Lev Walkin · 11 years ago
  42. e9360e6 fix ilogb error on ubuntu by Lev Walkin · 11 years ago
  43. 0ff7129 remove warnings by Lev Walkin · 11 years ago
  44. e14480f fix https://sourceforge.net/p/asn1c/bugs/51/ by Lev Walkin · 11 years ago
  45. f01946e add back const qualifier by Lev Walkin · 11 years ago
  46. ae1422b verified https://sourceforge.net/p/asn1c/bugs/45/ with autotests by Lev Walkin · 11 years ago
  47. da16198 fixed bug #58 by Lev Walkin · 11 years ago
  48. 46755ce allow td to be absent when printing out debug by Lev Walkin · 11 years ago
  49. 5036c80 remove warnings by Lev Walkin · 11 years ago
  50. 8e66643 Merge pull request #23 from basinilya/upstream by Lev Walkin · 11 years ago
  51. f798228 fix: There must be no content in self-terminating <NULL/> tag. by Lev Walkin · 11 years ago
  52. cad560a make one-pass parsing for object identifier by Lev Walkin · 11 years ago
  53. 762747c Fix sys_ntohl macro; it just replicated the low byte instead of reordering bytes by Ilya Basin · 12 years ago
  54. 86d8d77 make file reading work under windows by Lev Walkin · 12 years ago
  55. 30520ab tighten code according to tag invariant by Lev Walkin · 12 years ago
  56. aed43c8 fix parsing for OID and RELATIVE-OID by Lev Walkin · 12 years ago
  57. f6da179 get rid of xer_is_whitespace() by Lev Walkin · 12 years ago
  58. 92d57bd removed unused variable by Lev Walkin · 12 years ago
  59. 632f20b ignore empty integer bodies by Lev Walkin · 12 years ago
  60. c9c6f4a indentation by Lev Walkin · 12 years ago
  61. d7703cf remove warnings by Lev Walkin · 12 years ago
  62. 2712618 remove volatile from GeneralizedTime by Lev Walkin · 12 years ago
  63. f592711 remove volatile qualifier from OID code by Lev Walkin · 12 years ago
  64. e09f9f1 remove volatile from INTEGER by Lev Walkin · 12 years ago
  65. b375194 upgrade autotools by Lev Walkin · 12 years ago
  66. b85507a more compact indentation spec by Lev Walkin · 12 years ago
  67. e2c05bf fixed indentation in per by Lev Walkin · 12 years ago
  68. 69c73dc some reentrancy protection by Lev Walkin · 12 years ago
  69. 94b765a Merge branch 'master' of github.com:vlm/asn1c by Lev Walkin · 12 years ago
  70. 3d6fcfe more robust pre-allocation; credits to Yuriy Olkhovyy by Lev Walkin · 12 years ago
  71. 043babe ignore part of the test which is not properly structured by Lev Walkin · 12 years ago
  72. a7d1fb3 check LP64 integers by Lev Walkin · 12 years ago
  73. 9a338f8 unbreak overflow detection in gcc 4.4.3 (4.x?) by Lev Walkin · 12 years ago
  74. b89b340 comment fix by Lev Walkin · 12 years ago
  75. 14e39a9 propagate per encoding error by Lev Walkin · 12 years ago
  76. b032a07 avoid rightful PER warning by Lev Walkin · 12 years ago
  77. e8727ec Check binary encodings of a Real value by Lev Walkin · 12 years ago
  78. 5fda7d5 Testing ISO 6093 NR1/NR2/NR3 conformance by Lev Walkin · 12 years ago
  79. 749916f comments about robusness; removed Amendment reference by Lev Walkin · 12 years ago
  80. 5fe72e9 test encoding of special values by Lev Walkin · 12 years ago
  81. 833d275 slightly prettier code by Lev Walkin · 12 years ago
  82. 78d917d rare memory leak fixed by Lev Walkin · 12 years ago
  83. 15b8243 additional checks by Lev Walkin · 12 years ago
  84. 2e76399 remove compiler warnings by Lev Walkin · 13 years ago
  85. 0959ffb Fix decoding of REAL values in NR3. by Lev Walkin · 13 years ago
  86. cf6c1e2 version 0.9.23 by Lev Walkin · 13 years ago
  87. 05c81b7 changed WIN32_LEAN_AND_MEAN back by Lev Walkin · 14 years ago
  88. 9365956 WIN32 -> _WIN32; see http://predef.sourceforge.net/preos.html#sec25 by Lev Walkin · 14 years ago
  89. e7c4b96 update automake and move doc -> docsrc by Lev Walkin · 14 years ago
  90. 4c776e5 aclocal-1.10 by Lev Walkin · 14 years ago
  91. fe1ffaf removed warnings in debug mode compilation by Lev Walkin · 14 years ago
  92. 190419b PER decoding of open types fix by Lev Walkin · 14 years ago
  93. a6dd57a X.691 specifies an octet full of zeroes as a valid complete encoding. by Lev Walkin · 14 years ago
  94. 109ade5 PER encoding fix. Reported by Grzegorz Aksamit. by Lev Walkin · 14 years ago
  95. aaae9bf Removed some warnings by Lev Walkin · 14 years ago
  96. 4da95cf newer version of build tools by Lev Walkin · 14 years ago
  97. a4347cc minutes fix, courtesy IP Fabrics, Inc. by Lev Walkin · 14 years ago
  98. b2bfca5 memory OOB issue on Windows and with non-standard allocators; by Sheng Yu by Lev Walkin · 16 years ago
  99. 8bb57a2 unsigned integer of 32-bit widtth support for per by Lev Walkin · 17 years ago
  100. f3c089e remove MSVC warnings by Lev Walkin · 17 years ago