apps/agl-service-can-low-level.git
2017-01-18 Romain ForlotSome cleanup and rearrange the code
2017-01-18 Petteri AimonenMerge pull request #237 from wak-google/fix-build
2017-01-18 Petteri AimonenMerge pull request #236 from wak-google/fix-lib
2017-01-18 William A.... cmake: Cleanup the build so that host and runtime tooli...
2017-01-17 William A.... cmake: Fix library name
2017-01-17 Romain ForlotChange read function and some clean up
2017-01-13 claneysAdd license
2017-01-13 Romain ForlotFirst commit: work has to be done...
2017-01-12 Petteri AimonenMerge pull request #230 from Tobba/nonempty-substring
2017-01-12 TobbaFix closing a non-empty substream resulting in an incor...
2017-01-10 Romain ForlotInitial commit
2016-12-31 Petteri AimonenMerge branch 'master' of github.com:nanopb/nanopb
2016-12-31 Petteri AimonenFix multiple oneofs in same message (issue #229)
2016-12-31 Petteri AimonenAdd testcase for issue #229
2016-12-23 Petteri AimonenUpdate readme
2016-12-23 Petteri AimonenMerge pull request #231 from Tobba/expose-varint32
2016-12-23 TobbaMake pb_decode_varint32 public API
2016-12-22 Petteri AimonenAllow overriding proto3 mode (#228)
2016-12-09 Petteri AimonenEnable clang integer sanitizer and clean up a few warnings.
2016-12-09 Petteri AimonenMerge branch 'kurddt-fix_unalign' (issues #226, #227)
2016-12-09 Petteri AimonenAdd regression test for issue #227
2016-12-09 Petteri AimonenRefactor proto3 logic into pb_check_proto3_default_value()
2016-12-09 Guillaume LagerFix potential unaligned access
2016-11-22 Petteri AimonenMerge branch 'wak-google-upstream1' (#223)
2016-11-22 Petteri AimonenTest case for enum_to_string
2016-11-22 Petteri AimonenSmall indentation and naming fixes to enum_to_string...
2016-11-21 William A.... nanopb: update generator to emit optional enum->string...
2016-11-19 Petteri AimonenInclude version number in PlatformIO library.json ...
2016-10-30 Petteri AimonenChange download links to https
2016-10-30 Petteri AimonenSetting version to 0.3.8-dev
2016-10-30 Petteri AimonenPublishing nanopb-0.3.7
2016-10-24 Petteri AimonenNote about protoc update
2016-10-24 Petteri AimonenBuild fix for previous commit
2016-10-24 Petteri AimonenBuild fix for previous commit
2016-10-24 Petteri AimonenStrip debug symbols from linux library files
2016-10-23 Petteri AimonenOnly run alltypes_proto3 test case if protoc version...
2016-10-23 Petteri AimonenUpdate changelog and authors list
2016-10-23 Petteri AimonenAdd test cases for proto3 has_ field support.
2016-10-23 Petteri AimonenSet the proto3 option by default if file specifies...
2016-10-23 Petteri AimonenFix missing warning with large bytes fields (issue...
2016-10-11 Petteri AimonenMerge pull request #218 from berni155/master
2016-10-10 berni155Fix typo in encoding
2016-10-10 Petteri AimonenMerge pull request #208 from podsvirov/topic-cmake...
2016-10-10 Petteri AimonenMerge pull request #216 from berni155/proto3_singular_f...
2016-10-09 Bernhard KrämerPrevent fields with default value from encoding when...
2016-10-09 Bernhard KrämerAdd proto3 option to handle singular fields
2016-10-05 Zac NelsonReduce max response payload size. (#7)
2016-10-05 Zac Nelsonreduce max isotp message size. see OpenXC vi-firmware...
2016-09-14 Ryan OberholzerMerge pull request #33 from openxc/addingPlatformCommand
2016-09-14 Ryan OberholzerUpdate CHANGELOG.md
2016-09-14 Zac Nelsonfix isotp commit hash.
2016-09-14 rwoberholzerAdded platform to message format
2016-09-14 Zac NelsonMulti frame (#6)
2016-09-14 Zac NelsonAdd support for multi-frame responses (#4)
2016-09-10 Christopher... Merge pull request #29 from openxc/increase-payload
2016-09-02 Petteri AimonenFix typo in docs (thanks to @alecdavis)
2016-08-23 Zac Nelsonupdate changelog.
2016-08-10 Petteri AimonenMerge pull request #213 from PiotrSikora/export_license
2016-08-10 Piotr SikoraBazel: export LICENSE.txt file.
2016-08-06 Petteri AimonenFix formatting error in docs
2016-08-05 Petteri AimonenMerge pull request #211 from tmroeder/feat-inline-bytes
2016-08-04 Tom RoederAdd inline allocation of bytes fields
2016-08-04 Eric Marsmanmake results
2016-08-04 Zac Nelsonincrease payload size for diagnostic response. still...
2016-08-03 Petteri AimonenMerge pull request #209 from LuminateWireless/bazel...
2016-08-01 Ming ZhaoAdd bazel BUILD file for nanopb.
2016-07-26 Konstantin... Added CMake project
2016-07-23 Petteri AimonenInclude package name in include guard (issue #207).
2016-07-07 Christopher... Add missing libraries to Makefile.
2016-06-19 Petteri AimonenSetting version to 0.3.7-dev
2016-06-19 Petteri AimonenPublishing nanopb-0.3.6
2016-06-14 Petteri AimonenUpdate changelog
2016-06-06 Petteri AimonenClarify security model with regard to pointer _count...
2016-06-06 Petteri AimonenProtect against corrupted _count fields in pb_release().
2016-06-06 Petteri AimonenAdd testcase for issue #205
2016-06-06 Petteri AimonenAdd static repeated submessage field to mem_release...
2016-05-25 Petteri AimonenSmall updates to docs
2016-05-25 Petteri AimonenFix error in STATIC_ASSERT with multiple files (issue...
2016-05-25 Petteri AimonenAdd testcase for issue #203
2016-05-09 EricMerge pull request #28 from openxc/next
2016-05-05 Petteri AimonenMerge pull request #201 from yanivmo/patch-1
2016-05-05 Yaniv MordekhayAdded explanation of `oneof` section usage
2016-04-21 Eric Marsmanadd new C5 commands to JSON. Added ToC for this file.
2016-03-17 EricMerge pull request #27 from openxc/messagepackadditions
2016-03-17 Eric Marsmanadded mp comments
2016-03-10 Petteri AimonenFix formatting in docs
2016-03-07 Petteri AimonenSome more docs updates
2016-03-07 Petteri AimonenMerge pull request #196 from mxk/api-ref
2016-03-07 Maxim KhitrovUpdate API reference to match headers
2016-03-04 Eric Marsmanmerged next & conflict resolved on version number
2016-03-04 EricMerge pull request #26 from openxc/origin/messagepackad...
2016-03-04 Petteri AimonenProvide comments about uncalculable message sizes ...
2016-03-04 Eric Marsmanwhitespace fix
2016-02-29 Eric Marsmanre-compiled with libprotoc 2.4.1 - should be no changes
2016-02-29 Eric Marsmanupdated documentation
2016-02-29 Eric Marsmanmove nanopb submodule from code.google to github
2016-02-29 Eric MarsmanMerge branch 'messagepackadditions' of https://github...
2016-02-20 Petteri AimonenMerge pull request #194 from isotes/master
2016-02-20 Petteri AimonenMerge pull request #193 from recursify/master
2016-02-19 isotesGenerate MIN/MAX/ARRAYSIZE for enums
next