1. 381a277 Add nanopb-specific package name option (#422) by Petteri Aimonen · 4 years, 3 months ago
  2. 974daf2 Remove PB_FIELDINFO_WIDTH option (#473) by Petteri Aimonen · 4 years, 3 months ago
  3. 4b14e66 Avoid unnecessary wrappers in pb_dec_submessage() (#484) by Petteri Aimonen · 4 years, 3 months ago
  4. f9f31e7 Add test case for stack usage (#484) by Petteri Aimonen · 4 years, 3 months ago
  5. f131926 Fix compilation error on platforms without uint8_t, add test. (#485) by Petteri Aimonen · 4 years, 3 months ago
  6. 6a85a16 Reduce string sizes in tests for AVR by Petteri Aimonen · 4 years, 3 months ago
  7. bae1da7 Fix error handling in STM32 test cases by Petteri Aimonen · 4 years, 3 months ago
  8. fc2b498 malloc wrappers in test cases: fix handling of failed realloc() by Petteri Aimonen · 4 years, 3 months ago
  9. 2519119 Verify stream size before allocating string / bytes. by Petteri Aimonen · 4 years, 3 months ago
  10. e397e3e Further fix for clang sanitizer errors by Petteri Aimonen · 4 years, 3 months ago
  11. 927a79c Fix error from clang unsigned overflow sanitizer. by Petteri Aimonen · 4 years, 3 months ago
  12. 0de644a Fuzztest: reduce memory usage (for AVR) by Petteri Aimonen · 4 years, 3 months ago
  13. d63069e AVR tests: speed up testing, make heap size constant by Petteri Aimonen · 4 years, 3 months ago
  14. dae4d51 Run fuzz tester against corpus from ossfuzz by Petteri Aimonen · 4 years, 4 months ago
  15. d89cd1e Fuzztest: fix spurious assert due to extension fields by Petteri Aimonen · 4 years, 4 months ago
  16. e8088bf Fuzztest: include extension field in generate_message by Petteri Aimonen · 4 years, 4 months ago
  17. 66de93f Fix error in fuzztest with oneofs by Petteri Aimonen · 4 years, 4 months ago
  18. 08dda7d Fix error in fuzztest for fixed size arrays by Petteri Aimonen · 4 years, 4 months ago
  19. bdf3699 Add more extensive validation as part of fuzz test. by Petteri Aimonen · 4 years, 4 months ago
  20. a6ae074 Move pb_const_cast to pb_common.c by Petteri Aimonen · 4 years, 4 months ago
  21. 776244f Fix error in fuzztest generate_message by Petteri Aimonen · 4 years, 4 months ago
  22. 33ca5c7 Fix errors in fuzztest testcase by Petteri Aimonen · 4 years, 4 months ago
  23. 2117c51 Fuzztest: add missing file by Petteri Aimonen · 4 years, 4 months ago
  24. c0d3d42 AllTypes testcase: add test for integer_size option. by Petteri Aimonen · 4 years, 4 months ago
  25. de4d0f5 Fuzztest: include callback fields in test by Petteri Aimonen · 4 years, 4 months ago
  26. 0416d49 Fuzztest: test pb_decode_ex flags by Petteri Aimonen · 4 years, 4 months ago
  27. 892bfd4 Test also stream input in fuzz test. by Petteri Aimonen · 4 years, 4 months ago
  28. e3b897b Fuzztest: test extensions by Petteri Aimonen · 4 years, 4 months ago
  29. 89c1fa2 Refactor fuzztest by Petteri Aimonen · 4 years, 4 months ago
  30. 37aa79a Add tests for error detection in fixed size arrays. by Petteri Aimonen · 4 years, 4 months ago
  31. 521daea Remove rsvg-convert rule from docs makefile (#479) by Petteri Aimonen · 4 years, 4 months ago
  32. 31ecc3e Fixed image reference in documentation by bolind · 4 years, 4 months ago
  33. b033459 Add docker files for building tests on various distros. by Petteri Aimonen · 4 years, 4 months ago
  34. 0eba41f Fix descriptorsize option not getting applied in fuzztest due to package name by Petteri Aimonen · 4 years, 4 months ago
  35. ea826e6 Place scons temp files under build dir also by Petteri Aimonen · 4 years, 4 months ago
  36. 403fd91 Clean up PROTOC_VERSION checks. by Petteri Aimonen · 4 years, 4 months ago
  37. ac94e96 Add workaround for python-protobuf 3.6.1 bug (#478) by Petteri Aimonen · 4 years, 4 months ago
  38. 84c9a1c Fix assert in fuzztest due to input expansion. by Petteri Aimonen · 4 years, 4 months ago
  39. 7d833c2 Update alltypes.options in dependent test cases by Petteri Aimonen · 4 years, 4 months ago
  40. 561b085 Fix fuzztest build for AVR by Petteri Aimonen · 4 years, 4 months ago
  41. f860fa5 Fix compiler warning in test cases on AVR. by Petteri Aimonen · 4 years, 4 months ago
  42. d2068ad Fix warnings on Python3.8 (#399, #467) by Petteri Aimonen · 4 years, 4 months ago
  43. 625e8a5 Include proto3 messages in fuzztest. by Petteri Aimonen · 4 years, 4 months ago
  44. 2198604 Make descriptorsize:DS_8 work, add to AllTypes test case. by Petteri Aimonen · 4 years, 4 months ago
  45. 32795d7 Make fixed_count option work when combined with FT_POINTER. by Petteri Aimonen · 4 years, 4 months ago
  46. 9af4b46 Hide fuzztest progress messages in normal test runs by Petteri Aimonen · 4 years, 4 months ago
  47. 6228224 Fix AVR build error in tests by Petteri Aimonen · 4 years, 4 months ago
  48. efa9ac5 Detect invalid wire type when decoding fields. by Petteri Aimonen · 4 years, 4 months ago
  49. 87a5364 Switch to xorshift32 for fuzztest by Petteri Aimonen · 4 years, 4 months ago
  50. 8702e69 Improve guard checks in malloc_wrappers.c by Petteri Aimonen · 4 years, 4 months ago
  51. d5b0d06 Add workaround for avr-libc realloc() bug (#475) by Petteri Aimonen · 4 years, 4 months ago
  52. 460d426 More descriptive errors from AVR test cases by Petteri Aimonen · 4 years, 4 months ago
  53. 030ae04 Reduce memory usage in fuzztest for AVR. by Petteri Aimonen · 4 years, 4 months ago
  54. 96bf1fe Update dependent test cases for new tag number in AllTypes by Petteri Aimonen · 4 years, 4 months ago
  55. 7c90bee Fix bug with field numbers >255 (#407) by Petteri Aimonen · 4 years, 4 months ago
  56. a02120c Add missing #define for submsg callbacks, add regression test (#472) by Petteri Aimonen · 4 years, 4 months ago
  57. 96670da Fix ImportError when using generator/protoc with Python 3 by Petteri Aimonen · 4 years, 4 months ago
  58. 72bd5d9 Remove accidental debug code by Petteri Aimonen · 4 years, 4 months ago
  59. 8722f51 Setting version to 0.4.1-dev by Petteri Aimonen · 4 years, 4 months ago
  60. 70f0de9 Publishing nanopb-0.4.0 by Petteri Aimonen · 4 years, 4 months ago
  61. 8ae0178 Update documentation by Petteri Aimonen · 4 years, 4 months ago
  62. 24f0e3e Fix build warning on Windows by Petteri Aimonen · 4 years, 4 months ago
  63. 18b4818 Update changelog and authors by Petteri Aimonen · 4 years, 4 months ago
  64. 52f539e Add links by Petteri Aimonen · 4 years, 4 months ago
  65. 08a0984 Add to makefile by Petteri Aimonen · 4 years, 4 months ago
  66. 4b7b0e4 Update documentation by Petteri Aimonen · 4 years, 4 months ago
  67. cfcbb8d Nicer alignment for field list by Petteri Aimonen · 4 years, 4 months ago
  68. 20f9494 Add option for including extra files from .pb.h by Petteri Aimonen · 4 years, 4 months ago
  69. d503292 Add default_has option (#423) by Petteri Aimonen · 4 years, 5 months ago
  70. 4aa2c11 Add regression test for issue #395 by Petteri Aimonen · 4 years, 5 months ago
  71. 885b011 Print errors when assert() fired in fuzztest by Petteri Aimonen · 4 years, 5 months ago
  72. 4a48bfe AVR build fix by Petteri Aimonen · 4 years, 5 months ago
  73. a32a8a2 Fix buffer length for LLVM fuzzer stub. by Petteri Aimonen · 4 years, 5 months ago
  74. 8d1dde5 Add test case for #407 by Petteri Aimonen · 4 years, 5 months ago
  75. c8be762 Clean up generated .pb.h files a bit by Petteri Aimonen · 4 years, 5 months ago
  76. c667b68 Fix build errors on AVR by Petteri Aimonen · 4 years, 5 months ago
  77. 1f97edf Store field descriptor constants in flash on AVR (#464) by Petteri Aimonen · 4 years, 5 months ago
  78. 9c0130d Move pb_validate_utf8() to pb_common.c (#437) by Petteri Aimonen · 4 years, 5 months ago
  79. c5b5765 Add unittests for pb_common.c by Petteri Aimonen · 4 years, 5 months ago
  80. b9c7bba Improve callback handling inside oneofs. (#175) by Petteri Aimonen · 4 years, 5 months ago
  81. 9639005 Tests: allow overriding linker selection by Petteri Aimonen · 4 years, 5 months ago
  82. 0ed1c48 More libFuzzer fixes by Petteri Aimonen · 4 years, 5 months ago
  83. 1f2c18e Fix warnings when building for libFuzzer by Petteri Aimonen · 4 years, 5 months ago
  84. 43d677d Add mode for LLVM libFuzzer by Petteri Aimonen · 4 years, 5 months ago
  85. 96062cc Windows and AVR build fixes by Petteri Aimonen · 4 years, 5 months ago
  86. 2b09fdc Merge pull request #465 from prusnak/validate-utf8 by Petteri Aimonen · 4 years, 5 months ago
  87. c00d4c1 Introduce new compile time flag: PB_VALIDATE_UTF8 by Pavol Rusnak · 4 years, 5 months ago
  88. a42aee4 AVR build fix by Petteri Aimonen · 4 years, 5 months ago
  89. bfd854f Add LINKLIBS option to tests by Petteri Aimonen · 4 years, 5 months ago
  90. aca872a Add NODEFARGS option to tests by Petteri Aimonen · 4 years, 5 months ago
  91. b81fcb1 Improve protoc autodetection. by Petteri Aimonen · 4 years, 5 months ago
  92. f8e1a90 Make tests and examples use the bundled protoc by Petteri Aimonen · 4 years, 5 months ago
  93. 809fd67 Make nanopb_generator automatically compile .proto files (#462). by Petteri Aimonen · 4 years, 5 months ago
  94. 1bede72 Add protoc wrapper script (#462) by Petteri Aimonen · 4 years, 5 months ago
  95. 54129bb Merge pull request #463 from theunkn0wn1/feature/grpcio_tools_protoc by Petteri Aimonen · 4 years, 5 months ago
  96. 649ad0b Fuzztest: AVR doesnt have enough RAM for 4kB buffers by Petteri Aimonen · 4 years, 5 months ago
  97. 1838778 Skip INFINITY/NAN test on Windows. by Petteri Aimonen · 4 years, 5 months ago
  98. 63885b1 Small changes for OSSFuzz integration by Petteri Aimonen · 4 years, 5 months ago
  99. f379111 Fix build error by Petteri Aimonen · 4 years, 5 months ago
  100. 8572963 Update and clean up fuzztest/fuzzstub by Petteri Aimonen · 4 years, 5 months ago