aboutsummaryrefslogtreecommitdiffstats
path: root/docs
AgeCommit message (Expand)AuthorFilesLines
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
2012-08-24Implement error messages in the decoder side.Petteri Aimonen2-10/+8
2012-08-24Document pb_close_string_substream.Petteri Aimonen1-1/+13
2012-08-24Reorganize the field decoder interface.Petteri Aimonen1-86/+32
2012-07-01Replace PB_MANY_FIELDS with PB_FIELD_16BIT and PB_FIELD_32BIT.Petteri Aimonen1-5/+12
2012-06-30Add PB_MANY_FIELDS option for supporting fields > 255.Petteri Aimonen1-1/+3
2012-06-30Improve the detection of missing required fields.Petteri Aimonen1-7/+6
2012-06-25Fixed formatting in docsPetteri Aimonen1-2/+5
2012-06-25Documented NANOPB_INTERNALS compilation optionPetteri Aimonen1-0/+1
2012-06-25Note about __BIG_ENDIAN__ compilation optionPetteri Aimonen1-0/+6
2012-06-16Added new functions to public interface in pb_decode.h.Petteri Aimonen1-11/+36
2012-03-01Refactoring the field encoder interface.Petteri Aimonen1-82/+42
2012-01-23Improved documentation on field decoders.Petteri Aimonen1-5/+24
2012-01-12Fixed issue 1 reported by Erik Rosen:Petteri Aimonen1-1/+4
2012-01-05Added logo for project :)Petteri Aimonen5-0/+1471
2011-11-04Some additions to documentationPetteri Aimonen3-7/+2883
2011-09-18Documentation outdated phrasePetteri Aimonen1-1/+1
2011-09-14Added READMEPetteri Aimonen1-2/+2
2011-09-13Fixed a bunch of bugs related to callback fields.Petteri Aimonen1-16/+38
2011-09-12Tests for callback fieldsPetteri Aimonen1-1/+1
2011-08-24Cyclic messages not supported - thanks to Josh for pointing this out.Petteri Aimonen1-0/+1
2011-08-24documentationPetteri Aimonen1-7/+20
2011-08-23More unittestsPetteri Aimonen3-3/+23
2011-08-23More unittestsPetteri Aimonen1-0/+7
2011-08-22unittests, change to PB_LTYPE_BYTES data sizePetteri Aimonen2-2/+3
2011-08-17ExamplePetteri Aimonen3-4/+4
2011-08-16DocsPetteri Aimonen7-45/+161
2011-08-14More documentation, small improvementsPetteri Aimonen6-59/+514
2011-08-11Documenting and improving stream behaviourPetteri Aimonen5-6/+143
2011-08-10Started writing documentationPetteri Aimonen3-0/+327