- 25 Jan, 2018 1 commit
-
-
Paul Yang authored
* Fix more memory leak for php c extension * Fix memory leak for php5.5
-
- 18 Jan, 2018 2 commits
- 17 Jan, 2018 2 commits
- 05 Jan, 2018 3 commits
-
-
Paul Yang authored
Previously, within the same load period of protobuf module, well known types are not initialized correctly for the second request. The reason is that well known type are only initialized if a method local static variable is not set. However, that variable is not reset after request ends. Therefore, when the second request comes, the method local static variable is still set (by previous request) and well types are not initialized in this case.
-
Jisi Liu authored
Bump protoc-artifact version for a patch rebuild
-
Jisi Liu authored
-
- 03 Jan, 2018 2 commits
- 02 Jan, 2018 1 commit
-
-
Jisi Liu authored
-
- 22 Dec, 2017 3 commits
-
-
Jisi Liu authored
The script now takes two prompt for user name and password. One single input redirection no longer works.
-
Jisi Liu authored
Disable pip cache when testing uploaded packages
-
Jisi Liu authored
Otherwise, pip complains "cannot find a version satisfies the requirement." I suspect it was due to caching issues. I usued to manually add a `sleep 30` between the upload and the installation test which is quite unstable.
-
- 20 Dec, 2017 5 commits
-
-
Jisi Liu authored
Update changelog for 3.5.1
-
Jisi Liu authored
Add support for Windows ARM64 build
-
Miradham Kamilov authored
-
Jisi Liu authored
-
Jisi Liu authored
Cherrypick for csharp, including:
-
- 19 Dec, 2017 10 commits
-
-
Jisi Liu authored
Fix string::back() usage in googletest.cc
-
Jie Luo authored
Add preserve UnknownFields Compare floating point values bitwise Add auto-generated header to C# generated files
-
Jisi Liu authored
-
Jisi Liu authored
-
Jisi Liu authored
-
Jisi Liu authored
Replace C++11 only method std::map::at
-
Jisi Liu authored
Update version number to 3.5.1
-
Jisi Liu authored
-
Jisi Liu authored
-
Jisi Liu authored
-
- 15 Dec, 2017 3 commits
-
-
Feng Xiao authored
`umask 0022` makes sure the created package will be accessible by all users.
-
Paul Yang authored
Avoid calling method from php extension directly
-
Adam Cozzette authored
Create containing directory before generating well_known_types_embed.cc
-
- 14 Dec, 2017 5 commits
- 13 Dec, 2017 3 commits
-
-
Jisi Liu authored
Use matching enum type for IsPOD.
-
Jisi Liu authored
Explicitly propagate the status of Flush().
-
Jisi Liu authored
Before the change, an implicit Flush() will be triggered in the destructor of the input stream. However, the return code of Flush() is not discarded. This change makes sure when Flush() fails, we will return false.
-