Linux Foundation Collaborative Projects
index
:
agl-service-can-low-level
dab
eel
flounder
guppy
halibut
icefish
jellyfish
koi
lamprey
marlin
master
needlefish
next
octopus
pike
quillback
ricefish
sandbox/DDTLK/autobuild
sandbox/DDTLK/fix-tests
sandbox/claneys/SPEC-3204
sandbox/claneys/modular-low-can
sandbox/excale/wip
sandbox/walzert/agl-service-can-low-level
sandbox/walzert/can_build_icefish
sandbox/ydimitrov/revised_comments
sandbox/zheng_wenlong/als2019
Low level CAN service made to decode and write on CAN bus.
Grokmirror user
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2017-04-14
Fix bugs in proto3 mode encoding of submessages (#256)
Petteri Aimonen
1
-5
/
+31
2017-04-14
Add testcase for issue #256
Petteri Aimonen
3
-0
/
+65
2017-03-28
Merge branch 'master' of github.com:nanopb/nanopb
Petteri Aimonen
1
-3
/
+3
2017-03-28
Fix message length calculation for arrays of size 1 (issue #253)
Petteri Aimonen
1
-1
/
+6
2017-03-28
Add regression test for issue #253
Petteri Aimonen
3
-0
/
+46
2017-03-16
Merge pull request #250 from conz27/master
Petteri Aimonen
1
-3
/
+3
2017-03-12
Fix potential out-of-bounds read with more than 64 required fields
Petteri Aimonen
1
-3
/
+12
2017-03-12
Improve varint unittest coverage for error cases
Petteri Aimonen
1
-2
/
+46
2017-03-05
Fixing install issue due to relative paths
Constantine Grantcharov
1
-2
/
+2
2017-03-05
Remove use of relative paths
Constantine Grantcharov
1
-2
/
+2
2017-03-05
Forgot to fill in the dates
Petteri Aimonen
2
-2
/
+2
2017-03-05
Setting version to 0.3.9-dev
Petteri Aimonen
4
-4
/
+4
2017-03-05
Publishing nanopb-0.3.8
Petteri Aimonen
4
-4
/
+4
2017-03-05
Update changelog
Petteri Aimonen
1
-1
/
+1
2017-03-02
Fix alltypes_callback testcase
Petteri Aimonen
4
-10
/
+24
2017-03-02
Fix callback pointer corruption in proto3 mode (issue #249)
Petteri Aimonen
1
-1
/
+1
2017-03-02
Add regression test for issue #249
Petteri Aimonen
3
-0
/
+81
2017-03-02
Add callback test for proto3 mode
Petteri Aimonen
4
-0
/
+744
2017-03-02
Fix bug in alltypes_callback test case
Petteri Aimonen
2
-4
/
+5
2017-02-26
Update changelog
Petteri Aimonen
2
-2
/
+24
2017-02-25
Fix build failure (const_cast name conflict)
Petteri Aimonen
1
-4
/
+4
2017-02-25
Add transitional options.proto file (#241)
Petteri Aimonen
1
-0
/
+120
2017-02-25
Add better error message on Python library version imcompatibility (issue #240)
Petteri Aimonen
1
-0
/
+14
2017-02-25
Make pb_check_proto3_default_value() recurse into submessages (issue #247)
Petteri Aimonen
1
-23
/
+47
2017-02-25
Add testcase for issue #247
Petteri Aimonen
3
-0
/
+58
2017-02-25
Windows build fix
Petteri Aimonen
1
-2
/
+3
2017-02-25
Merge pull request #245 from jdemar/master
Petteri Aimonen
6
-1
/
+417
2017-02-24
Fix infinite loop in pb_check_proto3_default_value
Justin DeMartino
6
-1
/
+417
2017-02-24
Fix build failure
Petteri Aimonen
1
-1
/
+2
2017-02-24
Add test coverage for calling pb_release() on a message with callback fields.
Petteri Aimonen
2
-2
/
+13
2017-02-22
Add fixed length bytes to alltypes test case (issue #244)
Petteri Aimonen
22
-20
/
+80
2017-02-22
Extend inline / fixed length bytes array support (issue #244)
Petteri Aimonen
7
-85
/
+97
2017-02-20
Add new option max_length for strings (issue #107)
Petteri Aimonen
4
-0
/
+11
2017-02-13
Update download links (changes in webhost system)
Petteri Aimonen
1
-3
/
+3
2017-02-12
Merge branch 'master' of github.com:nanopb/nanopb
Petteri Aimonen
6
-37
/
+94
2017-02-12
Zero-valued extension fields were mistakenly ignored by encoder. (issue #242)
Petteri Aimonen
1
-2
/
+7
2017-02-12
Add regression test for issue 242
Petteri Aimonen
3
-0
/
+79
2017-01-21
Merge pull request #239 from mxk/plugin-fix
Petteri Aimonen
2
-2
/
+2
2017-01-20
Fix documentation for protoc --plugin argument
Maxim Khitrov
2
-2
/
+2
2017-01-18
Merge pull request #237 from wak-google/fix-build
Petteri Aimonen
1
-26
/
+57
2017-01-18
Merge pull request #236 from wak-google/fix-lib
Petteri Aimonen
1
-3
/
+3
2017-01-17
cmake: Cleanup the build so that host and runtime tooling is installable
William A. Kennington III
1
-26
/
+57
2017-01-17
cmake: Fix library name
William A. Kennington III
1
-3
/
+3
2017-01-12
Merge pull request #230 from Tobba/nonempty-substring
Petteri Aimonen
3
-9
/
+35
2017-01-12
Fix closing a non-empty substream resulting in an incorrect stream state
Tobba
3
-9
/
+35
2016-12-31
Merge branch 'master' of github.com:nanopb/nanopb
Petteri Aimonen
2
-2
/
+5
2016-12-31
Fix multiple oneofs in same message (issue #229)
Petteri Aimonen
3
-8
/
+20
2016-12-31
Add testcase for issue #229
Petteri Aimonen
3
-0
/
+59
2016-12-23
Update readme
Petteri Aimonen
1
-1
/
+1
2016-12-23
Merge pull request #231 from Tobba/expose-varint32
Petteri Aimonen
2
-2
/
+5
[next]