aboutsummaryrefslogtreecommitdiffstats
path: root/tests/alltypes_pointer
AgeCommit message (Expand)AuthorFilesLines
2017-02-22Add fixed length bytes to alltypes test case (issue #244)Petteri Aimonen3-1/+14
2015-01-11Add oneofs to AllTypes test casePetteri Aimonen3-1/+13
2014-12-26Move malloc support to tests/common directoryPetteri Aimonen1-20/+11
2014-08-10Separate field iterator logic from pb_decode to pb_common.Petteri Aimonen1-2/+3
2014-05-17Fix bug in alltypes test case that made fuzzing difficult.Petteri Aimonen1-0/+1
2014-03-16Documentation updatesPetteri Aimonen1-3/+0
2014-03-15Finish the alltypes_pointer testcase, use valgrind if available.Petteri Aimonen2-160/+82
2014-03-15Get rid of pb_bytes_ptr_t, just allocate pb_bytes_array_t dynamically.Petteri Aimonen3-8/+10
2014-03-12Add pb_release() functionPetteri Aimonen2-18/+74
2014-03-10More fixes for dynamic allocationPetteri Aimonen2-25/+28
2014-02-24Beginnings of malloc support in pb_decodePetteri Aimonen2-1/+220
2013-12-29Fix build on WindowsPetteri Aimonen1-2/+4
2013-12-29Bring alltypes_pointer testcase up to datePetteri Aimonen3-96/+24
2013-12-29Improve alltypes_pointer test casePetteri Aimonen3-95/+137
2013-12-29Organize allocation logic in generator, add pb_bytes_ptr_t.Petteri Aimonen1-15/+7
2013-12-29Generating and encoding messages with dynamic allocaitonMartin Donath4-0/+249