summaryrefslogtreecommitdiffstats
path: root/docs
AgeCommit message (Expand)AuthorFilesLines
2017-03-05Forgot to fill in the datesPetteri Aimonen1-1/+1
2017-02-22Extend inline / fixed length bytes array support (issue #244)Petteri Aimonen2-6/+6
2017-01-12Fix closing a non-empty substream resulting in an incorrect stream stateTobba1-0/+13
2016-09-02Fix typo in docs (thanks to @alecdavis)Petteri Aimonen1-1/+1
2016-08-06Fix formatting error in docsPetteri Aimonen1-1/+1
2016-08-04Add inline allocation of bytes fieldsTom Roeder3-25/+32
2016-06-06Clarify security model with regard to pointer _count fields.Petteri Aimonen1-2/+5
2016-05-25Small updates to docsPetteri Aimonen1-4/+5
2016-05-05Added explanation of `oneof` section usageYaniv Mordekhay1-0/+55
2016-03-10Fix formatting in docsPetteri Aimonen1-1/+1
2016-03-07Some more docs updatesPetteri Aimonen1-1/+11
2016-03-07Update API reference to match headersMaxim Khitrov1-38/+32
2016-02-13Publishing nanopb-0.3.5Petteri Aimonen1-1/+1
2016-02-07Update pb_release docsPetteri Aimonen1-2/+2
2016-01-27Remove obsolete __BIG_ENDIAN__ compilation option.Petteri Aimonen1-4/+0
2016-01-27Add note to migration docPetteri Aimonen1-0/+18
2015-04-03Add basic docs for msgid functionalityPetteri Aimonen2-0/+23
2015-01-24Publishing nanopb-0.3.2Petteri Aimonen1-1/+1
2015-01-11New generator options for oneofs: allow skipping or generating as normal 'opt...Petteri Aimonen1-0/+19
2015-01-04Add int_size option for generator.Petteri Aimonen1-0/+3
2014-12-22Add compilation option to disable struct packing.Petteri Aimonen1-0/+3
2014-09-07Update security model with regards to pointer fieldsPetteri Aimonen1-5/+7
2014-08-26Add missing * in migration docsPetteri Aimonen1-2/+2
2014-08-26Update changelogPetteri Aimonen1-1/+1
2014-08-18Rename poorly named identifier to avoid name conflicts.Petteri Aimonen1-1/+39
2014-08-18Change the _count fields to use pb_size_t datatype.Petteri Aimonen1-0/+15
2014-08-10Add document detailing migration from old versionsPetteri Aimonen3-1/+189
2014-04-26Docs update, remove malloc from limitations listPetteri Aimonen1-1/+0
2014-04-02Add some missing 'static' specifiersPetteri Aimonen1-4/+0
2014-03-16Documentation updatesPetteri Aimonen1-2/+49
2013-12-29Fix path change: compat/ -> extra/Petteri Aimonen1-3/+4
2013-10-29Remove the NANOPB_INTERNALS functions from public API.Petteri Aimonen1-1/+3
2013-10-29Add a definition of the security model to the documentation.Petteri Aimonen3-2/+82
2013-09-13Add a new very simple examplePetteri Aimonen1-7/+22
2013-08-08Document field extensions supportPetteri Aimonen3-1/+80
2013-08-08Document PB_SYSTEM_HEADERPetteri Aimonen2-1/+8
2013-07-16Fix formatting in documentationPetteri Aimonen1-23/+41
2013-07-06Add section in pb.h for changing compilation settings.Petteri Aimonen1-3/+7
2013-07-06Add error message macros to API reference.Petteri Aimonen1-0/+25
2013-07-06Document the .options file usage.Petteri Aimonen2-48/+191
2013-04-02Change the callback function to use void**.Petteri Aimonen2-8/+14
2013-03-02Update documentationPetteri Aimonen3-35/+35
2013-02-06Add compile-time option PB_BUFFER_ONLY.Petteri Aimonen1-0/+2
2012-12-06Fix small error in field callback documentation.Petteri Aimonen1-1/+1
2012-10-29Document new generator optionsPetteri Aimonen1-0/+14
2012-10-18Remove the "buf = NULL" => skip requirement from pb_istream_t callbacks.Petteri Aimonen1-2/+1
2012-08-26Add pb_decode_noinit and use it from pb_dec_submessage.Petteri Aimonen1-0/+10
2012-08-26Revert "Add pb_decode_noinit and use it from pb_dec_submessage."Petteri Aimonen1-10/+0
2012-08-26Add pb_decode_noinit and use it from pb_dec_submessage.Petteri Aimonen1-0/+10
2012-08-24Add note that stream callbacks must read the whole requested length.Petteri Aimonen1-0/+1