Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-10-18 | Remove the "buf = NULL" => skip requirement from pb_istream_t callbacks. | Petteri Aimonen | 1 | -7/+0 | |
Rationale: it's easy to implement the callback wrong. Doing so introduces io errors when unknown fields are present in the input. If code is not tested with unknown fields, these bugs can remain hidden for long time. Added a special case for the memory buffer stream, where it gives a small speed benefit. Added testcase for skipping fields with test_decode2 implementation. Update issue 37 Status: FixedInGit | |||||
2012-08-24 | Implement error messages in the decoder side. | Petteri Aimonen | 1 | -1/+1 | |
Update issue 7 Status: Started | |||||
2011-12-30 | Expanding the tests to better cover decoding from memory buffer. | Petteri Aimonen | 1 | -0/+90 | |
git-svn-id: https://svn.kapsi.fi/jpa/nanopb@1090 e3a754e5-d11d-0410-8d38-ebb782a927b9 |