Alex Merry
|
c17eb5c37e
|
CMake: Disable installation when using bundled third party libraries
If gRPC is not getting its (link-time) dependencies from the system, it
should not be attempting installation.
|
8 years ago |
Alex Merry
|
b5984fa8d7
|
Revert "cmake: fix #8729"
This reverts commit c019e057c2 .
|
8 years ago |
Alex Merry
|
8ced27a364
|
Fix finding c-ares in package mode with CMake
The next release of c-ares will install a CMake package (when built
using CMake), but it will be called "c-ares", not "CARES".
|
8 years ago |
David G. Quintas
|
44369698fd
|
Merge pull request #11076 from dgquintas/epoll_error_static_string
Don't crate GRPC_OS_ERROR with a non-static string
|
8 years ago |
Nicolas Noble
|
59c16d7bfb
|
Merge pull request #10621 from nicolasnoble/import
Cleanup of the BUILD files.
|
8 years ago |
Nicolas "Pixel" Noble
|
2285f8bfde
|
Merge branch 'master' of https://github.com/grpc/grpc into import
|
8 years ago |
Craig Tiller
|
5b98bd5946
|
Merge pull request #11121 from grpc/revert-10849-backward-compat
Revert "Implement Server Backward Compatibility"
|
8 years ago |
Nicolas Noble
|
7edcce2147
|
Revert "Implement Server Backward Compatibility"
|
8 years ago |
Nicolas "Pixel" Noble
|
d257d32b4d
|
Reverting protobuf submodule change.
|
8 years ago |
Nicolas "Pixel" Noble
|
3445079089
|
Merge branch 'master' of https://github.com/grpc/grpc into import
|
8 years ago |
Muxi Yan
|
a2d9d48a88
|
Merge pull request #10849 from muxi/backward-compat
Implement Server Backward Compatibility
|
8 years ago |
Nicolas "Pixel" Noble
|
0885f98863
|
Fixing mock test target.
|
8 years ago |
Nicolas "Pixel" Noble
|
b935a68386
|
Broken merge: missed a few new libraries.
|
8 years ago |
Craig Tiller
|
a1ae21dd2e
|
Merge pull request #11102 from ctiller/clang5
clang5 fixes
|
8 years ago |
Nicolas "Pixel" Noble
|
736907c23e
|
Reverted submodule changes...
|
8 years ago |
Nicolas "Pixel" Noble
|
232e9b458b
|
Merge branch 'master' of https://github.com/grpc/grpc into import
|
8 years ago |
Yang Gao
|
5854ac4af2
|
Merge pull request #11104 from yang-g/generic_deadline_propagation
Propagate deadline to GenericServerContext
|
8 years ago |
Jan Tattermusch
|
bc6a9cb24a
|
Merge pull request #11056 from jtattermusch/csharp_protobuf_330
Upgrade C# to protobuf 3.3.0
|
8 years ago |
Nicolas "Pixel" Noble
|
6a3b7c94df
|
Merge failure, removed test still here.
|
8 years ago |
Nicolas "Pixel" Noble
|
d2ac59f1aa
|
Merge failure: mangled the examples BUILD file.
|
8 years ago |
Nicolas "Pixel" Noble
|
ba54a1c95e
|
Merge failure, missing commas.
|
8 years ago |
Nicolas "Pixel" Noble
|
d69f776c4d
|
Merge failure - add new linkshared argument.
|
8 years ago |
Nicolas "Pixel" Noble
|
ae79a00876
|
Merge failure - missing comma in deps list.
|
8 years ago |
Nicolas "Pixel" Noble
|
980e63d362
|
Merge failure - duplicated fake_resolver target.
|
8 years ago |
Nicolas "Pixel" Noble
|
057b53833c
|
Merge failure - forgot grpc_generate_one_off_targets
|
8 years ago |
Nicolas "Pixel" Noble
|
76808f840c
|
Merge failure - duplicated external_deps.
|
8 years ago |
Nicolas "Pixel" Noble
|
88b1d82b3d
|
Merge failure - missing grpc_cc_binary.
|
8 years ago |
Nicolas "Pixel" Noble
|
2ef7abc3c9
|
Merge branch 'master' of https://github.com/grpc/grpc into import
|
8 years ago |
Jan Tattermusch
|
d18db4c7f8
|
upgrade C# to protobuf 3.3.0
|
8 years ago |
Jan Tattermusch
|
fa78924340
|
Merge pull request #11090 from jtattermusch/fix_protoc_build
Fix protoc x86 windows artifact build
|
8 years ago |
Jan Tattermusch
|
0988a8956b
|
fix protoc x86 windows artifact build
|
8 years ago |
Muxi Yan
|
21a6ccad1e
|
Fix portability
|
8 years ago |
David G. Quintas
|
af84518834
|
Merge pull request #11106 from dgquintas/fix_run_tests
Fix run_tests for C++
|
8 years ago |
Vijay Pai
|
f3b28f30a4
|
Merge pull request #11030 from vjpai/oss
Add qps scenarios for better C++ large-message throughput measurement
|
8 years ago |
David Garcia Quintas
|
8ff3032053
|
Fix run_tests for C++
|
8 years ago |
Craig Tiller
|
3f92508dac
|
Undo revert of proto
|
8 years ago |
yang-g
|
a044f6d3f5
|
Propagate deadline to GenericServerContext
|
8 years ago |
Michael Lumish
|
4b56aa52fc
|
Merge pull request #11075 from murgatroid99/node_expose_constants
Move gRPC constants to js file to include them in generated documentation
|
8 years ago |
Matt Kwong
|
3f988604d2
|
Merge pull request #11086 from matt-kwong/upload_mac
Enable uploading Jenkins test results on Mac workers
|
8 years ago |
Craig Tiller
|
5f24bb121e
|
just use char* overload
|
8 years ago |
Craig Tiller
|
0ccaff9cb6
|
Explicitly mention std::string
|
8 years ago |
Craig Tiller
|
832c607fef
|
Attempted fix
|
8 years ago |
Craig Tiller
|
20745158d8
|
Merge branch 'bazel_docker' of github.com:matt-kwong/grpc into clang5
|
8 years ago |
Nicolas "Pixel" Noble
|
eb36b8ac77
|
Merge branch 'master' of https://github.com/grpc/grpc into import
|
8 years ago |
Matt Kwong
|
b6b4976cf4
|
Update Bazel Dockerfile to build from oss-fuzz
|
8 years ago |
kpayson64
|
45b89fb11c
|
Merge pull request #10993 from kpayson64/auth_context_python
Auth context python
|
8 years ago |
Ken Payson
|
3ca8134514
|
Expose Auth Context in Python
|
8 years ago |
Craig Tiller
|
357523509a
|
Merge pull request #11074 from ctiller/pump
Finish pumped streams: should alleviate infinite hang
|
8 years ago |
Craig Tiller
|
63cde40c6d
|
Merge pull request #11010 from ctiller/uberpoll
Roll up of all new polling engines
|
8 years ago |
Craig Tiller
|
822aae53d3
|
Always receive initial metadata in this test
|
8 years ago |