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-22Fix bugs in extension support when multiple extension fields are present.Petteri Aimonen
2013-07-17Extension support implemented for decoder.Petteri Aimonen
2013-07-17Implement extension support for the encoderPetteri Aimonen
2013-07-06Add pb_decode_delimited and pb_encode_delimited wrapper functions.Petteri Aimonen
2013-04-14Handle unterminated strings when encoding.Petteri 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-09Implement error message support for the encoder side.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-06Add compile-time option PB_BUFFER_ONLY.Petteri Aimonen
2013-02-06Performance improvement: replace memcpy with loop.Petteri Aimonen
2012-09-03Enable -Wconversion for core and fix the warnings.Petteri Aimonen
2012-09-02Clean up one (uint64_t) cast.Petteri Aimonen
2012-08-26Fix warnings with -Wcast-qual. Add test for C++ compile.Petteri Aimonen
2012-08-09Declare warn_unused_result only on GCC >= 3.4.0.Petteri Aimonen
2012-07-18Fixed a few compiler warnings, added check.Petteri Aimonen
2012-07-05Apparently some compilers don't want to automatically cast size_t to uint64_t.Petteri Aimonen
2012-07-05Fix some typos in __BIG_ENDIAN__ codePetteri 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-03-01Refactoring the field encoder interface.Petteri Aimonen
2011-12-30Fixed a bug related to submessage encoding into memory buffer.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
2011-08-23Changed autogenerated file naming from foo.c to foo.pb.cPetteri Aimonen
2011-08-23check return valuesPetteri Aimonen
2011-08-17ExamplePetteri Aimonen
2011-08-15More documentation, small improvementsPetteri Aimonen
2011-08-11Documenting and improving stream behaviourPetteri Aimonen
2011-08-10Unittests for encodePetteri Aimonen
2011-08-04EncoderPetteri Aimonen