1. 4d58171 Add test case for #637 by Petteri Aimonen · 3 years, 1 month ago
  2. a2ddaeb Fix compiler error in generated initializer for submessage callback (#631) by Petteri Aimonen · 3 years, 1 month ago
  3. cd8dc66 Pip package: include nanopb_pb2.py (#629) by Petteri Aimonen · 3 years, 1 month ago
  4. e7f8c40 Fix descriptor width calculation for 64-bit types (#644) by Petteri Aimonen · 3 years, 1 month ago
  5. 77e23ac Fix test case build error on clang. by Petteri Aimonen · 3 years, 1 month ago
  6. 0a03bdf fuzztest: Better coverage of static data in oneof (#647) by Petteri Aimonen · 3 years, 1 month ago
  7. e2f0ccf Fix invalid free() with oneof (#647) by Petteri Aimonen · 3 years, 1 month ago
  8. 9cbe4ae Add testcase for #647: invalid free with oneof by Petteri Aimonen · 3 years, 1 month ago
  9. 0aa6f11 Revert old fix for #617 by Petteri Aimonen · 3 years, 1 month ago
  10. e3a302b Fix unordered field numbers inside oneof causing fields to be ignored (#617) by Petteri Aimonen · 3 years, 1 month ago
  11. 12f3708 Fix comment inclusion not working on python-protobuf 3.0 (#85, #645) by Petteri Aimonen · 3 years, 1 month ago
  12. e942f15 Enable comments generation by default and add test case (#85, #645) by Petteri Aimonen · 3 years, 1 month ago
  13. 255d504 Add support for including comments from .proto file (#85, #645) by Angel ILIEV · 3 years, 1 month ago
  14. 049485f Fix pb_decode() not initializing fields inside oneof (#635) by Petteri Aimonen · 3 years, 2 months ago
  15. 87785dd Buildify BUILD and WORKSPACE files (#633) by Matthew Simmons · 3 years, 2 months ago
  16. b0befac Fix capitalization error in scons 4.1.0 support by Petteri Aimonen · 3 years, 3 months ago
  17. dc2548d Include 0.3.9.7 info in master branch changelog by Petteri Aimonen · 3 years, 3 months ago
  18. 35965fd Try to fix testcase build error on new SCons by Petteri Aimonen · 3 years, 3 months ago
  19. a94b77a Make generator consider dependencies recursively (#610) by Petteri Aimonen · 3 years, 5 months ago
  20. bb2e0e2 Fix compiler errors with complex oneof hierarchy and sizeof() (#610) by Petteri Aimonen · 3 years, 5 months ago
  21. 32d9a1e Documentation: clarify security model on dynamic allocations (#615) by Petteri Aimonen · 3 years, 5 months ago
  22. ee1aff9 Fix unordered field numbers inside oneof causing fields to be ignored (#617) by Petteri Aimonen · 3 years, 5 months ago
  23. a05fa8b Setting version to 0.4.5-dev by Petteri Aimonen · 3 years, 5 months ago
  24. 2b48a36 Publishing nanopb-0.4.4 by Petteri Aimonen · 3 years, 5 months ago
  25. 666f5b9 Fix test case failure on Python 2 by Petteri Aimonen · 3 years, 5 months ago
  26. e6fa381 Add support for proto3 optional fields introduced in protoc 3.12 (#591) by Petteri Aimonen · 3 years, 5 months ago
  27. 9c73158 Include version number in generator verbose output by Petteri Aimonen · 3 years, 5 months ago
  28. 02587b6 Add better error message when enum type is not found (#592) by Petteri Aimonen · 3 years, 5 months ago
  29. af02794 Fix recursion depth exceeded error in generator (#493) by Petteri Aimonen · 3 years, 5 months ago
  30. 0d0edc2 Issue 611 testcase: check for buildability also. by Petteri Aimonen · 3 years, 5 months ago
  31. a8399bc Allow specifying descriptorsize on field level also (#546) by Petteri Aimonen · 3 years, 5 months ago
  32. 34a2cb9 Fix unsigned enums not working correctly inside OneOf (#611) by Petteri Aimonen · 3 years, 5 months ago
  33. 2a547ff Fix generator error when oneof contains a single unresolved field size (#610) by Petteri Aimonen · 3 years, 5 months ago
  34. 006a18b Include a static submessage in alltypes pointer test case. by Petteri Aimonen · 3 years, 5 months ago
  35. 5ce89e0 Expand mem_release testcase to cover submessage merge (#615) by Petteri Aimonen · 3 years, 5 months ago
  36. edf6dcb Fix memory leak with oneofs and PB_ENABLE_MALLOC (#615) by Petteri Aimonen · 3 years, 5 months ago
  37. e1f25e4 docs: fix simple typo, specifing -> specifying (#614) by Tim Gates · 3 years, 5 months ago
  38. c6cdc14 Trigger CIFuzz also on direct pushes to master, and for header files also. by Petteri Aimonen · 3 years, 5 months ago
  39. 32dbae3 Add OSSFuzz build script to main repo. by Petteri Aimonen · 3 years, 5 months ago
  40. 14fecb5 Try to trigger GitHub to reparse workflow file by Petteri Aimonen · 3 years, 5 months ago
  41. 1fa8429 Fix syntax errors in workflow file by Petteri Aimonen · 3 years, 5 months ago
  42. bdacfed Enable CIFuzz for automatically fuzzing pull-request code. by Petteri Aimonen · 3 years, 5 months ago
  43. 9f57cc8 Remove outdated transitional generator/nanopb/options.proto. by Petteri Aimonen · 3 years, 6 months ago
  44. 8e2f6e8 Add nightly builds link to readme by Petteri Aimonen · 3 years, 6 months ago
  45. 15794f0 Add note about nanopb-0.4.3-p1 to changelog by Petteri Aimonen · 3 years, 6 months ago
  46. 5d5187f Add '--version' option to nanopb_generator.py (#607) by L · 3 years, 6 months ago
  47. a162fa4 Conanfile: Add protobuf-nanopb library to cpp_info.libs (#605) by a1lu · 3 years, 6 months ago
  48. d819d82 Convert documentation to markdown format (#587) by Petteri Aimonen · 3 years, 6 months ago
  49. 2879d1b Allow multiple targets to be created by calling NANOPB_GENERATE_CPP() (#596) by leabut · 3 years, 7 months ago
  50. f3aacf3 Add 0.4.3 migration note to changelog also by Petteri Aimonen · 3 years, 7 months ago
  51. 7e44724 Setting version to 0.4.4-dev by Petteri Aimonen · 3 years, 7 months ago
  52. 1466e6f Publishing nanopb-0.4.3 by Petteri Aimonen · 3 years, 7 months ago
  53. d472159 Update changelog by Petteri Aimonen · 3 years, 7 months ago
  54. 7ef2758 Add docs about protoc --nanopb_opt (#432) by Petteri Aimonen · 3 years, 7 months ago
  55. 790dc62 Fix iOS Build warning (#585) by Paul Beusterien · 3 years, 7 months ago
  56. abf1c4a Fix Python version compatibility issue with previous commit. by Petteri Aimonen · 3 years, 7 months ago
  57. ca01b33 Fix issue with unknown message sizes being referred inside oneof encoded size calculation (#569) by Petteri Aimonen · 3 years, 7 months ago
  58. 4b455da Fix problem with [default=xxxx, (nanopb).proto3=true] field option combination (#558) by Petteri Aimonen · 3 years, 7 months ago
  59. d1be4fe cxx_callback_datatype test case: fix build error on windows by Petteri Aimonen · 3 years, 7 months ago
  60. 9051b61 Fix some portability issues with cxx_callback_datatype test case by Petteri Aimonen · 3 years, 7 months ago
  61. 416b4c2 Fix assignment in assert in any_type testcase (#580) by otopetrik · 3 years, 8 months ago
  62. cfb1c94 Better support C++ types in generated structs (#581) by otopetrik · 3 years, 8 months ago
  63. ecda25c Travis CI migrated to travis-ci.com, update link by Petteri Aimonen · 3 years, 8 months ago
  64. b2d099c Revert "Better support C++ types in generated structs (#577)" by Petteri Aimonen · 3 years, 8 months ago
  65. c0a2034 Better support C++ types in generated structs (#577) by otopetrik · 3 years, 8 months ago
  66. 7d39f39 mangle_names documentation improvements (#578) by Petteri Aimonen · 3 years, 8 months ago
  67. adb8b66 Add script for updating fuzztest corpus from oss-fuzz. by Petteri Aimonen · 3 years, 8 months ago
  68. 86b61e1 Testcases: allow specifying build directory name by Petteri Aimonen · 3 years, 8 months ago
  69. c571d7e fuzztest_ioerrors: Combine test cases to improve performance. by Petteri Aimonen · 3 years, 8 months ago
  70. 803c4f7 Update alltypes dependent testcases by Petteri Aimonen · 3 years, 8 months ago
  71. 032b918 Further fix for testcase environment handling by Petteri Aimonen · 3 years, 8 months ago
  72. d5574e3 Further fixes for testcase environment handling by Petteri Aimonen · 3 years, 8 months ago
  73. 5ab4741 SConstruct: make environment overriding more consistent by Petteri Aimonen · 3 years, 8 months ago
  74. a14ac3f STM32 tests: use newlib instead of newlib-nano by Petteri Aimonen · 3 years, 8 months ago
  75. 0927237 Testcases: allow overriding python version by Petteri Aimonen · 3 years, 8 months ago
  76. 918dc7e Fuzztest: run whole corpus for non-embedded targets. by Petteri Aimonen · 3 years, 8 months ago
  77. 398864d Fix travis build failures and update distribution used. by Petteri Aimonen · 3 years, 8 months ago
  78. e1f55a8 Update conanfile.py (#568) by Psy-Kai · 3 years, 8 months ago
  79. ddda911 Fuzztest: speed up io errors test case by Petteri Aimonen · 3 years, 8 months ago
  80. 47c9b2b alltypes test case: cover the logic needed for multiple fixed length arrays by Petteri Aimonen · 3 years, 8 months ago
  81. cb357ab Add riscv64 platform for test cases by Petteri Aimonen · 3 years, 8 months ago
  82. 95bf7d2 Add forgotten file by Petteri Aimonen · 3 years, 8 months ago
  83. 66fcf11 Always fuzz the whole set of past crashing cases by Petteri Aimonen · 3 years, 8 months ago
  84. 0ed1e01 Further build fix by Petteri Aimonen · 3 years, 8 months ago
  85. 648eeb6 Fix AVR build failure in fuzztest by Petteri Aimonen · 3 years, 8 months ago
  86. 39a4693 More seamless SwiftPM implementation (#567) by Paul Beusterien · 3 years, 8 months ago
  87. d528514 fuzztest: Fix build failure on Windows by Petteri Aimonen · 3 years, 8 months ago
  88. dbcae7e Update fuzztest corpus by Petteri Aimonen · 3 years, 8 months ago
  89. 5ee87db Fuzztest: clean up compiler warnings by Petteri Aimonen · 3 years, 8 months ago
  90. 06c7516 Build separate fuzzer test cases. by Petteri Aimonen · 3 years, 8 months ago
  91. 3e259f2 Add no-op pb_release() define when PB_ENABLE_MALLOC is not used by Petteri Aimonen · 3 years, 8 months ago
  92. b585b3e malloc_wrappers: Detect double-free errors better in test cases by Petteri Aimonen · 3 years, 9 months ago
  93. a70b990 Fuzztest: allow selective enabling of single test cases by Petteri Aimonen · 3 years, 9 months ago
  94. cf507d1 fuzztest: Fix bug in malloc wrapper code in testcase. by Petteri Aimonen · 3 years, 9 months ago
  95. a598844 fuzztest: workaround slowness with clang libsanitizer. by Petteri Aimonen · 3 years, 9 months ago
  96. 843416c Add a simple raw_decode utility for help in debugging. by Petteri Aimonen · 3 years, 9 months ago
  97. 0e0a189 Get a correct option file name if proto filename is absolute (#564) by kurddt · 3 years, 9 months ago
  98. ccdc31d Adds support for grpcio-tool to FindNanopb.cmake (#561) by Alex Pacini · 3 years, 9 months ago
  99. e4f7b24 Make pb_decode_varint32() reject overlong varint encodings. by Petteri Aimonen · 3 years, 9 months ago
  100. 142d319 Install missing _utils.py and binary/wrappers. (#556) by dflogeras · 3 years, 10 months ago