aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-02-03Expand alltypes test case for default values inside oneof (#635)Petteri Aimonen
2020-12-05Don't generate lines with trailing spaces (#622)Paul Beusterien
2020-12-03Backport "Verify stream size before allocating string / bytes." (#620)niooss-ledger
2020-11-25Publishing nanopb-0.3.9.7Petteri Aimonen
2020-11-25Update changelogPetteri Aimonen
2020-11-25Include version number in generator verbose outputPetteri Aimonen
2020-11-25Fix unsigned enums not working correctly inside OneOf (#611)Petteri Aimonen
2020-11-25docs: fix simple typo, specifing -> specifying (#614)Tim Gates
2020-11-25Add '--version' option to nanopb_generator.py (#607)L
2020-11-25Fix memory leak with oneofs and PB_ENABLE_MALLOC (#615)Petteri Aimonen
2020-11-25Expand mem_release testcase to cover submessage merge (#615)Petteri Aimonen
2020-09-13Fix iOS Build warning (#585)Paul Beusterien
2020-08-07More seamless SwiftPM implementation (#567)Paul Beusterien
2020-06-23Publishing nanopb-0.3.9.6Petteri Aimonen
2020-06-22Swift package manager (#549)Paul Beusterien
2020-06-22Fix ImportError when using generator/protoc with Python 3Petteri Aimonen
2020-06-22Fix buffer overflow when encoding bytes with size set to 65535 (#547)Petteri Aimonen
2020-04-29Add METADATA to nanopb-c: BSD+Apache2+zlib+MIT=NOTICE am: e1a745d93b am: 7474...Bob Badour
2020-04-28Add METADATA to nanopb-c: BSD+Apache2+zlib+MIT=NOTICE am: e1a745d93b am: 7474...android-s-preview-1Bob Badour
2020-04-28Add METADATA to nanopb-c: BSD+Apache2+zlib+MIT=NOTICE am: e1a745d93b am: 7474...Bob Badour
2020-04-28Add METADATA to nanopb-c: BSD+Apache2+zlib+MIT=NOTICE am: e1a745d93b am: 7474...Bob Badour
2020-04-28Add METADATA to nanopb-c: BSD+Apache2+zlib+MIT=NOTICE am: e1a745d93bandroid-r-beta-3android-r-beta-2Bob Badour
2020-04-28Add METADATA to nanopb-c: BSD+Apache2+zlib+MIT=NOTICEBob Badour
2020-03-26Merge pull request #504 from LedgerHQ/maintenance_0.3Petteri Aimonen
2020-03-26Regression test + fix for proto3 submessage improperly considered emptyFranck
2020-02-02Avoid overflows in allocation for packed fields.Petteri Aimonen
2020-02-01Publishing nanopb-0.3.9.5Petteri Aimonen
2020-02-01Fix invalid free() after failed realloc() (GHSA-gcx3-7m76-287p)Petteri Aimonen
2019-12-31Add workaround for avr-libc realloc() bug (#475)Petteri Aimonen
2019-12-19Fix empty submessages getting encoded in proto3 mode (#395)Petteri Aimonen
2019-12-14Eh, removed wrong release on PyPI..Petteri Aimonen
2019-12-14Further fix attempt for #461Petteri Aimonen
2019-12-14Automatically rebuild nanopb_pb2.pyPetteri Aimonen
2019-12-14Revert "Generate python-protobuf files for PyPI package (#461)"Petteri Aimonen
2019-12-14Generate python-protobuf files for PyPI package (#461)Petteri Aimonen
2019-12-13Backported Python pip packaging rules.Joshua Salzedo
2019-10-16Avoid compiler warning in bool cast (#440)Petteri Aimonen
2019-10-13Publishing nanopb-0.3.9.4Petteri Aimonen
2019-10-13Update changelogPetteri Aimonen
2019-10-11Add test for PB_ENCODE_ARRAYS_UNPACKEDPavol Rusnak
2019-10-11Fix "unused variable" warning when using PB_ENCODE_ARRAYS_UNPACKEDPavol Rusnak
2019-10-02Fix undefined behavior with bool fields (#434)Petteri Aimonen
2019-10-02Make fuzztest detect invalid bool values (#434)Petteri Aimonen
2019-08-27.gitignore: don't ignore generator-bin files (#419)Petteri Aimonen
2019-08-27Don't call stream callback with count=0 (#421)Petteri Aimonen
2019-08-27network_server example: Detect count=0 in read_callback() (#421)Petteri Aimonen
2019-08-27Add scons package to travis rules, for build automationPetteri Aimonen
2019-08-27Introduce new compile time flag: PB_ENCODE_ARRAYS_UNPACKEDPavol Rusnak
2019-06-01Add migration note about enum min/maxPetteri Aimonen
2019-06-01🔀 use min/max enum value for min/maxNoah Pendleton