1. 6495ca5 Fix XER decoder of INTEGER, Issue #344. by Lev Walkin · 4 years, 10 months ago
  2. 9f470d6 stop ignoring formatting problems, start ignoring long long extension problems by Lev Walkin · 7 years ago
  3. 48e82d1 removed gcc-7 warnings by Lev Walkin · 7 years ago
  4. af51eaf fix: encode effective integer by Lev Walkin · 7 years ago
  5. 20696a4 constness fixes, round-trip and fuzz-testing for CHOICE by Lev Walkin · 7 years ago
  6. 588bf0f OBJECT IDENTIFIER and RELATIVE-OID API simplified by Lev Walkin · 7 years ago
  7. c346f90 easier fix for sanitization (by @velichkov) by Lev Walkin · 7 years ago
  8. e2bbbf8 remove the use of alloca in skeletons by Lev Walkin · 7 years ago
  9. cc6a76b Undefined Behavior sanitizer fixes by Lev Walkin · 7 years ago
  10. b7c5899 Ensure XER decoding happens in the long domain (instead of imax_t) by Lev Walkin · 7 years ago
  11. aa067a9 INTMAX_MAX constant uses nnnLL format which is not compatible with -std=c89 by Lev Walkin · 7 years ago
  12. 67afc36 remove warnings by Lev Walkin · 7 years ago
  13. 5d947a8 fix UPER decoding of large [bit-]strings of size a multiple of 16K by Lev Walkin · 7 years ago
  14. 793982a fix XER decoder crash on maliciously constructed ENUMERATED input by Lev Walkin · 7 years ago
  15. 9d1b45f Fix UPER string decoding constrained only by lower bound > 0 by Lev Walkin · 7 years ago
  16. 18741a9 constrain integer random generation by PER constraints by Lev Walkin · 7 years ago
  17. a5972be Combined constraints and introduced value randomizer. by Lev Walkin · 7 years ago
  18. a4f6891 less misleading name by Lev Walkin · 7 years ago
  19. 3f99563 cross-compile-safe options by Lev Walkin · 7 years ago
  20. 38a91df remove undefined behavior by Lev Walkin · 7 years ago
  21. 642b92f get rid of undefined behavior sanitizer warning by Lev Walkin · 7 years ago
  22. afbf2a9 add const by Lev Walkin · 7 years ago
  23. 154519a removed superfluous constraints duplication by Lev Walkin · 7 years ago
  24. 290b4d6 https://github.com/vlm/asn1c/issues/161 by Lev Walkin · 7 years ago
  25. 1f87ac0 Move type operations to another structure by Bi-Ruei, Chiu · 7 years ago
  26. e1bf219 Fix issue 180 and 182 by Bi-Ruei, Chiu · 7 years ago
  27. d62a662 const fix by Lev Walkin · 7 years ago
  28. cd2f48e structure comparison functions by Lev Walkin · 7 years ago
  29. 494fb70 fix warnings by Lev Walkin · 7 years ago
  30. 8077f93 define INTEGER_free by Lev Walkin · 7 years ago
  31. b33425f fix OER stubs order by Lev Walkin · 7 years ago
  32. 527497f enable OER encoder by Lev Walkin · 7 years ago
  33. ed3a4ae INTEGER decoding stub by Lev Walkin · 7 years ago
  34. 7678076 introduce oer constraint code by Lev Walkin · 7 years ago
  35. cc15947 add skeleton OER stubs by Lev Walkin · 7 years ago
  36. 5d9e3c5 remove warning by Lev Walkin · 7 years ago
  37. 72ec909 introduce intmax_t by Lev Walkin · 7 years ago
  38. 7e0ab88 remove unreferenced var by Lev Walkin · 7 years ago
  39. bce0ce4 _BSD_SOURCE moved to a more global location by Lev Walkin · 8 years ago
  40. eabd277 _BSD_SOURCE might be defined in unber.c by Lev Walkin · 8 years ago
  41. a604011 unlock snprintf on some systems by Lev Walkin · 8 years ago
  42. 0ec6b19 try to move it around for travis by Lev Walkin · 8 years ago
  43. 25307f6 explicit stdio for snprintf by Lev Walkin · 8 years ago
  44. 7c1dc05 do not use reserved identifiers, contd by Lev Walkin · 8 years ago
  45. 9d59a40 Merge pull request #50 from jariq/master by Lev Walkin · 9 years ago
  46. 4f47bf5 Keep static analyzers happy by Simo Sorce · 9 years ago
  47. 2253e6b C89 compliant variable declaration by Jaroslav Imrich · 10 years ago
  48. 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
  49. 18c2ec9 Declare the tags[] tables in skeletons as const. by Wim Lewis · 10 years ago
  50. fb6344e Declare most internal, constant tables as const, particularly the by Wim Lewis · 10 years ago
  51. 14e6b16 Declare the type descriptor and input buffer args of some functions as const. by Wim Lewis · 10 years ago
  52. 58b74eb add signed integer tests for test 134 by Lev Walkin · 10 years ago
  53. 6c52784 PER-encoding of integers wider than 32 bits by Lev Walkin · 10 years ago
  54. 97f8edc simplify xer encoding by Lev Walkin · 11 years ago
  55. 0ff7129 remove warnings by Lev Walkin · 11 years ago
  56. cad560a make one-pass parsing for object identifier by Lev Walkin · 11 years ago
  57. f6da179 get rid of xer_is_whitespace() by Lev Walkin · 12 years ago
  58. 632f20b ignore empty integer bodies by Lev Walkin · 12 years ago
  59. d7703cf remove warnings by Lev Walkin · 12 years ago
  60. e09f9f1 remove volatile from INTEGER by Lev Walkin · 12 years ago
  61. b375194 upgrade autotools by Lev Walkin · 12 years ago
  62. 3d6fcfe more robust pre-allocation; credits to Yuriy Olkhovyy by Lev Walkin · 12 years ago
  63. 9a338f8 unbreak overflow detection in gcc 4.4.3 (4.x?) by Lev Walkin · 12 years ago
  64. 2e76399 remove compiler warnings by Lev Walkin · 13 years ago
  65. b2bfca5 memory OOB issue on Windows and with non-standard allocators; by Sheng Yu by Lev Walkin · 16 years ago
  66. 8bb57a2 unsigned integer of 32-bit widtth support for per by Lev Walkin · 17 years ago
  67. f3c089e remove MSVC warnings by Lev Walkin · 17 years ago
  68. 0b1eb0e problem reported by ExtraHop networks by Lev Walkin · 17 years ago
  69. 5c879db unsigned long support: conversion routines by Lev Walkin · 17 years ago
  70. a105cbc 32-bit integer decode/encode in per by Lev Walkin · 17 years ago
  71. 345e4c6 proper format strings by Lev Walkin · 18 years ago
  72. 0a8aa60 per encoding support by Lev Walkin · 18 years ago
  73. c744a02 XER can decode long values by Lev Walkin · 18 years ago
  74. 53827fd encoding bug by Lev Walkin · 18 years ago
  75. 523de9e per support by Lev Walkin · 18 years ago
  76. d500a96 *** empty log message *** by Lev Walkin · 19 years ago
  77. 59b176e upgrade: PER related changes by Lev Walkin · 19 years ago
  78. abde4f4 *** empty log message *** by Lev Walkin · 19 years ago
  79. fdb2592 tried -pedantic by Lev Walkin · 19 years ago
  80. c235011 proper XER encoding of native enumerated type by Lev Walkin · 19 years ago
  81. 8c3b854 added const qualifier by Lev Walkin · 19 years ago
  82. 806b0bb prohibit extra data after recognized body by Lev Walkin · 19 years ago
  83. 0fab1a6 relaxed XER processing rules for whitespace by Lev Walkin · 19 years ago
  84. 9332b65 fixed ENUMERATED identifier to value conversion by Lev Walkin · 19 years ago
  85. e0b56e0 XMLValueList support by Lev Walkin · 19 years ago
  86. 3370016 alpha64 by Lev Walkin · 20 years ago
  87. d7ad561 endianness by Lev Walkin · 20 years ago
  88. 8471cec brushing up by Lev Walkin · 20 years ago
  89. 0be3a99 INTEGER XER decoding by Lev Walkin · 20 years ago
  90. d703ff4 XER decoding and asn_long2INTEGER() by Lev Walkin · 20 years ago
  91. dc06f6b XER support by Lev Walkin · 20 years ago
  92. 5e03376 asn1_* renamed into asn_* by Lev Walkin · 20 years ago
  93. 8e8078a clean-up; removed unnecessary field from type descriptor by Lev Walkin · 20 years ago
  94. 5ccf1eb context is now optional by Lev Walkin · 20 years ago
  95. a9cc46e XER support by Lev Walkin · 20 years ago
  96. 188ed2c inner structures tagging fix. see 0.9.5 comment in ChangeLog by Lev Walkin · 20 years ago
  97. 906654e refactored tagging support by Lev Walkin · 20 years ago
  98. 4ce78ca avoided compilation warnings on gcc 3.3.x systems by Lev Walkin · 20 years ago
  99. 449f832 new constraints model by Lev Walkin · 20 years ago
  100. c234657 C++ compatibility by Lev Walkin · 20 years ago