socketcan-bcm: Fix wrongly opened socket
[apps/agl-service-can-low-level.git] / docs /
2014-04-02 Petteri AimonenAdd some missing 'static' specifiers
2014-03-16 Petteri AimonenDocumentation updates
2013-12-29 Petteri AimonenFix path change: compat/ -> extra/
2013-10-29 Petteri AimonenRemove the NANOPB_INTERNALS functions from public API.
2013-10-29 Petteri AimonenAdd a definition of the security model to the documenta...
2013-09-13 Petteri AimonenAdd a new very simple example
2013-08-08 Petteri AimonenDocument field extensions support
2013-08-08 Petteri AimonenDocument PB_SYSTEM_HEADER
2013-07-16 Petteri AimonenFix formatting in documentation
2013-07-06 Petteri AimonenAdd section in pb.h for changing compilation settings.
2013-07-06 Petteri AimonenAdd error message macros to API reference.
2013-07-06 Petteri AimonenDocument the .options file usage.
2013-04-02 Petteri AimonenChange the callback function to use void**.
2013-03-02 Petteri AimonenUpdate documentation
2013-02-06 Petteri AimonenAdd compile-time option PB_BUFFER_ONLY.
2012-12-06 Petteri AimonenFix small error in field callback documentation.
2012-10-29 Petteri AimonenDocument new generator options
2012-10-18 Petteri AimonenRemove the "buf = NULL" => skip requirement from pb_ist...
2012-08-26 Petteri AimonenAdd pb_decode_noinit and use it from pb_dec_submessage.
2012-08-26 Petteri AimonenRevert "Add pb_decode_noinit and use it from pb_dec_sub...
2012-08-26 Petteri AimonenAdd pb_decode_noinit and use it from pb_dec_submessage.
2012-08-24 Petteri AimonenAdd note that stream callbacks must read the whole...
2012-08-24 Petteri AimonenImplement error messages in the decoder side.
2012-08-24 Petteri AimonenDocument pb_close_string_substream.
2012-08-24 Petteri AimonenReorganize the field decoder interface.
2012-07-01 Petteri AimonenReplace PB_MANY_FIELDS with PB_FIELD_16BIT and PB_FIELD...
2012-06-30 Petteri AimonenAdd PB_MANY_FIELDS option for supporting fields > 255.
2012-06-30 Petteri AimonenImprove the detection of missing required fields.
2012-06-25 Petteri AimonenFixed formatting in docs
2012-06-25 Petteri AimonenDocumented NANOPB_INTERNALS compilation option
2012-06-25 Petteri AimonenNote about __BIG_ENDIAN__ compilation option
2012-06-16 Petteri AimonenAdded new functions to public interface in pb_decode.h.
2012-03-01 Petteri AimonenRefactoring the field encoder interface.
2012-01-23 Petteri AimonenImproved documentation on field decoders.
2012-01-12 Petteri AimonenFixed issue 1 reported by Erik Rosen:
2012-01-05 Petteri AimonenAdded logo for project :)
2011-11-04 Petteri AimonenSome additions to documentation
2011-09-18 Petteri AimonenDocumentation outdated phrase
2011-09-14 Petteri AimonenAdded README
2011-09-13 Petteri AimonenFixed a bunch of bugs related to callback fields.
2011-09-12 Petteri AimonenTests for callback fields
2011-08-24 Petteri AimonenCyclic messages not supported - thanks to Josh for...
2011-08-24 Petteri Aimonendocumentation
2011-08-23 Petteri AimonenMore unittests
2011-08-23 Petteri AimonenMore unittests
2011-08-22 Petteri Aimonenunittests, change to PB_LTYPE_BYTES data size
2011-08-17 Petteri AimonenExample
2011-08-16 Petteri AimonenDocs
2011-08-14 Petteri AimonenMore documentation, small improvements
2011-08-11 Petteri AimonenDocumenting and improving stream behaviour
2011-08-10 Petteri AimonenStarted writing documentation