- 12 Sep, 2019 3 commits
-
-
Rafi Kamal authored
-
Rafi Kamal authored
Fix update_version.py, so that PROTOBUF_VERSION is always a 9 digit number
-
Rafi Kamal authored
-
- 05 Sep, 2019 5 commits
-
-
Rafi Kamal authored
Update protobuf version for Java and PHP
-
Rafi Kamal authored
-
Rafi Kamal authored
Cherry Pick (#6614)
-
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 2 commits
-
-
Rafi Kamal authored
-
Rafi Kamal authored
-
- 30 Aug, 2019 8 commits
-
-
Rafi Kamal authored
Java: Add Automatic-Module-Name entries to the Manifest
-
salamaniibm authored
-
Adam Cozzette authored
This commit removes the question template. It also updates the bug report and feature request templates to direct questions to the mailing list.
-
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
-
Rafi Kamal authored
Update version number
-
Thomas Van Lenten authored
-
Thomas Van Lenten authored
-
Elliotte Rusty Harold authored
-
- 29 Aug, 2019 3 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
-
Keith Smiley authored
We've notice significant issues downloading from zlib.net. Since there are already other archives coming from GitHub, this shouldn't negatively affect reliability.
-
- 28 Aug, 2019 2 commits
-
-
Joshua Haberman authored
Optimization for layout_init()
-
Joshua Haberman authored
-
- 27 Aug, 2019 2 commits
-
-
Jie Luo authored
* Add missing files under benchmarks/ to the dist * fix typo
-
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
-
- 26 Aug, 2019 2 commits
-
-
Thomas Van Lenten authored
Enums use varint, so if the value is negative it should end up being longer. This was caught my new conformance test cases.
-
Florian Enner authored
-
- 23 Aug, 2019 11 commits
-
-
Rafi Kamal authored
Update versions to 3.9.1
-
Joshua Haberman authored
Removed ByteCountInt64. This is a transitional typedef that should n…
-
Paul Yang authored
* Test singular fields are encoded in canonical way * Defautl values in proto3 should not be encoded. * Values should be converted to the canonical representation (e.g., long int64 value may be truncated for int32 field) * Update failure list * Update failure list
-
Joshua Haberman authored
-
Mohamed Heikal authored
-
Mohamed Heikal authored
-
Mohamed Heikal authored
clang-cl requires the order to be the opposite of what it currently is. It should not affect other compilers since this is the only compiler that has both macros defined.
-
Rafi Kamal authored
Down integrate internal changes to GitHub
-
Rafi Kamal authored
Update to Truth 1.0
-
Elliotte Rusty Harold authored
-
Rafi Kamal authored
-
- 22 Aug, 2019 2 commits
-
-
Paul Yang authored
The previous issue of mktime doesn't work on Mac has been fixed.
-
Joshua Haberman authored
We were creating a map decoding frame when starting the *map*, but clearing the GC slot when finishing each *map entry*. This means that the decoding frame could be collected in the meantime.
-