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
2013-07-17Extension support implemented for decoder.Petteri Aimonen
2013-07-16Check for empty message type before incrementing required_field_index.Kent Ryhorchuk
2013-07-06Add pb_decode_delimited and pb_encode_delimited wrapper functions.Petteri Aimonen
2013-04-14Fix bug with empty strings in repeated string callbacks.Petteri Aimonen
2013-04-08Avoid maybe-uninitialized warningPetteri Aimonen
2013-04-02Change the callback function to use void**.Petteri Aimonen
2013-03-09Add PB_SYSTEM_HEADER compile time option.Petteri Aimonen
2013-03-09Rename pb_field_iterator_t field 'current' to 'pos'.Petteri Aimonen
2013-03-09Fix additional bug with empty message types.Petteri Aimonen
2013-03-09Fix bug with decoding empty message types. Add test for the same.Petteri Aimonen
2013-02-21Separate PB_HTYPE to PB_ATYPE and PB_HTYPE.Petteri Aimonen
2013-02-20Rename PB_HTYPE_ARRAY -> PB_HTYPE_REPEATED.Petteri Aimonen
2013-02-07Fix error message bugs with packed arrays.Petteri Aimonen
2013-02-07Fix compiler warning on MSVC (issue #57)Petteri Aimonen
2013-02-07Use unsigned datatypes where appropriate.Petteri Aimonen
2013-02-07Improve the pb_decode_varint implementations.Petteri Aimonen
2013-02-06Avoid unnecessary looping in required fields check.Petteri Aimonen
2013-02-06Add compile-time option PB_BUFFER_ONLY.Petteri Aimonen
2013-02-06Make pb_decode_varint32 a separate implementation.Petteri Aimonen
2013-02-06Performance improvement: replace memcpy with loop.Petteri Aimonen
2013-01-16Oops, typoed #ifdef; again fixing previous commit.Petteri Aimonen
2013-01-16Put previous commit (issue 52) inside #ifndefPetteri Aimonen
2013-01-16Fix bug with error messages.Petteri Aimonen
2012-11-27Complete initialization of pb_istream_t.Jens Steinhauser
2012-10-18Remove the "buf = NULL" => skip requirement from pb_istream_t callbacks.Petteri Aimonen
2012-09-03Enable -Wconversion for core and fix the warnings.Petteri Aimonen
2012-09-03Fix build warnings on MS compilersdch
2012-08-26Fix warnings with -Wcast-qual. Add test for C++ compile.Petteri Aimonen
2012-08-26Add pb_decode_noinit and use it from pb_dec_submessage.Petteri Aimonen
2012-08-26Revert "Add pb_decode_noinit and use it from pb_dec_submessage."Petteri Aimonen
2012-08-26Add pb_decode_noinit and use it from pb_dec_submessage.Petteri Aimonen
2012-08-24Implement error messages in the decoder side.Petteri Aimonen
2012-08-24Revert "Change the substream implementation in pb_decode."Petteri Aimonen
2012-08-24Reorganize the field decoder interface.Petteri Aimonen
2012-08-24Change the substream implementation in pb_decode.Petteri Aimonen
2012-08-16Fix casting issuesStan Hu
2012-08-09Declare warn_unused_result only on GCC >= 3.4.0.Petteri Aimonen
2012-07-31Fix bug in decoder with packed arrays.Petteri Aimonen
2012-07-19Additional unsigned vs. signed fix for tagPetteri Aimonen
2012-07-18Fix an unsigned vs. signed warning on some compiler.Petteri Aimonen
2012-07-18Fixed a few compiler warnings, added check.Petteri Aimonen
2012-06-30Improve the detection of missing required fields.Petteri Aimonen
2012-06-16Added new functions to public interface in pb_decode.h.Petteri Aimonen
2012-06-13Fix non-constant initializer errors with some compilers.Petteri Aimonen
2012-04-18Fixing compiler warnings, mostly related to unused parameters.Petteri Aimonen
2012-01-12Fixed issue 1 reported by Erik Rosen:nanopb-0.1.1Petteri Aimonen
2011-11-30Merged 0005-Handle-endianness-correctly.patch by Matt Kern.Petteri Aimonen
2011-11-10Fix some compiler warnings in strict C89 modePetteri Aimonen
2011-09-13Fixed a bunch of bugs related to callback fields.Petteri Aimonen
2011-08-23more unittestsPetteri Aimonen