aboutsummaryrefslogtreecommitdiffstats
path: root/pb_encode.h
AgeCommit message (Expand)AuthorFilesLines
2013-07-06Add pb_decode_delimited and pb_encode_delimited wrapper functions.Petteri Aimonen1-0/+4
2013-07-06Clean up the comments in pb_encode.h and pb_decode.hPetteri Aimonen1-48/+82
2013-04-08No need to include stdbool.h separatelydch1-1/+0
2013-03-09Implement error message support for the encoder side.Petteri Aimonen1-0/+11
2013-02-06Add compile-time option PB_BUFFER_ONLY.Petteri Aimonen1-0/+10
2012-10-29Add extern "C" to header files.Petteri Aimonen1-0/+7
2012-09-03Enable -Wconversion for core and fix the warnings.Petteri Aimonen1-1/+1
2012-03-01Refactoring the field encoder interface.Petteri Aimonen1-8/+39
2011-11-30Merged 0004-Added-missing-trailing-newlines.patch by Matt Kern.Petteri Aimonen1-1/+1
2011-09-13Fixed a bunch of bugs related to callback fields.Petteri Aimonen1-1/+2
2011-08-11Documenting and improving stream behaviourPetteri Aimonen1-3/+3
2011-08-10Unittests for encodePetteri Aimonen1-2/+4
2011-08-04EncoderPetteri Aimonen1-0/+69