Sree Kuchibhotla
|
0100b2f1c0
|
Make fd_shutdown idempotent
|
9 years ago |
Sree Kuchibhotla
|
3131c269c1
|
Integrate with unified error reporting
|
9 years ago |
Sree Kuchibhotla
|
c3a9fae601
|
Merge branch 'master' into epoll_changes_merged
|
9 years ago |
Sree Kuchibhotla
|
cddf697ab4
|
Fix refcounting tsan failures and grab pollset lock in the function
pollset_add_fd
|
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 |
Sree Kuchibhotla
|
2f8ade0b9d
|
Significantly refactor the polling island locking and refcounting code
|
9 years ago |
Jan Tattermusch
|
bc43e0736e
|
Merge pull request #6896 from soltanmm/maybe
Fix namespace package usage
|
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 |
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 |
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 |
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 |
Craig Tiller
|
b544c291b0
|
Adjust cpu_cost of some tests to better reflect reality
|
9 years ago |
Craig Tiller
|
7cbfc3eba7
|
Adjust cpu_cost of some tests to better reflect reality
|
9 years ago |
Craig Tiller
|
9f5fe9ae53
|
Merge github.com:grpc/grpc into error
|
9 years ago |
Jan Tattermusch
|
fa1433a4b6
|
Merge pull request #6911 from ctiller/idempotent_endpoint_shutdown
Idempotent endpoint shutdown
|
9 years ago |
Craig Tiller
|
1871cd7a78
|
Merge github.com:grpc/grpc into error
|
9 years ago |
Craig Tiller
|
97fe0a6d5a
|
clang-format code
|
9 years ago |
Jan Tattermusch
|
0ab51a37f8
|
Merge pull request #6631 from stanley-cheung/php-custom-metadata-interop
PHP: implement custom_metadata interop, status_code_and_message, unimplemented_method tests
|
9 years ago |
vjpai
|
7b4dc532dd
|
Stop using global namespace on a template param
|
9 years ago |
vjpai
|
f486881fe9
|
Merge branch 'wheezy' of github.com:vjpai/grpc into wheezy
|
9 years ago |
Craig Tiller
|
adf9e68292
|
Merge branch 'error' of github.com:ctiller/grpc into error
|
9 years ago |
Craig Tiller
|
7264f14b55
|
Cleanup spam
|
9 years ago |
Vijay Pai
|
ddf694cc62
|
Merge branch 'master' into wheezy
|
9 years ago |
Jan Tattermusch
|
02db1e4324
|
Merge pull request #6952 from jtattermusch/bump_protobuf_300_beta32
Update third_party/protobuf to v3.0.0-beta-3.2
|
9 years ago |
Stanley Cheung
|
a66e075144
|
php: there is an unimplemented service
|
9 years ago |
Craig Tiller
|
1b1e38a5a3
|
Merge branch 'node_qps_wait_for_ready' of github.com:murgatroid99/grpc into error
|
9 years ago |
Craig Tiller
|
e1cbd62150
|
Merge github.com:grpc/grpc into error
|
9 years ago |
David Garcia Quintas
|
e68ed6f8f4
|
Added third_party/protobuf/src to protoc's include path
|
9 years ago |
Stanley Cheung
|
83d8e3740e
|
php: run advanced interop tests
|
9 years ago |
Stanley Cheung
|
89391406cd
|
php: implement 2 more interop tests
|
9 years ago |
Stanley Cheung
|
e2e08735e5
|
php: implement custom_metadata interop test
|
9 years ago |
Jan Tattermusch
|
2c7caa10f4
|
update third_party/protobuf to v3.0.0-beta-3.2
|
9 years ago |
murgatroid99
|
20e5d9eb0a
|
Update Node plugin to handle well known type changes
|
9 years ago |
Jan Tattermusch
|
fd79790c00
|
Merge pull request #6944 from nathanielmanistaatgoogle/fatal_failure→shutdown
Rename FATAL_FAILURE SHUTDOWN
|
9 years ago |
Jan Tattermusch
|
f6e2cb78e2
|
Merge pull request #6902 from sreecha/php_stress_test
PHP stress client in stress test framework
|
9 years ago |
murgatroid99
|
40f5726579
|
Node QPS worker: wait for clients to be ready before making calls
|
9 years ago |
Jan Tattermusch
|
8edaa35842
|
Merge pull request #6926 from vjpai/clang34
Disable ccache for ubuntu-14.04/clang3.4 docker config
|
9 years ago |
Jan Tattermusch
|
0aa52e3e3d
|
Merge pull request #6917 from ctiller/poller_restrictions
Allow forcing the use of the default polling strategy [instead of all strategies]
|
9 years ago |
Vijay Pai
|
6ab4788ae9
|
clang-format changes
|
9 years ago |
Sree Kuchibhotla
|
2e12db9c31
|
Test polling island merges
|
9 years ago |
thinkerou
|
f3bc3b62a7
|
Load default roots.pem in PHP via grpc_set_ssl_roots_override_callback
|
9 years ago |
Jan Tattermusch
|
69170755b8
|
Merge pull request #6916 from ctiller/faster_tsan
Disable fuzzed tests on TSAN
|
9 years ago |
Jan Tattermusch
|
3e45ed1c9a
|
Merge pull request #6838 from vjpai/trigger_happy
Revert unneeded change in qps worker
|
9 years ago |