aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | CodedInputStream::SetTotalBytesLimit description fixPavel2017-10-121-3/+3
| | | | | | |
* | | | | | | Merge pull request #3754 from toanju/gcc-fallthroughJisi Liu2017-10-191-0/+2
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | fix implicit fallthrough in gcc 7
| * | | | | | | fix implicit fallthrough in gcc 7Tobias Jungel2017-10-151-0/+2
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | fixes #3700
* | | | | | | Merge pull request #3770 from pherl/3.5-integrateJisi Liu2017-10-19114-3115/+3684
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Integrate google internal changes for the up coming 3.5 release.
| * | | | | | | Fix Java 1.6 compileJisi Liu2017-10-181-2/+2
| | | | | | | |
| * | | | | | | Fix JS conformance testsJisi Liu2017-10-181-6/+0
| | | | | | | |
| * | | | | | | Fix bazel buildJisi Liu2017-10-182-4/+3
| | | | | | | |
| * | | | | | | Update descriptor protosJisi Liu2017-10-184-4/+20
| | | | | | | |
| * | | | | | | Merge branch 'master' of github.com:google/protobufJisi Liu2017-10-181-13/+21
| |\ \ \ \ \ \ \
| * | | | | | | | Merge from google internalJisi Liu2017-10-18107-3101/+3661
| | | | | | | | |
* | | | | | | | | Merge pull request #3751 from uykusuz/masterJisi Liu2017-10-181-0/+4
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | fixes issue #3750
| * | | | | | | | | fixes issue #3750Boris Broenner2017-10-141-0/+4
| | |_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In protobuf-module.cmake: in addition to checking for release or debug variants of protoc's location we should also check the configuration "noconfig".
* | | | | | | | | Merge pull request #3764 from zearen/patch-1Jisi Liu2017-10-181-0/+1
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Add the proto-lens Haskell library to the 3rd party doc.
| * | | | | | | | | Update third_party.mdZearen Wover2017-10-091-0/+1
| | |_|_|_|_|_|_|/ | |/| | | | | | |
* | | | | | | | | Merge pull request #3698 from hesmar/hesmar/fixProtocIncludeDirsJisi Liu2017-10-181-15/+15
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | protobuf_generate: create include path only for proto files
| * | | | | | | | | protobuf_generate: create include path only for proto filesMarkus Heß2017-09-291-15/+15
| | | | | | | | | |
* | | | | | | | | | Merge pull request #3706 from johanbrandhorst/patch-1Jisi Liu2017-10-181-0/+2
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Add GopherJS protobuf and gRPC links
| * | | | | | | | | | Add GopherJS protobuf and gRPC linksJohan Brandhorst2017-10-021-0/+2
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | Add a link to my third party protobuf/gRPC implementation for GopherJS.
* | | | | | | | | | Merge pull request #3736 from jleni/fix_rbpiJisi Liu2017-10-182-2/+2
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / |/| | | | | | | | | Fix: Truncated Message due to "TypeError: unhashable type: 'bytearray'"
| * | | | | | | | | Converting to immutable hashable typesJuan Leni2017-10-112-2/+2
| | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #3769 from pherl/io_win32Jisi Liu2017-10-181-13/+21
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | | Remove C++11 only usages in io_win32 tests.
| * | | | | | | | Fix unsiged underflowJisi Liu2017-10-181-1/+1
| | | | | | | | |
| * | | | | | | | Remove C++11 only usages in io_win32 tests.Jisi Liu2017-10-181-13/+21
|/ / / / / / / /
* | | | | | | | Merge pull request #3760 from jmillikin-stripe/descriptor-memset-ubFeng Xiao2017-10-164-10/+16
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | Fix undefined memory management found by Clang's sanitizers.
| * | | | | | | Fix undefined memory management found by Clang's sanitizers.John Millikin2017-10-164-10/+16
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | See https://github.com/google/protobuf/issues/3752 for context.
* | | | | | | Merge pull request #3744 from fmarier/json-escaping-namespaceJisi Liu2017-10-131-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Move namespace closing brace inside the header guard block
| * | | | | | | Move namespace closing brace inside the header guard blockFrancois Marier2017-10-121-1/+1
|/ / / / / / /
* | | | | | | Merge pull request #3739 from pherl/merge3.4Jisi Liu2017-10-1230-52/+1309
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | Merge3.4
| * | | | | | Fix distcheckJisi Liu2017-10-111-0/+1
| | | | | | |
| * | | | | | Merge remote-tracking branch 'origin/3.4.x' into masterJisi Liu2017-10-1130-52/+1308
|/| | | | | | | | |_|/ / / | |/| | | |
| * | | | | Merge pull request #3690 from pherl/3.4.xJisi Liu2017-10-021-2/+2
| |\ \ \ \ \ | | | | | | | | | | | | | | Remove ranged based for in io_win32.cc
| | * | | | | Remove ranged based for in io_win32.ccJisi Liu2017-09-271-2/+2
| | | | | | |
| * | | | | | Merge pull request #3691 from pherl/stringbackJisi Liu2017-09-291-1/+1
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | | Fix C++11 string accessors
| | * | | | | Add spacesJisi Liu2017-09-271-1/+1
| | | | | | |
| | * | | | | Fix C++11 string accessorsJisi Liu2017-09-271-1/+1
| |/ / / / /
| * | | | | Merge pull request #3651 from pherl/3.4.xJisi Liu2017-09-151-1/+1
| |\ \ \ \ \ | | | | | | | | | | | | | | Bumping minor version for ruby gems
| | * | | | | Bumping minor version for ruby gemsJisi Liu2017-09-151-1/+1
| | | | | | |
| * | | | | | Merge pull request #3612 from TeBoring/php-bugPaul Yang2017-09-1514-30/+1087
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | | Add prefix to php reserved keywords.
| | * | | | | Rename ClassNamePrefix to ConstantNamePrefixBo Yang2017-09-131-4/+3
| | | | | | |
| | * | | | | Exclude valid constant name from reserved name.Bo Yang2017-09-129-238/+652
| | | | | | |
| | * | | | | Change array to map for reserved names in c extensionBo Yang2017-09-113-24/+69
| | | | | | |
| | * | | | | Change array to associate array.Bo Yang2017-09-111-20/+21
| | | | | | |
| | * | | | | Add prefix to php reserved keywords.Bo Yang2017-09-0810-17/+615
| | | | | | |
| * | | | | | Merge pull request #3642 from pherl/3.4.xv3.4.1Jisi Liu2017-09-1413-16/+32
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | | Bump version for minor release
| | * | | | | Bump version for minor releaseJisi Liu2017-09-1413-16/+32
| |/ / / / /
| * | | | | Merge pull request #3634 from TeBoring/ruby-bugPaul Yang2017-09-135-23/+37
| |\ \ \ \ \ | | | | | | | | | | | | | | Cherry pick bug fix for ruby
| | * | | | | Storing the frame on the map means we don't need the arrayAaron Patterson2017-09-133-14/+9
| | | | | | |
| | * | | | | Move parse frame array to the Map objectAaron Patterson2017-09-135-23/+42
| |/ / / / / | | | | | | | | | | | | | | | | | | This makes the frame stack per-parser, and per-thread. Fixes #3250
| * | | | | Revert "Fix js conformance tests. (#3604)" (#3633)Paul Yang2017-09-136-44/+93
| | | | | | | | | | | | | | | | | | This reverts commit 2bd55a9fbcd2815b3332bf309bc20f59eef0b36b.
| * | | | | Fix js conformance tests. (#3604)Paul Yang2017-09-126-93/+44
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | * Fix js conformance tests. * Remove old incorrect compatibility tests