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
2022-11-25Always include pb_release() as function, instead of macro. (#802)Petteri Aimonen
2020-08-07Add no-op pb_release() define when PB_ENABLE_MALLOC is not usedPetteri Aimonen
2020-06-22pb_istream_from_buffer: Update comments to avoid a common mistakePetteri Aimonen
2019-12-16Add PB_CONVERT_DOUBLE_FLOAT setting to convert doubles on AVR.Petteri Aimonen
2019-11-09Make constants in header files unsigned, to prevent warnings when used in bin...Torfinn Berset
2019-10-02Fix undefined behavior with bool fields (#434)Petteri Aimonen
2019-01-25Add pb_decode_ex(), pb_encode_ex() functions.Petteri Aimonen
2019-01-25New field descriptor format.Petteri Aimonen
2017-09-18Added pb_decode_delimited_noinitElco Jacobs
2017-09-16Add pb_en/decode_nullterminated() (part of #278)Petteri Aimonen
2017-09-16Add option to build without 64-bit support (issue #86)Petteri Aimonen
2017-01-12Fix closing a non-empty substream resulting in an incorrect stream stateTobba
2016-12-23Make pb_decode_varint32 public APITobba
2016-01-27Replace uint8_t with a pb_byte_t typedef.Petteri Aimonen
2015-12-16pb_istream_from_buffer: add const to prototypeAndrew Ruder
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