aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2021-03-20Add testcase for #647: invalid free with oneofPetteri Aimonen
2021-02-03Expand alltypes test case for default values inside oneof (#635)Petteri Aimonen
2020-11-25Fix unsigned enums not working correctly inside OneOf (#611)Petteri Aimonen
2020-11-25Expand mem_release testcase to cover submessage merge (#615)Petteri Aimonen
2020-06-22Fix buffer overflow when encoding bytes with size set to 65535 (#547)Petteri Aimonen
2020-03-26Regression test + fix for proto3 submessage improperly considered emptyFranck
2019-12-19Fix empty submessages getting encoded in proto3 mode (#395)Petteri Aimonen
2019-10-11Add test for PB_ENCODE_ARRAYS_UNPACKEDPavol Rusnak
2019-10-02Make fuzztest detect invalid bool values (#434)Petteri Aimonen
2019-06-01🔀 use min/max enum value for min/maxNoah Pendleton
2019-03-07Add testcase for #380Petteri Aimonen
2019-03-07Add testcase for #363Petteri Aimonen
2019-01-30Add regression test for issue #376Petteri Aimonen
2018-10-11Further test fail fix for WindowsPetteri Aimonen
2018-10-11Fix test failure on WindowsPetteri Aimonen
2018-10-11Don't release fields of a callbackJari Vetoniemi
2018-10-11Test mem_release with garbage inputJari Vetoniemi
2018-10-03Fix compiler warningPetteri Aimonen
2018-10-03Add testcase for #342Petteri Aimonen
2018-09-13Add testcase for issue #338Petteri Aimonen
2018-08-31unit test for typename mangling featurematejcik
2018-04-09Add check for large extension field number (issue #306)Petteri Aimonen
2018-04-07Add testcase for issue #322Petteri Aimonen
2018-02-26Fix for default value byte escapingHamina, Juha-Pekka
2018-02-14Add tests for fixed count optionOliver Lee
2018-02-14Fix scons printing for Python 3Oliver Lee
2017-12-11Extend alltypes test case to cover issue #295.Petteri Aimonen
2017-10-05Modify the test to encode using protoc and verify, they should match.Sébastien Morin
2017-10-01Small fix to decode_map examplePetteri Aimonen
2017-10-01Add test/example of using 'map' type. (issue #289)Petteri Aimonen
2017-09-16Mac OS X build fixPetteri Aimonen
2017-09-16Fix windows build failPetteri Aimonen
2017-09-16Add option to build without 64-bit support (issue #86)Petteri Aimonen
2017-09-16Test also the optionals case in field_size_*Petteri Aimonen
2017-09-15Properly detect truncated tags in corrupted messages (issue #277)Petteri Aimonen
2017-09-15Make pb_decode_varint32 overflow checks exact (issue #258)Petteri Aimonen
2017-06-15Add regression test for issue #259Petteri Aimonen
2017-04-14Add testcase for issue #256Petteri Aimonen
2017-03-28Add regression test for issue #253Petteri Aimonen
2017-03-12Improve varint unittest coverage for error casesPetteri Aimonen
2017-03-02Fix alltypes_callback testcasePetteri Aimonen
2017-03-02Add regression test for issue #249Petteri Aimonen
2017-03-02Add callback test for proto3 modePetteri Aimonen
2017-03-02Fix bug in alltypes_callback test casePetteri Aimonen
2017-02-25Add testcase for issue #247Petteri Aimonen
2017-02-25Windows build fixPetteri Aimonen
2017-02-24Fix infinite loop in pb_check_proto3_default_valueJustin DeMartino
2017-02-24Fix build failurePetteri Aimonen
2017-02-24Add test coverage for calling pb_release() on a message with callback fields.Petteri Aimonen
2017-02-22Add fixed length bytes to alltypes test case (issue #244)Petteri Aimonen