- 10 Oct, 2019 1 commit
-
-
Paul Yang authored
* Fix conformance test Default value of string/message map is not encoded * Fix zts build
-
- 03 Oct, 2019 1 commit
-
-
Rafi Kamal authored
-
- 30 Sep, 2019 3 commits
-
-
Paul Yang authored
* Initialize well known type values Also fixes #6667 * Revert unwanted change
-
Paul Yang authored
* Initialize well known type values Also fixes #6667 * Revert unwanted change
-
Nikhil Pothuru authored
* Update README.md Fixed spelling error * Update README.md
-
- 26 Sep, 2019 1 commit
-
-
Paul Yang authored
* Add document for php development * Fix comments
-
- 25 Sep, 2019 1 commit
-
-
Paul Yang authored
-
- 18 Sep, 2019 1 commit
-
-
Jie Luo authored
* Cherry pick changes on update_version.py #6643 * Update version to 3.10.0-rc-0 * Do not add rc0 to php packages.xml
-
- 16 Sep, 2019 1 commit
-
-
Paul Yang authored
-
- 12 Sep, 2019 1 commit
-
-
Rafi Kamal authored
-
- 05 Sep, 2019 3 commits
-
-
Rafi Kamal authored
-
Rafi Kamal authored
-
Paul Yang authored
* Sync upb https://github.com/protocolbuffers/upb/pull/209 * Update upb https://github.com/protocolbuffers/upb/pull/210
-
- 04 Sep, 2019 1 commit
-
-
Paul Yang authored
* Sync upb https://github.com/protocolbuffers/upb/pull/209 * Update upb https://github.com/protocolbuffers/upb/pull/210
-
- 30 Aug, 2019 1 commit
-
-
Paul Yang authored
* When length is zero, substr returns null instead of emptry string, which breaks the invariable for message. * Tested in https://github.com/protocolbuffers/protobuf/pull/6560
-
- 29 Aug, 2019 2 commits
-
-
Wang Qilin authored
-
Paul Yang authored
* For missing message value, map should create a default message instance in order to keep its invariable. * On 32-bit platform, int64 map key should be string
-
- 27 Aug, 2019 1 commit
-
-
Paul Yang authored
* Sync upb * https://github.com/protocolbuffers/upb/pull/208 * Fix php c extension compiling Don't use macros defined by upb * Update ruby conformance failure list
-
- 20 Aug, 2019 1 commit
-
-
Paul Yang authored
-
- 09 Aug, 2019 1 commit
-
-
Jie Luo authored
* Add changelog for 3.9.x * Revert "Make php message class final to avoid mocking (#6277)" (#6324) This reverts commit 7f84a943. This is just temporary. Eventually, we still want to roll forward this change. Some users are complaining they need more time to clean up their code. * Update extract_includes.bat.in File io_win32.h is not in directory google\protobuf\stubs under directory google\protobuf\io * Set oneof case in array constructor (#6351) Forgot to set it previously. * Update protobuf version (#6366) * Drop building wheel for python 3.4 (#6406) https://github.com/matthew-brett/multibuild/pull/240 * Fix binary compatibility in FieldCodec factory methods (#6380) (#6424) * Fix binary compatibility in FieldCodec factory messages * Make default value parameter for current factories required * Route old methods through default value overloads * Remove ExtensionRegistry.Add(params) overload * Rename ExtensionRegistry.Add(IEnumerable<Extension>) overload to AddRange * Edit naming of parameters in Extension classes * * Fix add API warnings to docs for extension APIs * Rename internal ExtensionSet.GetValue to TryGetValue * Disable javadoc error (#6371) * Disable javadoc error Actual fixes of the javadoc will be followed up * Remove duplicated configuration * Update javadoc plugin version * Updated Bazel test script to use most recent Bazel version (#6413) (#6433) I'm not exactly sure why, but this fixes the failing Bazel presubmit test. Using the most recent version seems like a good idea anyway so that we can make sure we're compatible with any new Bazel changes. * [bazel] Add fixes for --incompatible_load_{cc,java,proto}_rules_from_bzl * No need to update version in generated code (#6471) generate_descriptor will handle that * Update protobuf version (#6472)
-
- 07 Aug, 2019 1 commit
-
-
Paul Yang authored
* No free when construct was not done This fix the segfault when some other error happens * Add more tests * Use Sub to avoid printing too much
-
- 01 Aug, 2019 1 commit
-
-
Jie Luo authored
* compatibility tests between last released and the current version
-
- 21 Jun, 2019 2 commits
-
-
Paul Yang authored
-
- 19 Jun, 2019 1 commit
-
-
Paul Yang authored
* Make php message class final Because proto messages are just data object, they should not be mocked. Explicitly make them final to avoid accidental usage. * Update generated descriptors
-
- 18 Jun, 2019 1 commit
-
-
Leonard Hecker authored
* php: Fixed php notices for unknown enum indices * php: Fixed formatting of Duration This fixes: * Missing nanoseconds. The nanoseconds where divided as a float and implicitly converted to a string before being passed to bcadd. This can result in a float formatted in scientific/exponential notation, which bcmath doesn't understand. * Durations are supposed to be formatted without trailing zeroes.
-
- 17 Jun, 2019 2 commits
-
-
Paul Yang authored
* Change int64 json encoding to be string for php and ruby * Fix ruby test * Sync upb change
-
Hao Nguyen authored
-
- 24 May, 2019 2 commits
- 21 May, 2019 6 commits
-
-
Hao Nguyen authored
-
Hao Nguyen authored
-
Hao Nguyen authored
This reverts commit 783971e8. Revert an accidental revert!
-
Hao Nguyen authored
This reverts commit 6d96493b.
-
Hao Nguyen authored
This reverts commit c40018e5.
-
Hao Nguyen authored
-
- 17 May, 2019 1 commit
-
-
Paul Yang authored
-
- 10 May, 2019 1 commit
-
-
Paul Yang authored
* Custom mktime to fix issue on mac * Remove succeeded tests from failure list
-
- 06 May, 2019 1 commit
-
-
Hao Nguyen authored
-
- 23 Apr, 2019 1 commit
-
-
Hao Nguyen authored
-