Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-01-04 | Detect too large varint values when decoding. | Petteri Aimonen | 1 | -3/+3 | |
Because Issue #139 now allows limiting integer fields, it is good to check the values received from other protobuf libraries against the lower limits. | |||||
2014-09-07 | Add a few missing unit tests | Petteri Aimonen | 1 | -0/+14 | |
2014-08-18 | Change the _count fields to use pb_size_t datatype. | Petteri Aimonen | 1 | -2/+2 | |
Update issue 82 Status: FixedInGit | |||||
2014-08-10 | Separate field iterator logic from pb_decode to pb_common. | Petteri Aimonen | 1 | -0/+1 | |
2014-06-02 | Add unit tests for allocate_field(). | Petteri Aimonen | 1 | -0/+23 | |
2013-11-13 | Make tests build in a separate folder, add to gitignore | Petteri Aimonen | 1 | -1/+1 | |
2013-10-29 | Remove the NANOPB_INTERNALS functions from public API. | Petteri Aimonen | 2 | -3/+3 | |
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-09-10 | Build fixes for Windows/Visual C++ | Petteri Aimonen | 2 | -3/+3 | |
2013-09-08 | Start moving the tests into subfolders. Transition to SCons for build system ↵ | Petteri Aimonen | 2 | -0/+310 | |
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 |