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
path: root/docs
AgeCommit message (Expand)Author
2014-04-02Add some missing 'static' specifiersPetteri Aimonen
2014-03-16Documentation updatesPetteri Aimonen
2013-12-29Fix path change: compat/ -> extra/Petteri Aimonen
2013-10-29Remove the NANOPB_INTERNALS functions from public API.Petteri Aimonen
2013-10-29Add a definition of the security model to the documentation.Petteri Aimonen
2013-09-13Add a new very simple examplePetteri Aimonen
2013-08-08Document field extensions supportPetteri Aimonen
2013-08-08Document PB_SYSTEM_HEADERPetteri Aimonen
2013-07-16Fix formatting in documentationPetteri Aimonen
2013-07-06Add section in pb.h for changing compilation settings.Petteri Aimonen
2013-07-06Add error message macros to API reference.Petteri Aimonen
2013-07-06Document the .options file usage.Petteri Aimonen
2013-04-02Change the callback function to use void**.Petteri Aimonen
2013-03-02Update documentationPetteri Aimonen
2013-02-06Add compile-time option PB_BUFFER_ONLY.Petteri Aimonen
2012-12-06Fix small error in field callback documentation.Petteri Aimonen
2012-10-29Document new generator optionsPetteri 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-24Add note that stream callbacks must read the whole requested length.Petteri Aimonen
2012-08-24Implement error messages in the decoder side.Petteri Aimonen
2012-08-24Document pb_close_string_substream.Petteri Aimonen
2012-08-24Reorganize the field decoder interface.Petteri Aimonen
2012-07-01Replace PB_MANY_FIELDS with PB_FIELD_16BIT and PB_FIELD_32BIT.Petteri Aimonen
2012-06-30Add PB_MANY_FIELDS option for supporting fields > 255.Petteri Aimonen
2012-06-30Improve the detection of missing required fields.Petteri Aimonen
2012-06-25Fixed formatting in docsPetteri Aimonen
2012-06-25Documented NANOPB_INTERNALS compilation optionPetteri Aimonen
2012-06-25Note about __BIG_ENDIAN__ compilation optionPetteri Aimonen
2012-06-16Added new functions to public interface in pb_decode.h.Petteri Aimonen
2012-03-01Refactoring the field encoder interface.Petteri Aimonen
2012-01-23Improved documentation on field decoders.Petteri Aimonen
2012-01-12Fixed issue 1 reported by Erik Rosen:nanopb-0.1.1Petteri Aimonen
2012-01-05Added logo for project :)Petteri Aimonen
2011-11-04Some additions to documentationPetteri Aimonen
2011-09-18Documentation outdated phrasePetteri Aimonen
2011-09-14Added READMEPetteri Aimonen
2011-09-13Fixed a bunch of bugs related to callback fields.Petteri Aimonen
2011-09-12Tests for callback fieldsPetteri Aimonen
2011-08-24Cyclic messages not supported - thanks to Josh for pointing this out.Petteri Aimonen
2011-08-24documentationPetteri Aimonen
2011-08-23More unittestsPetteri Aimonen
2011-08-23More unittestsPetteri Aimonen
2011-08-22unittests, change to PB_LTYPE_BYTES data sizePetteri Aimonen
2011-08-17ExamplePetteri Aimonen
2011-08-16DocsPetteri Aimonen
2011-08-15More documentation, small improvementsPetteri Aimonen
2011-08-11Documenting and improving stream behaviourPetteri Aimonen