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
2017-03-05Forgot to fill in the datesPetteri Aimonen
2017-02-22Extend inline / fixed length bytes array support (issue #244)Petteri Aimonen
2017-01-12Fix closing a non-empty substream resulting in an incorrect stream stateTobba
2016-09-02Fix typo in docs (thanks to @alecdavis)Petteri Aimonen
2016-08-06Fix formatting error in docsPetteri Aimonen
2016-08-05Add inline allocation of bytes fieldsTom Roeder
2016-06-06Clarify security model with regard to pointer _count fields.Petteri Aimonen
2016-05-25Small updates to docsPetteri Aimonen
2016-05-05Added explanation of `oneof` section usageYaniv Mordekhay
2016-03-10Fix formatting in docsPetteri Aimonen
2016-03-07Some more docs updatesPetteri Aimonen
2016-03-07Update API reference to match headersMaxim Khitrov
2016-02-13Publishing nanopb-0.3.5nanopb-0.3.5Petteri Aimonen
2016-02-07Update pb_release docsPetteri Aimonen
2016-01-27Remove obsolete __BIG_ENDIAN__ compilation option.Petteri Aimonen
2016-01-27Add note to migration docPetteri Aimonen
2015-04-03Add basic docs for msgid functionalityPetteri Aimonen
2015-01-24Publishing nanopb-0.3.2nanopb-0.3.2Petteri Aimonen
2015-01-11New generator options for oneofs: allow skipping or generating as normal 'opt...Petteri Aimonen
2015-01-04Add int_size option for generator.Petteri Aimonen
2014-12-22Add compilation option to disable struct packing.Petteri Aimonen
2014-09-07Update security model with regards to pointer fieldsPetteri Aimonen
2014-08-26Add missing * in migration docsPetteri Aimonen
2014-08-26Update changelogPetteri Aimonen
2014-08-18Rename poorly named identifier to avoid name conflicts.Petteri Aimonen
2014-08-18Change the _count fields to use pb_size_t datatype.Petteri Aimonen
2014-08-10Add document detailing migration from old versionsPetteri Aimonen
2014-04-26Docs update, remove malloc from limitations listPetteri Aimonen
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