Petteri Aimonen
a0f0440394
Detect too large varint values when decoding.
...
Because Issue #139 now allows limiting integer fields, it is good
to check the values received from other protobuf libraries against
the lower limits.
2015-01-04 12:17:24 +02:00
Petteri Aimonen
38613acdb4
Add a few missing unit tests
2014-09-07 20:30:17 +03:00
Petteri Aimonen
1dd9f1900f
Change the _count fields to use pb_size_t datatype.
...
Update issue 82
Status: FixedInGit
2014-08-18 20:09:52 +03:00
Petteri Aimonen
a641e21b34
Separate field iterator logic from pb_decode to pb_common.
2014-08-10 12:42:01 +03:00
Petteri Aimonen
788d2825b0
Add unit tests for allocate_field().
2014-06-02 21:20:57 +03:00
Petteri Aimonen
5813144246
Make tests build in a separate folder, add to gitignore
2013-11-13 22:10:42 +02:00
Petteri Aimonen
287207841d
Remove the NANOPB_INTERNALS functions from public API.
...
These have been deprecated since nanopb-0.1.6 (some since 0.1.3).
Equivalent functions with better interface are available in the API.
Update issue 91
Status: FixedInGit
2013-10-29 16:32:47 +02:00
Petteri Aimonen
f04ab838ab
Build fixes for Windows/Visual C++
2013-09-10 17:53:07 +03:00
Petteri Aimonen
262c62676c
Start moving the tests into subfolders. Transition to SCons for build system for the tests.
...
Only a few tests updated so far. Have to include all the rest before merging to mainline.
Update issue 63
Status: Started
2013-09-08 17:52:03 +03:00