- e9cc0b0 Optimize MapField serialization by removing MessageAdapter by James Newton-King · 4 years, 5 months ago
- 64dd751 Update kokoro badge bucket to protobuf-kokoro-badges (#8138) by Paul Yang · 4 years, 5 months ago
- e789844 Merge pull request #8140 from jtattermusch/no_public_sign by Jan Tattermusch · 4 years, 5 months ago
- 930ab0f C#: do not use <PublicSign>true</PublicSign> on non-windows by Jan Tattermusch · 4 years, 5 months ago
- 53be410 Fixed spelling error in JRuby Protobuf class by Rob Widmer · 4 years, 5 months ago
- 351a34f Added some missing jruby files to the Makefile by Rob Widmer · 4 years, 5 months ago
- 24b2094 Set up testing configuration for jruby by Rob Widmer · 4 years, 5 months ago
- 7b1d6ab Fix some more failing tests by Rob Widmer · 4 years, 5 months ago
- 8313e57 Fix ruby gem to work with JRuby by Rob Widmer · 4 years, 5 months ago
- 26c0fbc Add macOS big sur compatibility by Thomas BACCELLI · 4 years, 5 months ago
- c17e3c1 Guava 30 (#7991) by Elliotte Rusty Harold · 4 years, 5 months ago
- 823f351 Port for php8 (#8105) by Paul Yang · 4 years, 5 months ago
- 7053169 Update docker file for php 32bit tests (#8116) by Paul Yang · 4 years, 5 months ago
- a91adf1 Don't include sys/param.h for _BYTE_ORDER by Gianni Tedesco · 4 years, 5 months ago
- e8906e4 Update docker file for php7 (#8112) by Paul Yang · 4 years, 5 months ago
- 9637a3b Allocate extension 1089 to ScalaPB validate by Nadav Samet · 4 years, 5 months ago
- c777ade Conformance/CMake: Remove non-existence binary_json_conformance_main.cc file. by Biswapriyo Nath · 4 years, 5 months ago
- 5cc0345 stubs/mutex: Fix compilation by initializing variable in WrappedMutex class. by Biswapriyo Nath · 4 years, 5 months ago
- 9ee163a Update param type on offsetGet (#8033) by Mike Lehan · 4 years, 5 months ago
- 9432c99 Update docker image for php8 (#8103) by Paul Yang · 4 years, 5 months ago
- 3f91c10 Work around -Werror=type-limits under gcc 10.2 (#8092) by Jorg Brown · 4 years, 5 months ago
- 51b620a unregister INI entries and fix invalid read on shutdown (#8042) by Antony Dovgal · 4 years, 5 months ago
- 471317f Merge pull request #8077 from acozzette/fix-8059 by Adam Cozzette · 4 years, 5 months ago
- 9e2d875 Merge pull request #8089 from acozzette/fixes by Adam Cozzette · 4 years, 5 months ago
- 72fddb7 Fixed the Codespell check by Adam Cozzette · 4 years, 5 months ago
- 551b440 Fixed some minor issues by Adam Cozzette · 4 years, 5 months ago
- 977dde9 Merge pull request #7180 from stac47/fix_deprecated_is_pod by Adam Cozzette · 4 years, 5 months ago
- e65887a Merge branch 'master' into fix_deprecated_is_pod by Adam Cozzette · 4 years, 5 months ago
- 5a7a4a5 Install examples in `/usr/local/share/protobuf/examples`. by Tongliang Liao · 4 years, 5 months ago
- bd9a710 Merge pull request #8076 from haberman/sync-stage by Joshua Haberman · 4 years, 5 months ago
- 7993c74 Added note to CHANGES.txt about Arena::SpaceAllocated(). by Joshua Haberman · 4 years, 5 months ago
- 8cfb428 Updated ax_pthread.m4 to its most recent upstream version by Adam Cozzette · 4 years, 5 months ago
- c2c13a5 Fixed Python C++ extension for Python 3.8. by Joshua Haberman · 4 years, 5 months ago
- 284f4b6 Fixed another spelling error. by Joshua Haberman · 4 years, 5 months ago
- 9be0420 Reverted unintentional change. by Joshua Haberman · 4 years, 5 months ago
- 29e788d Fixed spelling mistake. by Joshua Haberman · 4 years, 5 months ago
- 1817a01 Updated changelog. by Joshua Haberman · 4 years, 5 months ago
- 920803e Merge tag 'refs/tags/sync-piper' into sync-stage by Joshua Haberman · 4 years, 5 months ago
- 5c028d6 Sync from Piper @343521567 by Joshua Haberman · 4 years, 5 months ago
- d7a2643 Merge pull request #7645 from JamesNK/jamesnk/bytestring-memory by Jan Tattermusch · 4 years, 5 months ago
- e794919 PR feedback by James Newton-King · 4 years, 5 months ago
- 79f5bad Change ByteString to use memory and support unsafe create without copy by James Newton-King · 4 years, 5 months ago
- 7b352d3 Fix detecting file as directory on zOS issue #8051 by Mahdi Hosseini · 4 years, 5 months ago
- 51bdb51 Fix detecting file as directory on zOS issue #8051 by Mahdi Hosseini · 4 years, 5 months ago
- a73c8e0 Fix detecting file as directory on zOS issue #8051 by Mahdi Hosseini · 4 years, 5 months ago
- 0321358 Fix some -Wunused-parameter warnings by Yuriy Chernyshov · 4 years, 5 months ago
- c981d39 Merge pull request #8048 from acozzette/3.14.x-202011131455 by Adam Cozzette · 4 years, 6 months ago
- 17a067d Merge branch '3.14.x' into 3.14.x-202011131455 by Adam Cozzette · 4 years, 6 months ago
- 2514f0b Removed protoc-artifacts/target directory by Adam Cozzette · 4 years, 6 months ago
- f3192d6 Update protobuf version by Adam Cozzette · 4 years, 6 months ago
- 8630972 Updated CHANGES.txt to add #8035 by Adam Cozzette · 4 years, 6 months ago
- e91922a Additional test by James Newton-King · 4 years, 6 months ago
- e57f761 Fix parsing negative Int32Value that crosses segment boundary by James Newton-King · 4 years, 6 months ago
- 012fe85 Merge pull request #8035 from JamesNK/jamesnk/int32wrapper-blocksize by Jan Tattermusch · 4 years, 6 months ago
- fdf4ef6 Additional test by James Newton-King · 4 years, 6 months ago
- d8800ae Fix parsing negative Int32Value that crosses segment boundary by James Newton-King · 4 years, 6 months ago
- 1b851b3 Update protobuf version by Adam Cozzette · 4 years, 6 months ago
- 397d34c Restore proxy method upon acozzette@ request by Yuriy Chernyshov · 4 years, 6 months ago
- 20c7800 Deduplicate StripProto methods by Yuriy Chernyshov · 4 years, 6 months ago
- 129a5ed Updated CHANGES.txt to include #7928 by Adam Cozzette · 4 years, 6 months ago
- 99149ba Fix PyUnknownFields memory leak (#7928) by Aurélien Grenotton · 4 years, 6 months ago
- 4928583 Updated CHANGES.txt for the 3.14.0 release by Adam Cozzette · 4 years, 6 months ago
- fbbe11a Reintroduced definitions for PHP GeneratedClassName() functions by Adam Cozzette · 4 years, 6 months ago
- 31f7196 Added back in notes field in package.xml by Adam Cozzette · 4 years, 6 months ago
- a8ab1fa Update protobuf version by Adam Cozzette · 4 years, 6 months ago
- 42d0c53 Fixed PHP version and release notes by Adam Cozzette · 4 years, 6 months ago
- b45ce5e Updated python/release.sh to use Python 3 for setup.py by Adam Cozzette · 4 years, 6 months ago
- 5ee15d6 Update the pod tests to match the new min iOS version. by Thomas Van Lenten · 4 years, 6 months ago
- 55ac338 Bump the podspec iOS min to 9.0 by Thomas Van Lenten · 4 years, 6 months ago
- 6ef18e3 [PHP] Fixes for package.xml: added/removed source files. (#8022) by Joshua Haberman · 4 years, 6 months ago
- 2f6a754 Update the pod tests to match the new min iOS version. by Thomas Van Lenten · 4 years, 6 months ago
- 8409f83 Bump the podspec iOS min to 9.0 by Thomas Van Lenten · 4 years, 6 months ago
- 87f1d9e Deduplicate string suffix predicates by Yuriy Chernyshov · 4 years, 6 months ago
- 5f7f389 Fix PyUnknownFields memory leak (#7928) by Aurélien Grenotton · 4 years, 6 months ago
- 0bb6dd8 Merge pull request #8011 from JamesNK/jamesnk/remove-define-systemmemory by Jan Tattermusch · 4 years, 6 months ago
- 5261847 Remove GOOGLE_PROTOBUF_SUPPORT_SYSTEM_MEMORY by James Newton-King · 4 years, 6 months ago
- 27100b4 Update protobuf version by Adam Cozzette · 4 years, 6 months ago
- ea513d7 Merge pull request #8006 from haberman/php-internaladd by Joshua Haberman · 4 years, 6 months ago
- e8a442f Merge branch 'master' into php-internaladd by Joshua Haberman · 4 years, 6 months ago
- 7b56ea3 Merge pull request #8005 from haberman/php-filefix by Joshua Haberman · 4 years, 6 months ago
- a8a1493 Moved HasOneof test into GeneratedClassTest.php, to avoid the extra file. by Joshua Haberman · 4 years, 6 months ago
- 957a0bf Merge pull request #8003 from anight/php_extension_add_has_oneof_field_method by Joshua Haberman · 4 years, 6 months ago
- 1dd4834 Merge pull request #8000 from haberman/php-upb-update by Joshua Haberman · 4 years, 6 months ago
- 52d3be3 added tests for hasOneof<Field>() php methods by Andrei Nigmatulin · 4 years, 6 months ago
- 579aa89 Updated wyhash.h to pick up fix for spelling mistake. by Joshua Haberman · 4 years, 6 months ago
- 314ce3c PHP: Fix in upb for 32-bit platforms. by Joshua Haberman · 4 years, 6 months ago
- 913e1ed add missing has<Field>() method for oneof fields by Andrei Nigmatulin · 4 years, 6 months ago
- b5d2cc0 Update scalapb URL and fix typo in name by Nadav Samet · 4 years, 6 months ago
- f5ab3b1 PHP: Removed 32-bit-specific PHP failure list. by Joshua Haberman · 4 years, 6 months ago
- 6e19526 PHP: Removed previously failing tests from the failure list. by Joshua Haberman · 4 years, 6 months ago
- 78f56b8 Set -std=gnu99 for PHP extension compile. by Joshua Haberman · 4 years, 6 months ago
- f65bcca Added extra files to Makefile.am and fixed spelling errors. by Joshua Haberman · 4 years, 6 months ago
- a6985e5 New version of upb, and a new hash function wyhash in third_party. by Joshua Haberman · 4 years, 6 months ago
- c5f7b4b Merge pull request #7944 from haberman/php-wkt by Joshua Haberman · 4 years, 6 months ago
- e0151ad Added missing files to Makefile.am. by Joshua Haberman · 4 years, 6 months ago
- a29f792 Updated Makefile.am for changed files. by Joshua Haberman · 4 years, 6 months ago
- a1486fc Merge branch 'master' into php-wkt by Joshua Haberman · 4 years, 6 months ago
- fdc3584 Merge pull request #7925 from haberman/sync-stage by Joshua Haberman · 4 years, 6 months ago
- 709775b Added missing semicolon. by Joshua Haberman · 4 years, 6 months ago
- 69b245e Added Python 2.7-specific failure list for Python/C++ also. by Joshua Haberman · 4 years, 6 months ago