- 11 Oct, 2019 1 commit
-
-
Joshua Haberman authored
-
- 03 Oct, 2019 2 commits
-
-
Rafi Kamal authored
Update CHANGES.txt with changes since 3.10.0-RC1
-
Rafi Kamal authored
-
- 30 Sep, 2019 1 commit
-
-
Paul Yang authored
* Initialize well known type values Also fixes #6667 * Revert unwanted change
-
- 25 Sep, 2019 2 commits
-
-
Paul Yang authored
-
Joshua Haberman authored
The new function name also better reflects the semantics of the function. Like timegm(), this function always converts to/from UTC, not local time.
-
- 20 Sep, 2019 3 commits
-
-
Paul Yang authored
Pull the ObjC fixes from #6679 to the 3.10.x branch
-
dmaclach authored
The OSReadLittleInt64 function as defined by Apple reduces down to: `return *(volatile uint64_t *)((uintptr_t)base + byteOffset);` which means we are type-punning using a cast. On ARMv7 and other aligned architectures this can cause crashes. Minimal example: https://gist.github.com/dmaclach/b10b0a71ae614d304c067cb9bd264336 Fixes #6679
-
Thomas Van Lenten authored
The code in question hasn't change in a long time so the cause of https://github.com/firebase/firebase-ios-sdk/issues/3851 still appears to be an Xcode 11 clang change/bug; but this does appear to be slightly better code for the work being done. Cleanup along the way for #6679
-
- 18 Sep, 2019 1 commit
-
-
Rafi Kamal authored
Update protobuf version to 3.10.0 stable
-
- 16 Sep, 2019 1 commit
-
-
Paul Yang authored
-
- 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 2 commits
-
-
Rafi Kamal authored
Update versions to 3.9.1
-
Joshua Haberman authored
Removed ByteCountInt64. This is a transitional typedef that should n…
-