Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nanopb/nanopb.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-06-23Publishing nanopb-0.2.9.5nanopb-0.2.9.50.2.9.5maintenance_0.2Petteri Aimonen
2020-06-22Fix buffer overflow when encoding bytes with size set to 65535 (#547)Petteri Aimonen
2020-06-22Add syntax specification to .proto files (issue #167)Petteri Aimonen
2020-06-22Fix alltypes_callback testcasePetteri Aimonen
2020-06-22Fix scons printing for Python 3Oliver Lee
2020-02-01Publishing nanopb-0.2.9.4nanopb-0.2.9.4Petteri Aimonen
2020-02-01Fix invalid free() after failed realloc() (GHSA-gcx3-7m76-287p)Petteri Aimonen
2020-02-01Add workaround for avr-libc realloc() bug (#475)Petteri Aimonen
2016-06-19Include libprotobuf in linux binary package.Petteri Aimonen
2016-06-19Publishing nanopb-0.2.9.3nanopb-0.2.9.3Petteri Aimonen
2016-06-14Protect against corrupted _count fields in pb_release().Petteri Aimonen
2016-06-14Add testcase for issue #205Petteri Aimonen
2015-01-24Publishing nanopb-0.2.9.2nanopb-0.2.9.2Petteri Aimonen
2014-12-27Fix build failure due to missing dependency in SConscriptPetteri Aimonen
2014-12-27Backport memory leak fix for issue 138.Petteri Aimonen
2014-12-27Backport mem_release testcase from 0.3.1.Petteri Aimonen
2014-09-11Publishing nanopb-0.2.9.1nanopb-0.2.9.1Petteri Aimonen
2014-09-11Update changelogPetteri Aimonen
2014-09-11Add a better fuzz test.Petteri Aimonen
2014-09-11Protect against size_t overflows in pb_dec_bytes/pb_dec_string.Petteri Aimonen
2014-09-11Add just-to-be-sure check to allocate_field().Petteri Aimonen
2014-09-11Fix memory leak with duplicated fields and PB_ENABLE_MALLOC.Petteri Aimonen
2014-09-11Fix crash in pb_release() if called twice on same message.Petteri Aimonen
2014-08-09Publishing nanopb-0.2.9nanopb-0.2.9Petteri Aimonen
2014-08-04Update changelogPetteri Aimonen
2014-08-04Generate #defines for initializing message structures.Petteri Aimonen
2014-07-20Add skip_message option to generator.Petteri Aimonen
2014-07-20Add support for inverted patterns in test framework.Petteri Aimonen
2014-07-20Cleanup and comment the code of network_server example.Petteri Aimonen
2014-07-20Do not automatically add a dot with generator -e option.Petteri Aimonen
2014-07-20Give better messages about the .options file path.Petteri Aimonen
2014-07-20Fix problem with .options file and extension fields.Petteri Aimonen
2014-06-02Add unit tests for allocate_field().Petteri Aimonen
2014-06-02Make clearer that size = 0 in allocate_field() is not allowed.Petteri Aimonen
2014-06-02Don't use SIZE_MAX macro, as it is not in C89.Petteri Aimonen
2014-05-30Add PB_PACKED_STRUCT support for Keil MDK-ARM toolchainPetteri Aimonen
2014-05-20Setting version to 0.2.9-devPetteri Aimonen
2014-05-20Update changelog for 0.2.8nanopb-0.2.8Petteri Aimonen
2014-05-20Publishing nanopb-0.2.8Petteri Aimonen
2014-05-17Fix bug in alltypes test case that made fuzzing difficult.Petteri Aimonen
2014-05-17Fix security issue with PB_ENABLE_MALLOC.Petteri Aimonen
2014-04-26Docs update, remove malloc from limitations listPetteri Aimonen
2014-04-18Add option to not add timestamps to .pb.h and .pb.c preambles.Petteri Aimonen
2014-04-15Fix typos in scons command line optionsPetteri Aimonen
2014-04-15Remove -O0 from tests CFLAGS so that optimized builds can be tested alsoPetteri Aimonen
2014-04-09Fix bug in missing_fields test casePetteri Aimonen
2014-04-09Use -fsanitize=undefined when running tests with clangPetteri Aimonen
2014-04-07Setting version to 0.2.8-devPetteri Aimonen
2014-04-07Publishing nanopb-0.2.7nanopb-0.2.7Petteri Aimonen
2014-04-07Update changelogPetteri Aimonen