1. b9b7c9e aper fix for decoding constrained integer with lower boundary by Harald Welte · 8 years ago aper-prefix-onto-upstream 3G_2016_09
  2. 17c2824 fix APER encoding of integer (backport from openairinterface) by Harald Welte · 8 years ago
  3. 2b3068f APER: Fix encoding of INTEGER with lower_bound != 0 by Harald Welte · 8 years ago
  4. b3a2304 aper: fixup after port by Harald Welte · 9 years ago
  5. 0b57b08 port/merge Eurecom APER support from OPENAIRMME by Harald Welte · 9 years ago
  6. bce0ce4 _BSD_SOURCE moved to a more global location by Lev Walkin · 8 years ago
  7. eabd277 _BSD_SOURCE might be defined in unber.c by Lev Walkin · 8 years ago
  8. a604011 unlock snprintf on some systems by Lev Walkin · 8 years ago
  9. 0ec6b19 try to move it around for travis by Lev Walkin · 8 years ago
  10. 25307f6 explicit stdio for snprintf by Lev Walkin · 8 years ago
  11. 7c1dc05 do not use reserved identifiers, contd by Lev Walkin · 8 years ago
  12. 9d59a40 Merge pull request #50 from jariq/master by Lev Walkin · 9 years ago
  13. 4f47bf5 Keep static analyzers happy by Simo Sorce · 9 years ago
  14. 2253e6b C89 compliant variable declaration by Jaroslav Imrich · 10 years ago
  15. 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
  16. 18c2ec9 Declare the tags[] tables in skeletons as const. by Wim Lewis · 10 years ago
  17. fb6344e Declare most internal, constant tables as const, particularly the by Wim Lewis · 10 years ago
  18. 14e6b16 Declare the type descriptor and input buffer args of some functions as const. by Wim Lewis · 10 years ago
  19. 58b74eb add signed integer tests for test 134 by Lev Walkin · 10 years ago
  20. 6c52784 PER-encoding of integers wider than 32 bits by Lev Walkin · 10 years ago
  21. 97f8edc simplify xer encoding by Lev Walkin · 11 years ago
  22. 0ff7129 remove warnings by Lev Walkin · 11 years ago
  23. cad560a make one-pass parsing for object identifier by Lev Walkin · 11 years ago
  24. f6da179 get rid of xer_is_whitespace() by Lev Walkin · 12 years ago
  25. 632f20b ignore empty integer bodies by Lev Walkin · 12 years ago
  26. d7703cf remove warnings by Lev Walkin · 12 years ago
  27. e09f9f1 remove volatile from INTEGER by Lev Walkin · 12 years ago
  28. b375194 upgrade autotools by Lev Walkin · 12 years ago
  29. 3d6fcfe more robust pre-allocation; credits to Yuriy Olkhovyy by Lev Walkin · 12 years ago
  30. 9a338f8 unbreak overflow detection in gcc 4.4.3 (4.x?) by Lev Walkin · 12 years ago
  31. 2e76399 remove compiler warnings by Lev Walkin · 13 years ago
  32. b2bfca5 memory OOB issue on Windows and with non-standard allocators; by Sheng Yu by Lev Walkin · 16 years ago
  33. 8bb57a2 unsigned integer of 32-bit widtth support for per by Lev Walkin · 17 years ago
  34. f3c089e remove MSVC warnings by Lev Walkin · 17 years ago
  35. 0b1eb0e problem reported by ExtraHop networks by Lev Walkin · 17 years ago
  36. 5c879db unsigned long support: conversion routines by Lev Walkin · 17 years ago
  37. a105cbc 32-bit integer decode/encode in per by Lev Walkin · 17 years ago
  38. 345e4c6 proper format strings by Lev Walkin · 18 years ago
  39. 0a8aa60 per encoding support by Lev Walkin · 18 years ago
  40. c744a02 XER can decode long values by Lev Walkin · 18 years ago
  41. 53827fd encoding bug by Lev Walkin · 18 years ago
  42. 523de9e per support by Lev Walkin · 18 years ago
  43. d500a96 *** empty log message *** by Lev Walkin · 19 years ago
  44. 59b176e upgrade: PER related changes by Lev Walkin · 19 years ago
  45. abde4f4 *** empty log message *** by Lev Walkin · 19 years ago
  46. fdb2592 tried -pedantic by Lev Walkin · 19 years ago
  47. c235011 proper XER encoding of native enumerated type by Lev Walkin · 19 years ago
  48. 8c3b854 added const qualifier by Lev Walkin · 19 years ago
  49. 806b0bb prohibit extra data after recognized body by Lev Walkin · 19 years ago
  50. 0fab1a6 relaxed XER processing rules for whitespace by Lev Walkin · 19 years ago
  51. 9332b65 fixed ENUMERATED identifier to value conversion by Lev Walkin · 19 years ago
  52. e0b56e0 XMLValueList support by Lev Walkin · 19 years ago
  53. 3370016 alpha64 by Lev Walkin · 20 years ago
  54. d7ad561 endianness by Lev Walkin · 20 years ago
  55. 8471cec brushing up by Lev Walkin · 20 years ago
  56. 0be3a99 INTEGER XER decoding by Lev Walkin · 20 years ago
  57. d703ff4 XER decoding and asn_long2INTEGER() by Lev Walkin · 20 years ago
  58. dc06f6b XER support by Lev Walkin · 20 years ago
  59. 5e03376 asn1_* renamed into asn_* by Lev Walkin · 20 years ago
  60. 8e8078a clean-up; removed unnecessary field from type descriptor by Lev Walkin · 20 years ago
  61. 5ccf1eb context is now optional by Lev Walkin · 20 years ago
  62. a9cc46e XER support by Lev Walkin · 20 years ago
  63. 188ed2c inner structures tagging fix. see 0.9.5 comment in ChangeLog by Lev Walkin · 20 years ago
  64. 906654e refactored tagging support by Lev Walkin · 20 years ago
  65. 4ce78ca avoided compilation warnings on gcc 3.3.x systems by Lev Walkin · 20 years ago
  66. 449f832 new constraints model by Lev Walkin · 20 years ago
  67. c234657 C++ compatibility by Lev Walkin · 20 years ago
  68. 4d9528c portability by Lev Walkin · 20 years ago
  69. db13f51 improved INTEGER printing by Lev Walkin · 20 years ago
  70. d9bd775 enforsed compilation with -W -Werror by Lev Walkin · 20 years ago
  71. f15320b Initial revision by Lev Walkin · 20 years ago