aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-02-17Update Python2 CI workflow to Ubuntu 20.04upstream-maintenance_0.3Petteri Aimonen
2024-02-16Publishing nanopb-0.3.9.10Petteri Aimonen
2024-02-16[nanopb] Add Apple privacy manifestNick Cooke
2022-04-23Publishing nanopb-0.3.9.9Petteri Aimonen
2022-04-22Fix clang undefined behavior sanitizer errors.Petteri Aimonen
2022-04-22Add GitHub workflow for basic tests on maintenance branchPetteri Aimonen
2021-06-04Explicitly check for pItem == NULL to satisfy Xcode analyzer (#667, #674)Petteri Aimonen
2021-03-22Publishing nanopb-0.3.9.8Petteri Aimonen
2021-03-20Fix invalid free() with oneof (#647)Petteri Aimonen
2021-03-20Add testcase for #647: invalid free with oneofPetteri Aimonen
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-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