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
2021-03-19Revert old fix for #617Petteri Aimonen
2020-11-25Fix unordered field numbers inside oneof causing fields to be ignored (#617)Petteri Aimonen
2020-06-24Update pb_msgdesc_t definition to improve performance.Petteri Aimonen
2020-06-24pb_decode: performance optimizations for extension field handlingPetteri Aimonen
2020-06-24pb_common: small performance optimizationsPetteri Aimonen
2020-06-23Rework undefined behavior fixes.Petteri Aimonen
2020-06-23Fix clang undefined behavior sanitizer errors.Petteri Aimonen
2020-01-29Fix compilation error on platforms without uint8_t, add test. (#485)Petteri Aimonen
2020-01-16Move pb_const_cast to pb_common.cPetteri Aimonen
2019-12-18Store field descriptor constants in flash on AVR (#464)Petteri Aimonen
2019-12-18Move pb_validate_utf8() to pb_common.c (#437)Petteri Aimonen
2019-12-18Improve callback handling inside oneofs. (#175)Petteri Aimonen
2019-01-25Combine new per-msg encode/decode callbacks to one field_callback.Petteri Aimonen
2019-01-25Prepare for moving callback pointer to pb_msgdesc_t.Petteri Aimonen
2019-01-25examples/using_union_messages: Access fields through pb_common.c mechanisms.Petteri Aimonen
2019-01-25New field descriptor format.Petteri Aimonen
2019-01-25Big refactoring to better separate field descriptor encoding from logic.Petteri Aimonen
2016-12-31Fix multiple oneofs in same message (issue #229)Petteri Aimonen
2015-01-11Bugfixes for oneof support.Petteri Aimonen
2015-01-04Implement support for oneofs (C unions).Petteri Aimonen
2014-08-10Switch pb_encode to use the common iterator logic in pb_common.cPetteri Aimonen
2014-08-10Separate field iterator logic from pb_decode to pb_common.Petteri Aimonen