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
2014-08-18Rename poorly named identifier to avoid name conflicts.Petteri Aimonen
2014-03-16Documentation updatesPetteri Aimonen
2014-03-12Add pb_release() functionPetteri Aimonen
2013-10-29Remove the NANOPB_INTERNALS functions from public API.Petteri Aimonen
2013-09-09Move the declarations of _pb_ostream_t and _pb_istream_t before first use.Petteri Aimonen
2013-07-06Add pb_decode_delimited and pb_encode_delimited wrapper functions.Petteri Aimonen
2013-07-06Clean up the comments in pb_encode.h and pb_decode.hPetteri Aimonen
2013-04-08No need to include stdbool.h separatelydch
2013-02-06Add compile-time option PB_BUFFER_ONLY.Petteri Aimonen
2012-10-29Add extern "C" to header files.Petteri Aimonen
2012-10-18Remove the "buf = NULL" => skip requirement from pb_istream_t callbacks.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-24Fix a confusing statement in a comment.Petteri Aimonen
2012-07-18Fix an unsigned vs. signed warning on some compiler.Petteri Aimonen
2012-06-16Added new functions to public interface in pb_decode.h.Petteri Aimonen
2011-09-13Fixed a bunch of bugs related to callback fields.Petteri Aimonen
2011-08-15More documentation, small improvementsPetteri Aimonen
2011-08-04EncoderPetteri Aimonen
2011-07-28git-svn-id: https://svn.kapsi.fi/jpa/nanopb@947 e3a754e5-d11d-0410-8d38-ebb78...Petteri Aimonen
2011-07-27Making code ansi-compatiblePetteri Aimonen
2011-07-27Improvements, array supportPetteri Aimonen
2011-07-26First version of decodingPetteri Aimonen