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