Commit Graph

  • ad4c63dad3 check for defines instead of guessing Lev Walkin 2017-10-05 18:07:15 +0000
  • fb46912955 remove nonportable debug Lev Walkin 2017-10-05 18:02:38 +0000
  • d839785d25 add OER ENUMERATED in -fwide-types mode Lev Walkin 2017-10-05 01:09:50 -0700
  • 945958e01e do not remove logs Lev Walkin 2017-10-05 01:09:23 -0700
  • 4329272a64 for OER use IEEE754 binary32 and binary64 format over the wire Lev Walkin 2017-10-05 00:33:32 -0700
  • afcc891c86 add OER binary32 and binary64 IEEE-754 formats for native REAL type Lev Walkin 2017-10-04 23:48:35 -0700
  • cb5e1c7c87 abstract setters away Lev Walkin 2017-10-04 22:23:08 -0700
  • d2f9b36251 add contributor Lev Walkin 2017-10-04 21:54:37 -0700
  • 7ae067895d Merge pull request #213 from ringlej/issue/212 Lev Walkin 2017-10-04 21:53:19 -0700
  • 35c3f0d6fc Replace MAXFLOAT with FLT_MAX Jon Ringle 2017-10-04 21:54:39 -0400
  • c44edc0df4 take into account X696 Corrigendum 1 (05/2017) Lev Walkin 2017-10-04 03:28:38 -0700
  • 9854e66932 more debug and tolerance to a differnce in CANONICAL-XER precision Lev Walkin 2017-10-04 03:18:06 -0700
  • b5450704fe generate float instead of double if constraints suggest this Lev Walkin 2017-10-04 02:52:57 -0700
  • 026e21abe1 narrowing to support 32-bit floats Lev Walkin 2017-10-04 00:49:01 -0700
  • 4ca4149c96 checked by -std=c89 Lev Walkin 2017-10-03 20:29:54 -0700
  • ab1d1e1ea4 OER support and randomized testing for the REAL (floating point) type Lev Walkin 2017-10-03 18:43:12 -0700
  • 68619bf6ef better debugging support Lev Walkin 2017-10-03 18:40:36 -0700
  • aa5838cb70 better debug Lev Walkin 2017-10-03 17:13:33 -0700
  • 93f372b89c more help Lev Walkin 2017-10-03 16:39:38 -0700
  • cec390d510 do not show empty CC Lev Walkin 2017-10-03 16:36:17 -0700
  • 324fb0b6ab remove old Lev Walkin 2017-10-03 16:36:06 -0700
  • d84f603285 ensure compilation with -std=89 and make constness explicit. Lev Walkin 2017-10-03 16:33:59 -0700
  • aa067a9875 INTMAX_MAX constant uses nnnLL format which is not compatible with -std=c89 Lev Walkin 2017-10-03 16:09:05 -0700
  • 67afc36530 remove warnings Lev Walkin 2017-10-03 15:47:26 -0700
  • fe8c6b7eac add OER for BOOLEAN Lev Walkin 2017-10-03 15:07:27 -0700
  • 8cec5235c6 clean before testing Lev Walkin 2017-10-03 15:05:54 -0700
  • b450ce9b92 new tests Lev Walkin 2017-10-03 14:16:34 -0700
  • 5d947a879e fix UPER decoding of large [bit-]strings of size a multiple of 16K Lev Walkin 2017-10-03 01:04:03 -0700
  • e0d9f2b71b bits code has been separated form PER Lev Walkin 2017-10-02 23:15:32 -0700
  • 791d3b7725 use RMAX= in test-random/bundles to test larger randomized values (default max limit is 128 bytes) Lev Walkin 2017-10-02 16:24:28 -0700
  • ceae6ed514 describe new features Lev Walkin 2017-10-02 14:21:58 -0700
  • 793982a581 fix XER decoder crash on maliciously constructed ENUMERATED input Lev Walkin 2017-10-02 14:12:51 -0700
  • f5e333e92d typo fix Lev Walkin 2017-10-02 08:30:08 +0000
  • be0e55dd9f recommend 64-bit Lev Walkin 2017-10-02 01:27:09 -0700
  • d597f0dda7 typo fix Lev Walkin 2017-10-02 01:20:18 -0700
  • 963ef133d2 regenerated Lev Walkin 2017-10-02 08:18:43 +0000
  • b458fc0afd BSD compat Lev Walkin 2017-10-02 08:18:36 +0000
  • 233d14dbe3 add make-driven parallelism Lev Walkin 2017-10-02 01:09:01 -0700
  • a5b0288ccf encode BIT STRING in a minimum number of bits for CANONICAL-UPER Lev Walkin 2017-10-01 22:48:44 -0700
  • d17cf888e5 check and fix oer length encoding Lev Walkin 2017-10-01 22:46:23 -0700
  • 9d1b45f8ac Fix UPER string decoding constrained only by lower bound > 0 Lev Walkin 2017-10-01 17:04:48 -0700
  • ce6b0a66de better debuggability Lev Walkin 2017-10-01 16:59:20 -0700
  • f2e12c391b check randomized enumerated round-trip Lev Walkin 2017-10-01 14:18:59 -0700
  • 360b20593d tabs -> spaces Lev Walkin 2017-10-01 14:18:36 -0700
  • 4d8b748417 fix random range Lev Walkin 2017-10-01 14:14:20 -0700
  • 3e3f61afb7 negative enums are totally ok Lev Walkin 2017-10-01 14:04:48 -0700
  • d3cce46d77 more randomized testing Lev Walkin 2017-10-01 13:43:36 -0700
  • a25584bab7 fixed INTEGER/ENUMERATED mismatch Lev Walkin 2017-10-01 13:43:17 -0700
  • 18741a96a3 constrain integer random generation by PER constraints Lev Walkin 2017-10-01 12:40:19 -0700
  • 87998b83e4 add randomized tests to the suite Lev Walkin 2017-10-01 10:12:10 -0700
  • cb52391432 randomized value testing Lev Walkin 2017-09-30 19:33:23 -0700
  • d7a740c3f4 fix for simple modules Lev Walkin 2017-09-30 19:32:51 -0700
  • 58b383e7c7 fix unused var Lev Walkin 2017-09-30 19:32:35 -0700
  • b518668220 don't forget to put it back Lev Walkin 2017-09-30 19:32:13 -0700
  • 6527a43a5f regenerated Lev Walkin 2017-09-30 19:31:54 -0700
  • 15734f9a06 fixed usage Lev Walkin 2017-09-30 11:41:04 -0700
  • bf09bf76eb hide junk test code if not -DJUNKTEST Lev Walkin 2017-09-29 23:24:14 -0700
  • 0bfea56d08 regenerated Lev Walkin 2017-09-29 23:16:48 -0700
  • a5972bedae Combined constraints and introduced value randomizer. Lev Walkin 2017-09-29 23:15:58 -0700
  • 6d69204622 extend naming API Lev Walkin 2017-09-29 23:15:30 -0700
  • 14e75ed755 upgrade to a new API Lev Walkin 2017-09-29 23:15:02 -0700
  • c7a2101a2e make it compile Lev Walkin 2017-09-29 23:14:41 -0700
  • 9059af457b typo Lev Walkin 2017-09-29 23:14:27 -0700
  • ff92aa3b9d indentation change Lev Walkin 2017-09-27 13:15:21 -0700
  • c8a0b9dded remove unused stuff Lev Walkin 2017-09-26 23:17:31 -0700
  • 84556d50b2 avoid failing on CC_ATTR_NO_SANITIZE attribute Lev Walkin 2017-09-26 23:13:10 -0700
  • 15b26e6d50 converter-sample renamed into converter-example Lev Walkin 2017-09-26 23:04:57 -0700
  • ad775916a7 regenerated makefiles Lev Walkin 2017-09-26 22:55:22 -0700
  • 8a85b36d93 split Makefile.am.sample into Makefile.am.example and Makefile.am.libasncodecs Lev Walkin 2017-09-26 22:54:44 -0700
  • 478819d6eb converter-sample renamed into converter-example Lev Walkin 2017-09-26 22:48:30 -0700
  • f3f7f9427c remove warnings Lev Walkin 2017-09-26 22:45:46 -0700
  • 33897e2ee9 Use ASAN_OPTIONS=detect_leaks=1 if leak sanitizer can be enabled separately Lev Walkin 2017-09-26 21:17:39 -0700
  • 1900888569 bsd compat Lev Walkin 2017-09-27 02:29:27 +0000
  • a4f689122f less misleading name Lev Walkin 2017-09-27 02:21:38 +0000
  • 16555a1e17 cross-platform mandatory include Lev Walkin 2017-09-26 19:04:15 -0700
  • 0479e04dd7 regenerated Lev Walkin 2017-09-26 18:39:58 -0700
  • 1711a5dd0e Merge branch 'master' of github.com:vlm/asn1c Lev Walkin 2017-09-26 18:39:11 -0700
  • 6171cd02d4 Merge pull request #208 from brchiu/fix_recent_memory_leak_and_access_violation Lev Walkin 2017-09-26 18:39:08 -0700
  • 2e93c223da emit cross-compilable attributes Lev Walkin 2017-09-26 18:29:15 -0700
  • 3f99563146 cross-compile-safe options Lev Walkin 2017-09-26 18:27:32 -0700
  • 09c8730753 Merge branch 'master' into fix_recent_memory_leak_and_access_violation Lev Walkin 2017-09-26 18:12:15 -0700
  • 5230c64b7c pdu types leak fix Lev Walkin 2017-09-26 18:10:06 -0700
  • 42457fe974 remove namespace leak Lev Walkin 2017-09-26 18:07:50 -0700
  • ed409e2b75 remove memleaks Lev Walkin 2017-09-26 18:07:40 -0700
  • 47fc74ca76 proper destruction of a name storage Lev Walkin 2017-09-26 18:02:27 -0700
  • 59b1bc8e90 Fix some memory leakage and access violation in recent code Bi-Ruei, Chiu 2017-09-19 16:30:05 +0800
  • ef8dd441fc print enumeration values for native integer in debug printouts Lev Walkin 2017-09-18 22:38:03 -0700
  • 3eeafe127e revert to better error log Lev Walkin 2017-09-18 22:20:41 -0700
  • 3b327a8e6f fix codec selection Lev Walkin 2017-09-18 22:19:03 -0700
  • 20e22eb33b added security tags Lev Walkin 2017-09-18 20:18:30 -0700
  • 229ad00835 fixed memory leaks in test code Lev Walkin 2017-09-18 20:13:49 -0700
  • dcae9cea97 fixed leaks in CHOICE/XER and REAL conversion Lev Walkin 2017-09-18 20:13:36 -0700
  • c8c286ab11 added fuzzer for XER test 70 Lev Walkin 2017-09-18 03:19:37 -0700
  • 4fe2882262 ensure xer encode yields the same number of bytes as it sends to the callback Lev Walkin 2017-09-18 02:57:34 -0700
  • 7489807aa7 get rid of zer_* in favor of generic asn_encoder and asn_decoder Lev Walkin 2017-09-18 00:56:06 -0700
  • a75b247f72 remove undefined behavior sanitizer warning Lev Walkin 2017-09-18 00:38:43 -0700
  • 0368c628ee get rid of undefined behavior sanitizer warnings Lev Walkin 2017-09-18 00:33:16 -0700
  • e835b3ad41 removed undefined behavior warning Lev Walkin 2017-09-18 00:14:40 -0700
  • 547973dc3a remove undefined behavior warning Lev Walkin 2017-09-18 00:11:01 -0700
  • 38a91df0fc remove undefined behavior Lev Walkin 2017-09-17 23:52:33 -0700