Tamas Berghammer
ea74f91577
Remove an unneccessary dependency from grpc++_base
...
Previously grpc++_base was dependning on grpc what caused a transitive
dependency on ssl for grpc++_unsecure. Removing the grpc dependency
shouldn't cause any issue as grpc++_base is a filegroup and all library
using it already depends on grpc directly.
This fixes https://github.com/grpc/grpc/issues/6784
9 years ago
Jan Tattermusch
5988716d9d
Merge pull request #6912 from murgatroid99/grpc_tools_well_known_types2
...
Add well known protos to Node and Ruby tools packages
9 years ago
David Garcia Quintas
74ea91d552
use qps_json_driver for latency profiling
9 years ago
Jan Tattermusch
64c137c4f5
select runtime dir
9 years ago
Jan Tattermusch
bbe601ab7c
add a hack
9 years ago
Yuchen Zeng
113cdb4fc3
Fixed gpr_log format issues in linux_x86_default_bo
9 years ago
Yuchen Zeng
aa338326ed
Revert ProtoService.m, add an exception for its incompatible-pointer-types warning
9 years ago
Jan Tattermusch
74330130a3
improve project.json files
9 years ago
Jan Tattermusch
bc98af18fa
make run_tests.py support coreclr on windows
9 years ago
Sree Kuchibhotla
2f8ade0b9d
Significantly refactor the polling island locking and refcounting code
9 years ago
Yuchen Zeng
adb65a6a49
Fixed gpr_log format issues
9 years ago
Makarand Dharmapurikar
0579cfc334
more files after running build.yaml changes through
9 years ago
Makarand Dharmapurikar
7981e1905f
Network status tracking
...
Recreated the old PR (https://github.com/grpc/grpc/pull/6283 ) in a new
repo since the old repo was destroyed. Removed changes to tcp_posix.c
and tpc_windows.c, instead depending on the idempotent endpoint shutdown code
from https://github.com/grpc/grpc/pull/6911 .
9 years ago
Jan Tattermusch
bc43e0736e
Merge pull request #6896 from soltanmm/maybe
...
Fix namespace package usage
9 years ago
Nathaniel Manista
3b5ae53cd1
Correct lingering FATAL_FAILURE sites
...
This should have been done as part of 5444bed32f
.
9 years ago
Yuchen Zeng
e5633f8cb1
Merge remote-tracking branch 'upstream/master' into handler_http_response
9 years ago
Yuchen Zeng
abc7427a4d
Update podfiles for objc examples
9 years ago
Yuchen Zeng
ca3e9c8206
Merge remote-tracking branch 'upstream/master' into ios-test
9 years ago
Yuchen Zeng
36a58a7928
Enable treating warnings as errors for target gRPC
9 years ago
Jan Tattermusch
1468d4b8d5
Merge pull request #6848 from thinkerou/default_roots_pem
...
Load default roots.pem in PHP via grpc_set_ssl_roots_override_callback
9 years ago
Jan Tattermusch
8d3477c9a6
Merge pull request #6962 from nathanielmanistaatgoogle/delete-dead-code-tests
...
Delete tests of dead pre-GA code
9 years ago
Jan Tattermusch
604bdf74b9
Merge pull request #6961 from nathanielmanistaatgoogle/secure-channel-construction
...
Fix secure channel construction
9 years ago
Nathaniel Manista
ffaafe6fa3
Change with_call from parameter to attribute
9 years ago
Nicolas Noble
53018e4976
Merge pull request #6954 from dgquintas/protoc_include_path
...
Added third_party/protobuf/src to protoc's include path
9 years ago
Craig Tiller
89dde5e568
Fix copyright
9 years ago
Craig Tiller
fa1f74e226
Fix errored streams prematurely terminating, add a test
9 years ago
murgatroid99
04e47f308e
Direct additional log statement through custom logger
9 years ago
murgatroid99
e16907e5a1
Resolved merge conflicts with master
9 years ago
Craig Tiller
daec5f94d2
We dont need to account for parsing or not when writing
9 years ago
Craig Tiller
b187895fc4
Fix windows build error
9 years ago
Craig Tiller
56565fca75
Force receiving a SETTINGS frame as the first frame
9 years ago
Craig Tiller
78a73333b7
Fix memory leak upon receiving two RST_STREAMs
9 years ago
Craig Tiller
a4d2d0c798
Merge github.com:grpc/grpc into reuse_port
9 years ago
Jan Tattermusch
4e29480e43
Merge pull request #6957 from ctiller/cpu_cost
...
Adjust cpu_cost of some tests to better reflect reality
9 years ago
Jan Tattermusch
c7d7be9ff2
Merge pull request #6958 from ctiller/cpuburn
...
Reduce cost of some heavyweight tests
9 years ago
Nathaniel Manista
76233f5c2f
Delete tests of dead pre-GA code
9 years ago
Nathaniel Manista
6efe7c7ecf
Fix secure channel construction
9 years ago
David Garcia Quintas
5ad70a6953
removed spurious .format()
9 years ago
David Garcia Quintas
913f5ab77e
Merge remote-tracking branch 'origin/fix_logproto' into simplify_compression_interop
9 years ago
David Garcia Quintas
50c5511a9b
Merge branch 'master' of github.com:grpc/grpc into simplify_compression_interop
9 years ago
David Garcia Quintas
377bfdef92
added extra path to python protoc
9 years ago
David Garcia Quintas
e5f0f95101
fixed syntax errors in proto
9 years ago
Jan Tattermusch
b6163dfb4a
Merge pull request #6352 from ctiller/error
...
Unifying error handling within core
9 years ago
Jan Tattermusch
56f98620bb
Merge pull request #6863 from vjpai/wheezy
...
Make C++ compile and run under gcc-4.4
9 years ago
Craig Tiller
e2715df1ab
Reduce cost of some heavyweight tests
9 years ago
Jan Tattermusch
76511a5cb7
attempt for run_tests.py
9 years ago
Jan Tattermusch
099cbf84aa
add debian.8-x64 to the list of runtimes
9 years ago
Jan Tattermusch
39ec1cbd7a
add csharp CoreCLR docker image
9 years ago
Jan Tattermusch
fab857eefc
address review comments
9 years ago
Craig Tiller
b544c291b0
Adjust cpu_cost of some tests to better reflect reality
9 years ago