summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-09-04Properly cache decoder methods, instead of regenerating every time.Joshua Haberman
This doesn't fully share bytecode. If you generate for message A which has B as a sub-message, then generate B, B's code will be generated twice. This could be optimized later if desired. But this addresses the leak in PHP. Also removed some obsolete JIT-only code.
2019-08-26Merge pull request #208 from haberman/bool_bugfixJoshua Haberman
Bugfix for boolean defaults.
2019-08-26Bugfix for boolean defaults.Joshua Haberman
2019-08-19Accpet string for numeric wrappers (#202)Paul Yang
2019-08-09Merge pull request #205 from veblush/murmurEsun Kim
Rename MurmurHash2 to upb_murmur_hash2
2019-08-09Merge pull request #204 from veblush/msvc-portEsun Kim
Clean up MSVC port for vsnprintf
2019-08-09Merge pull request #203 from veblush/clang-portEsun Kim
Make it use builtin functions on clang
2019-08-09Rename MurmurHash2 to upb_murmur_hash2Esun Kim
2019-08-09Clean up MSVC port for vsnprintfEsun Kim
2019-08-09Make it use builtin functions on clangEsun Kim
2019-08-01Merge pull request #201 from veblush/ubsan2Nicolas Noble
Fixed ubsan error on memmove
2019-07-31Fixed ubsan error on memmoveEsun Kim
2019-07-31Merge pull request #200 from veblush/ubsanNicolas Noble
Fixed UBSAN issues
2019-07-31Fixed UBSAN issuesEsun Kim
2019-07-31Merge pull request #199 from veblush/upb_alloc_globalNicolas Noble
Add extern C to upb_alloc_global
2019-07-31Add extern C to upb_alloc_globalEsun Kim
2019-07-31Merge pull request #198 from veblush/shortenNicolas Noble
Fixed -Wshorten-64-to-32
2019-07-31Merge pull request #197 from veblush/likelyNicolas Noble
Make UPB_LIKELY compatible with non-GNUC
2019-07-31Fixed -Wshorten-64-to-32Esun Kim
2019-07-30Use UPB_LIKELY only when GNUCEsun Kim
2019-07-30Merge pull request #196 from veblush/strict-prototypesNicolas Noble
Add "-Wstrict-prototypes" option
2019-07-30Add -Wstrict-prototypes optionEsun Kim
2019-07-30Merge pull request #195 from veblush/vsnprintfNicolas Noble
Fix compiler error on Windows
2019-07-30Support MSVC prior to 2015Esun Kim
2019-07-29Support Visual StudioEsun Kim
2019-07-26Merge pull request #194 from veblush/conversion-warningNicolas Noble
Added explicit type casting to char
2019-07-26Remove conversion warningEsun Kim
2019-07-23Merge pull request #193 from nicolasnoble/windows-flagsNicolas Noble
Disabling gcc flags for Windows build.
2019-07-23Trying to be more flexible with the version of bazel we can use here.Nicolas "Pixel" Noble
2019-07-22Adding (v)snprintf and va_copy for Windows.Nicolas "Pixel" Noble
2019-07-22Fixing the separator string.Nicolas "Pixel" Noble
2019-07-19Revert previous fix - to_list() is too new, or...?Nicolas "Pixel" Noble
2019-07-18Disabling gcc flags for Windows build.Nicolas "Pixel" Noble
2019-07-05Merge pull request #185 from TeBoring/int64-json-fixJoshua Haberman
Change int64 json encoding to be string
2019-06-27Merge pull request #188 from Google-Autofuzz/masterJoshua Haberman
Create README for fuzzing corpus folder
2019-06-26Merge pull request #190 from haberman/styleJoshua Haberman
Some minor style fixes.
2019-06-26Some minor style fixes.Joshua Haberman
2019-06-26change back to the original BUILDGoogle-Autofuzz
2019-06-26modified BUILDGoogle-Autofuzz
2019-06-26fix -fsanitizeGoogle-Autofuzz
2019-06-26Update BUILDGoogle AutoFuzz Team
2019-06-25Merge branch 'master' of https://github.com/Google-Autofuzz/upbGoogle-Autofuzz
2019-06-25modified fuzz configGoogle-Autofuzz
2019-06-25Create READMEGoogle AutoFuzz Team
2019-06-20Merge pull request #187 from haberman/fixesJoshua Haberman
Build fixes from fuzz target.
2019-06-17Build fixes from fuzz target.Joshua Haberman
2019-06-14Change methods name to specify as number/stringBo Yang
2019-06-14Fix integer typesBo Yang
2019-06-13Merge pull request #186 from Google-Autofuzz/masterJoshua Haberman
Add Fuzz target and modified BUILD
2019-06-13Update BUILD with OSS-FUZZGoogle AutoFuzz Team
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback