aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
...
| | | | | | | | | * | | | | | | | | | | | Small fixesGravatar Craig Tiller2017-05-15
| | | | | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | | add artifact build jobsGravatar Jan Tattermusch2017-05-15
| |_|/ / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | Merge pull request #11115 from jtattermusch/revamp_artifactsGravatar Jan Tattermusch2017-05-15
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Revamp artifacts, packages and distribtests
| | | | * | | | | | | | | | | | | | | | | Fix clang-format issueGravatar Per Grön2017-05-14
| | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | Merge pull request #11076 from dgquintas/epoll_error_static_stringGravatar David G. Quintas2017-05-12
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Don't crate GRPC_OS_ERROR with a non-static string
| | | | | | | | | | | | | | | | | | | | | * Remove unnecessary require_relativeGravatar Ernie Miller2017-05-12
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `require-relative` breaks Rubygems' ability to use the arch-specific directory in `extensions`. When building grpc extensions from source, we're left with a lot of intermediate object files and a duplicate shared object file as well. This space can be reclaimed by finding these object files inside the `gems` subdirectory of the installation location, while leaving the shared object file in the `extensions` subdirectory. See the comments at https://github.com/rubygems/rubygems/issues/926 for more on this behavior, which has been present in Rubygems for years. By using `require` instead, those of us who build from source can reclaim space consumed by duplicate and intermediate files, which amounts to a savings of 46MB (in a build of 1.3.2 on Alpine Linux). This is helpful when trying to minimize the size of a Docker image. I'm unclear on whether or not the reclaiming of this space can be automated as part of the build process. If so, it may be worth considering as a separate effort.
* | | | | | | | | | | | | | | | | | | | | Merge pull request #10621 from nicolasnoble/importGravatar Nicolas Noble2017-05-12
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Cleanup of the BUILD files.
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' of https://github.com/grpc/grpc into importGravatar Nicolas "Pixel" Noble2017-05-13
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | Merge pull request #11121 from grpc/revert-10849-backward-compatGravatar Craig Tiller2017-05-12
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | Revert "Implement Server Backward Compatibility"
| * | | | | | | | | | | | | | | | | | | | | Revert "Implement Server Backward Compatibility"Gravatar Nicolas Noble2017-05-12
|/ / / / / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | | | Reverting protobuf submodule change.Gravatar Nicolas "Pixel" Noble2017-05-13
| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | Merge branch 'master' of https://github.com/grpc/grpc into importGravatar Nicolas "Pixel" Noble2017-05-12
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | * | | | | | | | Merge branch 'master' into backward-compat-devGravatar Muxi Yan2017-05-12
| | | | | | | | | | | | | |\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | * | | | | | | | Revert "Add cpp test"Gravatar Muxi Yan2017-05-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit e22bd48cd93cf4c0b777e124631f14bb21073c6c.
* | | | | | | | | | | | | | | | | | | | | Merge pull request #10849 from muxi/backward-compatGravatar Muxi Yan2017-05-12
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implement Server Backward Compatibility
| | * | | | | | | | | | | | | | | | | | | | Fixing mock test target.Gravatar Nicolas "Pixel" Noble2017-05-12
| | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | Broken merge: missed a few new libraries.Gravatar Nicolas "Pixel" Noble2017-05-12
| | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | Merge pull request #11102 from ctiller/clang5Gravatar Craig Tiller2017-05-12
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | clang5 fixes
| | | * | | | | | | | | | | | | | | | | | | | Reverted submodule changes...Gravatar Nicolas "Pixel" Noble2017-05-12
| | | | | | | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | * | | | | | | | | | Merge github.com:grpc/grpc into serve_friesGravatar Craig Tiller2017-05-12
| | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | | | | Merge branch 'master' of https://github.com/grpc/grpc into importGravatar Nicolas "Pixel" Noble2017-05-12
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | |
| | | | | | | | | * | | | | | | | | | | | | | Update Python interop tests to use google-auth packageGravatar Ken Payson2017-05-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The oauth2client test dependency is still needed as it used by the beta API unit tests.
* | | | | | | | | | | | | | | | | | | | | | | Merge pull request #11104 from yang-g/generic_deadline_propagationGravatar Yang Gao2017-05-12
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Propagate deadline to GenericServerContext
* \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #11056 from jtattermusch/csharp_protobuf_330Gravatar Jan Tattermusch2017-05-12
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade C# to protobuf 3.3.0
| | | | | * | | | | | | | | | | | | | | | | | | | Merge failure, removed test still here.Gravatar Nicolas "Pixel" Noble2017-05-12
| | | | | | | | | | | | | | | | | | | | | | | | |
| | | | | * | | | | | | | | | | | | | | | | | | | Merge failure: mangled the examples BUILD file.Gravatar Nicolas "Pixel" Noble2017-05-12
| | | | | | | | | | | | | | | | | | | | | | | | |
| | | | | * | | | | | | | | | | | | | | | | | | | Merge failure, missing commas.Gravatar Nicolas "Pixel" Noble2017-05-12
| | | | | | | | | | | | | | | | | | | | | | | | |
| | | | | * | | | | | | | | | | | | | | | | | | | Merge failure - add new linkshared argument.Gravatar Nicolas "Pixel" Noble2017-05-12
| | | | | | | | | | | | | | | | | | | | | | | | |
| | | | | * | | | | | | | | | | | | | | | | | | | Merge failure - missing comma in deps list.Gravatar Nicolas "Pixel" Noble2017-05-12
| | | | | | | | | | | | | | | | | | | | | | | | |
| | | | | * | | | | | | | | | | | | | | | | | | | Merge failure - duplicated fake_resolver target.Gravatar Nicolas "Pixel" Noble2017-05-12
| | | | | | | | | | | | | | | | | | | | | | | | |
| | | | | * | | | | | | | | | | | | | | | | | | | Merge failure - forgot grpc_generate_one_off_targetsGravatar Nicolas "Pixel" Noble2017-05-12
| | | | | | | | | | | | | | | | | | | | | | | | |
| | | | | * | | | | | | | | | | | | | | | | | | | Merge failure - duplicated external_deps.Gravatar Nicolas "Pixel" Noble2017-05-12
| | | | | | | | | | | | | | | | | | | | | | | | |
| | | | | * | | | | | | | | | | | | | | | | | | | Merge failure - missing grpc_cc_binary.Gravatar Nicolas "Pixel" Noble2017-05-12
| | | | | | | | | | | | | | | | | | | | | | | | |
| | | | | * | | | | | | | | | | | | | | | | | | | Merge branch 'master' of https://github.com/grpc/grpc into importGravatar Nicolas "Pixel" Noble2017-05-12
| | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | |
| | | | | | | * | | | | | | | | | | | | | | | | | drop node 0.12 and 3 distribtestsGravatar Jan Tattermusch2017-05-12
| | | | | | | | | | | | | | | | | | | | | | | | |
| | | | | | | * | | | | | | | | | | | | | | | | | shorten nameGravatar Jan Tattermusch2017-05-12
| | | | | | | | | | | | | | | | | | | | | | | | |
| | | | | | | * | | | | | | | | | | | | | | | | | Run mac and windows distribtests in workspaceGravatar Jan Tattermusch2017-05-12
| | | | | | | | | | | | | | | | | | | | | | | | |
| | | | | | | * | | | | | | | | | | | | | | | | | regenerateGravatar Jan Tattermusch2017-05-12
| | | | | | | | | | | | | | | | | | | | | | | | |
| | | | | | | * | | | | | | | | | | | | | | | | | make one Node artfact build exclusiveGravatar Jan Tattermusch2017-05-12
| | | | | | | | | | | | | | | | | | | | | | | | |
| | | | | | | * | | | | | | | | | | | | | | | | | adjust package build scripts to new pathsGravatar Jan Tattermusch2017-05-12
| | | | | | | | | | | | | | | | | | | | | | | | |
| | | | | | | * | | | | | | | | | | | | | | | | | simplify building artifacts on a single machineGravatar Jan Tattermusch2017-05-12
| |_|_|_|_|_|/ / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | upgrade C# to protobuf 3.3.0Gravatar Jan Tattermusch2017-05-12
|/ / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | Merge pull request #11090 from jtattermusch/fix_protoc_buildGravatar Jan Tattermusch2017-05-12
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix protoc x86 windows artifact build
| * | | | | | | | | | | | | | | | | | | | | | | fix protoc x86 windows artifact buildGravatar Jan Tattermusch2017-05-12
|/ / / / / / / / / / / / / / / / / / / / / / /
| | | * | | | | | | | | | | | | | | | | | | | Fix portabilityGravatar Muxi Yan2017-05-11
| | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | Merge pull request #11106 from dgquintas/fix_run_testsGravatar David G. Quintas2017-05-11
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix run_tests for C++
* \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #11030 from vjpai/ossGravatar Vijay Pai2017-05-11
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add qps scenarios for better C++ large-message throughput measurement
| | * | | | | | | | | | | | | | | | | | | | | | | Fix run_tests for C++Gravatar David Garcia Quintas2017-05-11
| |/ / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | | | | | Undo revert of protoGravatar Craig Tiller2017-05-11
| | | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | Propagate deadline to GenericServerContextGravatar yang-g2017-05-11
| | | | | | | | | | | | | | | | | | | | | | | |